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 |
68 |
7 |
0 |
0 |
net.opengis.wfs.v_2_0_0.CreateStoredQueryResponseType
Bug |
Category |
Details |
Line |
Priority |
Return value of ExecutionStatusType.copyTo(ObjectLocator, Object, CopyStrategy) ignored, but method has no side effect |
STYLE |
RV_RETURN_VALUE_IGNORED_NO_SIDE_EFFECT |
114 |
High |
net.opengis.wfs.v_2_0_0.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 |
64 |
High |
net.opengis.wfs.v_2_0_0.ExecutionStatusType
Bug |
Category |
Details |
Line |
Priority |
net.opengis.wfs.v_2_0_0.ExecutionStatusType.clone() does not call super.clone() |
BAD_PRACTICE |
CN_IDIOM_NO_SUPER_CALL |
117 |
High |
net.opengis.wfs.v_2_0_0.FeatureTypeType$NoCRS
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 |
1030 |
High |
net.opengis.wfs.v_2_0_0.GetCapabilitiesType
Bug |
Category |
Details |
Line |
Priority |
The class name net.opengis.wfs.v_2_0_0.GetCapabilitiesType shadows the simple name of the superclass net.opengis.ows.v_1_1_0.GetCapabilitiesType |
BAD_PRACTICE |
NM_SAME_SIMPLE_NAME_AS_SUPERCLASS |
52 |
High |
net.opengis.wfs.v_2_0_0.GetFeatureType
Bug |
Category |
Details |
Line |
Priority |
net.opengis.wfs.v_2_0_0.GetFeatureType.clone() does not call super.clone() |
BAD_PRACTICE |
CN_IDIOM_NO_SUPER_CALL |
557 |
High |
net.opengis.wfs.v_2_0_0.SimpleFeatureCollectionType
Bug |
Category |
Details |
Line |
Priority |
net.opengis.wfs.v_2_0_0.SimpleFeatureCollectionType.clone() does not call super.clone() |
BAD_PRACTICE |
CN_IDIOM_NO_SUPER_CALL |
218 |
High |