PMD Results
The following document contains the results of PMD 4.2.5.
Files
com/trendmicro/grid/acl/ds/bclog/BinaryChangeLogFileWriter.java
Violation | Line |
---|
Avoid throwing raw exception types. | 39 |
Avoid throwing raw exception types. | 56 |
A catch statement that catches an exception only to rethrow it should be avoided. | 129 - 131 |
com/trendmicro/grid/acl/ds/bclog/BinaryChangeLogQueue.java
Violation | Line |
---|
It is somewhat confusing to have a field name with the same name as a method | 56 |
A catch statement should never catch throwable since it includes errors. | 73 |
com/trendmicro/grid/acl/ds/bclog/BinaryChangeLogWriterService.java
Violation | Line |
---|
Avoid throwing raw exception types. | 37 |