PMD Results

The following document contains the results of PMD 4.2.5.

Files

com/trendmicro/grid/acl/ds/bclog/BinaryChangeLogFileWriter.java

ViolationLine
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

ViolationLine
It is somewhat confusing to have a field name with the same name as a method56
A catch statement should never catch throwable since it includes errors.73

com/trendmicro/grid/acl/ds/bclog/BinaryChangeLogWriterService.java

ViolationLine
Avoid throwing raw exception types.37