2009/05/20 - Apache Shale has been retired.

For more information, please explore the Attic.

PMD Results

The following document contains the results of PMD 3.7.

Files

org/apache/shale/usecases/rolodex/GenericComparator.java

ViolationLine
Avoid unused imports such as 'java.lang.reflect.InvocationTargetException'23

org/apache/shale/usecases/rolodex/Address.java

ViolationLine
Avoid empty catch blocks183

org/apache/shale/usecases/rolodex/HeaderSorter.java

ViolationLine
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead.80

org/apache/shale/usecases/rolodex/Contact.java

ViolationLine
Avoid empty catch blocks183

org/apache/shale/usecases/rolodex/Rolodex.java

ViolationLine
Avoid empty catch blocks385

org/apache/shale/usecases/rolodex/HeaderSorterRenderer.java

ViolationLine
Avoid empty catch blocks122 - 123