FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 1.2.0

Threshold is Low

Effort is Default

Summary

Classes Bugs Errors Missing Classes
81 8 0 0

Files

Class Bugs
net.sf.logdistiller.util.csv.CSVLexer 7
net.sf.logdistiller.util.csv.CSVParser 1

net.sf.logdistiller.util.csv.CSVLexer

Bug Category Details Line
Method net.sf.logdistiller.util.csv.CSVLexer.getNextToken() uses the same code for two switch clauses STYLE DB_DUPLICATE_SWITCH_CLAUSES 946
Dead store to offset in net.sf.logdistiller.util.csv.CSVLexer.zzUnpackAction() STYLE DLS_DEAD_LOCAL_STORE 118
Dead store to offset in net.sf.logdistiller.util.csv.CSVLexer.zzUnpackAttribute() STYLE DLS_DEAD_LOCAL_STORE 233
Dead store to offset in net.sf.logdistiller.util.csv.CSVLexer.zzUnpackRowMap() STYLE DLS_DEAD_LOCAL_STORE 151
Dead store to offset in net.sf.logdistiller.util.csv.CSVLexer.zzUnpackTrans() STYLE DLS_DEAD_LOCAL_STORE 183
Switch statement found in net.sf.logdistiller.util.csv.CSVLexer.getNextToken() where one case falls through to the next case STYLE SF_SWITCH_FALLTHROUGH 942-946
Unread field: net.sf.logdistiller.util.csv.CSVLexer.zzAtBOL PERFORMANCE URF_UNREAD_FIELD 298

net.sf.logdistiller.util.csv.CSVParser

Bug Category Details Line
Should net.sf.logdistiller.util.csv.CSVParser.getLine() return a zero length array rather than null? STYLE PZLA_PREFER_ZERO_LENGTH_ARRAYS 331