Last published: Sep 27, 2005
Jakarta
|
Jakarta Commons
About Us
Home
Contributors
License
Components
Sandbox
Commons Email
Overview
Examples
Javadoc
Mailing lists
Team
SVN
View SVN
Project Documentation
About Commons Email
Downloads
Project Info
Project Reports
Change Log
Changes
Checkstyle
Developer Activity
File Activity
JavaDocs
JavaDoc Report
JavaDoc Warnings Report
Unit Tests
Source Xref
Test Xref
PMD Report
Project License
JCoverage
FindBugs Report
Development Process
General Information
Charter
Volunteering
Contributing Patches
Building Components
Releasing Components
Jakarta Community
Get Involved
Mailing Lists
Commons Resources (Unofficial)
Wiki
Japanese Translation
Korean Translation
Related
DB Commons
XML Commons
Checkstyle Results
The following document contains the results of
Checkstyle
.
Summary
Files
Infos
Warnings
Errors
19
0
0
16
Files
Files
I
W
E
org/apache/commons/mail/EmailException.java
0
0
2
org/apache/commons/mail/EmailUtils.java
0
0
8
org/apache/commons/mail/MultiPartEmail.java
0
0
6
org/apache/commons/mail/EmailException.java
Error
Line
Unnecessary parentheses around expression.
97
Expression can be simplified.
161
org/apache/commons/mail/EmailUtils.java
Error
Line
Line is longer than 120 characters.
25
Line is longer than 120 characters.
41
Line is longer than 120 characters.
133
Line is longer than 120 characters.
134
Line is longer than 120 characters.
143
Line is longer than 120 characters.
144
Line is longer than 120 characters.
153
Line is longer than 120 characters.
162
org/apache/commons/mail/MultiPartEmail.java
Error
Line
Variable 'primaryBodyPart' explicitly initialized to 'null' (default value for its type).
58
Must have at least one statement.
240
Expected an @return tag.
489
Expected an @return tag.
498
Expected an @return tag.
526
Expected @param tag for 'b'.
535