PMD Results

The following document contains the results of PMD 4.2.5.

Files

com/trendmicro/grid/acl/ds/trivial/CategoryDefinition.java

ViolationLine
It is a good practice to call super() in a constructor34 - 35

com/trendmicro/grid/acl/ds/trivial/CategoryViewDefinition.java

ViolationLine
It is a good practice to call super() in a constructor34 - 35

com/trendmicro/grid/acl/ds/trivial/TrivialCategoryRepository.java

ViolationLine
A method/constructor shouldn't explicitly throw java.lang.Exception67
An instanceof check is being performed on the caught exception. Create a separate catch clause for this exception type.95