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 |
To be compliant to J2EE, a webapp should not use any thread. |
//nopmd |
- this is not a webapp |