Open aioobe opened 5 years ago
Remove and disallow redundant modifiers.
Examples:
public
static
This is already covered by checkstyle. Where are you seeing this being allowed?
Sorry, I meant ability to actually rewrite (remove) the modifiers.
Remove and disallow redundant modifiers.
Examples:
public
for interface methodsstatic
for interface fieldsstatic
for nested enums