FindBugs Bug Detector Report
The following document contains the results of FindBugs Report
FindBugs Version is 1.2.1
Threshold is Low
Effort is Max
Summary
Classes |
Bugs |
Errors |
Missing Classes |
270 |
4 |
0 |
0 |
th.co.edge.jseq.Activation
Bug |
Category |
Details |
Line |
Class th.co.edge.jseq.Activation defines non-transient non-serializable instance field method |
BAD_PRACTICE |
SE_BAD_FIELD
|
Not available |
th.co.edge.jseq.Main$ProgramRunner
Bug |
Category |
Details |
Line |
Method th.co.edge.jseq.Main$ProgramRunner.getConnectorArgs(Connector, Map) makes inefficient use of keySet iterator instead of entrySet iterator |
PERFORMANCE |
WMI_WRONG_MAP_ITERATOR
|
466 |
th.co.edge.jseq.argouml.UUID
Bug |
Category |
Details |
Line |
Method th.co.edge.jseq.argouml.UUID.<static initializer>() invokes inefficient Byte(byte) constructor; use Byte.valueOf(byte) instead |
PERFORMANCE |
DM_NUMBER_CTOR
|
54 |
th.co.edge.jseq.sdedit.SdeditTextDiagram
Bug |
Category |
Details |
Line |
Use of non-localized String.toUpperCase() or String.toLowerCase |
I18N |
DM_CONVERT_CASE
|
169 |