Skip to content

Need empty line before first member definition of a class #476

@jjqq2013

Description

@jjqq2013

Thanks for your great work. I works well except some inconsistent output,

The output of following two java code are supposed to be same, but actually not, the both output the same as input.

public class Keys {
  private static class Identities0 {
    public static Identity<Long> IDENTITY_BILLING_OFFERINGS1 = Internal.create();
    public static Identity<Long> IDENTITY_BILLING_OFFERINGS2 = Internal.create();
  }
}
public class Keys {

  private static class Identities0 {

    public static Identity<Long> IDENTITY_BILLING_OFFERINGS1 = Internal.create();
    public static Identity<Long> IDENTITY_BILLING_OFFERINGS2 = Internal.create();
  }
}

I've tested this with version 1.8 and 1.7.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions