Skip to content

UnnecessaryModifier mutator misses several opportunities to remove redundant modifiers #846

Open
@mches

Description

To my knowledge, these cases are not covered

  • interface or annotation (as a parent)
    • public, static, and final could be removed from a nested record
  • class, enum, or record (as a parent)
    • static and abstract could be removed from a nested interface or annotation
    • static could be removed from a nested enum
    • static and final could be removed from a nested record
  • final could be removed from a private method

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