Opened 14 years ago

Last modified 14 years ago

#1498 closed task

Investigate and fix issues found by FindBugs — at Version 2

Reported by: Nicklas Nordborg Owned by: Nicklas Nordborg
Priority: major Milestone: BASE 2.16
Component: core Version:
Keywords: Cc:

Description (last modified by Nicklas Nordborg)

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.

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.

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.

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.

Change History (4)

by Nicklas Nordborg, 14 years ago

Attachment: findbugs-initial.xml added

Initial result of FindBugs analysis

comment:1 by Nicklas Nordborg, 14 years ago

Owner: changed from everyone to Nicklas Nordborg
Status: newassigned

by Nicklas Nordborg, 14 years ago

Attachment: findbugs-empty.xml added

Empty project file for FindBugs

comment:2 by Nicklas Nordborg, 14 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.