The following document contains the results of Checkstyle 6.1.1 with config/sun_checks.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | RightCurly | 1 | |
| design | DesignForExtension | 10 | |
| imports | UnusedImports | 5 | |
| javadoc | JavadocMethod | 1 | |
JavadocPackage
|
3 | ||
| JavadocStyle | 1 | ||
| JavadocType | 1 | ||
| JavadocVariable | 1 | ||
| misc | FinalParameters | 5 | |
| regexp | RegexpSingleline
|
37 | |
| sizes | LineLength | 16 | |
| whitespace | FileTabCharacter
|
28 | |
| WhitespaceAround | 6 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| design | DesignForExtension | Method 'properties' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| misc | FinalParameters | Parameter parser should be final. | 72 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 79 | |
| misc | FinalParameters | Parameter key should be final. | 81 | |
| misc | FinalParameters | Parameter value should be final. | 81 | |
| misc | FinalParameters | Parameter properties should be final. | 82 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| design | DesignForExtension | Method 'getSingletons' is not designed for extension - needs to be abstract, final or empty. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 38 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 40 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 41 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 42 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 43 | |
| design | DesignForExtension | Method 'getConfig' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 44 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 46 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 47 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 48 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 49 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 49 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 51 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 52 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 52 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 53 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 54 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| imports | UnusedImports | Unused import - org.apache.camel.Exchange. | 37 | |
| imports | UnusedImports | Unused import - org.apache.camel.Processor. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 56 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| design | DesignForExtension | Method 'persistHello' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| misc | FinalParameters | Parameter helloObject should be final. | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 81 | |
| blocks | RightCurly | '}' should be on the same line. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| design | DesignForExtension | Method 'getHellos' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 101 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 103 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 106 | |
| design | DesignForExtension | Method 'deleteHellos' is not designed for extension - needs to be abstract, final or empty. | 112 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| design | DesignForExtension | Method 'configure' is not designed for extension - needs to be abstract, final or empty. | 124 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 126 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 127 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 128 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| imports | UnusedImports | Unused import - com.google.common.base.Function. | 22 | |
| imports | UnusedImports | Unused import - com.google.common.collect.Iterables. | 23 | |
| imports | UnusedImports | Unused import - com.google.common.collect.Lists. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 41 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 42 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 43 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 44 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 45 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 46 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| design | DesignForExtension | Method 'persistHello' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| design | DesignForExtension | Method 'getHellos' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 70 | |
| design | DesignForExtension | Method 'deleteHellos' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 55 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 55 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 64 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 65 |