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
135 10 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.SchematronResourcePure

Bug Category Details Line Priority
Redundant nullcheck of aSO, which is known to be non-null in com.helger.schematron.pure.SchematronResourcePure.applySchematronValidation(Node) STYLE RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE 367 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 247-249 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 248-250 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 586-588 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