PMD Results

The following document contains the results of PMD.

Summary

FilesErrors
35

Files

FilesViolations
org/astrogrid/slinger/CopyServlet.java 1
org/astrogrid/slinger/ResolverServlet.java 2
org/astrogrid/slinger/SendServlet.java 2

org/astrogrid/slinger/CopyServlet.java

ViolationLine
Avoid empty catch blocks 81

org/astrogrid/slinger/ResolverServlet.java

ViolationLine
Avoid unused imports such as 'URISyntaxException' 4
No need to import a type that's in the same package 12

org/astrogrid/slinger/SendServlet.java

ViolationLine
Avoid unused imports such as 'URISyntaxException' 4
No need to import a type that's in the same package 13