PMD Results

The following document contains the results of PMD 4.3.

Files

com/googlecode/t7mp/InstanceConfigurationUtil.java

ViolationLine
Avoid instantiating Integer objects. Call Integer.valueOf() instead.41
Avoid instantiating Integer objects. Call Integer.valueOf() instead.44
Avoid instantiating Integer objects. Call Integer.valueOf() instead.47
Avoid instantiating Integer objects. Call Integer.valueOf() instead.50

com/googlecode/t7mp/configuration/ChainedArtifactResolver.java

ViolationLine
Avoid empty catch blocks47 - 48

com/googlecode/t7mp/util/CatalinaOutPrintStream.java

ViolationLine
Overriding method merely calls super65 - 67