Skip to content
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

Merged
merged 6 commits into from
Feb 14, 2018
Merged

Conversation

rsandell
Copy link
Member

@rsandell rsandell commented Feb 12, 2018

The excludesFile is not taking effect as it is configured in plugin-pom, so needed a full config in here.

abayer
abayer previously approved these changes Feb 12, 2018
svanoort
svanoort previously approved these changes Feb 12, 2018
@rsandell
Copy link
Member Author

Build failure was expected. Well I was expecting it to be unstable but at least not successful.
So two more warnings to fix and it should be successful again.

@rsandell rsandell changed the title [WiP] Fixing findbugs warnings after plugin pom upgrade Fixing findbugs warnings after plugin pom upgrade Feb 13, 2018
@rsandell rsandell dismissed stale reviews from abayer and svanoort February 13, 2018 18:25

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.")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😆 FindBugs

Copy link
Member

@svanoort svanoort left a 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

@rsandell rsandell merged commit 088fc7c into master Feb 14, 2018
@rsandell rsandell deleted the findbugs branch February 14, 2018 14:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants