Fork me on GitHub

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.JCQL

Bug Category Details Line Priority
Unread public/protected field: com.trebogeer.jcql.JCQL.essential STYLE URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD 29 Medium

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

Bug Category Details Line Priority
Dead store to fnamec in com.trebogeer.jcql.dtp.JCQLBindCodeFunctions.processDataType(DataType, String) STYLE DLS_DEAD_LOCAL_STORE 37 Medium
Dead store to fnamecl in com.trebogeer.jcql.dtp.JCQLBindCodeFunctions.processDataType(DataType, String) STYLE DLS_DEAD_LOCAL_STORE 38 Medium
Unread public/protected field: com.trebogeer.jcql.dtp.JCQLBindCodeFunctions.body STYLE URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD 30 Medium
Unread public/protected field: com.trebogeer.jcql.dtp.JCQLBindCodeFunctions.data STYLE URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD 29 Medium
Unread public/protected field: com.trebogeer.jcql.dtp.JCQLBindCodeFunctions.jpackage STYLE URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD 28 Medium