Checkstyle Results

The following document contains the results of Checkstyle .

Summary

FilesInfosWarningsErrors
73351

Files

FilesIWE
org/apache/commons/jelly/tags/email/EmailTag.java 3340
org/apache/commons/jelly/tags/email/EmailTagLibrary.java 011

org/apache/commons/jelly/tags/email/EmailTag.java

ErrorLine
Warning Wrong order for 'javax.mail.Session' import. 25
Warning Wrong order for 'java.util.Properties' import. 38
Info Class Data Abstraction Coupling is 11 (max allowed is 10). 53
Warning Missing a Javadoc comment. 54
Warning Field 'logger' is used in only one method. 54
Warning First sentence should end with a period. 56
Warning First sentence should end with a period. 59
Warning First sentence should end with a period. 62
Warning First sentence should end with a period. 65
Warning First sentence should end with a period. 68
Warning First sentence should end with a period. 71
Warning First sentence should end with a period. 74
Warning First sentence should end with a period. 77
Warning Expected @param tag for 'server'. 84
Warning First sentence should end with a period. 88
Warning Expected @param tag for 'from'. 91
Warning First sentence should end with a period. 95
Warning Expected @param tag for 'to'. 98
Warning First sentence should end with a period. 102
Warning Expected @param tag for 'cc'. 105
Warning First sentence should end with a period. 109
Warning Expected @param tag for 'subject'. 112
Warning Expected @param tag for 'message'. 119
Warning Expected @param tag for 'attachment'. 126
Warning Expected @throws tag for 'FileNotFoundException'. 126
Warning Expected @param tag for 'encodeXML'. 138
Warning First sentence should end with a period. 142
Info Cyclomatic Complexity is 18 (max allowed is 10). 145
Info NPath Complexity is 840 (max allowed is 200). 145
Warning Expected @param tag for 'xmlOutput'. 145
Warning Expected @throws tag for 'JellyTagException'. 145
Warning '}' should be on the same line. 153
Warning '}' should be on the same line. 173
Warning '}' should be on the same line. 216
Warning '}' should be on the same line. 219
Warning '}' should be on the same line. 239
Warning '}' should be on the same line. 266

org/apache/commons/jelly/tags/email/EmailTagLibrary.java

ErrorLine
Error Unused private field 'log'. 31
Warning Missing a Javadoc comment. 33