Fork me on GitHub

PMD Results

The following document contains the results of PMD 7.5.0.

Violations By Priority

Priority 3

gov/nist/secauto/metaschema/modules/sarif/SarifValidationHandler.java

Rule Violation Line
CouplingBetweenObjects High amount of different objects as members denotes a high coupling 6542
UseConcurrentHashMap If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation 103
UseConcurrentHashMap If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation 107
AvoidInstantiatingObjectsInLoops Avoid instantiating new objects inside loops 416

Files

gov/nist/secauto/metaschema/modules/sarif/SarifValidationHandler.java

Rule Violation Priority Line
CouplingBetweenObjects High amount of different objects as members denotes a high coupling 3 6542
UseConcurrentHashMap If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation 3 103
UseConcurrentHashMap If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation 3 107
AvoidInstantiatingObjectsInLoops Avoid instantiating new objects inside loops 3 416