Fork me on GitHub

PMD Results

The following document contains the results of PMD 7.7.0.

PMD found no problems in your source code.

Suppressed Violations

Filename Rule message Suppression type Reason
gov/nist/secauto/metaschema/modules/sarif/SarifValidationHandler.java A value of 46 may denote a high amount of coupling within the class (threshold: 20) @suppresswarnings
gov/nist/secauto/metaschema/modules/sarif/SarifValidationHandler.java If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation @suppresswarnings
gov/nist/secauto/metaschema/modules/sarif/SarifValidationHandler.java If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation @suppresswarnings
gov/nist/secauto/metaschema/modules/sarif/SarifValidationHandler.java Avoid instantiating new objects inside loops @suppresswarnings