PMD Results
The following document contains the results of PMD 6.38.0.
Violations By Priority
Priority 3
org/eclipse/jgit/lfs/server/LfsProtocolServlet.java
Rule |
Violation |
Line |
TooManyStaticImports |
Too many static imports may lead to messy code |
10–222 |
org/eclipse/jgit/lfs/server/fs/ObjectDownloadListener.java
Rule |
Violation |
Line |
ReturnFromFinallyBlock |
Avoid returning from a finally block |
115 |
org/eclipse/jgit/lfs/server/s3/S3Repository.java
Rule |
Violation |
Line |
TooManyStaticImports |
Too many static imports may lead to messy code |
11–190 |
Files
org/eclipse/jgit/lfs/server/LfsProtocolServlet.java
Rule |
Violation |
Priority |
Line |
TooManyStaticImports |
Too many static imports may lead to messy code |
3 |
10–222 |
org/eclipse/jgit/lfs/server/fs/ObjectDownloadListener.java
Rule |
Violation |
Priority |
Line |
ReturnFromFinallyBlock |
Avoid returning from a finally block |
3 |
115 |
org/eclipse/jgit/lfs/server/s3/S3Repository.java
Rule |
Violation |
Priority |
Line |
TooManyStaticImports |
Too many static imports may lead to messy code |
3 |
11–190 |