The following document contains the results of FindBugs
FindBugs Version is 2.0.3
Threshold is medium
Effort is max
| Class | Bugs |
|---|---|
| com.helger.schematron.pure.bound.PSBoundSchemaCacheKey | 1 |
| com.helger.schematron.svrl.AbstractSVRLMessage | 6 |
| 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 |
|---|---|---|---|---|
| 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 |