PMD Results

The following document contains the results of PMD 6.13.0.

Violations By Priority

Priority 3

org/eclipse/jgit/internal/transport/sshd/CachingKeyPairProvider.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 166168

org/eclipse/jgit/internal/transport/sshd/GssApiMechanisms.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 216218

org/eclipse/jgit/internal/transport/sshd/GssApiWithMicAuthentication.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 267269

org/eclipse/jgit/internal/transport/sshd/JGitClientSession.java

Rule Violation Line
UselessQualifiedThis Useless qualified this usage in the same class. 171
UselessQualifiedThis Useless qualified this usage in the same class. 197

org/eclipse/jgit/internal/transport/sshd/proxy/HttpClientConnector.java

Rule Violation Line
UnnecessaryModifier Unnecessary modifier 'public' on method 'getName': the method is declared in an interface type 313

org/eclipse/jgit/internal/transport/sshd/proxy/StatefulProxyConnector.java

Rule Violation Line
UnnecessaryModifier Unnecessary modifiers 'static final' on field 'TIMEOUT_PROPERTY': the field is declared in an interface type 6566

org/eclipse/jgit/transport/sshd/JGitKeyCache.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 8284

Priority 4

org/eclipse/jgit/internal/transport/sshd/JGitPasswordAuthentication.java

Rule Violation Line
UselessParentheses Useless parentheses. 98

Files

org/eclipse/jgit/internal/transport/sshd/CachingKeyPairProvider.java

Rule Violation Priority Line
EmptyCatchBlock Avoid empty catch blocks 3 166168

org/eclipse/jgit/internal/transport/sshd/GssApiMechanisms.java

Rule Violation Priority Line
EmptyCatchBlock Avoid empty catch blocks 3 216218

org/eclipse/jgit/internal/transport/sshd/GssApiWithMicAuthentication.java

Rule Violation Priority Line
EmptyCatchBlock Avoid empty catch blocks 3 267269

org/eclipse/jgit/internal/transport/sshd/JGitClientSession.java

Rule Violation Priority Line
UselessQualifiedThis Useless qualified this usage in the same class. 3 171
UselessQualifiedThis Useless qualified this usage in the same class. 3 197

org/eclipse/jgit/internal/transport/sshd/JGitPasswordAuthentication.java

Rule Violation Priority Line
UselessParentheses Useless parentheses. 4 98

org/eclipse/jgit/internal/transport/sshd/proxy/HttpClientConnector.java

Rule Violation Priority Line
UnnecessaryModifier Unnecessary modifier 'public' on method 'getName': the method is declared in an interface type 3 313

org/eclipse/jgit/internal/transport/sshd/proxy/StatefulProxyConnector.java

Rule Violation Priority Line
UnnecessaryModifier Unnecessary modifiers 'static final' on field 'TIMEOUT_PROPERTY': the field is declared in an interface type 3 6566

org/eclipse/jgit/transport/sshd/JGitKeyCache.java

Rule Violation Priority Line
EmptyCatchBlock Avoid empty catch blocks 3 8284