]
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: