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
Checkstyle Results
The following document contains the results of
Checkstyle
.
Summary
Files
Infos
Warnings
Errors
7
3
35
1
Files
Files
I
W
E
org/apache/commons/jelly/tags/email/EmailTag.java
3
34
0
org/apache/commons/jelly/tags/email/EmailTagLibrary.java
0
1
1
org/apache/commons/jelly/tags/email/EmailTag.java
Error
Line
Wrong order for 'javax.mail.Session' import.
25
Wrong order for 'java.util.Properties' import.
38
Class Data Abstraction Coupling is 11 (max allowed is 10).
53
Missing a Javadoc comment.
54
Field 'logger' is used in only one method.
54
First sentence should end with a period.
56
First sentence should end with a period.
59
First sentence should end with a period.
62
First sentence should end with a period.
65
First sentence should end with a period.
68
First sentence should end with a period.
71
First sentence should end with a period.
74
First sentence should end with a period.
77
Expected @param tag for 'server'.
84
First sentence should end with a period.
88
Expected @param tag for 'from'.
91
First sentence should end with a period.
95
Expected @param tag for 'to'.
98
First sentence should end with a period.
102
Expected @param tag for 'cc'.
105
First sentence should end with a period.
109
Expected @param tag for 'subject'.
112
Expected @param tag for 'message'.
119
Expected @param tag for 'attachment'.
126
Expected @throws tag for 'FileNotFoundException'.
126
Expected @param tag for 'encodeXML'.
138
First sentence should end with a period.
142
Cyclomatic Complexity is 18 (max allowed is 10).
145
NPath Complexity is 840 (max allowed is 200).
145
Expected @param tag for 'xmlOutput'.
145
Expected @throws tag for 'JellyTagException'.
145
'}' should be on the same line.
153
'}' should be on the same line.
173
'}' should be on the same line.
216
'}' should be on the same line.
219
'}' should be on the same line.
239
'}' should be on the same line.
266
org/apache/commons/jelly/tags/email/EmailTagLibrary.java
Error
Line
Unused private field 'log'.
31
Missing a Javadoc comment.
33