Last published: Apr 5, 2006 | Doc for 1.0.1-SNAPSHOT
HTML Tag Library
Overview
Tags
Project Documentation
About commons-jelly-tags-html
Downloads
Project Info
Project Reports
Changes
Checkstyle
JavaDocs
JavaDoc Report
JavaDoc Warnings Report
JCoverage
Metrics
Jelly Tag Documentation
Unit Tests
Source Xref
Test Xref
Project License
PMD Report
Task List
Development Process
PMD Results
The following document contains the results of
PMD
.
Summary
Files
Errors
3
5
Files
Files
Violations
org/apache/commons/jelly/tags/html/HTMLTagLibrary.java
2
org/apache/commons/jelly/tags/html/ParseTag.java
2
org/apache/commons/jelly/html/TestJelly.java
1
org/apache/commons/jelly/tags/html/HTMLTagLibrary.java
Violation
Line
Avoid unused private fields such as 'log'
31
Private field could be made final. It is only initialized in the declaration or constructor.
31
org/apache/commons/jelly/tags/html/ParseTag.java
Violation
Line
Avoid unused private fields such as 'log'
43
Avoid if (x != y) ..; else ..;
62
org/apache/commons/jelly/html/TestJelly.java
Violation
Line
All methods are static. Consider using Singleton instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
38