For Eclipse users, there is a Findbugs Eclipse plugin that is super easy to use. You can find it here:
https://marketplace.eclipse.org/content/findbugs-eclipse-plugin On Fri, Aug 12, 2016 at 9:05 AM, Ellison Anne Williams (JIRA) < [email protected]> wrote: > > [ https://issues.apache.org/jira/browse/PIRK-48?page=com. > atlassian.jira.plugin.system.issuetabpanels:comment- > tabpanel&focusedCommentId=15418787#comment-15418787 ] > > Ellison Anne Williams commented on PIRK-48: > ------------------------------------------- > > I'm in favor of adding the maven plugin into the pom. > > We should also document our use of Findbugs on the website developer info. > > > Pirk should pass all FindBugs tests > > ----------------------------------- > > > > Key: PIRK-48 > > URL: https://issues.apache.org/jira/browse/PIRK-48 > > Project: PIRK > > Issue Type: Task > > Reporter: Tim Ellison > > Assignee: Tim Ellison > > > > FindBugs is a useful tool that static analyses Java code and flags > potential bugs and improvements. > > Pirk developers should ensure that FindBugs warnings are reviewed to > ensure they are not identifying a real code bug. Bugs should be fixed, and > false positives from FindBugs added to the project's filter. > > There is a FindBugs plug-in for Maven that can ensure warnings are > addressed for a successful compilation, and can add a site report > containing the results of the static analysis. We should also consider > adding this to the project pom file. > > > > -- > This message was sent by Atlassian JIRA > (v6.3.4#6332) >
