-
Notifications
You must be signed in to change notification settings - Fork 688
New issue
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
SONARJAVA-4972 S1118 Fix FPs on Lombok annotations in automatic analysis #5035
base: master
Are you sure you want to change the base?
Conversation
41cb545
to
c65a0ca
Compare
cbcce91
to
0310e5a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The change looks pretty good already but I see that the ticket mentions access level NONE
. Whether we decide to consider it as TP or FP, we should probably add an example in the tests
...-test-sources/default/src/main/java/checks/UtilityClassWithPublicConstructorCheckSample.java
Outdated
Show resolved
Hide resolved
java-checks/src/main/java/org/sonar/java/checks/UtilityClassWithPublicConstructorCheck.java
Outdated
Show resolved
Hide resolved
|
SONARJAVA-4972