PMD Results

The following document contains the results of PMD 6.21.0.

Violations By Priority

Priority 3

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

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 113115
UselessQualifiedThis Useless qualified this usage in the same class. 197
UselessQualifiedThis Useless qualified this usage in the same class. 198

Priority 4

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

Rule Violation Line
UselessParentheses Useless parentheses. 222

Files

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

Rule Violation Priority Line
EmptyCatchBlock Avoid empty catch blocks 3 113115
UselessQualifiedThis Useless qualified this usage in the same class. 3 197
UselessQualifiedThis Useless qualified this usage in the same class. 3 198
UselessParentheses Useless parentheses. 4 222