PMD Results

The following document contains the results of PMD 6.13.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. 356

Priority 3

org/eclipse/jgit/junit/JGitTestUtil.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 111113

org/eclipse/jgit/junit/LocalDiskRepositoryTestCase.java

Rule Violation Line
CollapsibleIfStatements These nested if statements could be combined 352353

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

org/eclipse/jgit/junit/TestRepository.java

Rule Violation Line
EmptyIfStmt Avoid empty if statements 669671
EmptyIfStmt Avoid empty if statements 671673
EmptyIfStmt Avoid empty if statements 673675
EmptyIfStmt Avoid empty if statements 675677
EmptyIfStmt Avoid empty if statements 847849
EmptyIfStmt Avoid empty if statements 849851

Priority 4

org/eclipse/jgit/junit/RepositoryTestCase.java

Rule Violation Line
UselessParentheses Useless parentheses. 458

Files

org/eclipse/jgit/junit/JGitTestUtil.java

Rule Violation Priority Line
EmptyCatchBlock Avoid empty catch blocks 3 111113

org/eclipse/jgit/junit/LocalDiskRepositoryTestCase.java

Rule Violation Priority Line
CollapsibleIfStatements These nested if statements could be combined 3 352353

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

org/eclipse/jgit/junit/RepositoryTestCase.java

Rule Violation Priority Line
UselessParentheses Useless parentheses. 4 458

org/eclipse/jgit/junit/TestRepository.java

Rule Violation Priority Line
AvoidBranchingStatementAsLastInLoop Avoid using a branching statement as the last in a loop. 2 356
EmptyIfStmt Avoid empty if statements 3 669671
EmptyIfStmt Avoid empty if statements 3 671673
EmptyIfStmt Avoid empty if statements 3 673675
EmptyIfStmt Avoid empty if statements 3 675677
EmptyIfStmt Avoid empty if statements 3 847849
EmptyIfStmt Avoid empty if statements 3 849851