FindBugs Bug Detector Report
The following document contains the results of FindBugs Report
FindBugs Version is 1.3.2
Threshold is Low
Effort is Max
Summary
Classes |
Bugs |
Errors |
Missing Classes |
196 |
3 |
0 |
0 |
com.gridsystems.beanfilter.BeanDescriptor
Bug |
Category |
Details |
Line |
Exception is caught when Exception is not thrown in com.gridsystems.beanfilter.BeanDescriptor.inspect(Class) |
STYLE |
REC_CATCH_EXCEPTION
|
120 |
com.gridsystems.beanfilter.SelectWhereValue
Bug |
Category |
Details |
Line |
Exception is caught when Exception is not thrown in com.gridsystems.beanfilter.SelectWhereValue.checkWhereSyntax() |
STYLE |
REC_CATCH_EXCEPTION
|
154 |
com.gridsystems.beanfilter.VariableValue
Bug |
Category |
Details |
Line |
Exception is caught when Exception is not thrown in com.gridsystems.beanfilter.VariableValue.getValue(Object) |
STYLE |
REC_CATCH_EXCEPTION
|
102 |