The following document contains the results of Checkstyle 6.11.2 with sun_checks.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | LeftCurly | 7 | |
| coding | HiddenField | 38 | |
| SimplifyBooleanExpression | 6 | ||
| design | DesignForExtension | 76 | |
| javadoc | JavadocMethod | 19 | |
| JavadocPackage | 2 | ||
| JavadocStyle | 6 | ||
| JavadocType | 7 | ||
| JavadocVariable | 17 | ||
| misc | FinalParameters | 44 | |
| regexp | RegexpSingleline
|
40 | |
| sizes | LineLength | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 19 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| design | DesignForExtension | Method 'getTwitter' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| design | DesignForExtension | Method 'setTwitter' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| misc | FinalParameters | Parameter twitter should be final. | 66 | |
| coding | HiddenField | 'twitter' hides a field. | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 70 | |
| design | DesignForExtension | Method 'withTwitter' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| misc | FinalParameters | Parameter twitter should be final. | 70 | |
| coding | HiddenField | 'twitter' hides a field. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| design | DesignForExtension | Method 'getSource' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| design | DesignForExtension | Method 'setSource' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| misc | FinalParameters | Parameter source should be final. | 93 | |
| coding | HiddenField | 'source' hides a field. | 93 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 97 | |
| design | DesignForExtension | Method 'withSource' is not designed for extension - needs to be abstract, final or empty. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 | |
| misc | FinalParameters | Parameter source should be final. | 97 | |
| coding | HiddenField | 'source' hides a field. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| design | DesignForExtension | Method 'getDestination' is not designed for extension - needs to be abstract, final or empty. | 107 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 114 | |
| design | DesignForExtension | Method 'setDestination' is not designed for extension - needs to be abstract, final or empty. | 118 | |
| misc | FinalParameters | Parameter destination should be final. | 120 | |
| coding | HiddenField | 'destination' hides a field. | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 124 | |
| design | DesignForExtension | Method 'withDestination' is not designed for extension - needs to be abstract, final or empty. | 124 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 124 | |
| misc | FinalParameters | Parameter destination should be final. | 124 | |
| coding | HiddenField | 'destination' hides a field. | 124 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 130 | |
| design | DesignForExtension | Method 'getProviderWaitMs' is not designed for extension - needs to be abstract, final or empty. | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 141 | |
| design | DesignForExtension | Method 'setProviderWaitMs' is not designed for extension - needs to be abstract, final or empty. | 145 | |
| misc | FinalParameters | Parameter providerWaitMs should be final. | 147 | |
| coding | HiddenField | 'providerWaitMs' hides a field. | 147 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 151 | |
| design | DesignForExtension | Method 'withProviderWaitMs' is not designed for extension - needs to be abstract, final or empty. | 151 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 151 | |
| misc | FinalParameters | Parameter providerWaitMs should be final. | 151 | |
| coding | HiddenField | 'providerWaitMs' hides a field. | 151 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 156 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 161 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 163 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 166 | |
| misc | FinalParameters | Parameter other should be final. | 167 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 171 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 174 | |
| sizes | LineLength | Line is longer than 80 characters (found 182). | 175 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 19 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| design | DesignForExtension | Method 'getTwitter' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| design | DesignForExtension | Method 'setTwitter' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| misc | FinalParameters | Parameter twitter should be final. | 62 | |
| coding | HiddenField | 'twitter' hides a field. | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 66 | |
| design | DesignForExtension | Method 'withTwitter' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| misc | FinalParameters | Parameter twitter should be final. | 66 | |
| coding | HiddenField | 'twitter' hides a field. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| design | DesignForExtension | Method 'getSource' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| design | DesignForExtension | Method 'setSource' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| misc | FinalParameters | Parameter source should be final. | 89 | |
| coding | HiddenField | 'source' hides a field. | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 93 | |
| design | DesignForExtension | Method 'withSource' is not designed for extension - needs to be abstract, final or empty. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| misc | FinalParameters | Parameter source should be final. | 93 | |
| coding | HiddenField | 'source' hides a field. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| design | DesignForExtension | Method 'getDestination' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| design | DesignForExtension | Method 'setDestination' is not designed for extension - needs to be abstract, final or empty. | 114 | |
| misc | FinalParameters | Parameter destination should be final. | 116 | |
| coding | HiddenField | 'destination' hides a field. | 116 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 120 | |
| design | DesignForExtension | Method 'withDestination' is not designed for extension - needs to be abstract, final or empty. | 120 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 120 | |
| misc | FinalParameters | Parameter destination should be final. | 120 | |
| coding | HiddenField | 'destination' hides a field. | 120 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 125 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 130 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 132 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 135 | |
| misc | FinalParameters | Parameter other should be final. | 136 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 140 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 143 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 144 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 19 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| design | DesignForExtension | Method 'getTwitter' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| design | DesignForExtension | Method 'setTwitter' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| misc | FinalParameters | Parameter twitter should be final. | 62 | |
| coding | HiddenField | 'twitter' hides a field. | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 66 | |
| design | DesignForExtension | Method 'withTwitter' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| misc | FinalParameters | Parameter twitter should be final. | 66 | |
| coding | HiddenField | 'twitter' hides a field. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| design | DesignForExtension | Method 'getSource' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| design | DesignForExtension | Method 'setSource' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| misc | FinalParameters | Parameter source should be final. | 89 | |
| coding | HiddenField | 'source' hides a field. | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 93 | |
| design | DesignForExtension | Method 'withSource' is not designed for extension - needs to be abstract, final or empty. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| misc | FinalParameters | Parameter source should be final. | 93 | |
| coding | HiddenField | 'source' hides a field. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| design | DesignForExtension | Method 'getDestination' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| design | DesignForExtension | Method 'setDestination' is not designed for extension - needs to be abstract, final or empty. | 114 | |
| misc | FinalParameters | Parameter destination should be final. | 116 | |
| coding | HiddenField | 'destination' hides a field. | 116 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 120 | |
| design | DesignForExtension | Method 'withDestination' is not designed for extension - needs to be abstract, final or empty. | 120 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 120 | |
| misc | FinalParameters | Parameter destination should be final. | 120 | |
| coding | HiddenField | 'destination' hides a field. | 120 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 125 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 130 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 132 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 135 | |
| misc | FinalParameters | Parameter other should be final. | 136 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 140 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 143 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 144 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocType | Missing a Javadoc comment. | 19 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| design | DesignForExtension | Method 'getTwitter' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| design | DesignForExtension | Method 'setTwitter' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| misc | FinalParameters | Parameter twitter should be final. | 62 | |
| coding | HiddenField | 'twitter' hides a field. | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 66 | |
| design | DesignForExtension | Method 'withTwitter' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| misc | FinalParameters | Parameter twitter should be final. | 66 | |
| coding | HiddenField | 'twitter' hides a field. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| design | DesignForExtension | Method 'getSource' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| design | DesignForExtension | Method 'setSource' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| misc | FinalParameters | Parameter source should be final. | 89 | |
| coding | HiddenField | 'source' hides a field. | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 93 | |
| design | DesignForExtension | Method 'withSource' is not designed for extension - needs to be abstract, final or empty. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| misc | FinalParameters | Parameter source should be final. | 93 | |
| coding | HiddenField | 'source' hides a field. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| design | DesignForExtension | Method 'getDestination' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| design | DesignForExtension | Method 'setDestination' is not designed for extension - needs to be abstract, final or empty. | 114 | |
| misc | FinalParameters | Parameter destination should be final. | 116 | |
| coding | HiddenField | 'destination' hides a field. | 116 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 120 | |
| design | DesignForExtension | Method 'withDestination' is not designed for extension - needs to be abstract, final or empty. | 120 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 120 | |
| misc | FinalParameters | Parameter destination should be final. | 120 | |
| coding | HiddenField | 'destination' hides a field. | 120 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 125 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 130 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 132 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 135 | |
| misc | FinalParameters | Parameter other should be final. | 136 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 140 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 140 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 143 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 144 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 9 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 14 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 17 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocType | Missing a Javadoc comment. | 14 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| design | DesignForExtension | Method 'getCheckpointIntervalMs' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| design | DesignForExtension | Method 'setCheckpointIntervalMs' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| misc | FinalParameters | Parameter checkpointIntervalMs should be final. | 66 | |
| coding | HiddenField | 'checkpointIntervalMs' hides a field. | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 70 | |
| design | DesignForExtension | Method 'withCheckpointIntervalMs' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| misc | FinalParameters | Parameter checkpointIntervalMs should be final. | 70 | |
| coding | HiddenField | 'checkpointIntervalMs' hides a field. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| design | DesignForExtension | Method 'getCheckpointTimeoutMs' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| design | DesignForExtension | Method 'setCheckpointTimeoutMs' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| misc | FinalParameters | Parameter checkpointTimeoutMs should be final. | 93 | |
| coding | HiddenField | 'checkpointTimeoutMs' hides a field. | 93 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 97 | |
| design | DesignForExtension | Method 'withCheckpointTimeoutMs' is not designed for extension - needs to be abstract, final or empty. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 | |
| misc | FinalParameters | Parameter checkpointTimeoutMs should be final. | 97 | |
| coding | HiddenField | 'checkpointTimeoutMs' hides a field. | 97 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| design | DesignForExtension | Method 'getRestartAttempts' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 114 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| design | DesignForExtension | Method 'setRestartAttempts' is not designed for extension - needs to be abstract, final or empty. | 120 | |
| misc | FinalParameters | Parameter restartAttempts should be final. | 122 | |
| coding | HiddenField | 'restartAttempts' hides a field. | 122 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 126 | |
| design | DesignForExtension | Method 'withRestartAttempts' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 126 | |
| misc | FinalParameters | Parameter restartAttempts should be final. | 126 | |
| coding | HiddenField | 'restartAttempts' hides a field. | 126 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 131 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| design | DesignForExtension | Method 'getRestartDelayMs' is not designed for extension - needs to be abstract, final or empty. | 137 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 143 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 145 | |
| design | DesignForExtension | Method 'setRestartDelayMs' is not designed for extension - needs to be abstract, final or empty. | 149 | |
| misc | FinalParameters | Parameter restartDelayMs should be final. | 151 | |
| coding | HiddenField | 'restartDelayMs' hides a field. | 151 | |
| design | DesignForExtension | Method 'withRestartDelayMs' is not designed for extension - needs to be abstract, final or empty. | 155 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 155 | |
| misc | FinalParameters | Parameter restartDelayMs should be final. | 155 | |
| coding | HiddenField | 'restartDelayMs' hides a field. | 155 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 160 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 165 | |
| sizes | LineLength | Line is longer than 80 characters (found 154). | 167 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 170 | |
| misc | FinalParameters | Parameter other should be final. | 171 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 175 | |
| sizes | LineLength | Line is longer than 80 characters (found 242). | 179 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 15 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| design | DesignForExtension | Method 'getTest' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| design | DesignForExtension | Method 'setTest' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| misc | FinalParameters | Parameter test should be final. | 51 | |
| coding | HiddenField | 'test' hides a field. | 51 | |
| design | DesignForExtension | Method 'withTest' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| misc | FinalParameters | Parameter test should be final. | 55 | |
| coding | HiddenField | 'test' hides a field. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| design | DesignForExtension | Method 'getLocal' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| design | DesignForExtension | Method 'setLocal' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| misc | FinalParameters | Parameter local should be final. | 78 | |
| coding | HiddenField | 'local' hides a field. | 78 | |
| design | DesignForExtension | Method 'withLocal' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| misc | FinalParameters | Parameter local should be final. | 82 | |
| coding | HiddenField | 'local' hides a field. | 82 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 97 | |
| misc | FinalParameters | Parameter other should be final. | 98 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 106 |