Last published: Apr 5, 2006 | Doc for 1.0.1-SNAPSHOT
Logging Tag Library
Overview
Tags
Project Documentation
About commons-jelly-tags-log
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
2
3
Files
Files
Violations
org/apache/commons/jelly/tags/log/LogTagSupport.java
2
org/apache/commons/jelly/tags/log/TestJelly.java
1
org/apache/commons/jelly/tags/log/LogTagSupport.java
Violation
Line
Avoid unused imports such as 'org.apache.commons.jelly.JellyTagException'
18
This abstract class does not have any abstract methods
29
org/apache/commons/jelly/tags/log/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