PMD Results

The following document contains the results of PMD 6.13.0.

Violations By Priority

Priority 3

org/eclipse/jgit/junit/ssh/SshTestGitServer.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 146148
UselessQualifiedThis Useless qualified this usage in the same class. 230
UselessQualifiedThis Useless qualified this usage in the same class. 231

Priority 4

org/eclipse/jgit/junit/ssh/SshTestGitServer.java

Rule Violation Line
UselessParentheses Useless parentheses. 255

Files

org/eclipse/jgit/junit/ssh/SshTestGitServer.java

Rule Violation Priority Line
EmptyCatchBlock Avoid empty catch blocks 3 146148
UselessQualifiedThis Useless qualified this usage in the same class. 3 230
UselessQualifiedThis Useless qualified this usage in the same class. 3 231
UselessParentheses Useless parentheses. 4 255