PMD Results
The following document contains the results of PMD 6.21.0.
Violations By Priority
Priority 3
org/eclipse/jgit/internal/transport/sshd/CachingKeyPairProvider.java
Rule |
Violation |
Line |
EmptyCatchBlock |
Avoid empty catch blocks |
133–135 |
org/eclipse/jgit/internal/transport/sshd/GssApiMechanisms.java
Rule |
Violation |
Line |
EmptyCatchBlock |
Avoid empty catch blocks |
183–185 |
org/eclipse/jgit/internal/transport/sshd/GssApiWithMicAuthentication.java
Rule |
Violation |
Line |
EmptyCatchBlock |
Avoid empty catch blocks |
234–236 |
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 |
280 |
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 |
32–33 |
org/eclipse/jgit/transport/sshd/JGitKeyCache.java
Rule |
Violation |
Line |
EmptyCatchBlock |
Avoid empty catch blocks |
49–51 |
Priority 4
org/eclipse/jgit/internal/transport/sshd/JGitPasswordAuthentication.java
Rule |
Violation |
Line |
UselessParentheses |
Useless parentheses. |
65 |
Files
org/eclipse/jgit/internal/transport/sshd/CachingKeyPairProvider.java
Rule |
Violation |
Priority |
Line |
EmptyCatchBlock |
Avoid empty catch blocks |
3 |
133–135 |
org/eclipse/jgit/internal/transport/sshd/GssApiMechanisms.java
Rule |
Violation |
Priority |
Line |
EmptyCatchBlock |
Avoid empty catch blocks |
3 |
183–185 |
org/eclipse/jgit/internal/transport/sshd/GssApiWithMicAuthentication.java
Rule |
Violation |
Priority |
Line |
EmptyCatchBlock |
Avoid empty catch blocks |
3 |
234–236 |
org/eclipse/jgit/internal/transport/sshd/JGitClientSession.java
Rule |
Violation |
Priority |
Line |
UselessQualifiedThis |
Useless qualified this usage in the same class. |
3 |
139 |
UselessQualifiedThis |
Useless qualified this usage in the same class. |
3 |
164 |
org/eclipse/jgit/internal/transport/sshd/JGitPasswordAuthentication.java
Rule |
Violation |
Priority |
Line |
UselessParentheses |
Useless parentheses. |
4 |
65 |
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 |
280 |
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 |
32–33 |
org/eclipse/jgit/transport/sshd/JGitKeyCache.java
Rule |
Violation |
Priority |
Line |
EmptyCatchBlock |
Avoid empty catch blocks |
3 |
49–51 |