PMD Results

The following document contains the results of PMD 7.0.0.

Violations By Priority

Priority 2

org/eclipse/jgit/junit/TestRepository.java
Rule Violation Line
AvoidBranchingStatementAsLastInLoop Avoid using a branching statement as the last in a loop. 363

Priority 3

org/eclipse/jgit/junit/JGitTestUtil.java
Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 7880
org/eclipse/jgit/junit/LocalDiskRepositoryTestCase.java
Rule Violation Line
CollapsibleIfStatements This if statement could be combined with its parent 363364
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 27
UnnecessaryModifier Unnecessary modifier 'public' on method 'abortOnFailure': the method is declared in an annotation type 36
org/eclipse/jgit/junit/TestRepository.java
Rule Violation Line
EmptyControlStatement Empty if statement 690699
EmptyControlStatement Empty if statement 692699
EmptyControlStatement Empty if statement 694699
EmptyControlStatement Empty if statement 696699
EmptyControlStatement Empty if statement 872877
EmptyControlStatement Empty if statement 874877

Files

org/eclipse/jgit/junit/JGitTestUtil.java

Rule Violation Priority Line
EmptyCatchBlock Avoid empty catch blocks 3 7880

org/eclipse/jgit/junit/LocalDiskRepositoryTestCase.java

Rule Violation Priority Line
CollapsibleIfStatements This if statement could be combined with its parent 3 363364

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 27
UnnecessaryModifier Unnecessary modifier 'public' on method 'abortOnFailure': the method is declared in an annotation type 3 36

org/eclipse/jgit/junit/TestRepository.java

Rule Violation Priority Line
AvoidBranchingStatementAsLastInLoop Avoid using a branching statement as the last in a loop. 2 363
EmptyControlStatement Empty if statement 3 690699
EmptyControlStatement Empty if statement 3 692699
EmptyControlStatement Empty if statement 3 694699
EmptyControlStatement Empty if statement 3 696699
EmptyControlStatement Empty if statement 3 872877
EmptyControlStatement Empty if statement 3 874877