The following document contains the results of Checkstyle 6.11.2 with http://depot.universaal.org/Resources/Checkstyle/uaal-checkstyle-config.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | EmptyBlock | 3 | |
| RightCurly | 13 | ||
| design | DesignForExtension | 6 | |
VisibilityModifier
|
8 | ||
| javadoc | JavadocMethod | 7 | |
JavadocPackage
|
2 | ||
| JavadocStyle | 5 | ||
| JavadocVariable | 9 | ||
| regexp | RegexpSingleline
|
29 | |
| sizes | LineLength
|
15 | |
| whitespace | WhitespaceAfter | 5 | |
| WhitespaceAround | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 126). | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| design | VisibilityModifier | Variable 'parameter' must be private and have accessor methods. | 43 | |
| sizes | LineLength | Line is longer than 120 characters (found 171). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 46 | |
| design | DesignForExtension | Method 'doExecute' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 56 | |
| blocks | RightCurly | '}' at column 2 should be on the same line as the next part of a multi-block statement. | 58 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 63 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 65 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 72 | |
| blocks | EmptyBlock | Must have at least one statement. | 72 | |
| blocks | RightCurly | '}' at column 2 should be on the same line as the next part of a multi-block statement. | 74 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 79 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 81 | |
| whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 83 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 83 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 90 | |
| blocks | RightCurly | '}' at column 6 should be on the same line as the next part of a multi-block statement. | 92 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 93 | |
| blocks | RightCurly | '}' at column 6 should be on the same line as the next part of a multi-block statement. | 100 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 101 | |
| blocks | RightCurly | '}' at column 6 should be on the same line as the next part of a multi-block statement. | 108 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 109 | |
| blocks | RightCurly | '}' at column 6 should be on the same line as the next part of a multi-block statement. | 116 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 117 | |
| blocks | RightCurly | '}' at column 6 should be on the same line as the next part of a multi-block statement. | 124 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 125 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 138 | |
| whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 140 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 148 | |
| javadoc | JavadocMethod | Expected an @return tag. | 152 | |
| javadoc | JavadocMethod | Expected @param tag for 'class1'. | 152 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| design | VisibilityModifier | Variable 'regExp' must be private and have accessor methods. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| design | VisibilityModifier | Variable 'locale' must be private and have accessor methods. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| design | DesignForExtension | Method 'doExecute' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 51 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 57 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 74 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 75 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 78 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 78 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 81 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 81 | |
| whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 81 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 86 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 87 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 87 | |
| blocks | RightCurly | '}' at column 6 should be on the same line as the next part of a multi-block statement. | 88 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 89 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 90 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 90 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 90 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 92 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 93 | |
| blocks | RightCurly | '}' at column 6 should be on the same line as the next part of a multi-block statement. | 94 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 95 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 121). | 27 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| design | VisibilityModifier | Variable 'parameter' must be private and have accessor methods. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| design | VisibilityModifier | Variable 'path' must be private and have accessor methods. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| design | DesignForExtension | Method 'doExecute' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 52 | |
| blocks | RightCurly | '}' at column 2 should be on the same line as the next part of a multi-block statement. | 54 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 59 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 61 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 68 | |
| blocks | EmptyBlock | Must have at least one statement. | 68 | |
| blocks | RightCurly | '}' at column 2 should be on the same line as the next part of a multi-block statement. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 121). | 27 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| design | VisibilityModifier | Variable 'parameter' must be private and have accessor methods. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| design | VisibilityModifier | Variable 'path' must be private and have accessor methods. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| design | DesignForExtension | Method 'doExecute' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 53 | |
| blocks | RightCurly | '}' at column 2 should be on the same line as the next part of a multi-block statement. | 55 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 60 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 62 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 69 | |
| blocks | EmptyBlock | Must have at least one statement. | 69 | |
| blocks | RightCurly | '}' at column 2 should be on the same line as the next part of a multi-block statement. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 80 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| javadoc | JavadocMethod | Expected an @return tag. | 36 | |
| design | DesignForExtension | Method 'getConfigurationEditor' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 37 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| sizes | LineLength | Line is longer than 120 characters (found 153). | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 43 | |
| javadoc | JavadocMethod | Expected an @return tag. | 44 | |
| design | DesignForExtension | Method 'complete' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Expected @param tag for 'buffer'. | 44 | |
| javadoc | JavadocMethod | Expected @param tag for 'cursor'. | 44 | |
| javadoc | JavadocMethod | Expected @param tag for 'candidates'. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 27 |