Skip to content

UnnecessaryModifier misses the opportunity to remove redundant modifiers from nested annotations, enums #843

@mches

Description

@mches

UnnecessaryModifier misses the opportunity to remove redundant modifiers from nested annotations, enums

e.g.

public interface Parent {
  public static abstract @interface MyAnnotation {}

  public static enum MyEnum {}
}

and

public @interface Parent {
  public static abstract @interface MyAnnotation {}

  public static enum MyEnum {}
}

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