PMD Results
The following document contains the results of PMD 6.13.0.
Violations By Priority
Priority 3
org/eclipse/jgit/lfs/server/LargeFileRepository.java
Rule |
Violation |
Line |
UnnecessaryModifier |
Unnecessary modifier 'public' on method 'getDownloadAction': the method is declared in an interface type |
64 |
UnnecessaryModifier |
Unnecessary modifier 'public' on method 'getUploadAction': the method is declared in an interface type |
75 |
UnnecessaryModifier |
Unnecessary modifier 'public' on method 'getVerifyAction': the method is declared in an interface type |
85 |
UnnecessaryModifier |
Unnecessary modifier 'public' on method 'getSize': the method is declared in an interface type |
96 |
org/eclipse/jgit/lfs/server/LfsProtocolServlet.java
Rule |
Violation |
Line |
TooManyStaticImports |
Too many static imports may lead to messy code |
43–255 |
org/eclipse/jgit/lfs/server/fs/ObjectDownloadListener.java
Rule |
Violation |
Line |
ReturnFromFinallyBlock |
Avoid returning from a finally block |
148 |
org/eclipse/jgit/lfs/server/s3/S3Repository.java
Rule |
Violation |
Line |
TooManyStaticImports |
Too many static imports may lead to messy code |
44–221 |
Files
org/eclipse/jgit/lfs/server/LargeFileRepository.java
Rule |
Violation |
Priority |
Line |
UnnecessaryModifier |
Unnecessary modifier 'public' on method 'getDownloadAction': the method is declared in an interface type |
3 |
64 |
UnnecessaryModifier |
Unnecessary modifier 'public' on method 'getUploadAction': the method is declared in an interface type |
3 |
75 |
UnnecessaryModifier |
Unnecessary modifier 'public' on method 'getVerifyAction': the method is declared in an interface type |
3 |
85 |
UnnecessaryModifier |
Unnecessary modifier 'public' on method 'getSize': the method is declared in an interface type |
3 |
96 |
org/eclipse/jgit/lfs/server/LfsProtocolServlet.java
Rule |
Violation |
Priority |
Line |
TooManyStaticImports |
Too many static imports may lead to messy code |
3 |
43–255 |
org/eclipse/jgit/lfs/server/fs/ObjectDownloadListener.java
Rule |
Violation |
Priority |
Line |
ReturnFromFinallyBlock |
Avoid returning from a finally block |
3 |
148 |
org/eclipse/jgit/lfs/server/s3/S3Repository.java
Rule |
Violation |
Priority |
Line |
TooManyStaticImports |
Too many static imports may lead to messy code |
3 |
44–221 |