-
Notifications
You must be signed in to change notification settings - Fork 3.4k
HBASE-24078 SpotBugs check automatically skip inapplicable modules #1391
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
HBASE-24078 SpotBugs check automatically skip inapplicable modules #1391
Conversation
|
(!) A patch to the testing environment has been detected. |
2 similar comments
|
(!) 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. |
|
🎊 +1 overall
This message was automatically generated. |
Without patch, the spotbugs results include warnings for inapplicable modules: +--------------------------------------------------------------------------- | | | | Compile Tests +--------------------------------------------------------------------------- | 0 | mvndep | 0m 11s | Maven dependency ordering | +1 | mvninstall | 2m 47s | the source passed | 0 | spotbugs | 0m 11s | branch/hbase-annotations no spotbugs | | | | output file (spotbugsXml.xml) | 0 | spotbugs | 0m 14s | branch/hbase-assembly no spotbugs output | | | | file (spotbugsXml.xml) | 0 | spotbugs | 0m 07s | | | | | branch/hbase-archetypes/hbase-archetype-bu | | | | ilder no spotbugs output file | | | | (spotbugsXml.xml) +--------------------------------------------------------------------------- With patch, +--------------------------------------------------------------------------- | | | | Compile Tests +--------------------------------------------------------------------------- | 0 | mvndep | 0m 13s | Maven dependency ordering | +1 | mvninstall | 3m 09s | the source passed | +1 | spotbugs | 17m 09s | the source passed +--------------------------------------------------------------------------- Signed-off-by: stack <stack@apache.org>
5e1b361 to
1532652
Compare
Without patch, the spotbugs results include warnings for inapplicable
modules:
With patch,