PMD Audit

Designed for use with PMD 3.8 and Ant.

Summary

FilesTotalPriority 1Priority 2Priority 3Priority 4Priority 5
613
0
2
11
0
0

File org/limy/admin/format/CreateHtmlFromXml.java

PriorityError DescriptionLine
3
Avoid unused local variables such as 'nowValue' 135
3
Avoid unused local variables such as 'token' 137
2
System.out.print is used 140
3
Avoid printStackTrace(); use a logger call instead. 175

File org/limy/admin/format/XmlContextUtils.java

PriorityError DescriptionLine
3
The class 'XmlContextUtils' has a Cyclomatic Complexity of 5 (Highest = 15). 40
3
The method 'addElement' has a Cyclomatic Complexity of 15. 111
3
These nested if statements could be combined 157

File org/limy/resource/CommonDAO.java

PriorityError DescriptionLine
3
Ensure that resources like this ResultSet object are closed after use 61
3
Ensure that resources like this ResultSet object are closed after use 102
3
Ensure that resources like this ResultSet object are closed after use 160

File org/limy/util/LogUtils.java

PriorityError DescriptionLine
3
Avoid printStackTrace(); use a logger call instead. 39

File org/limy/web/VelocityCommandServlet.java

PriorityError DescriptionLine
3
A signature (constructor or method) shouldn't have Exception in throws declaration 221

File org/limy/xml/SimpleElement.java

PriorityError DescriptionLine
2
System.out.print is used 101