-
Notifications
You must be signed in to change notification settings - Fork 164
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
Fixing findbugs warnings after plugin pom upgrade #41
Conversation
…plugin into findbugs
So the unstableTotalAll actually wasn't applied.
Build failure was expected. Well I was expecting it to be unstable but at least not successful. |
New commits, needs rereview
@@ -76,6 +77,7 @@ private SimpleManifest parseText(String text) throws IOException { | |||
return new SimpleManifest(manifest); | |||
} | |||
|
|||
@SuppressFBWarnings(value = "RCN_REDUNDANT_NULLCHECK_OF_NULL_VALUE", justification = "I don't understand what/where it is.") |
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.
😆 FindBugs
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 I say let's release it
The excludesFile is not taking effect as it is configured in plugin-pom, so needed a full config in here.