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 ..; 94
Avoid unused local variables such as 'result' 108
Avoid empty catch blocks 126
Avoid empty catch blocks 144
Avoid empty catch blocks 164
Avoid if (x != y) ..; else ..; 184

guessNumber/TreeTable.java

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