UnnecessaryModifier mutator misses several opportunities to remove redundant modifiers #846
Open
Description
To my knowledge, these cases are not covered
- interface or annotation (as a parent)
public
,static
, andfinal
could be removed from a nested record
- class, enum, or record (as a parent)
static
andabstract
could be removed from a nested interface or annotationstatic
could be removed from a nested enumstatic
andfinal
could be removed from a nested record
final
could be removed from a private method
Metadata
Assignees
Labels
No labels