FindBugs Bug Detector Report

The following document contains the results of FindBugs

FindBugs Version is 2.0.3

Threshold is medium

Effort is max

Summary

Classes Bugs Errors Missing Classes
126 7 0 0

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.svrl.AbstractSVRLMessage

Bug Category Details Line Priority
AbstractSVRLMessage.m_aDiagnosticReferences should be final since com.helger.schematron.svrl.AbstractSVRLMessage is marked as Immutable. BAD_PRACTICE JCIP_FIELD_ISNT_FINAL_IN_IMMUTABLE_CLASS Not available Medium
AbstractSVRLMessage.m_eFlag should be final since com.helger.schematron.svrl.AbstractSVRLMessage is marked as Immutable. BAD_PRACTICE JCIP_FIELD_ISNT_FINAL_IN_IMMUTABLE_CLASS Not available Medium
AbstractSVRLMessage.m_sLocation should be final since com.helger.schematron.svrl.AbstractSVRLMessage is marked as Immutable. BAD_PRACTICE JCIP_FIELD_ISNT_FINAL_IN_IMMUTABLE_CLASS Not available Medium
AbstractSVRLMessage.m_sRole should be final since com.helger.schematron.svrl.AbstractSVRLMessage is marked as Immutable. BAD_PRACTICE JCIP_FIELD_ISNT_FINAL_IN_IMMUTABLE_CLASS Not available Medium
AbstractSVRLMessage.m_sTest should be final since com.helger.schematron.svrl.AbstractSVRLMessage is marked as Immutable. BAD_PRACTICE JCIP_FIELD_ISNT_FINAL_IN_IMMUTABLE_CLASS Not available Medium
AbstractSVRLMessage.m_sText should be final since com.helger.schematron.svrl.AbstractSVRLMessage is marked as Immutable. BAD_PRACTICE JCIP_FIELD_ISNT_FINAL_IN_IMMUTABLE_CLASS Not available Medium