FindBugs Bug Detector Report
The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is high
Effort is max
Summary
| Classes |
Bugs |
Errors |
Missing Classes |
| 50 |
6 |
0 |
0 |
net.opengis.cat.csw.v_2_0_2.CapabilitiesType
| Bug |
Category |
Details |
Line |
Priority |
| Class net.opengis.cat.csw.v_2_0_2.CapabilitiesType defines non-transient non-serializable instance field filterCapabilities |
BAD_PRACTICE |
SE_BAD_FIELD |
|
High |
net.opengis.cat.csw.v_2_0_2.DCMIRecordType
| Bug |
Category |
Details |
Line |
Priority |
| net.opengis.cat.csw.v_2_0_2.DCMIRecordType.clone() does not call super.clone() |
BAD_PRACTICE |
CN_IDIOM_NO_SUPER_CALL |
237 |
High |
net.opengis.cat.csw.v_2_0_2.EmptyType
| Bug |
Category |
Details |
Line |
Priority |
| Return value of appendFields(ObjectLocator, StringBuilder, ToStringStrategy) ignored, but method has no side effect |
STYLE |
RV_RETURN_VALUE_IGNORED_NO_SIDE_EFFECT |
66 |
High |
net.opengis.cat.csw.v_2_0_2.GetCapabilitiesType
| Bug |
Category |
Details |
Line |
Priority |
| The class name net.opengis.cat.csw.v_2_0_2.GetCapabilitiesType shadows the simple name of the superclass net.opengis.ows.v_1_0_0.GetCapabilitiesType |
BAD_PRACTICE |
NM_SAME_SIMPLE_NAME_AS_SUPERCLASS |
59 |
High |
net.opengis.cat.csw.v_2_0_2.QueryConstraintType
| Bug |
Category |
Details |
Line |
Priority |
| Class net.opengis.cat.csw.v_2_0_2.QueryConstraintType defines non-transient non-serializable instance field filter |
BAD_PRACTICE |
SE_BAD_FIELD |
|
High |
net.opengis.cat.csw.v_2_0_2.QueryType
| Bug |
Category |
Details |
Line |
Priority |
| Class net.opengis.cat.csw.v_2_0_2.QueryType defines non-transient non-serializable instance field sortBy |
BAD_PRACTICE |
SE_BAD_FIELD |
|
High |