[jbossts-issues] [JBoss JIRA] (JBTM-1020) Integrate FindBugs into maven build

Tom Jenkinson (JIRA) jira-events at lists.jboss.org
Fri Oct 26 06:33:01 EDT 2012


     [ https://issues.jboss.org/browse/JBTM-1020?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tom Jenkinson updated JBTM-1020:
--------------------------------

    Component/s: Testing

    
> Integrate FindBugs into maven build
> -----------------------------------
>
>                 Key: JBTM-1020
>                 URL: https://issues.jboss.org/browse/JBTM-1020
>             Project: JBoss Transaction Manager
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>          Components: Build System, Testing
>            Reporter: Paul Robinson
>            Assignee: Amos Feng
>             Fix For: 4.17.0
>
>
> A recent bug in XTS recovery was found to be caused by the use of == rather than .equals() for String comparison. This type of bug can go unnoticed for a long period of time as == will usually return true for Strings with identical contents. However, it is not guaranteed.
> We should integrate FindBugs (http://mojo.codehaus.org/findbugs-maven-plugin/) into our build for the Narayana project. FindBugs should run in the test-complie phase.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbossts-issues mailing list