FindBugs Bug Detector Report
The following document contains the results of FindBugs
FindBugs Version is 3.0.0
Threshold is medium
Effort is min
Summary
Classes |
Bugs |
Errors |
Missing Classes |
13 |
10 |
0 |
0 |
com.trebogeer.jcql.JCQLMain
Bug |
Category |
Details |
Line |
Priority |
Boxing/unboxing to parse a primitive com.trebogeer.jcql.JCQLMain.exec() |
PERFORMANCE |
DM_BOXED_PRIMITIVE_FOR_PARSING |
141 |
High |
Boxing/unboxing to parse a primitive com.trebogeer.jcql.JCQLMain.mapUDT(String, UserType, JVar, DataType) |
PERFORMANCE |
DM_BOXED_PRIMITIVE_FOR_PARSING |
883 |
High |
com.trebogeer.jcql.JCQLMain$1
Bug |
Category |
Details |
Line |
Priority |
com.trebogeer.jcql.JCQLMain$1.next() can't throw NoSuchElementException |
BAD_PRACTICE |
IT_NO_SUCH_ELEMENT |
105 |
Medium |
com.trebogeer.jcql.dtp.DataTypeProcessor
Bug |
Category |
Details |
Line |
Priority |
Dead store to tt in com.trebogeer.jcql.dtp.DataTypeProcessor.processDataType(DataType, String) |
STYLE |
DLS_DEAD_LOCAL_STORE |
116 |
Medium |
com.trebogeer.jcql.dtp.JCQLBindCodeFunctions