JSF Portlet Demo
Last published: 08 December 2005 | Doc for 1.0
Jetspeed 2
|
Bridges Home
|
Project Documentation
About JSF Portlet Demo
Project Info
Project Reports
Dependency Convergence
Metrics
PMD Report
Change Log
File Activity
Project License
Source Xref
Task List
Development Process
PMD Results
The following document contains the results of
PMD
.
Summary
Files
Errors
2
8
Files
Files
Violations
guessNumber/MessageFactory.java
6
guessNumber/TreeTable.java
2
guessNumber/MessageFactory.java
Violation
Line
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
Violation
Line
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