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
130 9 0 0

com.helger.schematron.SchematronHelper$1

Bug Category Details Line Priority
Class com.helger.schematron.SchematronHelper$1 defines non-transient non-serializable instance field val$aMatch BAD_PRACTICE SE_BAD_FIELD Not available Medium

com.helger.schematron.pure.bound.xpath.PSXPathBoundSchema

Bug Category Details Line Priority
PSXPathBoundSchema.m_aBoundPatterns should be final since com.helger.schematron.pure.bound.xpath.PSXPathBoundSchema is marked as Immutable. BAD_PRACTICE JCIP_FIELD_ISNT_FINAL_IN_IMMUTABLE_CLASS Not available Medium

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 249-251 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 180-182 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 440-442 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 250-252 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 176-178 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 580-582 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 440-442 Medium