Opened 17 years ago
Closed 17 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 Changed 17 years ago by
Milestone: | BASE 2.x+ → BASE 2.2 |
---|
comment:2 Changed 17 years ago by
Owner: | changed from Nicklas Nordborg to Martin Svensson |
---|
comment:3 Changed 17 years ago by
Status: | new → assigned |
---|
comment:4 Changed 17 years ago by
comment:5 Changed 17 years ago by
(In [2867]) References #397 The index of the parameters in PreparedStatement? begins at 1 according to javadoc.
comment:6 Changed 17 years ago by
comment:10 Changed 17 years ago by
comment:12 Changed 17 years ago by
comment:13 Changed 17 years ago by
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