Last published: Apr 5, 2006 | Doc for 1.0
Email Tag Library
Overview
Tags
Project Documentation
About commons-jelly-tags-email
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
8
Files
Files
Violations
org/apache/commons/jelly/tags/email/EmailTag.java
6
org/apache/commons/jelly/tags/email/EmailTagLibrary.java
2
org/apache/commons/jelly/tags/email/EmailTag.java
Violation
Line
The class 'EmailTag' has a Cyclomatic Complexity of 2 (Highest = 11).
53
Private field could be made final. It is only initialized in the declaration or constructor.
54
Avoid really long methods.
145
The method 'doTag' has a Cyclomatic Complexity of 11.
145
Avoid if (x != y) ..; else ..;
150
Avoid if (x != y) ..; else ..;
171
org/apache/commons/jelly/tags/email/EmailTagLibrary.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