You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openjpa.apache.org by "Donald Woods (JIRA)" <ji...@apache.org> on 2010/06/14 23:39:12 UTC

[jira] Created: (OPENJPA-1700) Use FindBugs to reduce coding errors

Use FindBugs to reduce coding errors
------------------------------------

                 Key: OPENJPA-1700
                 URL: https://issues.apache.org/jira/browse/OPENJPA-1700
             Project: OpenJPA
          Issue Type: Improvement
            Reporter: Donald Woods
             Fix For: 2.1.0


Use FindBugs http://findbugs.sourceforge.net/  and the findbugs-maven-plugin to reduce the number of coding errors.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OPENJPA-1700) Use FindBugs to reduce coding errors

Posted by "Donald Woods (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OPENJPA-1700?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12878757#action_12878757 ] 

Donald Woods commented on OPENJPA-1700:
---------------------------------------

r954654 adds the findbugs-maven-plugin setup in the parent pom.
To use run:
mvn findbugs:check
and then
mvn findbugs:gui
and select the generated target/findbugsXml.xml to review the output.


> Use FindBugs to reduce coding errors
> ------------------------------------
>
>                 Key: OPENJPA-1700
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-1700
>             Project: OpenJPA
>          Issue Type: Improvement
>            Reporter: Donald Woods
>             Fix For: 2.1.0
>
>
> Use FindBugs http://findbugs.sourceforge.net/  and the findbugs-maven-plugin to reduce the number of coding errors.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.