PMD Results

The following document contains the results of PMD.

Summary

FilesErrors
13

Files

FilesViolations
org/astrogrid/ucd/UcdVersions.java 3

org/astrogrid/ucd/UcdVersions.java

ViolationLine
Avoid unused imports such as 'IOException' 7
No need to import a type that's in the same package 10
Avoid empty catch blocks 34