The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is max
Class | Bugs |
---|---|
com.helger.schematron.SchematronHelper$1 | 1 |
com.helger.schematron.pure.bound.PSBoundSchemaCacheKey | 1 |
com.helger.schematron.pure.bound.xpath.PSXPathBoundSchema | 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 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
PSBoundSchemaCacheKey.m_aHashCode should be final since com.helger.schematron.pure.bound.PSBoundSchemaCacheKey is marked as Immutable. | BAD_PRACTICE | JCIP_FIELD_ISNT_FINAL_IN_IMMUTABLE_CLASS | 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 |