PMD Results

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

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 346–347

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

org/eclipse/jgit/junit/TestRepository.java

Rule Violation Line
EmptyIfStmt Avoid empty if statements 658–660
EmptyIfStmt Avoid empty if statements 660–662
EmptyIfStmt Avoid empty if statements 662–664
EmptyIfStmt Avoid empty if statements 664–666
EmptyIfStmt Avoid empty if statements 835–837
EmptyIfStmt Avoid empty if statements 837–839

Priority 4

org/eclipse/jgit/junit/RepositoryTestCase.java

Rule Violation Line
UselessParentheses Useless parentheses. 447

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 346–347

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 447

org/eclipse/jgit/junit/TestRepository.java

Rule Violation Priority Line
AvoidBranchingStatementAsLastInLoop Avoid using a branching statement as the last in a loop. 2 343
EmptyIfStmt Avoid empty if statements 3 658–660
EmptyIfStmt Avoid empty if statements 3 660–662
EmptyIfStmt Avoid empty if statements 3 662–664
EmptyIfStmt Avoid empty if statements 3 664–666
EmptyIfStmt Avoid empty if statements 3 835–837
EmptyIfStmt Avoid empty if statements 3 837–839