-
Notifications
You must be signed in to change notification settings - Fork 430
TEZ-4624: Replace findbugs plugin with spotbugs #410
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
Conversation
(!) A patch to the testing environment has been detected. |
This comment was marked as outdated.
This comment was marked as outdated.
(!) A patch to the testing environment has been detected. |
This comment was marked as outdated.
This comment was marked as outdated.
(!) A patch to the testing environment has been detected. |
This comment was marked as outdated.
This comment was marked as outdated.
(!) A patch to the testing environment has been detected. |
💔 -1 overall
This message was automatically generated. |
(!) A patch to the testing environment has been detected. |
(!) A patch to the testing environment has been detected. |
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
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.
Looks f9 to me, maybe we can upgrade to the latest version, can you run spotbugs locally for all the modules & attach the result on the PR/ticket to show it isn't inducing any new issues
basically, looks good to me |
@abstractdog "findbugs" presented in 5 places in the file "BUILDING.TXT". In all places "findbugs" replaced by "spotbugs". |
@ayushtkn i generated the spotbugs report locally and comparing with old findbugs report(before spotbugs PR) and checking if there are any new issues generated by new rules added in spotbugs. If any issue that needs to fix or need to add exclude list will check and push. Thanks for the review ! |
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.
LGTM
(!) A patch to the testing environment has been detected. |
Attaching spotbugs report which is run locally. |
💔 -1 overall
This message was automatically generated. |
the latest precommit still shows failures |
@abstractdog @ayushtkn Spot bugs run and green when run for whole changes it is given +1. we can check this latest yetus precommit report. Can i include only spotbug plugin changes in this PR ? |
thanks for the explanation, let's merge this and then open a dummy PR to check |
TEZ-4624: Replace findbugs plugin with spotbugs