PMD Results

The following document contains the results of PMD.

Summary

FilesErrors
28

Files

FilesViolations
guessNumber/MessageFactory.java 6
guessNumber/TreeTable.java 2

guessNumber/MessageFactory.java

ViolationLine
Avoid if (x != y) ..; else ..; 92
Avoid unused local variables such as 'result' 106
Avoid empty catch blocks 124
Avoid empty catch blocks 142
Avoid empty catch blocks 162
Avoid if (x != y) ..; else ..; 182

guessNumber/TreeTable.java

ViolationLine
The same String literal appears 4 times in this file; the first occurrence is on line 49 49
The same String literal appears 4 times in this file; the first occurrence is on line 57 57