PMD Results

The following document contains the results of PMD 6.55.0.

Violations By Priority

Priority 3

gov/nist/secauto/metaschema/model/testing/AbstractTestSuite.java

Rule Violation Line
CognitiveComplexity The method 'generateScenario(TestScenario, URI, Path)' has a cognitive complexity of 15, current threshold is 15 231329

Files

gov/nist/secauto/metaschema/model/testing/AbstractTestSuite.java

Rule Violation Priority Line
CognitiveComplexity The method 'generateScenario(TestScenario, URI, Path)' has a cognitive complexity of 15, current threshold is 15 3 231329

Suppressed Violations

Filename Rule message Suppression type Reason
gov/nist/secauto/metaschema/model/testing/AbstractTestSuite.java Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block nopmd - intentional
gov/nist/secauto/metaschema/model/testing/AbstractTestSuite.java Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block nopmd - intentional
gov/nist/secauto/metaschema/model/testing/AbstractTestSuite.java To be compliant to J2EE, a webapp should not use any thread. nopmd - this is not a webapp
gov/nist/secauto/metaschema/model/testing/AbstractTestSuite.java To be compliant to J2EE, a webapp should not use any thread. nopmd - intentional use of threads
gov/nist/secauto/metaschema/model/testing/AbstractTestSuite.java New exception is thrown in catch block, original stack trace may be lost nopmd - cause is relevant, exception is not
gov/nist/secauto/metaschema/model/testing/AbstractTestSuite.java New exception is thrown in catch block, original stack trace may be lost nopmd - cause is relevant, exception is not
gov/nist/secauto/metaschema/model/testing/AbstractTestSuite.java New exception is thrown in catch block, original stack trace may be lost nopmd - cause is relevant, exception is not
gov/nist/secauto/metaschema/model/testing/AbstractTestSuite.java New exception is thrown in catch block, original stack trace may be lost nopmd - cause is relevant, exception is not