The following document contains the results of Checkstyle 8.19 with /home/mprins/workspace/sass-maven-plugin/checkstyle-ruleset.xml ruleset.
| Category | Rule | Violations | Severity |
|---|---|---|---|
| coding | AvoidInlineConditionals | 2 | |
| IllegalCatch | 1 | ||
| design | VisibilityModifier | 10 | |
| javadoc | JavadocMethod
|
8 | |
| JavadocVariable | 11 | ||
| misc | FinalParameters
|
4 | |
TodoComment
|
1 | ||
| sizes | LineLength
|
29 | |
MethodLength
|
2 | ||
| whitespace | ParenPad | 4 | |
| WhitespaceAfter | 1 | ||
WhitespaceAround
|
3 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| design | VisibilityModifier | Variable 'buildDirectory' must be private and have accessor methods. | 71 | |
| design | VisibilityModifier | Variable 'destination' must be private and have accessor methods. | 79 | |
| design | VisibilityModifier | Variable 'failOnError' must be private and have accessor methods. | 87 | |
| sizes | LineLength | Line is longer than 100 characters (found 118). | 155 | |
| sizes | LineLength | Line is longer than 100 characters (found 117). | 237 | |
| sizes | MethodLength | Method length is 109 lines (max allowed is 50). | 260 | |
| misc | TodoComment | Comment matches to-do format '(?i)todo'. | 279 | |
| sizes | LineLength | Line is longer than 100 characters (found 114). | 280 | |
| sizes | LineLength | Line is longer than 100 characters (found 121). | 281 | |
| sizes | LineLength | Line is longer than 100 characters (found 163). | 354 | |
| sizes | LineLength | Line is longer than 100 characters (found 144). | 356 | |
| sizes | LineLength | Line is longer than 100 characters (found 131). | 358 | |
| sizes | LineLength | Line is longer than 100 characters (found 129). | 360 | |
| sizes | LineLength | Line is longer than 100 characters (found 129). | 362 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 410 | |
| misc | FinalParameters | Parameter destinationDir should be final. | 426 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 438 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 446 | |
| sizes | LineLength | Line is longer than 100 characters (found 126). | 449 | |
| sizes | LineLength | Line is longer than 100 characters (found 125). | 452 | |
| sizes | LineLength | Line is longer than 100 characters (found 112). | 454 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 454 | |
| sizes | LineLength | Line is longer than 100 characters (found 127). | 461 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'source' must be private and have accessor methods. | 38 | |
| design | VisibilityModifier | Variable 'relativeOutputDirectory' must be private and have accessor methods. | 47 | |
| design | VisibilityModifier | Variable 'destination' must be private and have accessor methods. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 119). | 54 | |
| sizes | LineLength | Line is longer than 100 characters (found 120). | 71 | |
| sizes | LineLength | Line is longer than 100 characters (found 119). | 84 | |
| sizes | LineLength | Line is longer than 100 characters (found 118). | 97 | |
| sizes | LineLength | Line is longer than 100 characters (found 118). | 110 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 108). | 93 | |
| design | VisibilityModifier | Variable 'filter' must be private and have accessor methods. | 112 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 114 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter startDirectory should be final. | 116 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 120 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 120 | |
| misc | FinalParameters | Parameter startDirectory should be final. | 120 | |
| misc | FinalParameters | Parameter filter should be final. | 120 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 122 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 122 | |
| sizes | LineLength | Line is longer than 100 characters (found 122). | 124 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 133 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 133 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 133 | |
| design | VisibilityModifier | Variable 'youngest' must be private and have accessor methods. | 148 | |
| design | VisibilityModifier | Variable 'oldest' must be private and have accessor methods. | 152 | |
| design | VisibilityModifier | Variable 'count' must be private and have accessor methods. | 156 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 158 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 158 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 158 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 158 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 177 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 178 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 114). | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 88 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 100 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| sizes | MethodLength | Method length is 71 lines (max allowed is 50). | 128 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 197 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 88 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 90 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 120 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 123 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 154 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 202 |