The following document contains the results of Checkstyle 6.11.2 with sun_checks.xml ruleset.
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | LeftCurly | 76 | Error |
RightCurly | 96 | Error | |
coding | AvoidInlineConditionals | 49 | Error |
HiddenField | 86 | Error | |
MagicNumber | 32 | Error | |
design | DesignForExtension | 342 | Error |
FinalClass | 16 | Error | |
HideUtilityClassConstructor | 6 | Error | |
VisibilityModifier | 4 | Error | |
javadoc | JavadocMethod | 417 | Error |
JavadocPackage | 14 | Error | |
JavadocType | 117 | Error | |
JavadocVariable | 310 | Error | |
misc | FinalParameters | 481 | Error |
NewlineAtEndOfFile | 82 | Error | |
UpperEll | 1 | Error | |
modifier | ModifierOrder | 7 | Error |
RedundantModifier | 4 | Error | |
naming | ConstantName | 63 | Error |
LocalVariableName | 1 | Error | |
StaticVariableName | 3 | Error | |
TypeName | 1 | Error | |
regexp | RegexpSingleline
|
290 | Error |
sizes | LineLength | 1064 | Error |
whitespace | FileTabCharacter | 105 | Error |
WhitespaceAfter | 1 | Error | |
WhitespaceAround | 1 | Error |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 5 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 6 |
Error | design | DesignForExtension | Method 'clientId' is not designed for extension - needs to be abstract, final or empty. | 6 |
Error | design | DesignForExtension | Method 'cleanSession' is not designed for extension - needs to be abstract, final or empty. | 11 |
Error | design | DesignForExtension | Method 'byDisconnectMessage' is not designed for extension - needs to be abstract, final or empty. | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | FinalClass | Class Application should be declared as final. | 30 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 32 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 32 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 32 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 72 |
Error | blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 75 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 91 |
Error | blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 95 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 110 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 115 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 116 |
Error | blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 120 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 128 |
Error | misc | FinalParameters | Parameter args should be final. | 128 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 136 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 138 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 19 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 19 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 21 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 21 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 22 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 27 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 21 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 21 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 22 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
Error | misc | FinalParameters | Parameter buffer should be final. | 22 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | FinalClass | Class Settings should be declared as final. | 32 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 32 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 34 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 38 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 40 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 52 |
Error | blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 55 |
Error | blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 64 |
Error | blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 65 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
Error | misc | FinalParameters | Parameter key should be final. | 72 |
Error | misc | FinalParameters | Parameter defaultValue should be final. | 72 |
Error | blocks | LeftCurly | '{' at column 28 should have line break after. | 75 |
Error | blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 79 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 85 |
Error | misc | FinalParameters | Parameter key should be final. | 85 |
Error | misc | FinalParameters | Parameter defaultValue should be final. | 85 |
Error | blocks | LeftCurly | '{' at column 28 should have line break after. | 88 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 93 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 97 |
Error | misc | FinalParameters | Parameter text should be final. | 97 |
Error | blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 100 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 110 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 114 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 118 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 119 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 122 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 126 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 130 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 131 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 133 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 133 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 136 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 137 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 139 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 139 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 142 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 145 |
Error | blocks | LeftCurly | '{' at column 38 should have line break after. | 146 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 157 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 164 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 165 |
Error | blocks | LeftCurly | '{' at column 55 should have line break after. | 165 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 167 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 167 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 170 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 174 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 178 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 182 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 186 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 187 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 190 |
Error | misc | FinalParameters | Parameter o should be final. | 195 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | design | FinalClass | Class Statistics should be declared as final. | 40 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 40 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 52 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
Error | design | FinalClass | Class RawSysValue should be declared as final. | 58 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 58 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
Error | misc | FinalParameters | Parameter criterion should be final. | 61 |
Error | coding | HiddenField | 'criterion' hides a field. | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 67 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 71 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 72 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 77 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 79 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 80 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 87 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 96 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 100 |
Error | misc | FinalParameters | Parameter criterion should be final. | 100 |
Error | misc | FinalParameters | Parameter size should be final. | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 101 |
Error | blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 109 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 115 |
Error | misc | FinalParameters | Parameter current should be final. | 115 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 116 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 123 |
Error | blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 125 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 131 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 133 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 146 |
Error | misc | FinalParameters | Parameter criterion should be final. | 146 |
Error | blocks | LeftCurly | '{' at column 42 should have line break after. | 147 |
Error | misc | UpperEll | Should use uppercase 'L'. | 149 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 152 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 154 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 155 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 156 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 157 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 158 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 159 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 160 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 163 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 165 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 171 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 172 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 173 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 176 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 177 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 179 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 182 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 183 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 184 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 187 |
Error | coding | MagicNumber | '1000' is a magic number. | 187 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 191 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 192 |
Error | coding | MagicNumber | '1000' is a magic number. | 193 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 195 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 198 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 199 |
Error | coding | MagicNumber | '1000' is a magic number. | 200 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 202 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 205 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 206 |
Error | coding | MagicNumber | '1000' is a magic number. | 207 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 209 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 213 |
Error | coding | MagicNumber | '1000' is a magic number. | 214 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 216 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 218 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 219 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 220 |
Error | coding | MagicNumber | '1000' is a magic number. | 221 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 223 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 225 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 226 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 227 |
Error | coding | MagicNumber | '1000' is a magic number. | 228 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 230 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 233 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 234 |
Error | coding | MagicNumber | '1000' is a magic number. | 235 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 237 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 240 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 241 |
Error | coding | MagicNumber | '1000' is a magic number. | 242 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 244 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 248 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 249 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 250 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 251 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 252 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 253 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 254 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 255 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 256 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 257 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 258 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 259 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 260 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 261 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 264 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 265 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 266 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 268 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 269 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 271 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 273 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 274 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 275 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 21 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 22 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 52 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 52 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 52 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
Error | misc | FinalParameters | Parameter uri should be final. | 67 |
Error | coding | HiddenField | 'uri' hides a field. | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 71 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 71 |
Error | misc | FinalParameters | Parameter uri should be final. | 71 |
Error | coding | HiddenField | 'uri' hides a field. | 71 |
Error | misc | FinalParameters | Parameter useInsecureTrustManagerFactory should be final. | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 74 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 74 |
Error | design | DesignForExtension | Method 'connect' is not designed for extension - needs to be abstract, final or empty. | 80 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 85 |
Error | blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 95 |
Error | misc | FinalParameters | Parameter ch should be final. | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 103 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 115 |
Error | coding | MagicNumber | '15' is a magic number. | 115 |
Error | coding | MagicNumber | '1000' is a magic number. | 117 |
Error | blocks | LeftCurly | '{' at column 47 should have line break after. | 119 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 121 |
Error | design | DesignForExtension | Method 'isConnected' is not designed for extension - needs to be abstract, final or empty. | 124 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 124 |
Error | design | DesignForExtension | Method 'disconnect' is not designed for extension - needs to be abstract, final or empty. | 128 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 128 |
Error | misc | FinalParameters | Parameter sendDisconnect should be final. | 128 |
Error | blocks | LeftCurly | '{' at column 23 should have line break after. | 129 |
Error | design | DesignForExtension | Method 'send' is not designed for extension - needs to be abstract, final or empty. | 142 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 142 |
Error | misc | FinalParameters | Parameter message should be final. | 142 |
Error | design | DesignForExtension | Method 'receiver' is not designed for extension - needs to be abstract, final or empty. | 151 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 151 |
Error | misc | FinalParameters | Parameter receiver should be final. | 151 |
Error | coding | HiddenField | 'receiver' hides a field. | 151 |
Error | design | DesignForExtension | Method 'connectOptions' is not designed for extension - needs to be abstract, final or empty. | 157 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 157 |
Error | misc | FinalParameters | Parameter connectOptions should be final. | 157 |
Error | design | DesignForExtension | Method 'publish' is not designed for extension - needs to be abstract, final or empty. | 163 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 163 |
Error | misc | FinalParameters | Parameter message should be final. | 163 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 168 |
Error | design | DesignForExtension | Method 'subscribe' is not designed for extension - needs to be abstract, final or empty. | 168 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 168 |
Error | misc | FinalParameters | Parameter topicSubscriptions should be final. | 168 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 169 |
Error | design | DesignForExtension | Method 'nextMessageId' is not designed for extension - needs to be abstract, final or empty. | 174 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 174 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 184 |
Error | misc | FinalParameters | Parameter message should be final. | 184 |
Error | blocks | LeftCurly | '{' at column 24 should have line break after. | 185 |
Error | design | DesignForExtension | Method 'clientId' is not designed for extension - needs to be abstract, final or empty. | 191 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 191 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 28 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 28 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 29 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 30 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 30 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 36 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
Error | misc | FinalParameters | Parameter client should be final. | 36 |
Error | coding | HiddenField | 'client' hides a field. | 36 |
Error | misc | FinalParameters | Parameter receiver should be final. | 36 |
Error | coding | HiddenField | 'receiver' hides a field. | 36 |
Error | misc | FinalParameters | Parameter sharedObject should be final. | 36 |
Error | coding | HiddenField | 'sharedObject' hides a field. | 36 |
Error | design | DesignForExtension | Method 'channelRead0' is not designed for extension - needs to be abstract, final or empty. | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 43 |
Error | misc | FinalParameters | Parameter ctx should be final. | 43 |
Error | misc | FinalParameters | Parameter msg should be final. | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 52 |
Error | blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 68 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 5 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 6 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 6 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 9 |
Error | design | DesignForExtension | Method 'locker' is not designed for extension - needs to be abstract, final or empty. | 14 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
Error | design | DesignForExtension | Method 'receivedMessage' is not designed for extension - needs to be abstract, final or empty. | 18 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
Error | design | DesignForExtension | Method 'receivedMessage' is not designed for extension - needs to be abstract, final or empty. | 22 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
Error | misc | FinalParameters | Parameter receivedMessage should be final. | 22 |
Error | coding | HiddenField | 'receivedMessage' hides a field. | 22 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | design | FinalClass | Class ClusterDataDisposer should be declared as final. | 24 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 25 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 25 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
Error | misc | FinalParameters | Parameter lock should be final. | 30 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | design | FinalClass | Class ClusterDataFactory should be declared as final. | 27 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 27 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 28 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 30 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
Error | misc | FinalParameters | Parameter name should be final. | 49 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 65 |
Error | misc | FinalParameters | Parameter name should be final. | 65 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 79 |
Error | misc | FinalParameters | Parameter name should be final. | 79 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 93 |
Error | misc | FinalParameters | Parameter key should be final. | 93 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 107 |
Error | misc | FinalParameters | Parameter name should be final. | 107 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 121 |
Error | misc | FinalParameters | Parameter name should be final. | 121 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | FinalClass | Class Hazelcast should be declared as final. | 37 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 38 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 38 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 38 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 46 |
Error | blocks | LeftCurly | '{' at column 61 should have line break after. | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 48 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 54 |
Error | blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 64 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 70 |
Error | blocks | LeftCurly | '{' at column 61 should have line break after. | 70 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 75 |
Error | misc | FinalParameters | Parameter key should be final. | 75 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 79 |
Error | misc | FinalParameters | Parameter name should be final. | 79 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 83 |
Error | misc | FinalParameters | Parameter name should be final. | 83 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 87 |
Error | misc | FinalParameters | Parameter name should be final. | 87 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 91 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 95 |
Error | misc | FinalParameters | Parameter name should be final. | 95 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 20 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 22 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
Error | misc | FinalParameters | Parameter name should be final. | 24 |
Error | design | DesignForExtension | Method 'put' is not designed for extension - needs to be abstract, final or empty. | 28 |
Error | misc | FinalParameters | Parameter key should be final. | 29 |
Error | misc | FinalParameters | Parameter value should be final. | 29 |
Error | design | DesignForExtension | Method 'get' is not designed for extension - needs to be abstract, final or empty. | 33 |
Error | misc | FinalParameters | Parameter key should be final. | 34 |
Error | design | DesignForExtension | Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 38 |
Error | misc | FinalParameters | Parameter key should be final. | 39 |
Error | design | DesignForExtension | Method 'size' is not designed for extension - needs to be abstract, final or empty. | 43 |
Error | design | DesignForExtension | Method 'dispose' is not designed for extension - needs to be abstract, final or empty. | 48 |
Error | design | DesignForExtension | Method 'containsKey' is not designed for extension - needs to be abstract, final or empty. | 53 |
Error | misc | FinalParameters | Parameter key should be final. | 54 |
Error | design | DesignForExtension | Method 'keySet' is not designed for extension - needs to be abstract, final or empty. | 58 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 22 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 23 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
Error | misc | FinalParameters | Parameter name should be final. | 25 |
Error | design | DesignForExtension | Method 'stream' is not designed for extension - needs to be abstract, final or empty. | 29 |
Error | design | DesignForExtension | Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 34 |
Error | misc | FinalParameters | Parameter value should be final. | 35 |
Error | design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 39 |
Error | misc | FinalParameters | Parameter value should be final. | 40 |
Error | design | DesignForExtension | Method 'dispose' is not designed for extension - needs to be abstract, final or empty. | 44 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 24 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 24 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
Error | misc | FinalParameters | Parameter name should be final. | 30 |
Error | design | DesignForExtension | Method 'put' is not designed for extension - needs to be abstract, final or empty. | 36 |
Error | misc | FinalParameters | Parameter key should be final. | 37 |
Error | misc | FinalParameters | Parameter value should be final. | 37 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
Error | misc | FinalParameters | Parameter key should be final. | 48 |
Error | design | DesignForExtension | Method 'get' is not designed for extension - needs to be abstract, final or empty. | 52 |
Error | misc | FinalParameters | Parameter key should be final. | 53 |
Error | design | DesignForExtension | Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 57 |
Error | misc | FinalParameters | Parameter key should be final. | 58 |
Error | blocks | LeftCurly | '{' at column 25 should have line break after. | 60 |
Error | design | DesignForExtension | Method 'size' is not designed for extension - needs to be abstract, final or empty. | 65 |
Error | design | DesignForExtension | Method 'dispose' is not designed for extension - needs to be abstract, final or empty. | 70 |
Error | design | DesignForExtension | Method 'containsKey' is not designed for extension - needs to be abstract, final or empty. | 75 |
Error | misc | FinalParameters | Parameter key should be final. | 76 |
Error | design | DesignForExtension | Method 'keySet' is not designed for extension - needs to be abstract, final or empty. | 80 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | design | FinalClass | Class Ignite should be declared as final. | 21 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 21 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 22 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 23 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 23 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
Error | misc | FinalParameters | Parameter name should be final. | 36 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 26 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 28 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
Error | misc | FinalParameters | Parameter name should be final. | 30 |
Error | design | DesignForExtension | Method 'put' is not designed for extension - needs to be abstract, final or empty. | 34 |
Error | misc | FinalParameters | Parameter key should be final. | 35 |
Error | misc | FinalParameters | Parameter value should be final. | 35 |
Error | design | DesignForExtension | Method 'get' is not designed for extension - needs to be abstract, final or empty. | 39 |
Error | misc | FinalParameters | Parameter key should be final. | 40 |
Error | design | DesignForExtension | Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 44 |
Error | misc | FinalParameters | Parameter key should be final. | 45 |
Error | design | DesignForExtension | Method 'keySet' is not designed for extension - needs to be abstract, final or empty. | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 51 |
Error | design | DesignForExtension | Method 'size' is not designed for extension - needs to be abstract, final or empty. | 55 |
Error | design | DesignForExtension | Method 'dispose' is not designed for extension - needs to be abstract, final or empty. | 60 |
Error | design | DesignForExtension | Method 'containsKey' is not designed for extension - needs to be abstract, final or empty. | 65 |
Error | misc | FinalParameters | Parameter key should be final. | 66 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 24 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 26 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 18 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 19 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
Error | modifier | RedundantModifier | Redundant 'private' modifier. | 25 |
Error | misc | FinalParameters | Parameter value should be final. | 25 |
Error | coding | HiddenField | 'value' hides a field. | 25 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
Error | misc | FinalParameters | Parameter value should be final. | 33 |
Error | blocks | LeftCurly | '{' at column 36 should have line break after. | 35 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 22 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 24 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
Error | misc | FinalParameters | Parameter name should be final. | 26 |
Error | design | DesignForExtension | Method 'put' is not designed for extension - needs to be abstract, final or empty. | 30 |
Error | misc | FinalParameters | Parameter key should be final. | 31 |
Error | misc | FinalParameters | Parameter value should be final. | 31 |
Error | design | DesignForExtension | Method 'get' is not designed for extension - needs to be abstract, final or empty. | 35 |
Error | misc | FinalParameters | Parameter key should be final. | 36 |
Error | design | DesignForExtension | Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 40 |
Error | misc | FinalParameters | Parameter key should be final. | 41 |
Error | design | DesignForExtension | Method 'keySet' is not designed for extension - needs to be abstract, final or empty. | 45 |
Error | design | DesignForExtension | Method 'size' is not designed for extension - needs to be abstract, final or empty. | 50 |
Error | design | DesignForExtension | Method 'containsKey' is not designed for extension - needs to be abstract, final or empty. | 60 |
Error | misc | FinalParameters | Parameter key should be final. | 61 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 22 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 23 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
Error | design | DesignForExtension | Method 'stream' is not designed for extension - needs to be abstract, final or empty. | 29 |
Error | design | DesignForExtension | Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 34 |
Error | misc | FinalParameters | Parameter value should be final. | 35 |
Error | design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 39 |
Error | misc | FinalParameters | Parameter value should be final. | 40 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 20 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 22 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
Error | misc | FinalParameters | Parameter name should be final. | 24 |
Error | design | DesignForExtension | Method 'put' is not designed for extension - needs to be abstract, final or empty. | 28 |
Error | misc | FinalParameters | Parameter key should be final. | 29 |
Error | misc | FinalParameters | Parameter value should be final. | 29 |
Error | design | DesignForExtension | Method 'get' is not designed for extension - needs to be abstract, final or empty. | 36 |
Error | misc | FinalParameters | Parameter key should be final. | 37 |
Error | design | DesignForExtension | Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 41 |
Error | misc | FinalParameters | Parameter key should be final. | 42 |
Error | design | DesignForExtension | Method 'size' is not designed for extension - needs to be abstract, final or empty. | 46 |
Error | design | DesignForExtension | Method 'containsKey' is not designed for extension - needs to be abstract, final or empty. | 56 |
Error | misc | FinalParameters | Parameter key should be final. | 57 |
Error | design | DesignForExtension | Method 'keySet' is not designed for extension - needs to be abstract, final or empty. | 61 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 28 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 29 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
Error | misc | FinalParameters | Parameter items should be final. | 35 |
Error | design | DesignForExtension | Method 'getFactoryId' is not designed for extension - needs to be abstract, final or empty. | 41 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 46 |
Error | design | DesignForExtension | Method 'writeData' is not designed for extension - needs to be abstract, final or empty. | 51 |
Error | misc | FinalParameters | Parameter out should be final. | 52 |
Error | design | DesignForExtension | Method 'readData' is not designed for extension - needs to be abstract, final or empty. | 60 |
Error | misc | FinalParameters | Parameter in should be final. | 61 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 28 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 28 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 29 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
Error | misc | FinalParameters | Parameter items should be final. | 35 |
Error | design | DesignForExtension | Method 'getFactoryId' is not designed for extension - needs to be abstract, final or empty. | 41 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 46 |
Error | design | DesignForExtension | Method 'writeData' is not designed for extension - needs to be abstract, final or empty. | 51 |
Error | misc | FinalParameters | Parameter out should be final. | 52 |
Error | design | DesignForExtension | Method 'readData' is not designed for extension - needs to be abstract, final or empty. | 60 |
Error | misc | FinalParameters | Parameter in should be final. | 61 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 20 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 21 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 20 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 22 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
Error | misc | FinalParameters | Parameter name should be final. | 25 |
Error | coding | HiddenField | 'name' hides a field. | 25 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 29 |
Error | design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 39 |
Error | misc | FinalParameters | Parameter id should be final. | 40 |
Error | coding | HiddenField | 'id' hides a field. | 40 |
Error | blocks | LeftCurly | '{' at column 15 should have line break after. | 41 |
Error | design | DesignForExtension | Method 'newId' is not designed for extension - needs to be abstract, final or empty. | 47 |
Error | design | DesignForExtension | Method 'getPartitionKey' is not designed for extension - needs to be abstract, final or empty. | 52 |
Error | design | DesignForExtension | Method 'getServiceName' is not designed for extension - needs to be abstract, final or empty. | 57 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 30 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 32 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
Error | misc | FinalParameters | Parameter name should be final. | 35 |
Error | coding | HiddenField | 'name' hides a field. | 35 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 45 |
Error | design | DesignForExtension | Method 'publish' is not designed for extension - needs to be abstract, final or empty. | 50 |
Error | misc | FinalParameters | Parameter message should be final. | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 56 |
Error | design | DesignForExtension | Method 'addMessageListener' is not designed for extension - needs to be abstract, final or empty. | 60 |
Error | misc | FinalParameters | Parameter listener should be final. | 61 |
Error | design | DesignForExtension | Method 'removeMessageListener' is not designed for extension - needs to be abstract, final or empty. | 69 |
Error | misc | FinalParameters | Parameter registrationId should be final. | 70 |
Error | design | DesignForExtension | Method 'getPartitionKey' is not designed for extension - needs to be abstract, final or empty. | 74 |
Error | design | DesignForExtension | Method 'getServiceName' is not designed for extension - needs to be abstract, final or empty. | 79 |
Error | design | DesignForExtension | Method 'getLocalTopicStats' is not designed for extension - needs to be abstract, final or empty. | 84 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 31 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 33 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 33 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 33 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Error | naming | StaticVariableName | Name 'html_error' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 41 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
Error | misc | FinalParameters | Parameter values should be final. | 41 |
Error | misc | FinalParameters | Parameter htmlPath should be final. | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 45 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
Error | misc | FinalParameters | Parameter values should be final. | 45 |
Error | misc | FinalParameters | Parameter htmlTemplate should be final. | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 52 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
Error | misc | FinalParameters | Parameter message should be final. | 58 |
Error | misc | FinalParameters | Parameter status should be final. | 58 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
Error | misc | FinalParameters | Parameter is should be final. | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 75 |
Error | blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 80 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 57 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 57 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 57 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 63 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
Error | misc | FinalParameters | Parameter uri should be final. | 63 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
Error | misc | FinalParameters | Parameter uri should be final. | 67 |
Error | misc | FinalParameters | Parameter useInsecureTrustManagerFactory should be final. | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 69 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 76 |
Error | design | DesignForExtension | Method 'httpRequest' is not designed for extension - needs to be abstract, final or empty. | 83 |
Error | design | DesignForExtension | Method 'get' is not designed for extension - needs to be abstract, final or empty. | 88 |
Error | design | DesignForExtension | Method 'get' is not designed for extension - needs to be abstract, final or empty. | 93 |
Error | design | DesignForExtension | Method 'post' is not designed for extension - needs to be abstract, final or empty. | 100 |
Error | design | DesignForExtension | Method 'post' is not designed for extension - needs to be abstract, final or empty. | 105 |
Error | design | DesignForExtension | Method 'put' is not designed for extension - needs to be abstract, final or empty. | 112 |
Error | design | DesignForExtension | Method 'put' is not designed for extension - needs to be abstract, final or empty. | 117 |
Error | design | DesignForExtension | Method 'delete' is not designed for extension - needs to be abstract, final or empty. | 124 |
Error | design | DesignForExtension | Method 'delete' is not designed for extension - needs to be abstract, final or empty. | 129 |
Error | design | DesignForExtension | Method 'setOption' is not designed for extension - needs to be abstract, final or empty. | 136 |
Error | misc | FinalParameters | Parameter option should be final. | 137 |
Error | misc | FinalParameters | Parameter value should be final. | 137 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 143 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 151 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 156 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 157 |
Error | blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 159 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 161 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 165 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 167 |
Error | misc | FinalParameters | Parameter ch should be final. | 167 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 169 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 170 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 173 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 174 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 176 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 177 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 180 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 181 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 182 |
Error | coding | MagicNumber | '1048576' is a magic number. | 182 |
Error | sizes | LineLength | Line is longer than 80 characters (found 140). | 189 |
Error | blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 197 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 199 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 202 |
Error | misc | FinalParameters | Parameter future should be final. | 202 |
Error | blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 209 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 218 |
Error | misc | FinalParameters | Parameter httpRequest should be final. | 218 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 220 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 222 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 223 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 225 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 226 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 227 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 229 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 230 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 232 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 233 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 26 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 28 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 28 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 28 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 34 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Error | misc | FinalParameters | Parameter receiver should be final. | 34 |
Error | coding | HiddenField | 'receiver' hides a field. | 34 |
Error | misc | FinalParameters | Parameter request should be final. | 34 |
Error | coding | HiddenField | 'request' hides a field. | 34 |
Error | design | DesignForExtension | Method 'httpResponse' is not designed for extension - needs to be abstract, final or empty. | 39 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
Error | design | DesignForExtension | Method 'channelRead0' is not designed for extension - needs to be abstract, final or empty. | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 44 |
Error | misc | FinalParameters | Parameter ctx should be final. | 44 |
Error | misc | FinalParameters | Parameter msg should be final. | 44 |
Error | blocks | LeftCurly | '{' at column 34 should have line break after. | 45 |
Error | design | DesignForExtension | Method 'exceptionCaught' is not designed for extension - needs to be abstract, final or empty. | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 61 |
Error | misc | FinalParameters | Parameter ctx should be final. | 61 |
Error | misc | FinalParameters | Parameter cause should be final. | 61 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 19 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 19 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 21 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 22 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 25 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 53 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 53 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 53 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 61 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
Error | misc | FinalParameters | Parameter fullHttpRequest should be final. | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 75 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 75 |
Error | misc | FinalParameters | Parameter uri should be final. | 75 |
Error | coding | HiddenField | 'uri' hides a field. | 75 |
Error | coding | MagicNumber | '80' is a magic number. | 86 |
Error | blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 87 |
Error | coding | MagicNumber | '443' is a magic number. | 89 |
Error | blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 96 |
Error | design | DesignForExtension | Method 'cookies' is not designed for extension - needs to be abstract, final or empty. | 100 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 100 |
Error | blocks | LeftCurly | '{' at column 24 should have line break after. | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 104 |
Error | blocks | LeftCurly | '{' at column 44 should have line break after. | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 108 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 108 |
Error | design | DesignForExtension | Method 'pathParameters' is not designed for extension - needs to be abstract, final or empty. | 111 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 111 |
Error | design | DesignForExtension | Method 'pathParameters' is not designed for extension - needs to be abstract, final or empty. | 115 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 115 |
Error | misc | FinalParameters | Parameter pathParameters should be final. | 115 |
Error | coding | HiddenField | 'pathParameters' hides a field. | 115 |
Error | design | DesignForExtension | Method 'pathParameter' is not designed for extension - needs to be abstract, final or empty. | 121 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 121 |
Error | misc | FinalParameters | Parameter name should be final. | 121 |
Error | design | DesignForExtension | Method 'parameters' is not designed for extension - needs to be abstract, final or empty. | 125 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 125 |
Error | blocks | LeftCurly | '{' at column 27 should have line break after. | 127 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 131 |
Error | blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 134 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 137 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 138 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 140 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 147 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 149 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 152 |
Error | design | DesignForExtension | Method 'parameter' is not designed for extension - needs to be abstract, final or empty. | 155 |
Error | misc | FinalParameters | Parameter name should be final. | 155 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 156 |
Error | blocks | LeftCurly | '{' at column 76 should have line break after. | 156 |
Error | design | DesignForExtension | Method 'addParameter' is not designed for extension - needs to be abstract, final or empty. | 161 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 161 |
Error | misc | FinalParameters | Parameter name should be final. | 161 |
Error | misc | FinalParameters | Parameter value should be final. | 161 |
Error | blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 167 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 176 |
Error | misc | FinalParameters | Parameter o should be final. | 177 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 178 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 179 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 182 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 184 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 187 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 187 |
Error | misc | FinalParameters | Parameter incomingTime should be final. | 187 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 192 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 193 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 194 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 199 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 202 |
Error | blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 212 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 214 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 218 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 225 |
Error | blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 226 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 241 |
Error | design | DesignForExtension | Method 'setContent' is not designed for extension - needs to be abstract, final or empty. | 246 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 246 |
Error | misc | FinalParameters | Parameter content should be final. | 246 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 247 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 249 |
Error | design | DesignForExtension | Method 'uriObject' is not designed for extension - needs to be abstract, final or empty. | 255 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 255 |
Error | design | DesignForExtension | Method 'normalize' is not designed for extension - needs to be abstract, final or empty. | 259 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 259 |
Error | blocks | LeftCurly | '{' at column 24 should have line break after. | 263 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 268 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 275 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 280 |
Error | blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 284 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 290 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 291 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 292 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 294 |
Error | coding | HiddenField | 'parameters' hides a field. | 295 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 296 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 296 |
Error | blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 297 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 298 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 299 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 300 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 301 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 303 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 34 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 38 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 39 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Error | naming | StaticVariableName | Name 'REQUEST_HANDLER_CLASSES' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Error | naming | StaticVariableName | Name 'REQUEST_HANDLER_PACKAGE_ROOT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 40 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 45 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 57 |
Error | design | DesignForExtension | Method 'initialize' is not designed for extension - needs to be abstract, final or empty. | 57 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
Error | misc | FinalParameters | Parameter request should be final. | 57 |
Error | coding | HiddenField | 'request' hides a field. | 57 |
Error | misc | FinalParameters | Parameter response should be final. | 57 |
Error | coding | HiddenField | 'response' hides a field. | 57 |
Error | design | DesignForExtension | Method 'httpRequest' is not designed for extension - needs to be abstract, final or empty. | 64 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
Error | design | DesignForExtension | Method 'httpResponse' is not designed for extension - needs to be abstract, final or empty. | 68 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 72 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
Error | misc | FinalParameters | Parameter requestHandlerPakcageRoot should be final. | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 76 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 76 |
Error | misc | FinalParameters | Parameter requestedPath should be final. | 76 |
Error | misc | FinalParameters | Parameter httpMethod should be final. | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 93 |
Error | blocks | LeftCurly | '{' at column 28 should have line break after. | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 97 |
Error | blocks | LeftCurly | '{' at column 42 should have line break after. | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 105 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 105 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 108 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 111 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 111 |
Error | misc | FinalParameters | Parameter requestedPath should be final. | 111 |
Error | misc | FinalParameters | Parameter handlerClass should be final. | 111 |
Error | misc | FinalParameters | Parameter methodToCheck should be final. | 112 |
Error | misc | FinalParameters | Parameter pathToCheck should be final. | 112 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 113 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 113 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 114 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 117 |
Error | blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 125 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 132 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 133 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 134 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 135 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 136 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 137 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 137 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 139 |
Error | design | DesignForExtension | Method 'requestHandlerClass' is not designed for extension - needs to be abstract, final or empty. | 139 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 139 |
Error | design | DesignForExtension | Method 'criterionPath' is not designed for extension - needs to be abstract, final or empty. | 143 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 143 |
Error | design | DesignForExtension | Method 'criterionHttpMethod' is not designed for extension - needs to be abstract, final or empty. | 147 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 147 |
Error | design | DesignForExtension | Method 'pathParameters' is not designed for extension - needs to be abstract, final or empty. | 151 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 151 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 156 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 156 |
Error | misc | FinalParameters | Parameter requestedPath should be final. | 156 |
Error | misc | FinalParameters | Parameter httpMethod should be final. | 156 |
Error | misc | FinalParameters | Parameter criterion should be final. | 156 |
Error | blocks | LeftCurly | '{' at column 52 should have line break after. | 164 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 168 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 169 |
Error | blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 170 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 171 |
Error | blocks | LeftCurly | '{' at column 66 should have line break after. | 171 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 42 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 44 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 44 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 44 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
Error | misc | FinalParameters | Parameter path should be final. | 46 |
Error | blocks | LeftCurly | '{' at column 20 should have line break after. | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 50 |
Error | design | DesignForExtension | Method 'channelRead0' is not designed for extension - needs to be abstract, final or empty. | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 54 |
Error | misc | FinalParameters | Parameter ctx should be final. | 54 |
Error | misc | FinalParameters | Parameter rawRequest should be final. | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 143). | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 80 |
Error | blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 86 |
Error | blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 90 |
Error | blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 105 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 112 |
Error | misc | FinalParameters | Parameter response should be final. | 112 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 113 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 118 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 118 |
Error | misc | FinalParameters | Parameter response should be final. | 118 |
Error | misc | FinalParameters | Parameter webResourceRequestPath should be final. | 118 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 121 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 124 |
Error | blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 129 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 131 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 133 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 134 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 135 |
Error | blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 137 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 145 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 145 |
Error | misc | FinalParameters | Parameter request should be final. | 145 |
Error | misc | FinalParameters | Parameter response should be final. | 145 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 146 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 147 |
Error | blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 152 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 154 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 156 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 159 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 161 |
Error | blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 162 |
Error | design | DesignForExtension | Method 'channelReadComplete' is not designed for extension - needs to be abstract, final or empty. | 169 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 170 |
Error | misc | FinalParameters | Parameter ctx should be final. | 170 |
Error | design | DesignForExtension | Method 'exceptionCaught' is not designed for extension - needs to be abstract, final or empty. | 174 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 175 |
Error | misc | FinalParameters | Parameter ctx should be final. | 175 |
Error | misc | FinalParameters | Parameter cause should be final. | 175 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 180 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 180 |
Error | misc | FinalParameters | Parameter request should be final. | 180 |
Error | misc | FinalParameters | Parameter response should be final. | 180 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 182 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 185 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 187 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 190 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 191 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 192 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 193 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 194 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 197 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | design | FinalClass | Class HttpResponse should be declared as final. | 40 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 42 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 42 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
Error | misc | FinalParameters | Parameter requestCookie should be final. | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 47 |
Error | blocks | LeftCurly | '{' at column 30 should have line break after. | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 51 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 62 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
Error | misc | FinalParameters | Parameter source should be final. | 62 |
Error | misc | FinalParameters | Parameter channel should be final. | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 71 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 71 |
Error | misc | FinalParameters | Parameter version should be final. | 71 |
Error | misc | FinalParameters | Parameter status should be final. | 71 |
Error | misc | FinalParameters | Parameter content should be final. | 71 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 75 |
Error | misc | FinalParameters | Parameter content should be final. | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 106 |
Error | coding | MagicNumber | '100' is a magic number. | 106 |
Error | blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 110 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 112 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 112 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 113 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 21 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 22 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 19 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 20 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 31 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 31 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 31 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
Error | misc | FinalParameters | Parameter bossGroup should be final. | 36 |
Error | coding | HiddenField | 'bossGroup' hides a field. | 36 |
Error | misc | FinalParameters | Parameter workerGroup should be final. | 36 |
Error | coding | HiddenField | 'workerGroup' hides a field. | 36 |
Error | design | DesignForExtension | Method 'bossGroup' is not designed for extension - needs to be abstract, final or empty. | 41 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
Error | design | DesignForExtension | Method 'workerGroup' is not designed for extension - needs to be abstract, final or empty. | 45 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
Error | design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 49 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
Error | misc | FinalParameters | Parameter requestHandlerPakcageRoot should be final. | 49 |
Error | design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 53 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
Error | misc | FinalParameters | Parameter requestHandlerPakcageRoot should be final. | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 59 |
Error | blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 84 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 33 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 33 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 33 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 38 |
Error | misc | FinalParameters | Parameter useSsl should be final. | 38 |
Error | coding | HiddenField | 'useSsl' hides a field. | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 39 |
Error | misc | FinalParameters | Parameter websocketFrameHandlerClass should be final. | 39 |
Error | coding | HiddenField | 'websocketFrameHandlerClass' hides a field. | 39 |
Error | misc | FinalParameters | Parameter ch should be final. | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 60 |
Error | coding | MagicNumber | '1048576' is a magic number. | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 68 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 25 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 25 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 26 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 38 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Error | design | DesignForExtension | Method 'decode' is not designed for extension - needs to be abstract, final or empty. | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 41 |
Error | misc | FinalParameters | Parameter ctx should be final. | 41 |
Error | misc | FinalParameters | Parameter msg should be final. | 41 |
Error | misc | FinalParameters | Parameter out should be final. | 41 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 21 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 21 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 23 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 24 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 24 |
Error | design | DesignForExtension | Method 'service' is not designed for extension - needs to be abstract, final or empty. | 26 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 21 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 21 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 22 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 23 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 26 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 26 |
Error | design | DesignForExtension | Method 'service' is not designed for extension - needs to be abstract, final or empty. | 28 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 25 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 27 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 28 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 28 |
Error | design | DesignForExtension | Method 'service' is not designed for extension - needs to be abstract, final or empty. | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 36 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 29 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 31 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 31 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 31 |
Error | design | DesignForExtension | Method 'service' is not designed for extension - needs to be abstract, final or empty. | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 35 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 50 |
Error | blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 55 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 26 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 28 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 28 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 28 |
Error | design | DesignForExtension | Method 'service' is not designed for extension - needs to be abstract, final or empty. | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 32 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 47 |
Error | blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 52 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 31 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 31 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 31 |
Error | design | DesignForExtension | Method 'service' is not designed for extension - needs to be abstract, final or empty. | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 35 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 50 |
Error | blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 55 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 29 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 31 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 31 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 31 |
Error | design | DesignForExtension | Method 'service' is not designed for extension - needs to be abstract, final or empty. | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 35 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 50 |
Error | blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 55 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 32 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 32 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 32 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 37 |
Error | blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 42 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 50 |
Error | blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 55 |
Error | design | DesignForExtension | Method 'service' is not designed for extension - needs to be abstract, final or empty. | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 62 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 26 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 28 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 28 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 28 |
Error | design | DesignForExtension | Method 'service' is not designed for extension - needs to be abstract, final or empty. | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 35 |
Error | blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 40 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 29 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 31 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 31 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 31 |
Error | design | DesignForExtension | Method 'service' is not designed for extension - needs to be abstract, final or empty. | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 35 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 50 |
Error | blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 55 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 31 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 31 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 31 |
Error | design | DesignForExtension | Method 'service' is not designed for extension - needs to be abstract, final or empty. | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 35 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 50 |
Error | blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 55 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 32 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 32 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 32 |
Error | design | DesignForExtension | Method 'service' is not designed for extension - needs to be abstract, final or empty. | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 36 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 53 |
Error | blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 58 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 140). | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 67 |
Error | blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 68 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 5 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 6 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 6 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 8 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
Error | coding | MagicNumber | '120' is a magic number. | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 24 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
Error | misc | FinalParameters | Parameter version should be final. | 24 |
Error | coding | HiddenField | 'version' hides a field. | 24 |
Error | misc | FinalParameters | Parameter clientId should be final. | 24 |
Error | coding | HiddenField | 'clientId' hides a field. | 24 |
Error | misc | FinalParameters | Parameter cleanSession should be final. | 24 |
Error | coding | HiddenField | 'cleanSession' hides a field. | 24 |
Error | misc | FinalParameters | Parameter will should be final. | 24 |
Error | coding | HiddenField | 'will' hides a field. | 24 |
Error | misc | FinalParameters | Parameter userName should be final. | 24 |
Error | coding | HiddenField | 'userName' hides a field. | 24 |
Error | misc | FinalParameters | Parameter password should be final. | 25 |
Error | coding | HiddenField | 'password' hides a field. | 25 |
Error | misc | FinalParameters | Parameter keepAliveTimeSeconds should be final. | 25 |
Error | coding | HiddenField | 'keepAliveTimeSeconds' hides a field. | 25 |
Error | design | DesignForExtension | Method 'version' is not designed for extension - needs to be abstract, final or empty. | 35 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
Error | design | DesignForExtension | Method 'version' is not designed for extension - needs to be abstract, final or empty. | 39 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
Error | misc | FinalParameters | Parameter version should be final. | 39 |
Error | coding | HiddenField | 'version' hides a field. | 39 |
Error | design | DesignForExtension | Method 'clientId' is not designed for extension - needs to be abstract, final or empty. | 43 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
Error | design | DesignForExtension | Method 'clientId' is not designed for extension - needs to be abstract, final or empty. | 47 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
Error | misc | FinalParameters | Parameter clientId should be final. | 47 |
Error | coding | HiddenField | 'clientId' hides a field. | 47 |
Error | design | DesignForExtension | Method 'userName' is not designed for extension - needs to be abstract, final or empty. | 51 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
Error | design | DesignForExtension | Method 'userName' is not designed for extension - needs to be abstract, final or empty. | 55 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
Error | misc | FinalParameters | Parameter userName should be final. | 55 |
Error | coding | HiddenField | 'userName' hides a field. | 55 |
Error | design | DesignForExtension | Method 'password' is not designed for extension - needs to be abstract, final or empty. | 59 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
Error | design | DesignForExtension | Method 'password' is not designed for extension - needs to be abstract, final or empty. | 63 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
Error | misc | FinalParameters | Parameter password should be final. | 63 |
Error | coding | HiddenField | 'password' hides a field. | 63 |
Error | design | DesignForExtension | Method 'cleanSession' is not designed for extension - needs to be abstract, final or empty. | 67 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
Error | design | DesignForExtension | Method 'cleanSession' is not designed for extension - needs to be abstract, final or empty. | 71 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 71 |
Error | misc | FinalParameters | Parameter cleanSession should be final. | 71 |
Error | coding | HiddenField | 'cleanSession' hides a field. | 71 |
Error | design | DesignForExtension | Method 'will' is not designed for extension - needs to be abstract, final or empty. | 75 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 75 |
Error | design | DesignForExtension | Method 'will' is not designed for extension - needs to be abstract, final or empty. | 79 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 79 |
Error | misc | FinalParameters | Parameter will should be final. | 79 |
Error | coding | HiddenField | 'will' hides a field. | 79 |
Error | design | DesignForExtension | Method 'keepAliveTimeSeconds' is not designed for extension - needs to be abstract, final or empty. | 83 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 83 |
Error | design | DesignForExtension | Method 'keepAliveTimeSeconds' is not designed for extension - needs to be abstract, final or empty. | 87 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 87 |
Error | misc | FinalParameters | Parameter keepAliveTimeSeconds should be final. | 87 |
Error | coding | HiddenField | 'keepAliveTimeSeconds' hides a field. | 87 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 30 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 30 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 39 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
Error | misc | FinalParameters | Parameter messageKey should be final. | 39 |
Error | misc | FinalParameters | Parameter clientId should be final. | 39 |
Error | misc | FinalParameters | Parameter messageId should be final. | 39 |
Error | misc | FinalParameters | Parameter topicName should be final. | 39 |
Error | misc | FinalParameters | Parameter status should be final. | 39 |
Error | coding | HiddenField | 'status' hides a field. | 39 |
Error | design | DesignForExtension | Method 'key' is not designed for extension - needs to be abstract, final or empty. | 45 |
Error | design | DesignForExtension | Method 'status' is not designed for extension - needs to be abstract, final or empty. | 50 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
Error | design | DesignForExtension | Method 'status' is not designed for extension - needs to be abstract, final or empty. | 54 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
Error | misc | FinalParameters | Parameter status should be final. | 54 |
Error | coding | HiddenField | 'status' hides a field. | 54 |
Error | design | DesignForExtension | Method 'getFactoryId' is not designed for extension - needs to be abstract, final or empty. | 59 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 65 |
Error | design | DesignForExtension | Method 'writeData' is not designed for extension - needs to be abstract, final or empty. | 71 |
Error | misc | FinalParameters | Parameter out should be final. | 72 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 75 |
Error | design | DesignForExtension | Method 'readData' is not designed for extension - needs to be abstract, final or empty. | 78 |
Error | misc | FinalParameters | Parameter in should be final. | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 83 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 83 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 86 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 87 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 88 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 90 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 92 |
Error | modifier | RedundantModifier | Redundant 'private' modifier. | 92 |
Error | misc | FinalParameters | Parameter value should be final. | 92 |
Error | coding | HiddenField | 'value' hides a field. | 92 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 96 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 100 |
Error | misc | FinalParameters | Parameter value should be final. | 100 |
Error | blocks | LeftCurly | '{' at column 27 should have line break after. | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 104 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 29 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 29 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 29 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 42 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
Error | misc | FinalParameters | Parameter messageId should be final. | 45 |
Error | misc | FinalParameters | Parameter clientId should be final. | 45 |
Error | design | DesignForExtension | Method 'size' is not designed for extension - needs to be abstract, final or empty. | 49 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
Error | design | DesignForExtension | Method 'keySet' is not designed for extension - needs to be abstract, final or empty. | 53 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
Error | design | DesignForExtension | Method 'put' is not designed for extension - needs to be abstract, final or empty. | 57 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
Error | misc | FinalParameters | Parameter inboundMessageStatus should be final. | 57 |
Error | blocks | LeftCurly | '{' at column 37 should have line break after. | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 85 |
Error | blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 87 |
Error | design | DesignForExtension | Method 'getBy' is not designed for extension - needs to be abstract, final or empty. | 93 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 93 |
Error | misc | FinalParameters | Parameter messageId should be final. | 93 |
Error | misc | FinalParameters | Parameter clientId should be final. | 93 |
Error | design | DesignForExtension | Method 'get' is not designed for extension - needs to be abstract, final or empty. | 97 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 97 |
Error | misc | FinalParameters | Parameter key should be final. | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 101 |
Error | design | DesignForExtension | Method 'removeByKey' is not designed for extension - needs to be abstract, final or empty. | 101 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 101 |
Error | misc | FinalParameters | Parameter messageId should be final. | 101 |
Error | misc | FinalParameters | Parameter clientId should be final. | 101 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 105 |
Error | misc | FinalParameters | Parameter key should be final. | 105 |
Error | blocks | LeftCurly | '{' at column 25 should have line break after. | 110 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 112 |
Error | blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 116 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 118 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 121 |
Error | blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 125 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 127 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 130 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 133 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 134 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 135 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 136 |
Error | blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 140 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 146 |
Error | design | DesignForExtension | Method 'update' is not designed for extension - needs to be abstract, final or empty. | 146 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 146 |
Error | misc | FinalParameters | Parameter messageId should be final. | 146 |
Error | misc | FinalParameters | Parameter clientId should be final. | 146 |
Error | misc | FinalParameters | Parameter targetStatus should be final. | 146 |
Error | blocks | LeftCurly | '{' at column 23 should have line break after. | 150 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 157 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 34 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 34 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 35 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 35 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
Error | misc | FinalParameters | Parameter in should be final. | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 61 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
Error | misc | FinalParameters | Parameter id should be final. | 61 |
Error | coding | HiddenField | 'id' hides a field. | 61 |
Error | misc | FinalParameters | Parameter topicName should be final. | 61 |
Error | coding | HiddenField | 'topicName' hides a field. | 61 |
Error | misc | FinalParameters | Parameter publisherId should be final. | 61 |
Error | coding | HiddenField | 'publisherId' hides a field. | 61 |
Error | misc | FinalParameters | Parameter message should be final. | 61 |
Error | coding | HiddenField | 'message' hides a field. | 61 |
Error | misc | FinalParameters | Parameter qos should be final. | 61 |
Error | coding | HiddenField | 'qos' hides a field. | 61 |
Error | misc | FinalParameters | Parameter isRetain should be final. | 61 |
Error | coding | HiddenField | 'isRetain' hides a field. | 61 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 65 |
Error | design | DesignForExtension | Method 'key' is not designed for extension - needs to be abstract, final or empty. | 70 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 70 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 76 |
Error | design | DesignForExtension | Method 'id' is not designed for extension - needs to be abstract, final or empty. | 79 |
Error | design | DesignForExtension | Method 'id' is not designed for extension - needs to be abstract, final or empty. | 84 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
Error | misc | FinalParameters | Parameter id should be final. | 84 |
Error | coding | HiddenField | 'id' hides a field. | 84 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 90 |
Error | design | DesignForExtension | Method 'topicName' is not designed for extension - needs to be abstract, final or empty. | 93 |
Error | design | DesignForExtension | Method 'publisherId' is not designed for extension - needs to be abstract, final or empty. | 98 |
Error | design | DesignForExtension | Method 'publisherId' is not designed for extension - needs to be abstract, final or empty. | 103 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 103 |
Error | misc | FinalParameters | Parameter publisherId should be final. | 103 |
Error | coding | HiddenField | 'publisherId' hides a field. | 103 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 109 |
Error | design | DesignForExtension | Method 'message' is not designed for extension - needs to be abstract, final or empty. | 112 |
Error | design | DesignForExtension | Method 'setMessage' is not designed for extension - needs to be abstract, final or empty. | 117 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 117 |
Error | misc | FinalParameters | Parameter message should be final. | 117 |
Error | coding | HiddenField | 'message' hides a field. | 117 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 118 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 123 |
Error | design | DesignForExtension | Method 'qos' is not designed for extension - needs to be abstract, final or empty. | 126 |
Error | design | DesignForExtension | Method 'qos' is not designed for extension - needs to be abstract, final or empty. | 131 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 131 |
Error | misc | FinalParameters | Parameter qos should be final. | 131 |
Error | coding | HiddenField | 'qos' hides a field. | 131 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 137 |
Error | design | DesignForExtension | Method 'isRetain' is not designed for extension - needs to be abstract, final or empty. | 140 |
Error | design | DesignForExtension | Method 'setRetain' is not designed for extension - needs to be abstract, final or empty. | 145 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 145 |
Error | misc | FinalParameters | Parameter isRetain should be final. | 145 |
Error | coding | HiddenField | 'isRetain' hides a field. | 145 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 149 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 151 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 152 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 153 |
Error | design | DesignForExtension | Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 157 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 159 |
Error | design | DesignForExtension | Method 'getFactoryId' is not designed for extension - needs to be abstract, final or empty. | 162 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 168 |
Error | design | DesignForExtension | Method 'writeData' is not designed for extension - needs to be abstract, final or empty. | 174 |
Error | misc | FinalParameters | Parameter out should be final. | 175 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 180 |
Error | design | DesignForExtension | Method 'readData' is not designed for extension - needs to be abstract, final or empty. | 184 |
Error | misc | FinalParameters | Parameter in should be final. | 185 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 192 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 197 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 197 |
Error | misc | FinalParameters | Parameter clientId should be final. | 197 |
Error | misc | FinalParameters | Parameter published should be final. | 197 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 198 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 199 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | design | FinalClass | Class MessageReferenceCounts should be declared as final. | 23 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 24 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 24 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 26 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 31 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
Error | misc | FinalParameters | Parameter messageKey should be final. | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 48 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
Error | misc | FinalParameters | Parameter messageKey should be final. | 51 |
Error | blocks | LeftCurly | '{' at column 22 should have line break after. | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 56 |
Error | blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 61 |
Error | blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 67 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 71 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 29 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 29 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 31 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 39 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 42 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
Error | design | VisibilityModifier | Variable 'updateTime' must be private and have accessor methods. | 44 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 49 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
Error | misc | FinalParameters | Parameter messageKey should be final. | 49 |
Error | coding | HiddenField | 'messageKey' hides a field. | 49 |
Error | misc | FinalParameters | Parameter clientId should be final. | 49 |
Error | coding | HiddenField | 'clientId' hides a field. | 49 |
Error | misc | FinalParameters | Parameter messageId should be final. | 49 |
Error | coding | HiddenField | 'messageId' hides a field. | 49 |
Error | misc | FinalParameters | Parameter topicName should be final. | 49 |
Error | coding | HiddenField | 'topicName' hides a field. | 49 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
Error | design | DesignForExtension | Method 'messageKey' is not designed for extension - needs to be abstract, final or empty. | 60 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
Error | design | DesignForExtension | Method 'clientId' is not designed for extension - needs to be abstract, final or empty. | 64 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
Error | design | DesignForExtension | Method 'topicName' is not designed for extension - needs to be abstract, final or empty. | 68 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
Error | design | DesignForExtension | Method 'messageId' is not designed for extension - needs to be abstract, final or empty. | 72 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
Error | design | DesignForExtension | Method 'createTime' is not designed for extension - needs to be abstract, final or empty. | 76 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 76 |
Error | design | DesignForExtension | Method 'updateTime' is not designed for extension - needs to be abstract, final or empty. | 80 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 80 |
Error | design | DesignForExtension | Method 'writeData' is not designed for extension - needs to be abstract, final or empty. | 84 |
Error | misc | FinalParameters | Parameter out should be final. | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 90 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 91 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 91 |
Error | design | DesignForExtension | Method 'readData' is not designed for extension - needs to be abstract, final or empty. | 94 |
Error | misc | FinalParameters | Parameter in should be final. | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 102 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 105 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 105 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 27 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 27 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 27 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
Error | misc | FinalParameters | Parameter publisherId should be final. | 35 |
Error | misc | FinalParameters | Parameter messageId should be final. | 35 |
Error | design | DesignForExtension | Method 'size' is not designed for extension - needs to be abstract, final or empty. | 39 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
Error | design | DesignForExtension | Method 'dispose' is not designed for extension - needs to be abstract, final or empty. | 43 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
Error | design | DesignForExtension | Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 47 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
Error | misc | FinalParameters | Parameter key should be final. | 47 |
Error | blocks | LeftCurly | '{' at column 20 should have line break after. | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 52 |
Error | design | DesignForExtension | Method 'keySet' is not designed for extension - needs to be abstract, final or empty. | 60 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
Error | design | DesignForExtension | Method 'get' is not designed for extension - needs to be abstract, final or empty. | 64 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
Error | misc | FinalParameters | Parameter key should be final. | 64 |
Error | design | DesignForExtension | Method 'put' is not designed for extension - needs to be abstract, final or empty. | 68 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
Error | misc | FinalParameters | Parameter key should be final. | 68 |
Error | misc | FinalParameters | Parameter message should be final. | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 76 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 31 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 31 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 42 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Error | misc | FinalParameters | Parameter messageKey should be final. | 42 |
Error | misc | FinalParameters | Parameter clientId should be final. | 42 |
Error | misc | FinalParameters | Parameter messageId should be final. | 42 |
Error | misc | FinalParameters | Parameter topicName should be final. | 42 |
Error | misc | FinalParameters | Parameter status should be final. | 42 |
Error | coding | HiddenField | 'status' hides a field. | 42 |
Error | misc | FinalParameters | Parameter qos should be final. | 43 |
Error | coding | HiddenField | 'qos' hides a field. | 43 |
Error | design | DesignForExtension | Method 'key' is not designed for extension - needs to be abstract, final or empty. | 50 |
Error | design | DesignForExtension | Method 'status' is not designed for extension - needs to be abstract, final or empty. | 55 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
Error | design | DesignForExtension | Method 'status' is not designed for extension - needs to be abstract, final or empty. | 59 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
Error | misc | FinalParameters | Parameter status should be final. | 59 |
Error | coding | HiddenField | 'status' hides a field. | 59 |
Error | design | DesignForExtension | Method 'qos' is not designed for extension - needs to be abstract, final or empty. | 64 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
Error | design | DesignForExtension | Method 'getFactoryId' is not designed for extension - needs to be abstract, final or empty. | 68 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 74 |
Error | design | DesignForExtension | Method 'writeData' is not designed for extension - needs to be abstract, final or empty. | 80 |
Error | misc | FinalParameters | Parameter out should be final. | 81 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 84 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 85 |
Error | design | DesignForExtension | Method 'readData' is not designed for extension - needs to be abstract, final or empty. | 88 |
Error | misc | FinalParameters | Parameter in should be final. | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 93 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 93 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 96 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 99 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 100 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 101 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 102 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 104 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
Error | modifier | RedundantModifier | Redundant 'private' modifier. | 106 |
Error | misc | FinalParameters | Parameter value should be final. | 106 |
Error | coding | HiddenField | 'value' hides a field. | 106 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 110 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 114 |
Error | misc | FinalParameters | Parameter value should be final. | 114 |
Error | blocks | LeftCurly | '{' at column 27 should have line break after. | 116 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 118 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 29 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 29 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 29 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 42 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
Error | misc | FinalParameters | Parameter messageId should be final. | 45 |
Error | misc | FinalParameters | Parameter clientId should be final. | 45 |
Error | design | DesignForExtension | Method 'size' is not designed for extension - needs to be abstract, final or empty. | 49 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
Error | design | DesignForExtension | Method 'keySet' is not designed for extension - needs to be abstract, final or empty. | 53 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
Error | design | DesignForExtension | Method 'put' is not designed for extension - needs to be abstract, final or empty. | 57 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
Error | misc | FinalParameters | Parameter outboundMessageStatus should be final. | 57 |
Error | blocks | LeftCurly | '{' at column 38 should have line break after. | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 85 |
Error | blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 87 |
Error | design | DesignForExtension | Method 'get' is not designed for extension - needs to be abstract, final or empty. | 93 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 93 |
Error | misc | FinalParameters | Parameter key should be final. | 93 |
Error | design | DesignForExtension | Method 'getBy' is not designed for extension - needs to be abstract, final or empty. | 97 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 97 |
Error | misc | FinalParameters | Parameter messageId should be final. | 97 |
Error | misc | FinalParameters | Parameter clientId should be final. | 97 |
Error | design | DesignForExtension | Method 'messageIdsOf' is not designed for extension - needs to be abstract, final or empty. | 101 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 101 |
Error | misc | FinalParameters | Parameter clientId should be final. | 101 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 107 |
Error | design | DesignForExtension | Method 'removeByKey' is not designed for extension - needs to be abstract, final or empty. | 107 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 107 |
Error | misc | FinalParameters | Parameter messageId should be final. | 107 |
Error | misc | FinalParameters | Parameter clientId should be final. | 107 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 111 |
Error | misc | FinalParameters | Parameter key should be final. | 111 |
Error | blocks | LeftCurly | '{' at column 25 should have line break after. | 116 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 118 |
Error | blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 122 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 124 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 127 |
Error | blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 131 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 133 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 136 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 139 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 140 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 141 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 142 |
Error | blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 146 |
Error | design | DesignForExtension | Method 'removeByClientId' is not designed for extension - needs to be abstract, final or empty. | 152 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 152 |
Error | misc | FinalParameters | Parameter clientId should be final. | 152 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 156 |
Error | blocks | LeftCurly | '{' at column 28 should have line break after. | 157 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 160 |
Error | blocks | RightCurly | '}' at column 5 should be on the same line as the next part of a multi-block statement. | 164 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 166 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 169 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 170 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 172 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 175 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 176 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 177 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 178 |
Error | blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 183 |
Error | design | DesignForExtension | Method 'containsKey' is not designed for extension - needs to be abstract, final or empty. | 189 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 189 |
Error | misc | FinalParameters | Parameter messageId should be final. | 189 |
Error | misc | FinalParameters | Parameter clientId should be final. | 189 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 193 |
Error | design | DesignForExtension | Method 'update' is not designed for extension - needs to be abstract, final or empty. | 193 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 193 |
Error | misc | FinalParameters | Parameter messageId should be final. | 193 |
Error | misc | FinalParameters | Parameter clientId should be final. | 193 |
Error | misc | FinalParameters | Parameter targetStatus should be final. | 193 |
Error | blocks | LeftCurly | '{' at column 23 should have line break after. | 197 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 204 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 49 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 49 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 49 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
Error | design | DesignForExtension | Method 'channelRead0' is not designed for extension - needs to be abstract, final or empty. | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 53 |
Error | misc | FinalParameters | Parameter ctx should be final. | 53 |
Error | misc | FinalParameters | Parameter msg should be final. | 53 |
Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 68 |
Error | blocks | LeftCurly | '{' at column 33 should have line break after. | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 77 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 79 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 85 |
Error | blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 110 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 115 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 120 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 124 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 125 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 130 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 135 |
Error | misc | FinalParameters | Parameter session should be final. | 135 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 136 |
Error | blocks | LeftCurly | '{' at column 61 should have line break after. | 136 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 148 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 148 |
Error | misc | FinalParameters | Parameter ctx should be final. | 148 |
Error | misc | FinalParameters | Parameter cleanSession should be final. | 148 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 150 |
Error | sizes | LineLength | Line is longer than 80 characters (found 173). | 152 |
Error | blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 153 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 155 |
Error | blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 158 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 160 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 165 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 165 |
Error | misc | FinalParameters | Parameter msg should be final. | 165 |
Error | misc | FinalParameters | Parameter cleanSession should be final. | 165 |
Error | misc | FinalParameters | Parameter clientId should be final. | 165 |
Error | misc | FinalParameters | Parameter clientIp should be final. | 165 |
Error | misc | FinalParameters | Parameter clientPort should be final. | 166 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 167 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 171 |
Error | misc | FinalParameters | Parameter clientId should be final. | 171 |
Error | misc | FinalParameters | Parameter conn should be final. | 171 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 172 |
Error | blocks | LeftCurly | '{' at column 44 should have line break after. | 172 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 175 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 176 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 179 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 179 |
Error | misc | FinalParameters | Parameter ctx should be final. | 179 |
Error | misc | FinalParameters | Parameter msg should be final. | 179 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 181 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 181 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 182 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 182 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 184 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 185 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 189 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 190 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 194 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 195 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 199 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 200 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 207 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 207 |
Error | misc | FinalParameters | Parameter ctx should be final. | 207 |
Error | misc | FinalParameters | Parameter returnCode should be final. | 207 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 210 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 213 |
Error | sizes | LineLength | Line is longer than 80 characters (found 142). | 235 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 236 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | design | FinalClass | Class DisconnectReceiver should be declared as final. | 23 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 23 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 25 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 26 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 27 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 29 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Error | misc | FinalParameters | Parameter ctx should be final. | 34 |
Error | misc | FinalParameters | Parameter session should be final. | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 36 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 34 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 34 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 34 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Error | design | DesignForExtension | Method 'channelRead0' is not designed for extension - needs to be abstract, final or empty. | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 38 |
Error | misc | FinalParameters | Parameter ctx should be final. | 38 |
Error | misc | FinalParameters | Parameter msg should be final. | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 40 |
Error | blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 143). | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 52 |
Error | blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 92 |
Error | design | DesignForExtension | Method 'channelInactive' is not designed for extension - needs to be abstract, final or empty. | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 103 |
Error | misc | FinalParameters | Parameter ctx should be final. | 103 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 106 |
Error | blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 108 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 110 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 111 |
Error | design | DesignForExtension | Method 'exceptionCaught' is not designed for extension - needs to be abstract, final or empty. | 115 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 116 |
Error | misc | FinalParameters | Parameter ctx should be final. | 116 |
Error | misc | FinalParameters | Parameter cause should be final. | 116 |
Error | blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 122 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 124 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 125 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 50 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 50 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 51 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
Error | misc | FinalParameters | Parameter options should be final. | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 52 |
Error | coding | MagicNumber | '10' is a magic number. | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 56 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 57 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 61 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 62 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 68 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
Error | misc | FinalParameters | Parameter returnCode should be final. | 68 |
Error | misc | FinalParameters | Parameter sessionPresent should be final. | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 76 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 76 |
Error | misc | FinalParameters | Parameter message should be final. | 76 |
Error | misc | FinalParameters | Parameter isDup should be final. | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 78 |
Error | coding | MagicNumber | '7' is a magic number. | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 84 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 87 |
Error | misc | FinalParameters | Parameter messageId should be final. | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 90 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 95 |
Error | misc | FinalParameters | Parameter messageId should be final. | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 98 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 103 |
Error | misc | FinalParameters | Parameter messageId should be final. | 103 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 106 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 111 |
Error | misc | FinalParameters | Parameter messageId should be final. | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 112 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 114 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 119 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 120 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 126 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 126 |
Error | misc | FinalParameters | Parameter messageId should be final. | 126 |
Error | misc | FinalParameters | Parameter topicSubscriptions should be final. | 126 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 131 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 134 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 136 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 137 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 139 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 142 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 142 |
Error | misc | FinalParameters | Parameter messageId should be final. | 142 |
Error | misc | FinalParameters | Parameter grantedQoSLevels should be final. | 142 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 143 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 145 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 146 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 148 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 151 |
Error | misc | FinalParameters | Parameter messageId should be final. | 151 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 152 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 154 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 159 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 160 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | design | FinalClass | Class PingReqReceiver should be declared as final. | 22 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 22 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 23 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 24 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 24 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
Error | misc | FinalParameters | Parameter ctx should be final. | 31 |
Error | misc | FinalParameters | Parameter session should be final. | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 32 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 36 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Error | design | DesignForExtension | Method 'channelRead0' is not designed for extension - needs to be abstract, final or empty. | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 40 |
Error | misc | FinalParameters | Parameter ctx should be final. | 40 |
Error | misc | FinalParameters | Parameter msg should be final. | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 77 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | design | FinalClass | Class PubCompReceiver should be declared as final. | 23 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 24 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 24 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 24 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 31 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
Error | misc | FinalParameters | Parameter ctx should be final. | 31 |
Error | misc | FinalParameters | Parameter session should be final. | 31 |
Error | misc | FinalParameters | Parameter messageId should be final. | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 39 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | design | FinalClass | Class PubRecReceiver should be declared as final. | 26 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 27 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 27 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 27 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 34 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Error | misc | FinalParameters | Parameter ctx should be final. | 34 |
Error | misc | FinalParameters | Parameter session should be final. | 34 |
Error | misc | FinalParameters | Parameter messageId should be final. | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 59 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | design | FinalClass | Class PubRelReceiver should be declared as final. | 26 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 27 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 27 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 27 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 34 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Error | misc | FinalParameters | Parameter ctx should be final. | 34 |
Error | misc | FinalParameters | Parameter session should be final. | 34 |
Error | misc | FinalParameters | Parameter messageId should be final. | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 55 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 42 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 42 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Error | design | DesignForExtension | Method 'channelRead0' is not designed for extension - needs to be abstract, final or empty. | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 46 |
Error | misc | FinalParameters | Parameter ctx should be final. | 46 |
Error | misc | FinalParameters | Parameter msg should be final. | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 83 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 110 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 114 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 116 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 121 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 124 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 126 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 130 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 131 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 49 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 49 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 50 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
Error | design | DesignForExtension | Method 'channelRead0' is not designed for extension - needs to be abstract, final or empty. | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 53 |
Error | misc | FinalParameters | Parameter ctx should be final. | 53 |
Error | misc | FinalParameters | Parameter msg should be final. | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 80 |
Error | blocks | LeftCurly | '{' at column 62 should have line break after. | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 172). | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 89 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 89 |
Error | misc | FinalParameters | Parameter session should be final. | 89 |
Error | misc | FinalParameters | Parameter topicFilters should be final. | 89 |
Error | blocks | LeftCurly | '{' at column 41 should have line break after. | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 99 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 99 |
Error | misc | FinalParameters | Parameter clientId should be final. | 99 |
Error | misc | FinalParameters | Parameter topicSubs should be final. | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 106 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 110 |
Error | blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 117 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 129 |
Error | misc | FinalParameters | Parameter value should be final. | 129 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 135 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 135 |
Error | misc | FinalParameters | Parameter session should be final. | 135 |
Error | misc | FinalParameters | Parameter topicSubscriptions should be final. | 135 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 153 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 158 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 38 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 38 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 39 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Error | design | DesignForExtension | Method 'channelRead0' is not designed for extension - needs to be abstract, final or empty. | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 42 |
Error | misc | FinalParameters | Parameter ctx should be final. | 42 |
Error | misc | FinalParameters | Parameter msg should be final. | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 148). | 80 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 19 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 20 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 20 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 20 |
Error | design | DesignForExtension | Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 22 |
Error | design | DesignForExtension | Method 'isValid' is not designed for extension - needs to be abstract, final or empty. | 27 |
Error | misc | FinalParameters | Parameter clientId should be final. | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 30 |
Error | design | DesignForExtension | Method 'isValid' is not designed for extension - needs to be abstract, final or empty. | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 37 |
Error | misc | FinalParameters | Parameter clientId should be final. | 37 |
Error | misc | FinalParameters | Parameter userName should be final. | 37 |
Error | misc | FinalParameters | Parameter password should be final. | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 39 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 19 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 20 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 20 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 20 |
Error | design | DesignForExtension | Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 22 |
Error | design | DesignForExtension | Method 'isAuthorized' is not designed for extension - needs to be abstract, final or empty. | 27 |
Error | misc | FinalParameters | Parameter clientId should be final. | 28 |
Error | misc | FinalParameters | Parameter userName should be final. | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 29 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 19 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 20 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 20 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 20 |
Error | design | DesignForExtension | Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 22 |
Error | design | DesignForExtension | Method 'connectHandled' is not designed for extension - needs to be abstract, final or empty. | 27 |
Error | misc | FinalParameters | Parameter args should be final. | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 29 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 19 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 20 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 20 |
Error | design | DesignForExtension | Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 23 |
Error | design | DesignForExtension | Method 'delivered' is not designed for extension - needs to be abstract, final or empty. | 28 |
Error | misc | FinalParameters | Parameter args should be final. | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 30 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 19 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 20 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 20 |
Error | design | DesignForExtension | Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 23 |
Error | design | DesignForExtension | Method 'disconnected' is not designed for extension - needs to be abstract, final or empty. | 28 |
Error | misc | FinalParameters | Parameter args should be final. | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 30 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 19 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 20 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 20 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 20 |
Error | design | DesignForExtension | Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 22 |
Error | design | DesignForExtension | Method 'allowPublish' is not designed for extension - needs to be abstract, final or empty. | 27 |
Error | misc | FinalParameters | Parameter args should be final. | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 29 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 19 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 20 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 20 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 20 |
Error | design | DesignForExtension | Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 22 |
Error | design | DesignForExtension | Method 'isServiceAvailable' is not designed for extension - needs to be abstract, final or empty. | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 29 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 19 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 20 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 24 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
Error | design | DesignForExtension | Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 26 |
Error | design | DesignForExtension | Method 'allowSubscribe' is not designed for extension - needs to be abstract, final or empty. | 31 |
Error | misc | FinalParameters | Parameter args should be final. | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 34 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 19 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 19 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 20 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 20 |
Error | design | DesignForExtension | Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 23 |
Error | design | DesignForExtension | Method 'unsubscribed' is not designed for extension - needs to be abstract, final or empty. | 28 |
Error | misc | FinalParameters | Parameter args should be final. | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 30 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | design | FinalClass | Class Plugins should be declared as final. | 37 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 38 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 38 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 38 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 55 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 63 |
Error | blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 88 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 91 |
Error | misc | FinalParameters | Parameter clazz should be final. | 92 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 96 |
Error | misc | FinalParameters | Parameter clazz should be final. | 97 |
Error | misc | FinalParameters | Parameter source should be final. | 97 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 105 |
Error | blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 106 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 113 |
Error | blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 124 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 130 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 130 |
Error | misc | FinalParameters | Parameter clazz should be final. | 130 |
Error | misc | FinalParameters | Parameter source should be final. | 130 |
Error | blocks | LeftCurly | '{' at column 23 should have line break after. | 132 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 137 |
Error | blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 138 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 27 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 27 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 30 |
Error | misc | FinalParameters | Parameter value should be final. | 30 |
Error | misc | FinalParameters | Parameter generator should be final. | 30 |
Error | misc | FinalParameters | Parameter provider should be final. | 30 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 23 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 24 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
Error | design | VisibilityModifier | Variable 'type' must be private and have accessor methods. | 24 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
Error | design | VisibilityModifier | Variable 'typeId' must be private and have accessor methods. | 25 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
Error | design | VisibilityModifier | Variable 'threadLocal' must be private and have accessor methods. | 26 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
Error | coding | HiddenField | 'type' hides a field. | 28 |
Error | misc | FinalParameters | Parameter typeId should be final. | 28 |
Error | coding | HiddenField | 'typeId' hides a field. | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 32 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
Error | coding | HiddenField | 'type' hides a field. | 32 |
Error | misc | FinalParameters | Parameter typeId should be final. | 32 |
Error | coding | HiddenField | 'typeId' hides a field. | 32 |
Error | misc | FinalParameters | Parameter supplier should be final. | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 35 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 35 |
Error | design | DesignForExtension | Method 'getTypeId' is not designed for extension - needs to be abstract, final or empty. | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 45 |
Error | design | DesignForExtension | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 48 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
Error | design | DesignForExtension | Method 'get' is not designed for extension - needs to be abstract, final or empty. | 52 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 29 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 29 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 30 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
Error | misc | FinalParameters | Parameter type should be final. | 33 |
Error | misc | FinalParameters | Parameter typeId should be final. | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 37 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
Error | misc | FinalParameters | Parameter type should be final. | 37 |
Error | misc | FinalParameters | Parameter typeId should be final. | 37 |
Error | misc | FinalParameters | Parameter out should be final. | 42 |
Error | misc | FinalParameters | Parameter object should be final. | 42 |
Error | misc | FinalParameters | Parameter in should be final. | 47 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 52 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 28 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 28 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 30 |
Error | misc | FinalParameters | Parameter value should be final. | 30 |
Error | misc | FinalParameters | Parameter gen should be final. | 30 |
Error | misc | FinalParameters | Parameter serializers should be final. | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 32 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 33 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 34 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
Error | design | DesignForExtension | Method 'create' is not designed for extension - needs to be abstract, final or empty. | 36 |
Error | misc | FinalParameters | Parameter classId should be final. | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 70 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 27 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 27 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 29 |
Error | misc | FinalParameters | Parameter value should be final. | 29 |
Error | misc | FinalParameters | Parameter generator should be final. | 29 |
Error | misc | FinalParameters | Parameter provider should be final. | 29 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 11 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 13 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 13 |
Error | design | DesignForExtension | Method 'encode' is not designed for extension - needs to be abstract, final or empty. | 15 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 16 |
Error | misc | FinalParameters | Parameter ctx should be final. | 16 |
Error | misc | FinalParameters | Parameter msg should be final. | 16 |
Error | misc | FinalParameters | Parameter out should be final. | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 17 |
Error | design | DesignForExtension | Method 'decode' is not designed for extension - needs to be abstract, final or empty. | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 24 |
Error | misc | FinalParameters | Parameter ctx should be final. | 24 |
Error | misc | FinalParameters | Parameter msg should be final. | 24 |
Error | misc | FinalParameters | Parameter out should be final. | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 25 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 25 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 25 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 25 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
Error | misc | FinalParameters | Parameter useWebSocket should be final. | 30 |
Error | coding | HiddenField | 'useWebSocket' hides a field. | 30 |
Error | misc | FinalParameters | Parameter useSsl should be final. | 30 |
Error | coding | HiddenField | 'useSsl' hides a field. | 30 |
Error | design | DesignForExtension | Method 'initChannel' is not designed for extension - needs to be abstract, final or empty. | 35 |
Error | misc | FinalParameters | Parameter ch should be final. | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 58 |
Error | coding | MagicNumber | '1048576' is a magic number. | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 150). | 61 |
Error | coding | MagicNumber | '65536' is a magic number. | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 65 |
Error | coding | MagicNumber | '8092' is a magic number. | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 75 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 31 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 31 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 31 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 36 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
Error | misc | FinalParameters | Parameter bossGroup should be final. | 36 |
Error | coding | HiddenField | 'bossGroup' hides a field. | 36 |
Error | misc | FinalParameters | Parameter workerGroup should be final. | 36 |
Error | coding | HiddenField | 'workerGroup' hides a field. | 36 |
Error | design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 41 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 73 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
Error | misc | FinalParameters | Parameter scheduledExecutor should be final. | 73 |
Error | misc | FinalParameters | Parameter port should be final. | 73 |
Error | misc | FinalParameters | Parameter useWebSocket should be final. | 73 |
Error | misc | FinalParameters | Parameter useSsl should be final. | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 79 |
Error | blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 97 |
Error | coding | MagicNumber | '1048576' is a magic number. | 97 |
Error | coding | MagicNumber | '1048576' is a magic number. | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 100 |
Error | coding | MagicNumber | '8' is a magic number. | 100 |
Error | coding | MagicNumber | '1024' is a magic number. | 100 |
Error | coding | MagicNumber | '32' is a magic number. | 100 |
Error | coding | MagicNumber | '1024' is a magic number. | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 101 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 10 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 10 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 11 |
Error | design | DesignForExtension | Method 'encode' is not designed for extension - needs to be abstract, final or empty. | 11 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 12 |
Error | misc | FinalParameters | Parameter ctx should be final. | 12 |
Error | misc | FinalParameters | Parameter msg should be final. | 12 |
Error | misc | FinalParameters | Parameter out should be final. | 12 |
Error | design | DesignForExtension | Method 'decode' is not designed for extension - needs to be abstract, final or empty. | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 17 |
Error | misc | FinalParameters | Parameter ctx should be final. | 17 |
Error | misc | FinalParameters | Parameter msg should be final. | 17 |
Error | misc | FinalParameters | Parameter out should be final. | 17 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 37 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 37 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 37 |
Error | design | DesignForExtension | Method 'handlerAdded' is not designed for extension - needs to be abstract, final or empty. | 39 |
Error | misc | FinalParameters | Parameter ctx should be final. | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 41 |
Error | naming | LocalVariableName | Name '$sysPublisherInterval' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 46 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 49 |
Error | naming | TypeName | Name '$SysPublisher' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 53 |
Error | blocks | LeftCurly | '{' at column 68 should have line break after. | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 57 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 78 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 36 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 38 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 38 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
Error | misc | FinalParameters | Parameter session should be final. | 43 |
Error | coding | HiddenField | 'session' hides a field. | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 47 |
Error | design | DesignForExtension | Method 'send' is not designed for extension - needs to be abstract, final or empty. | 47 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
Error | misc | FinalParameters | Parameter message should be final. | 47 |
Error | misc | FinalParameters | Parameter completeListener should be final. | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 53 |
Error | blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 61 |
Error | design | DesignForExtension | Method 'sendPublish' is not designed for extension - needs to be abstract, final or empty. | 70 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 70 |
Error | misc | FinalParameters | Parameter topic should be final. | 70 |
Error | misc | FinalParameters | Parameter message should be final. | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 71 |
Error | blocks | LeftCurly | '{' at column 35 should have line break after. | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 75 |
Error | blocks | LeftCurly | '{' at column 24 should have line break after. | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 91 |
Error | design | DesignForExtension | Method 'completeRemainedMessages' is not designed for extension - needs to be abstract, final or empty. | 98 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 98 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 106 |
Error | blocks | LeftCurly | '{' at column 20 should have line break after. | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 112 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 114 |
Error | coding | MagicNumber | '1000' is a magic number. | 114 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 115 |
Error | blocks | LeftCurly | '{' at column 55 should have line break after. | 115 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 117 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 121 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 124 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 125 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 126 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 128 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 129 |
Error | sizes | LineLength | Line is longer than 80 characters (found 143). | 130 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 131 |
Error | sizes | LineLength | Line is longer than 80 characters (found 145). | 134 |
Error | sizes | LineLength | Line is longer than 80 characters (found 146). | 135 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 136 |
Error | blocks | RightCurly | '}' at column 8 should be on the same line as the next part of a multi-block statement. | 138 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 140 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 141 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 143 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 144 |
Error | sizes | LineLength | Line is longer than 80 characters (found 143). | 145 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 146 |
Error | sizes | LineLength | Line is longer than 80 characters (found 139). | 149 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 150 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 151 |
Error | sizes | LineLength | Line is longer than 80 characters (found 154). | 157 |
Error | sizes | LineLength | Line is longer than 80 characters (found 151). | 158 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 165 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 166 |
Error | blocks | LeftCurly | '{' at column 20 should have line break after. | 167 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 172 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 173 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 175 |
Error | coding | MagicNumber | '1000' is a magic number. | 175 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 176 |
Error | blocks | LeftCurly | '{' at column 55 should have line break after. | 176 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 178 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 182 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 183 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 184 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 186 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 189 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 190 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 192 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 193 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 194 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 198 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 199 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 200 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 205 |
Error | sizes | LineLength | Line is longer than 80 characters (found 155). | 210 |
Error | sizes | LineLength | Line is longer than 80 characters (found 151). | 211 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 53 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 55 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 55 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 55 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 72 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 76 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 79 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 79 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 83 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 85 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 90 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 90 |
Error | misc | FinalParameters | Parameter clientId should be final. | 90 |
Error | coding | HiddenField | 'clientId' hides a field. | 90 |
Error | misc | FinalParameters | Parameter ip should be final. | 90 |
Error | coding | HiddenField | 'ip' hides a field. | 90 |
Error | misc | FinalParameters | Parameter port should be final. | 90 |
Error | coding | HiddenField | 'port' hides a field. | 90 |
Error | misc | FinalParameters | Parameter keepAliveSeconds should be final. | 90 |
Error | coding | HiddenField | 'keepAliveSeconds' hides a field. | 90 |
Error | misc | FinalParameters | Parameter cleanSession should be final. | 90 |
Error | coding | HiddenField | 'cleanSession' hides a field. | 90 |
Error | misc | FinalParameters | Parameter will should be final. | 90 |
Error | coding | HiddenField | 'will' hides a field. | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 101 |
Error | design | DesignForExtension | Method 'channelId' is not designed for extension - needs to be abstract, final or empty. | 106 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 109 |
Error | blocks | LeftCurly | '{' at column 20 should have line break after. | 110 |
Error | design | DesignForExtension | Method 'isConnected' is not designed for extension - needs to be abstract, final or empty. | 115 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 115 |
Error | misc | FinalParameters | Parameter checkOwnership should be final. | 115 |
Error | blocks | LeftCurly | '{' at column 21 should have line break after. | 116 |
Error | blocks | LeftCurly | '{' at column 24 should have line break after. | 117 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 119 |
Error | blocks | LeftCurly | '{' at column 20 should have line break after. | 120 |
Error | design | DesignForExtension | Method 'setConnected' is not designed for extension - needs to be abstract, final or empty. | 125 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 125 |
Error | misc | FinalParameters | Parameter isConnected should be final. | 125 |
Error | coding | HiddenField | 'isConnected' hides a field. | 125 |
Error | design | DesignForExtension | Method 'clientId' is not designed for extension - needs to be abstract, final or empty. | 131 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 131 |
Error | design | DesignForExtension | Method 'will' is not designed for extension - needs to be abstract, final or empty. | 135 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 135 |
Error | design | DesignForExtension | Method 'will' is not designed for extension - needs to be abstract, final or empty. | 139 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 139 |
Error | misc | FinalParameters | Parameter will should be final. | 139 |
Error | coding | HiddenField | 'will' hides a field. | 139 |
Error | design | DesignForExtension | Method 'cleanSession' is not designed for extension - needs to be abstract, final or empty. | 145 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 145 |
Error | design | DesignForExtension | Method 'isExpired' is not designed for extension - needs to be abstract, final or empty. | 149 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 149 |
Error | blocks | LeftCurly | '{' at column 30 should have line break after. | 150 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 152 |
Error | coding | MagicNumber | '1.5' is a magic number. | 152 |
Error | coding | MagicNumber | '1000' is a magic number. | 152 |
Error | design | DesignForExtension | Method 'setLastIncomingTime' is not designed for extension - needs to be abstract, final or empty. | 155 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 155 |
Error | misc | FinalParameters | Parameter lastIncomingTime should be final. | 155 |
Error | coding | HiddenField | 'lastIncomingTime' hides a field. | 155 |
Error | design | DesignForExtension | Method 'matches' is not designed for extension - needs to be abstract, final or empty. | 161 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 161 |
Error | misc | FinalParameters | Parameter topicName should be final. | 161 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 163 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 164 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 165 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 168 |
Error | design | DesignForExtension | Method 'send' is not designed for extension - needs to be abstract, final or empty. | 168 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 168 |
Error | misc | FinalParameters | Parameter message should be final. | 168 |
Error | misc | FinalParameters | Parameter completeListener should be final. | 168 |
Error | design | DesignForExtension | Method 'sendPublish' is not designed for extension - needs to be abstract, final or empty. | 172 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 172 |
Error | misc | FinalParameters | Parameter topic should be final. | 172 |
Error | misc | FinalParameters | Parameter message should be final. | 172 |
Error | design | DesignForExtension | Method 'completeRemainedMessages' is not designed for extension - needs to be abstract, final or empty. | 176 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 176 |
Error | design | DesignForExtension | Method 'nextMessageId' is not designed for extension - needs to be abstract, final or empty. | 180 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 180 |
Error | design | DesignForExtension | Method 'dispose' is not designed for extension - needs to be abstract, final or empty. | 192 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 192 |
Error | misc | FinalParameters | Parameter sendWill should be final. | 192 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 203 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 205 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 209 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 209 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 211 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 211 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 213 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 230 |
Error | design | DesignForExtension | Method 'getFactoryId' is not designed for extension - needs to be abstract, final or empty. | 249 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 255 |
Error | design | DesignForExtension | Method 'writeData' is not designed for extension - needs to be abstract, final or empty. | 261 |
Error | misc | FinalParameters | Parameter out should be final. | 262 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 276 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 276 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 277 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 277 |
Error | design | DesignForExtension | Method 'readData' is not designed for extension - needs to be abstract, final or empty. | 280 |
Error | misc | FinalParameters | Parameter in should be final. | 281 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 296 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 296 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 299 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 299 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 301 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 33 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 33 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 33 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 37 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
Error | design | DesignForExtension | Method 'put' is not designed for extension - needs to be abstract, final or empty. | 45 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
Error | misc | FinalParameters | Parameter session should be final. | 45 |
Error | misc | FinalParameters | Parameter ctx should be final. | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 55 |
Error | design | DesignForExtension | Method 'persist' is not designed for extension - needs to be abstract, final or empty. | 59 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
Error | misc | FinalParameters | Parameter session should be final. | 59 |
Error | design | DesignForExtension | Method 'channelHandlerContext' is not designed for extension - needs to be abstract, final or empty. | 63 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
Error | misc | FinalParameters | Parameter clientId should be final. | 63 |
Error | design | DesignForExtension | Method 'get' is not designed for extension - needs to be abstract, final or empty. | 67 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
Error | misc | FinalParameters | Parameter channelId should be final. | 67 |
Error | blocks | LeftCurly | '{' at column 40 should have line break after. | 70 |
Error | design | DesignForExtension | Method 'get' is not designed for extension - needs to be abstract, final or empty. | 75 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 75 |
Error | misc | FinalParameters | Parameter clientId should be final. | 75 |
Error | design | DesignForExtension | Method 'ctxs' is not designed for extension - needs to be abstract, final or empty. | 79 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 79 |
Error | design | DesignForExtension | Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 83 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 83 |
Error | misc | FinalParameters | Parameter session should be final. | 83 |
Error | blocks | LeftCurly | '{' at column 24 should have line break after. | 84 |
Error | blocks | LeftCurly | '{' at column 28 should have line break after. | 93 |
Error | blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 101 |
Error | design | DesignForExtension | Method 'keySet' is not designed for extension - needs to be abstract, final or empty. | 107 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 107 |
Error | design | DesignForExtension | Method 'onMessage' is not designed for extension - needs to be abstract, final or empty. | 111 |
Error | misc | FinalParameters | Parameter message should be final. | 112 |
Error | blocks | LeftCurly | '{' at column 54 should have line break after. | 116 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 118 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 118 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 28 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 28 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 29 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Error | misc | FinalParameters | Parameter clientId should be final. | 38 |
Error | coding | HiddenField | 'clientId' hides a field. | 38 |
Error | misc | FinalParameters | Parameter topic should be final. | 38 |
Error | coding | HiddenField | 'topic' hides a field. | 38 |
Error | misc | FinalParameters | Parameter message should be final. | 38 |
Error | coding | HiddenField | 'message' hides a field. | 38 |
Error | design | DesignForExtension | Method 'clientId' is not designed for extension - needs to be abstract, final or empty. | 44 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
Error | design | DesignForExtension | Method 'topic' is not designed for extension - needs to be abstract, final or empty. | 48 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
Error | design | DesignForExtension | Method 'message' is not designed for extension - needs to be abstract, final or empty. | 52 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
Error | design | DesignForExtension | Method 'getFactoryId' is not designed for extension - needs to be abstract, final or empty. | 56 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 62 |
Error | design | DesignForExtension | Method 'writeData' is not designed for extension - needs to be abstract, final or empty. | 67 |
Error | misc | FinalParameters | Parameter out should be final. | 68 |
Error | design | DesignForExtension | Method 'readData' is not designed for extension - needs to be abstract, final or empty. | 80 |
Error | misc | FinalParameters | Parameter in should be final. | 81 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 32 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 33 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 33 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 33 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
Error | misc | FinalParameters | Parameter name should be final. | 46 |
Error | coding | HiddenField | 'name' hides a field. | 46 |
Error | design | DesignForExtension | Method 'name' is not designed for extension - needs to be abstract, final or empty. | 51 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
Error | design | DesignForExtension | Method 'retainedMessage' is not designed for extension - needs to be abstract, final or empty. | 55 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
Error | design | DesignForExtension | Method 'setRetainedMessage' is not designed for extension - needs to be abstract, final or empty. | 59 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
Error | misc | FinalParameters | Parameter message should be final. | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 60 |
Error | blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 70 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 70 |
Error | misc | FinalParameters | Parameter subscriptionQos should be final. | 70 |
Error | misc | FinalParameters | Parameter publishQos should be final. | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 71 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 71 |
Error | design | DesignForExtension | Method 'publish' is not designed for extension - needs to be abstract, final or empty. | 74 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 84 |
Error | design | DesignForExtension | Method 'publish' is not designed for extension - needs to be abstract, final or empty. | 91 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 106 |
Error | sizes | LineLength | Line is longer than 80 characters (found 141). | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 110 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 114 |
Error | design | DesignForExtension | Method 'publish' is not designed for extension - needs to be abstract, final or empty. | 117 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 117 |
Error | misc | FinalParameters | Parameter session should be final. | 117 |
Error | misc | FinalParameters | Parameter messageKey should be final. | 117 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 123 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 125 |
Error | design | DesignForExtension | Method 'getFactoryId' is not designed for extension - needs to be abstract, final or empty. | 128 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 134 |
Error | design | DesignForExtension | Method 'writeData' is not designed for extension - needs to be abstract, final or empty. | 140 |
Error | misc | FinalParameters | Parameter out should be final. | 141 |
Error | design | DesignForExtension | Method 'readData' is not designed for extension - needs to be abstract, final or empty. | 150 |
Error | misc | FinalParameters | Parameter in should be final. | 151 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 10 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 10 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 12 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 24 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 26 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 27 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 29 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
Error | misc | FinalParameters | Parameter topicFilter should be final. | 29 |
Error | misc | FinalParameters | Parameter allowWildcard should be final. | 29 |
Error | blocks | LeftCurly | '{' at column 28 should have line break after. | 30 |
Error | blocks | LeftCurly | '{' at column 50 should have line break after. | 31 |
Error | blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 48 |
Error | blocks | LeftCurly | '{' at column 95 should have line break after. | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 52 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
Error | misc | FinalParameters | Parameter str should be final. | 60 |
Error | misc | FinalParameters | Parameter sub should be final. | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 61 |
Error | blocks | LeftCurly | '{' at column 65 should have line break after. | 61 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
Error | misc | FinalParameters | Parameter topicString should be final. | 73 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 83 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 88 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 96 |
Error | misc | FinalParameters | Parameter topicFilter should be final. | 96 |
Error | misc | FinalParameters | Parameter topicName should be final. | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 97 |
Error | blocks | LeftCurly | '{' at column 92 should have line break after. | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 100 |
Error | blocks | LeftCurly | '{' at column 35 should have line break after. | 100 |
Error | blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 108 |
Error | blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 111 |
Error | blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 114 |
Error | blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 117 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 28 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 29 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
Error | misc | FinalParameters | Parameter clientId should be final. | 39 |
Error | coding | HiddenField | 'clientId' hides a field. | 39 |
Error | misc | FinalParameters | Parameter topicName should be final. | 39 |
Error | coding | HiddenField | 'topicName' hides a field. | 39 |
Error | design | DesignForExtension | Method 'key' is not designed for extension - needs to be abstract, final or empty. | 44 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
Error | design | DesignForExtension | Method 'clientId' is not designed for extension - needs to be abstract, final or empty. | 48 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
Error | design | DesignForExtension | Method 'topicName' is not designed for extension - needs to be abstract, final or empty. | 52 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
Error | design | DesignForExtension | Method 'getFactoryId' is not designed for extension - needs to be abstract, final or empty. | 56 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 62 |
Error | design | DesignForExtension | Method 'writeData' is not designed for extension - needs to be abstract, final or empty. | 68 |
Error | misc | FinalParameters | Parameter out should be final. | 69 |
Error | design | DesignForExtension | Method 'readData' is not designed for extension - needs to be abstract, final or empty. | 74 |
Error | misc | FinalParameters | Parameter in should be final. | 75 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 82 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 31 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 31 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 31 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 44 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
Error | misc | FinalParameters | Parameter topicName should be final. | 47 |
Error | misc | FinalParameters | Parameter clientId should be final. | 47 |
Error | design | DesignForExtension | Method 'size' is not designed for extension - needs to be abstract, final or empty. | 51 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
Error | design | DesignForExtension | Method 'keySet' is not designed for extension - needs to be abstract, final or empty. | 55 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
Error | design | DesignForExtension | Method 'put' is not designed for extension - needs to be abstract, final or empty. | 59 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
Error | misc | FinalParameters | Parameter topicSubscriber should be final. | 59 |
Error | blocks | LeftCurly | '{' at column 32 should have line break after. | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 84 |
Error | blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 86 |
Error | design | DesignForExtension | Method 'get' is not designed for extension - needs to be abstract, final or empty. | 92 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 92 |
Error | misc | FinalParameters | Parameter key should be final. | 92 |
Error | design | DesignForExtension | Method 'clientIdsOf' is not designed for extension - needs to be abstract, final or empty. | 96 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 96 |
Error | misc | FinalParameters | Parameter topicName should be final. | 96 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 99 |
Error | design | DesignForExtension | Method 'topicNamesOf' is not designed for extension - needs to be abstract, final or empty. | 102 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 102 |
Error | misc | FinalParameters | Parameter clientId should be final. | 102 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 105 |
Error | design | DesignForExtension | Method 'updateByTopicName' is not designed for extension - needs to be abstract, final or empty. | 108 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 108 |
Error | misc | FinalParameters | Parameter topicName should be final. | 108 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 110 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 139). | 112 |
Error | design | DesignForExtension | Method 'removeByKey' is not designed for extension - needs to be abstract, final or empty. | 115 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 115 |
Error | misc | FinalParameters | Parameter topicName should be final. | 115 |
Error | misc | FinalParameters | Parameter clientId should be final. | 115 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 119 |
Error | misc | FinalParameters | Parameter key should be final. | 119 |
Error | blocks | LeftCurly | '{' at column 25 should have line break after. | 123 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 125 |
Error | blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 129 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 131 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 134 |
Error | blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 138 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 140 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 144 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 146 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 147 |
Error | blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 151 |
Error | design | DesignForExtension | Method 'removeByClientId' is not designed for extension - needs to be abstract, final or empty. | 157 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 157 |
Error | misc | FinalParameters | Parameter clientId should be final. | 157 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 160 |
Error | blocks | LeftCurly | '{' at column 28 should have line break after. | 161 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 164 |
Error | blocks | RightCurly | '}' at column 5 should be on the same line as the next part of a multi-block statement. | 168 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 170 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 174 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 178 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 180 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 181 |
Error | blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 186 |
Error | design | DesignForExtension | Method 'removeByTopicFilter' is not designed for extension - needs to be abstract, final or empty. | 192 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 192 |
Error | misc | FinalParameters | Parameter clientId should be final. | 192 |
Error | misc | FinalParameters | Parameter topicFilter should be final. | 192 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 195 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 196 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 198 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 201 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 203 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 212 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 214 |
Error | blocks | RightCurly | '}' at column 5 should be on the same line as the next part of a multi-block statement. | 220 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 222 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 227 |
Error | blocks | LeftCurly | '{' at column 28 should have line break after. | 228 |
Error | blocks | RightCurly | '}' at column 5 should be on the same line as the next part of a multi-block statement. | 233 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 235 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 240 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 241 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 242 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 243 |
Error | blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 245 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 31 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 31 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 33 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 44 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
Error | misc | FinalParameters | Parameter clientId should be final. | 44 |
Error | coding | HiddenField | 'clientId' hides a field. | 44 |
Error | misc | FinalParameters | Parameter topicFilter should be final. | 44 |
Error | coding | HiddenField | 'topicFilter' hides a field. | 44 |
Error | misc | FinalParameters | Parameter qos should be final. | 44 |
Error | coding | HiddenField | 'qos' hides a field. | 44 |
Error | design | DesignForExtension | Method 'key' is not designed for extension - needs to be abstract, final or empty. | 50 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
Error | design | DesignForExtension | Method 'clientId' is not designed for extension - needs to be abstract, final or empty. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 61 |
Error | design | DesignForExtension | Method 'topicFilter' is not designed for extension - needs to be abstract, final or empty. | 64 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 71 |
Error | design | DesignForExtension | Method 'qos' is not designed for extension - needs to be abstract, final or empty. | 74 |
Error | design | DesignForExtension | Method 'getFactoryId' is not designed for extension - needs to be abstract, final or empty. | 79 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 85 |
Error | design | DesignForExtension | Method 'writeData' is not designed for extension - needs to be abstract, final or empty. | 91 |
Error | misc | FinalParameters | Parameter out should be final. | 92 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 95 |
Error | design | DesignForExtension | Method 'readData' is not designed for extension - needs to be abstract, final or empty. | 98 |
Error | misc | FinalParameters | Parameter in should be final. | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 104 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 104 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 110 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 28 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 28 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 28 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 41 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
Error | misc | FinalParameters | Parameter topicFilter should be final. | 44 |
Error | misc | FinalParameters | Parameter clientId should be final. | 44 |
Error | design | DesignForExtension | Method 'size' is not designed for extension - needs to be abstract, final or empty. | 48 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
Error | design | DesignForExtension | Method 'keySet' is not designed for extension - needs to be abstract, final or empty. | 52 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
Error | design | DesignForExtension | Method 'put' is not designed for extension - needs to be abstract, final or empty. | 56 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
Error | misc | FinalParameters | Parameter topicSubscription should be final. | 56 |
Error | blocks | LeftCurly | '{' at column 34 should have line break after. | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 86 |
Error | blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 88 |
Error | design | DesignForExtension | Method 'topicFilters' is not designed for extension - needs to be abstract, final or empty. | 94 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 94 |
Error | design | DesignForExtension | Method 'get' is not designed for extension - needs to be abstract, final or empty. | 98 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 98 |
Error | misc | FinalParameters | Parameter key should be final. | 98 |
Error | design | DesignForExtension | Method 'getBy' is not designed for extension - needs to be abstract, final or empty. | 102 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 102 |
Error | misc | FinalParameters | Parameter topicFilter should be final. | 102 |
Error | misc | FinalParameters | Parameter clientId should be final. | 102 |
Error | design | DesignForExtension | Method 'clientIdsOf' is not designed for extension - needs to be abstract, final or empty. | 106 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
Error | misc | FinalParameters | Parameter topicFilter should be final. | 106 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 109 |
Error | design | DesignForExtension | Method 'topicFiltersOf' is not designed for extension - needs to be abstract, final or empty. | 112 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 112 |
Error | misc | FinalParameters | Parameter clientId should be final. | 112 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 115 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 118 |
Error | design | DesignForExtension | Method 'removeByKey' is not designed for extension - needs to be abstract, final or empty. | 118 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 118 |
Error | misc | FinalParameters | Parameter topicFilter should be final. | 118 |
Error | misc | FinalParameters | Parameter clientId should be final. | 118 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 122 |
Error | misc | FinalParameters | Parameter key should be final. | 122 |
Error | blocks | LeftCurly | '{' at column 25 should have line break after. | 127 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 129 |
Error | blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 134 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 136 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 139 |
Error | blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 144 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 146 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 150 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 151 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 152 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 153 |
Error | blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 156 |
Error | design | DesignForExtension | Method 'removeByClientId' is not designed for extension - needs to be abstract, final or empty. | 162 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 162 |
Error | misc | FinalParameters | Parameter clientId should be final. | 162 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 166 |
Error | blocks | LeftCurly | '{' at column 30 should have line break after. | 167 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 170 |
Error | blocks | RightCurly | '}' at column 5 should be on the same line as the next part of a multi-block statement. | 175 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 177 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 181 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 185 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 186 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 187 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 188 |
Error | blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 193 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 34 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 35 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 36 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
Error | misc | FinalParameters | Parameter sessions should be final. | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 43 |
Error | design | DesignForExtension | Method 'keySet' is not designed for extension - needs to be abstract, final or empty. | 47 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
Error | design | DesignForExtension | Method 'notifier' is not designed for extension - needs to be abstract, final or empty. | 51 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
Error | design | DesignForExtension | Method 'get' is not designed for extension - needs to be abstract, final or empty. | 55 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
Error | misc | FinalParameters | Parameter name should be final. | 55 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 59 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 64 |
Error | design | DesignForExtension | Method 'get' is not designed for extension - needs to be abstract, final or empty. | 64 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
Error | misc | FinalParameters | Parameter clientId should be final. | 64 |
Error | misc | FinalParameters | Parameter messageId should be final. | 64 |
Error | misc | FinalParameters | Parameter clientType should be final. | 64 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 77 |
Error | misc | FinalParameters | Parameter publisherId should be final. | 77 |
Error | misc | FinalParameters | Parameter messageId should be final. | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 78 |
Error | blocks | LeftCurly | '{' at column 23 should have line break after. | 79 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
Error | misc | FinalParameters | Parameter subscriberId should be final. | 84 |
Error | misc | FinalParameters | Parameter messageId should be final. | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 85 |
Error | blocks | LeftCurly | '{' at column 23 should have line break after. | 86 |
Error | design | DesignForExtension | Method 'persist' is not designed for extension - needs to be abstract, final or empty. | 91 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 91 |
Error | misc | FinalParameters | Parameter topic should be final. | 91 |
Error | design | DesignForExtension | Method 'insert' is not designed for extension - needs to be abstract, final or empty. | 97 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 97 |
Error | misc | FinalParameters | Parameter topic should be final. | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 102 |
Error | design | DesignForExtension | Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 106 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
Error | misc | FinalParameters | Parameter topic should be final. | 106 |
Error | design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 112 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 112 |
Error | misc | FinalParameters | Parameter message should be final. | 112 |
Error | design | DesignForExtension | Method 'matches' is not designed for extension - needs to be abstract, final or empty. | 122 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 122 |
Error | misc | FinalParameters | Parameter topicFilter should be final. | 122 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 123 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 124 |
Error | design | DesignForExtension | Method 'matches' is not designed for extension - needs to be abstract, final or empty. | 127 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 127 |
Error | misc | FinalParameters | Parameter topicFilters should be final. | 127 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 129 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 130 |