PMD Results

The following document contains the results of PMD 6.29.0.

Violations By Priority

Priority 3

gov/nist/secauto/decima/xml/testing/AssessmentUnitTestParser.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 350352
EmptyCatchBlock Avoid empty catch blocks 358360

gov/nist/secauto/decima/xml/testing/PathRunner.java

Rule Violation Line
UnnecessaryModifier Unnecessary modifier 'static' on annotation 'Paths': nested annotation types are implicitly static 7986
UnnecessaryModifier Unnecessary modifier 'static' on annotation 'Requirements': nested annotation types are implicitly static 93109

Priority 4

gov/nist/secauto/decima/xml/testing/SchematronAssessmentInfo.java

Rule Violation Line
UselessParentheses Useless parentheses. 135
UselessParentheses Useless parentheses. 135
UselessParentheses Useless parentheses. 142
UselessParentheses Useless parentheses. 143

Files

gov/nist/secauto/decima/xml/testing/AssessmentUnitTestParser.java

Rule Violation Priority Line
EmptyCatchBlock Avoid empty catch blocks 3 350352
EmptyCatchBlock Avoid empty catch blocks 3 358360

gov/nist/secauto/decima/xml/testing/PathRunner.java

Rule Violation Priority Line
UnnecessaryModifier Unnecessary modifier 'static' on annotation 'Paths': nested annotation types are implicitly static 3 7986
UnnecessaryModifier Unnecessary modifier 'static' on annotation 'Requirements': nested annotation types are implicitly static 3 93109

gov/nist/secauto/decima/xml/testing/SchematronAssessmentInfo.java

Rule Violation Priority Line
UselessParentheses Useless parentheses. 4 135
UselessParentheses Useless parentheses. 4 135
UselessParentheses Useless parentheses. 4 142
UselessParentheses Useless parentheses. 4 143