Checkstyle Results
The following document contains the results of Checkstyle 9.3 with sun_checks.xml ruleset.
Summary
Files | Info | Warnings | Errors |
---|---|---|---|
4 | 0 | 0 | 62 |
Files
Rules
Category | Rule | Violations | Severity |
---|---|---|---|
design | HideUtilityClassConstructor | 1 | Error |
imports | AvoidStarImport | 2 | Error |
javadoc | JavadocPackage | 2 | Error |
JavadocVariable | 9 | Error | |
misc | FinalParameters | 5 | Error |
sizes | LineLength
|
41 | Error |
whitespace | OperatorWrap | 2 | Error |
Details
de/aikiit/mailclena/MailClena.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | 1 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 28 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 30 |
Error | misc | FinalParameters | Parameter args should be final. | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 42 |
de/aikiit/mailclena/MailClenaParameterParser.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.commons.cli.*. | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 42 |
Error | misc | FinalParameters | Parameter args should be final. | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 52 |
Error | whitespace | OperatorWrap | '&&' should be on a new line. | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 53 |
Error | whitespace | OperatorWrap | '&&' should be on a new line. | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 119 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 121 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 122 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 124 |
de/aikiit/mailclena/MailConfiguration.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
de/aikiit/mailclena/mail/MailClient.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | 1 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - jakarta.mail.*. | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 40 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 70 |
Error | misc | FinalParameters | Parameter mode should be final. | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 151). | 110 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 133 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 136 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 154 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 158 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 164 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 176 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 178 |
Error | misc | FinalParameters | Parameter command should be final. | 180 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 198 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 219 |
Error | misc | FinalParameters | Parameter command should be final. | 224 |