The following document contains the results of Checkstyle 5.7.
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | LeftCurly
|
28 | Error |
RightCurly
|
8 | Error | |
coding | MagicNumber
|
3 | Error |
imports | AvoidStarImport | 1 | Error |
UnusedImports | 5 | Error | |
javadoc | JavadocMethod
|
24 | Warning |
JavadocType
|
1 | Error | |
JavadocVariable
|
4 | Info | |
naming | ConstantName | 1 | Error |
whitespace | ParenPad
|
98 | Error |
WhitespaceAround | 8 | Error |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 47 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 49 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 49 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 50 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 50 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 55 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 55 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | naming | ConstantName | Name 'defaultEntityMap' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 32 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 298 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.junit.Assert. | 22 |
Error | imports | UnusedImports | Unused import - java.io.InputStream. | 28 |
Error | imports | UnusedImports | Unused import - java.io.InputStreamReader. | 29 |
Error | imports | UnusedImports | Unused import - java.net.URL. | 32 |
Error | imports | UnusedImports | Unused import - java.nio.charset.Charset. | 33 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 102 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 141 |
Error | coding | MagicNumber | '4096' is a magic number. | 154 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 157 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 173 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 189 |
Error | coding | MagicNumber | '409600' is a magic number. | 202 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 206 |
Error | coding | MagicNumber | '4096' is a magic number. | 209 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | extension | TreeWalker | Got an exception - expecting EOF, found '}' | 342 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 45 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 77 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 88 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 100 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | blocks | LeftCurly | '{' should be on a new line. | 36 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 44 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 44 |
Error | blocks | LeftCurly | '{' should be on a new line. | 45 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 46 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 46 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 57 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 57 |
Error | blocks | LeftCurly | '{' should be on a new line. | 58 |
Error | blocks | LeftCurly | '{' should be on a new line. | 60 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 63 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 63 |
Error | blocks | LeftCurly | '{' should be on a new line. | 64 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 65 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 65 |
Error | blocks | RightCurly | '}' should be alone on a line. | 66 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 66 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 66 |
Error | blocks | LeftCurly | '{' should be on a new line. | 66 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 70 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 70 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 71 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 71 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 72 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 72 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 73 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 73 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 74 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 74 |
Error | blocks | RightCurly | '}' should be alone on a line. | 77 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 77 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 77 |
Error | blocks | LeftCurly | '{' should be on a new line. | 77 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 78 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 78 |
Error | blocks | RightCurly | '}' should be alone on a line. | 79 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 79 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 79 |
Error | blocks | LeftCurly | '{' should be on a new line. | 79 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 80 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 80 |
Error | blocks | RightCurly | '}' should be alone on a line. | 81 |
Error | blocks | LeftCurly | '{' should be on a new line. | 81 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 82 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 82 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 82 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 82 |
Error | blocks | LeftCurly | '{' should be on a new line. | 82 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 83 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 83 |
Error | blocks | LeftCurly | '{' should be on a new line. | 83 |
Error | blocks | LeftCurly | '{' should be on a new line. | 84 |
Error | blocks | RightCurly | '}' should be alone on a line. | 86 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 86 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 86 |
Error | blocks | LeftCurly | '{' should be on a new line. | 86 |
Error | blocks | LeftCurly | '{' should be on a new line. | 89 |
Error | blocks | RightCurly | '}' should be alone on a line. | 91 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 91 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 91 |
Error | blocks | LeftCurly | '{' should be on a new line. | 91 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 54 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 54 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 55 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 55 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 57 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 57 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 58 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 58 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 59 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 59 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 60 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 60 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 61 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 61 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 62 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 62 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 64 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 64 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.w3c.dom.*. | 22 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 28 |
Error | blocks | LeftCurly | '{' should be on a new line. | 28 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
Error | blocks | LeftCurly | '{' should be on a new line. | 31 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 37 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 37 |
Error | blocks | LeftCurly | '{' should be on a new line. | 37 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 38 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 38 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 39 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 39 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 43 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 43 |
Error | blocks | LeftCurly | '{' should be on a new line. | 43 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 45 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 45 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 46 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 46 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 50 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 50 |
Error | blocks | LeftCurly | '{' should be on a new line. | 50 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 51 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 51 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 51 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 51 |
Error | blocks | LeftCurly | '{' should be on a new line. | 51 |
Error | blocks | LeftCurly | '{' should be on a new line. | 53 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 55 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 55 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 55 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 55 |
Error | blocks | LeftCurly | '{' should be on a new line. | 55 |
Error | blocks | RightCurly | '}' should be alone on a line. | 58 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 58 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 58 |
Error | blocks | LeftCurly | '{' should be on a new line. | 58 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 65 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 65 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 65 |
Error | blocks | LeftCurly | '{' should be on a new line. | 65 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 66 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 66 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 67 |
Error | whitespace | WhitespaceAround | '>' is not preceded with whitespace. | 67 |
Error | whitespace | WhitespaceAround | '>' is not followed by whitespace. | 67 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 67 |
Error | blocks | LeftCurly | '{' should be on a new line. | 67 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 68 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 68 |
Error | blocks | RightCurly | '}' should be alone on a line. | 69 |
Error | blocks | LeftCurly | '{' should be on a new line. | 69 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 74 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 74 |
Error | blocks | LeftCurly | '{' should be on a new line. | 74 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 75 |
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. | 75 |