PMD Results
The following document contains the results of PMD 6.21.0.
Violations By Priority
Priority 3
org/eclipse/jgit/junit/JGitTestUtil.java
Rule |
Violation |
Line |
EmptyCatchBlock |
Avoid empty catch blocks |
78–80 |
org/eclipse/jgit/junit/LocalDiskRepositoryTestCase.java
Rule |
Violation |
Line |
CollapsibleIfStatements |
These nested if statements could be combined |
327–328 |
org/eclipse/jgit/junit/Repeat.java
Rule |
Violation |
Line |
UnnecessaryModifier |
Unnecessary modifiers 'public abstract' on method 'n': the method is declared in an annotation type |
25 |
UnnecessaryModifier |
Unnecessary modifier 'public' on method 'abortOnFailure': the method is declared in an annotation type |
34 |
Priority 4
org/eclipse/jgit/junit/RepositoryTestCase.java
Rule |
Violation |
Line |
UselessParentheses |
Useless parentheses. |
426 |
Files
org/eclipse/jgit/junit/JGitTestUtil.java
Rule |
Violation |
Priority |
Line |
EmptyCatchBlock |
Avoid empty catch blocks |
3 |
78–80 |
org/eclipse/jgit/junit/LocalDiskRepositoryTestCase.java
Rule |
Violation |
Priority |
Line |
CollapsibleIfStatements |
These nested if statements could be combined |
3 |
327–328 |
org/eclipse/jgit/junit/Repeat.java
Rule |
Violation |
Priority |
Line |
UnnecessaryModifier |
Unnecessary modifiers 'public abstract' on method 'n': the method is declared in an annotation type |
3 |
25 |
UnnecessaryModifier |
Unnecessary modifier 'public' on method 'abortOnFailure': the method is declared in an annotation type |
3 |
34 |
org/eclipse/jgit/junit/RepositoryTestCase.java
Rule |
Violation |
Priority |
Line |
UselessParentheses |
Useless parentheses. |
4 |
426 |