We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UnnecessaryModifier misses the opportunity to remove redundant modifiers from nested annotations, enums
UnnecessaryModifier
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 {} }
The text was updated successfully, but these errors were encountered:
Fix issues solven-eu#842 and solven-eu#843
ef3f01b
694b2d0
1be17f6
c7a76c1
45429ce
Thanks for the report and the fix. This has been released in Cleanthat 1.22 ; it shall be available in m2central within minutes/hours.
Sorry, something went wrong.
No branches or pull requests
UnnecessaryModifier
misses the opportunity to remove redundant modifiers from nested annotations, enumse.g.
and
The text was updated successfully, but these errors were encountered: