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 144146
UselessQualifiedThis Useless qualified this usage in the same class. 228
UselessQualifiedThis Useless qualified this usage in the same class. 229

Priority 4

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

Rule Violation Line
UselessParentheses Useless parentheses. 253

Files

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

Rule Violation Priority Line
EmptyCatchBlock Avoid empty catch blocks 3 144146
UselessQualifiedThis Useless qualified this usage in the same class. 3 228
UselessQualifiedThis Useless qualified this usage in the same class. 3 229
UselessParentheses Useless parentheses. 4 253