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
128 3 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.PSBoundSchemaCacheKey

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

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