Skip to content

Adding finfbugs profile#20

Merged
ctrueden merged 1 commit intoscijava:masterfrom
LoreScianatico:findbugs
Apr 25, 2016
Merged

Adding finfbugs profile#20
ctrueden merged 1 commit intoscijava:masterfrom
LoreScianatico:findbugs

Conversation

@LoreScianatico
Copy link
Copy Markdown
Contributor

This version of the pom.xml adds a "findbugs profile" which relies on Findbugs for static code analysis and bug checking. Findbugs performs static code on compiled class file and writes a report.
At current state, if findbugs reports bugs will not block the build process. It could be possible to turn true the failOnError attribute, but it is better to leave it on false due to possible false positive checked by Findbugs.

If someone is interested in Findbugs project, you can check more here: http://findbugs.sourceforge.net/
An Eclipse plugin is also available.

@ctrueden ctrueden merged commit 62de732 into scijava:master Apr 25, 2016
@ctrueden
Copy link
Copy Markdown
Member

Excellent, thank you!

@LoreScianatico LoreScianatico deleted the findbugs branch April 26, 2016 07:32
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.

2 participants