Changes between Version 2 and Version 3 of Ticket #1498


Ignore:
Timestamp:
Aug 11, 2010, 8:40:05 AM (14 years ago)
Author:
Nicklas Nordborg
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1498 – Description

    v2 v3  
    1 FindBugs (http://findbugs.sourceforge.net/) is a code analyzer program that can find a wide range of potential issues. We have used this before (#397) but it is maybe time to check the code again.
     1!FindBugs (http://findbugs.sourceforge.net/) is a code analyzer program that can find a wide range of potential issues. We have used this before (#397) but it is maybe time to check the code again.
    22
    3 I have used FindBugs 1.3.9 on the majority of the BASE code and it found 400+ potential issues. I think we should go through the list and see if we need to fix anything.
     3I have used !FindBugs 1.3.9 on the majority of the BASE code and it found 400+ potential issues. I think we should go through the list and see if we need to fix anything.
    44
    5 I have attached the result of the initial analysis to this ticket (findbugs-initial.xml). To use this file, download it and place it in the root BASE folder and open it in FindBugs.
     5I have attached the result of the initial analysis to this ticket (findbugs-initial.xml). To use this file, download it and place it in the root BASE folder and open it in !FindBugs.
    66
    7 I have also attached an empty FindBugs project file (findbugs-empty.xml). Load this file and goto `File -> Redo analysis` after bugs have been fixed, otherwise the fixed bugs remains in the file and reappear the next time the project is loaded.
     7I have also attached an empty !FindBugs project file (findbugs-empty.xml). Load this file and goto `File -> Redo analysis` after bugs have been fixed, otherwise the fixed bugs remains in the file and reappear the next time the project is loaded.