FindBugs Bug Detector Report
The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is max
Summary
Classes |
Bugs |
Errors |
Missing Classes |
137 |
7 |
0 |
0 |
org.oclc.purl.dsdl.svrl.ActivePattern
Bug |
Category |
Details |
Line |
Priority |
org.oclc.purl.dsdl.svrl.ActivePattern.clone() does not call super.clone() |
BAD_PRACTICE |
CN_IDIOM_NO_SUPER_CALL |
248-250 |
Medium |
org.oclc.purl.dsdl.svrl.DiagnosticReference
Bug |
Category |
Details |
Line |
Priority |
org.oclc.purl.dsdl.svrl.DiagnosticReference.clone() does not call super.clone() |
BAD_PRACTICE |
CN_IDIOM_NO_SUPER_CALL |
181-183 |
Medium |
org.oclc.purl.dsdl.svrl.FailedAssert
Bug |
Category |
Details |
Line |
Priority |
org.oclc.purl.dsdl.svrl.FailedAssert.clone() does not call super.clone() |
BAD_PRACTICE |
CN_IDIOM_NO_SUPER_CALL |
445-447 |
Medium |
org.oclc.purl.dsdl.svrl.FiredRule
Bug |
Category |
Details |
Line |
Priority |
org.oclc.purl.dsdl.svrl.FiredRule.clone() does not call super.clone() |
BAD_PRACTICE |
CN_IDIOM_NO_SUPER_CALL |
249-251 |
Medium |
org.oclc.purl.dsdl.svrl.NsPrefixInAttributeValues
Bug |
Category |
Details |
Line |
Priority |
org.oclc.purl.dsdl.svrl.NsPrefixInAttributeValues.clone() does not call super.clone() |
BAD_PRACTICE |
CN_IDIOM_NO_SUPER_CALL |
177-179 |
Medium |
org.oclc.purl.dsdl.svrl.SchematronOutputType
Bug |
Category |
Details |
Line |
Priority |
org.oclc.purl.dsdl.svrl.SchematronOutputType.clone() does not call super.clone() |
BAD_PRACTICE |
CN_IDIOM_NO_SUPER_CALL |
599-601 |
Medium |
org.oclc.purl.dsdl.svrl.SuccessfulReport
Bug |
Category |
Details |
Line |
Priority |
org.oclc.purl.dsdl.svrl.SuccessfulReport.clone() does not call super.clone() |
BAD_PRACTICE |
CN_IDIOM_NO_SUPER_CALL |
445-447 |
Medium |