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