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/model/testing/AbstractTestSuite.java | Returning 'OPEN_OPTIONS_TRUNCATE' may expose an internal array. | @suppresswarnings | |
gov/nist/secauto/metaschema/model/testing/AbstractTestSuite.java | Thrown exception does not preserve the stack trace of exception 'ex' on all code paths | //nopmd | - cause is relevant, exception is not |
gov/nist/secauto/metaschema/model/testing/AbstractTestSuite.java | Thrown exception does not preserve the stack trace of exception 'ex' on all code paths | //nopmd | - cause is relevant, exception is not |
gov/nist/secauto/metaschema/model/testing/AbstractTestSuite.java | Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block | @suppresswarnings | |
gov/nist/secauto/metaschema/model/testing/AbstractTestSuite.java | Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block | @suppresswarnings | |
gov/nist/secauto/metaschema/model/testing/AbstractTestSuite.java | Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block | @suppresswarnings | |
gov/nist/secauto/metaschema/model/testing/AbstractTestSuite.java | Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block | @suppresswarnings | |
gov/nist/secauto/metaschema/model/testing/AbstractTestSuite.java | A value of 35 may denote a high amount of coupling within the class (threshold: 20) | @suppresswarnings | |
gov/nist/secauto/metaschema/model/testing/AbstractTestSuite.java | Possible God Class (WMC=55, ATFD=37, TCC=8.772%) | @suppresswarnings | |
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 |