The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is max
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |