Opened 18 years ago
Closed 18 years ago
#397 closed task (fixed)
Use the FindBugs program to check the BASE 2 code
Reported by: | Nicklas Nordborg | Owned by: | Martin Svensson |
---|---|---|---|
Priority: | critical | Milestone: | BASE 2.2 |
Component: | core | Version: | trunk |
Keywords: | Cc: |
Description
I recently tested the FindBugs (http://findbugs.sourceforge.net/) program on the BASE 2 code. It found some strange code at various places. Some of the things it found needs to be corrected.
Change History (13)
comment:1 by , 18 years ago
Milestone: | BASE 2.x+ → BASE 2.2 |
---|
comment:2 by , 18 years ago
Owner: | changed from | to
---|
comment:3 by , 18 years ago
Status: | new → assigned |
---|
comment:4 by , 18 years ago
comment:5 by , 18 years ago
(In [2867]) References #397 The index of the parameters in PreparedStatement begins at 1 according to javadoc.
comment:13 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Things reported by FindBugs with high and normal priority have been fixed/checked. While Findbugs still is a bit unstable with saving project/analysis and so on the things with priority Low will not be handled right now.
Note:
See TracTickets
for help on using tickets.
(In [2866]) References #397 Null pointer dereference