PMD Results
The following document contains the results of PMD 4.2.5.
Files
com/trendmicro/grid/acl/ds/trivial/CategoryDefinition.java
Violation | Line |
---|
It is a good practice to call super() in a constructor | 34 - 35 |
com/trendmicro/grid/acl/ds/trivial/CategoryViewDefinition.java
Violation | Line |
---|
It is a good practice to call super() in a constructor | 34 - 35 |
com/trendmicro/grid/acl/ds/trivial/TrivialCategoryRepository.java
Violation | Line |
---|
A method/constructor shouldn't explicitly throw java.lang.Exception | 67 |
An instanceof check is being performed on the caught exception. Create a separate catch clause for this exception type. | 95 |