The following document contains the results of Checkstyle 6.11.2 with build-config/lutece_checks.xml ruleset.
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | LeftCurly
|
12 | Error |
NeedBraces | 2 | Error | |
coding | DeclarationOrder | 1 | Error |
ExplicitInitialization | 1 | Error | |
design | VisibilityModifier | 1 | Error |
header | Header
|
4 | Error |
javadoc | JavadocMethod | 2 | Error |
JavadocType | 2 | Error | |
whitespace | ParenPad
|
10 | Error |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2016, Mairie de Paris'. | 2 |
Error | blocks | LeftCurly | '{' at column 70 should be on a new line. | 22 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 25 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 25 |
Error | blocks | LeftCurly | '{' at column 74 should be on a new line. | 25 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 27 |
Error | blocks | LeftCurly | '{' at column 34 should be on a new line. | 28 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 35 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 35 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 37 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2016, Mairie de Paris'. | 2 |
Error | blocks | LeftCurly | '{' at column 91 should be on a new line. | 45 |
Error | coding | DeclarationOrder | Variable access definition in wrong order. | 49 |
Error | coding | ExplicitInitialization | Variable '_instance' explicitly initialized to 'null' (default value for its type). | 49 |
Error | design | VisibilityModifier | Variable '_instance' must be private and have accessor methods. | 49 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
Error | blocks | LeftCurly | '{' at column 71 should be on a new line. | 51 |
Error | blocks | LeftCurly | '{' at column 33 should be on a new line. | 52 |
Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 56 |
Error | blocks | LeftCurly | '{' at column 37 should be on a new line. | 61 |
Error | blocks | LeftCurly | '{' at column 28 should be on a new line. | 67 |
Error | blocks | LeftCurly | '{' at column 44 should be on a new line. | 73 |
Error | blocks | LeftCurly | '{' at column 121 should be on a new line. | 78 |
Error | blocks | LeftCurly | '{' at column 121 should be on a new line. | 83 |
Error | blocks | LeftCurly | '{' at column 71 should be on a new line. | 88 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2016, Mairie de Paris'. | 2 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 50 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 75 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 75 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 77 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 83 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 83 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2016, Mairie de Paris'. | 2 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 56 |