Uploaded image for project: 'JBoss Transaction Manager'
  1. JBoss Transaction Manager
  2. JBTM-1020

Integrate FindBugs into maven build

    XMLWordPrintable

Details

    • Feature Request
    • Resolution: Done
    • Major
    • 4.17.0
    • None
    • Build System, Testing
    • None

    Description

      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.

      Attachments

        Activity

          People

            zfeng@redhat.com Zheng Feng
            paul.robinson@redhat.com Paul Robinson
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: