PMD Results
The following document contains the results of PMD 5.0.2.
Files
grumpy-core - com/github/davidmoten/grumpy/core/Position.java
Violation |
Line |
Too many static imports may lead to messy code |
1 - 595 |
grumpy-ogc - com/github/davidmoten/grumpy/wms/WmsRequest.java
Violation |
Line |
Unnecessary use of fully qualified name 'RequestUtil.getParameter' due to existing import 'com.github.davidmoten.util.servlet.RequestUtil' |
158 |
Unnecessary use of fully qualified name 'RequestUtil.getParameter' due to existing import 'com.github.davidmoten.util.servlet.RequestUtil' |
159 |
grumpy-ogc - com/github/davidmoten/grumpy/wms/WmsServletRequestProcessor.java
Violation |
Line |
Useless parentheses. |
250 |
grumpy-ogc - com/github/davidmoten/grumpy/wms/WmsUtil.java
Violation |
Line |
Avoid empty catch blocks |
29 - 31 |
Avoid empty catch blocks |
31 - 33 |
Avoid empty catch blocks |
33 - 35 |
Avoid empty catch blocks |
35 - 37 |
grumpy-ogc - com/github/davidmoten/grumpy/wms/reduction/RectangleSamplerGrid.java
Violation |
Line |
Avoid unused private fields such as 'maxCellSizeKm'. |
16 |