The following document contains the results of Checkstyle. 
| Files | Infos | Warnings | Errors |
|---|---|---|---|
| 27 | 0 | 0 | 1272 |
| Rules | Violations | Severity |
|---|---|---|
| PackageHtml | 5 | |
| NewlineAtEndOfFile | 0 | |
| Translation | 0 | |
| JavadocMethod | 136 | |
| JavadocType | 0 | |
| JavadocVariable | 155 | |
| JavadocStyle | 24 | |
| ConstantName | 0 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
| MemberName | 0 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 0 | |
| TypeName | 0 | |
| AvoidStarImport | 10 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 0 | |
| FileLength | 0 | |
| LineLength | 273 | |
| MethodLength | 1 | |
| ParameterNumber | 4 | |
| EmptyForIteratorPad | 0 | |
| MethodParamPad | 0 | |
| NoWhitespaceAfter | 0 | |
| NoWhitespaceBefore | 0 | |
| OperatorWrap | 0 | |
| ParenPad | 0 | |
| TypecastParenPad | 0 | |
| TabCharacter | 0 | |
| WhitespaceAfter | 0 | |
| WhitespaceAround | 0 | |
| ModifierOrder | 4 | |
| RedundantModifier | 0 | |
| AvoidNestedBlocks | 0 | |
| EmptyBlock | 13 | |
| LeftCurly | 0 | |
| NeedBraces | 0 | |
| RightCurly | 0 | |
| AvoidInlineConditionals | 7 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 2 | |
| HiddenField | 80 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
| MagicNumber | 209 | |
| MissingSwitchDefault | 22 | |
| RedundantThrows | 19 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 4 | |
| DesignForExtension | 84 | |
| FinalClass | 0 | |
| HideUtilityClassConstructor | 1 | |
| InterfaceIsType | 0 | |
| VisibilityModifier | 18 | |
| ArrayTypeStyle | 0 | |
| FinalParameters | 201 | |
GenericIllegalRegexp
| 0 | |
| TodoComment | 0 | |
| UpperEll | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 13 | |
| Missing a Javadoc comment. | 15 | |
| Parameter rangeString should be final. | 15 | |
| Redundant throws: 'IllegalArgumentException' is unchecked exception. | 15 | |
| Line is longer than 80 characters. | 21 | |
| Line is longer than 80 characters. | 22 | |
| Method 'hasNext' is not designed for extension - needs to be abstract, final or empty. | 27 | |
| Missing a Javadoc comment. | 27 | |
| Conditional logic can be removed. | 28 | |
| Method 'next' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| Missing a Javadoc comment. | 35 | |
| Method 'reset' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| Missing a Javadoc comment. | 40 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.swing.*. | 7 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 8 | |
| First sentence should end with a period. | 15 | |
| Missing a Javadoc comment. | 21 | |
| '12' is a magic number. | 22 | |
| Missing a Javadoc comment. | 25 | |
| '12' is a magic number. | 26 | |
| Line is longer than 80 characters. | 29 | |
| Missing a Javadoc comment. | 29 | |
| Parameter component should be final. | 29 | |
| Parameter graphics should be final. | 29 | |
| Parameter x should be final. | 29 | |
| Parameter y should be final. | 29 | |
| Line is longer than 80 characters. | 30 | |
| Line is longer than 80 characters. | 34 | |
| '4' is a magic number. | 34 | |
| '4' is a magic number. | 34 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.swing.*. | 10 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 11 | |
| Missing a Javadoc comment. | 22 | |
| 'static' modifier out of order with the JLS suggestions. | 22 | |
| Line is longer than 80 characters. | 23 | |
| Missing a Javadoc comment. | 23 | |
| 'static' modifier out of order with the JLS suggestions. | 23 | |
| Line is longer than 80 characters. | 25 | |
| Missing a Javadoc comment. | 25 | |
| Missing a Javadoc comment. | 27 | |
| Missing a Javadoc comment. | 28 | |
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 37 | |
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 39 | |
| Missing a Javadoc comment. | 40 | |
| Missing a Javadoc comment. | 41 | |
| Missing a Javadoc comment. | 42 | |
| Missing a Javadoc comment. | 43 | |
| Missing a Javadoc comment. | 45 | |
| Missing a Javadoc comment. | 46 | |
| Missing a Javadoc comment. | 47 | |
| Missing a Javadoc comment. | 48 | |
| Missing a Javadoc comment. | 50 | |
| Line is longer than 80 characters. | 58 | |
| Must have at least one statement. | 59 | |
| '10' is a magic number. | 63 | |
| '10' is a magic number. | 65 | |
| '20' is a magic number. | 67 | |
| '10' is a magic number. | 68 | |
| '10' is a magic number. | 69 | |
| '10' is a magic number. | 71 | |
| '10' is a magic number. | 73 | |
| '10' is a magic number. | 75 | |
| '10' is a magic number. | 77 | |
| '10' is a magic number. | 79 | |
| '10' is a magic number. | 81 | |
| '10' is a magic number. | 83 | |
| '10' is a magic number. | 85 | |
| '10' is a magic number. | 87 | |
| '10' is a magic number. | 92 | |
| Line is longer than 80 characters. | 98 | |
| Line is longer than 80 characters. | 99 | |
| '4' is a magic number. | 100 | |
| '3' is a magic number. | 100 | |
| '3' is a magic number. | 104 | |
| '18' is a magic number. | 105 | |
| Line is longer than 80 characters. | 106 | |
| '3' is a magic number. | 106 | |
| '3' is a magic number. | 106 | |
| '3' is a magic number. | 106 | |
| '3' is a magic number. | 106 | |
| '5' is a magic number. | 109 | |
| '18' is a magic number. | 110 | |
| Line is longer than 80 characters. | 111 | |
| '3' is a magic number. | 111 | |
| '5' is a magic number. | 111 | |
| '3' is a magic number. | 111 | |
| '5' is a magic number. | 111 | |
| '7' is a magic number. | 113 | |
| '18' is a magic number. | 114 | |
| Line is longer than 80 characters. | 115 | |
| '3' is a magic number. | 115 | |
| '7' is a magic number. | 115 | |
| '3' is a magic number. | 115 | |
| '7' is a magic number. | 115 | |
| Line is longer than 80 characters. | 117 | |
| '9' is a magic number. | 117 | |
| '3' is a magic number. | 117 | |
| '3' is a magic number. | 117 | |
| '9' is a magic number. | 117 | |
| '5' is a magic number. | 118 | |
| '4' is a magic number. | 120 | |
| '9' is a magic number. | 120 | |
| Line is longer than 80 characters. | 122 | |
| '11' is a magic number. | 122 | |
| '3' is a magic number. | 122 | |
| '3' is a magic number. | 122 | |
| '11' is a magic number. | 122 | |
| '5' is a magic number. | 123 | |
| '4' is a magic number. | 125 | |
| '11' is a magic number. | 125 | |
| '10' is a magic number. | 128 | |
| Line is longer than 80 characters. | 134 | |
| Line is longer than 80 characters. | 137 | |
| '13' is a magic number. | 138 | |
| '4' is a magic number. | 138 | |
| '3' is a magic number. | 138 | |
| '13' is a magic number. | 138 | |
| Line is longer than 80 characters. | 140 | |
| '5' is a magic number. | 140 | |
| '5' is a magic number. | 140 | |
| '5' is a magic number. | 140 | |
| '15' is a magic number. | 141 | |
| '4' is a magic number. | 141 | |
| '3' is a magic number. | 141 | |
| '15' is a magic number. | 141 | |
| Line is longer than 80 characters. | 144 | |
| '200' is a magic number. | 145 | |
| '60' is a magic number. | 145 | |
| Line is longer than 80 characters. | 146 | |
| '17' is a magic number. | 146 | |
| '4' is a magic number. | 146 | |
| '3' is a magic number. | 146 | |
| '17' is a magic number. | 146 | |
| Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. | 151 | |
| Missing a Javadoc comment. | 151 | |
| Parameter actionEvent should be final. | 151 | |
| '8' is a magic number. | 163 | |
| Line is longer than 80 characters. | 173 | |
| Line is longer than 80 characters. | 179 | |
| Line is longer than 80 characters. | 184 | |
| Method 'refreshProgressState' is not designed for extension - needs to be abstract, final or empty. | 203 | |
| Missing a Javadoc comment. | 203 | |
| Parameter progressStateString should be final. | 203 | |
| 'progressStateString' hides a field. | 203 | |
| Method 'refreshOutput' is not designed for extension - needs to be abstract, final or empty. | 207 | |
| Missing a Javadoc comment. | 207 | |
| Parameter outputString should be final. | 207 | |
| 'outputString' hides a field. | 207 | |
| Method 'run' is not designed for extension - needs to be abstract, final or empty. | 212 | |
| Missing a Javadoc comment. | 212 | |
| Line is longer than 80 characters. | 213 | |
| Method 'scanJobPoolFinished' is not designed for extension - needs to be abstract, final or empty. | 218 | |
| Missing a Javadoc comment. | 218 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 12 | |
| Missing a Javadoc comment. | 13 | |
| Missing a Javadoc comment. | 15 | |
| Missing a Javadoc comment. | 16 | |
| Missing a Javadoc comment. | 18 | |
| Missing a Javadoc comment. | 19 | |
| Missing a Javadoc comment. | 20 | |
| Missing a Javadoc comment. | 21 | |
| Missing a Javadoc comment. | 23 | |
| Missing a Javadoc comment. | 26 | |
| Missing a Javadoc comment. | 28 | |
| Parameter data should be final. | 28 | |
| 'data' hides a field. | 28 | |
| Parameter styleType should be final. | 28 | |
| 'styleType' hides a field. | 28 | |
| Line is longer than 80 characters. | 33 | |
| Missing a Javadoc comment. | 33 | |
| Parameter encoding should be final. | 33 | |
| Parameter dataString should be final. | 33 | |
| Parameter suffixType should be final. | 33 | |
| Parameter styleType should be final. | 33 | |
| 'styleType' hides a field. | 33 | |
| switch without "default" clause. | 35 | |
| switch without "default" clause. | 41 | |
| Line is longer than 80 characters. | 56 | |
| '16' is a magic number. | 56 | |
| Line is longer than 80 characters. | 57 | |
| Avoid inline conditionals. | 57 | |
| '256' is a magic number. | 57 | |
| switch without "default" clause. | 61 | |
| '256' is a magic number. | 76 | |
| Line is longer than 80 characters. | 77 | |
| Avoid inline conditionals. | 77 | |
| '256' is a magic number. | 77 | |
| Method 'getData' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| Missing a Javadoc comment. | 83 | |
| Method 'getString' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| Missing a Javadoc comment. | 87 | |
| Parameter encoding should be final. | 87 | |
| switch without "default" clause. | 89 | |
| '3' is a magic number. | 91 | |
| Avoid inline conditionals. | 93 | |
| '256' is a magic number. | 93 | |
| '16' is a magic number. | 94 | |
| Line is longer than 80 characters. | 97 | |
| '16' is a magic number. | 97 | |
| Line is longer than 80 characters. | 104 | |
| Avoid inline conditionals. | 104 | |
| '256' is a magic number. | 104 | |
| Method 'getStyleType' is not designed for extension - needs to be abstract, final or empty. | 111 | |
| Missing a Javadoc comment. | 111 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.swing.*. | 7 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 8 | |
| Missing a Javadoc comment. | 16 | |
| Missing a Javadoc comment. | 17 | |
| First sentence should end with a period. | 19 | |
| First sentence should end with a period. | 26 | |
| Parameter text should be final. | 29 | |
| Expected @param tag for 'text'. | 29 | |
| First sentence should end with a period. | 33 | |
| Parameter text should be final. | 36 | |
| Expected @param tag for 'text'. | 36 | |
| Parameter defaultSelectedColor should be final. | 36 | |
| Expected @param tag for 'defaultSelectedColor'. | 36 | |
| First sentence should end with a period. | 40 | |
| Line is longer than 80 characters. | 43 | |
| Parameter text should be final. | 43 | |
| Expected @param tag for 'text'. | 43 | |
| Parameter defaultSelectedColor should be final. | 43 | |
| Expected @param tag for 'defaultSelectedColor'. | 43 | |
| Parameter colorChooserString should be final. | 43 | |
| 'colorChooserString' hides a field. | 43 | |
| Expected @param tag for 'colorChooserString'. | 43 | |
| Method 'fireActionPerformed' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| Missing a Javadoc comment. | 49 | |
| Parameter event should be final. | 49 | |
| Line is longer than 80 characters. | 52 | |
| Method 'getSelectedColor' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| Missing a Javadoc comment. | 62 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 44 | |
| Missing a Javadoc comment. | 45 | |
| Missing a Javadoc comment. | 46 | |
| Missing a Javadoc comment. | 48 | |
| Missing a Javadoc comment. | 50 | |
| '3' is a magic number. | 50 | |
| Missing a Javadoc comment. | 54 | |
| Missing a Javadoc comment. | 55 | |
| Missing a Javadoc comment. | 56 | |
| Missing a Javadoc comment. | 57 | |
| Missing a Javadoc comment. | 58 | |
| Missing a Javadoc comment. | 59 | |
| Missing a Javadoc comment. | 61 | |
| '3' is a magic number. | 61 | |
| Missing a Javadoc comment. | 65 | |
| Missing a Javadoc comment. | 68 | |
| '4' is a magic number. | 68 | |
| Missing a Javadoc comment. | 73 | |
| Missing a Javadoc comment. | 75 | |
| Missing a Javadoc comment. | 76 | |
| Missing a Javadoc comment. | 77 | |
| Missing a Javadoc comment. | 78 | |
| Missing a Javadoc comment. | 79 | |
| Missing a Javadoc comment. | 80 | |
| Missing a Javadoc comment. | 82 | |
| Missing a Javadoc comment. | 83 | |
| Missing a Javadoc comment. | 84 | |
| Missing a Javadoc comment. | 86 | |
| Missing a Javadoc comment. | 87 | |
| Missing a Javadoc comment. | 88 | |
| Missing a Javadoc comment. | 90 | |
| Missing a Javadoc comment. | 91 | |
| Missing a Javadoc comment. | 92 | |
| Missing a Javadoc comment. | 93 | |
| Missing a Javadoc comment. | 94 | |
| Missing a Javadoc comment. | 95 | |
| Missing a Javadoc comment. | 96 | |
| Missing a Javadoc comment. | 97 | |
| First sentence should end with a period. | 99 | |
| Method length is 282 lines (max allowed is 150). | 102 | |
| Parameter telnet should be final. | 102 | |
| 'telnet' hides a field. | 102 | |
| Expected @param tag for 'telnet'. | 102 | |
| '10' is a magic number. | 109 | |
| '10' is a magic number. | 111 | |
| '10' is a magic number. | 113 | |
| '20' is a magic number. | 115 | |
| '10' is a magic number. | 116 | |
| '10' is a magic number. | 117 | |
| '10' is a magic number. | 119 | |
| '10' is a magic number. | 121 | |
| '10' is a magic number. | 123 | |
| '10' is a magic number. | 125 | |
| '10' is a magic number. | 127 | |
| '10' is a magic number. | 129 | |
| Line is longer than 80 characters. | 133 | |
| '5' is a magic number. | 133 | |
| Line is longer than 80 characters. | 135 | |
| '5' is a magic number. | 135 | |
| Line is longer than 80 characters. | 136 | |
| Line is longer than 80 characters. | 140 | |
| '5' is a magic number. | 140 | |
| Line is longer than 80 characters. | 142 | |
| '7' is a magic number. | 153 | |
| '6' is a magic number. | 153 | |
| '3' is a magic number. | 158 | |
| '3' is a magic number. | 158 | |
| '14' is a magic number. | 161 | |
| '5' is a magic number. | 163 | |
| '5' is a magic number. | 163 | |
| '3' is a magic number. | 167 | |
| '3' is a magic number. | 167 | |
| '3' is a magic number. | 167 | |
| '3' is a magic number. | 167 | |
| '5' is a magic number. | 170 | |
| '6' is a magic number. | 173 | |
| '3' is a magic number. | 173 | |
| '3' is a magic number. | 177 | |
| '5' is a magic number. | 177 | |
| '3' is a magic number. | 177 | |
| '5' is a magic number. | 177 | |
| '5' is a magic number. | 180 | |
| '6' is a magic number. | 183 | |
| '5' is a magic number. | 183 | |
| Parameter e should be final. | 186 | |
| '3' is a magic number. | 206 | |
| '7' is a magic number. | 206 | |
| '4' is a magic number. | 206 | |
| '5' is a magic number. | 206 | |
| '7' is a magic number. | 206 | |
| '5' is a magic number. | 208 | |
| '5' is a magic number. | 210 | |
| '5' is a magic number. | 213 | |
| '35' is a magic number. | 216 | |
| '9' is a magic number. | 225 | |
| '6' is a magic number. | 225 | |
| '5' is a magic number. | 225 | |
| '9' is a magic number. | 225 | |
| Line is longer than 80 characters. | 228 | |
| '10' is a magic number. | 228 | |
| Line is longer than 80 characters. | 230 | |
| '10' is a magic number. | 230 | |
| Line is longer than 80 characters. | 232 | |
| '10' is a magic number. | 232 | |
| Line is longer than 80 characters. | 234 | |
| '10' is a magic number. | 234 | |
| Line is longer than 80 characters. | 236 | |
| '10' is a magic number. | 236 | |
| Line is longer than 80 characters. | 238 | |
| '10' is a magic number. | 238 | |
| '10' is a magic number. | 239 | |
| '10' is a magic number. | 241 | |
| '10' is a magic number. | 243 | |
| '10' is a magic number. | 246 | |
| '10' is a magic number. | 248 | |
| Line is longer than 80 characters. | 250 | |
| '5' is a magic number. | 252 | |
| '5' is a magic number. | 254 | |
| '10' is a magic number. | 257 | |
| '10' is a magic number. | 259 | |
| '5' is a magic number. | 261 | |
| '3' is a magic number. | 280 | |
| '3' is a magic number. | 280 | |
| '3' is a magic number. | 280 | |
| '5' is a magic number. | 284 | |
| '5' is a magic number. | 286 | |
| '5' is a magic number. | 290 | |
| Line is longer than 80 characters. | 292 | |
| '5' is a magic number. | 301 | |
| '5' is a magic number. | 303 | |
| '10' is a magic number. | 305 | |
| '5' is a magic number. | 307 | |
| '5' is a magic number. | 311 | |
| '3' is a magic number. | 318 | |
| '7' is a magic number. | 325 | |
| '3' is a magic number. | 325 | |
| '7' is a magic number. | 325 | |
| '5' is a magic number. | 331 | |
| '3' is a magic number. | 331 | |
| '5' is a magic number. | 331 | |
| '6' is a magic number. | 331 | |
| '3' is a magic number. | 331 | |
| Line is longer than 80 characters. | 334 | |
| '10' is a magic number. | 334 | |
| '5' is a magic number. | 343 | |
| '9' is a magic number. | 343 | |
| '3' is a magic number. | 343 | |
| '5' is a magic number. | 343 | |
| '200' is a magic number. | 363 | |
| '60' is a magic number. | 363 | |
| '0.5' is a magic number. | 364 | |
| '0.5' is a magic number. | 365 | |
| '6' is a magic number. | 367 | |
| '9' is a magic number. | 367 | |
| '3' is a magic number. | 367 | |
| '6' is a magic number. | 367 | |
| '8' is a magic number. | 371 | |
| '8' is a magic number. | 371 | |
| '35' is a magic number. | 372 | |
| '3' is a magic number. | 375 | |
| '8' is a magic number. | 375 | |
| '5' is a magic number. | 375 | |
| '3' is a magic number. | 375 | |
| '8' is a magic number. | 375 | |
| '9' is a magic number. | 381 | |
| '8' is a magic number. | 381 | |
| '9' is a magic number. | 381 | |
| '8' is a magic number. | 381 | |
| '11' is a magic number. | 382 | |
| '6' is a magic number. | 382 | |
| '5' is a magic number. | 382 | |
| '11' is a magic number. | 382 | |
| Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. | 385 | |
| Missing a Javadoc comment. | 385 | |
| Parameter event should be final. | 385 | |
| Line is longer than 80 characters. | 396 | |
| Must have at least one statement. | 397 | |
| Line is longer than 80 characters. | 409 | |
| Must have at least one statement. | 410 | |
| Line is longer than 80 characters. | 423 | |
| Line is longer than 80 characters. | 425 | |
| Must have at least one statement. | 426 | |
| Must have at least one statement. | 445 | |
| Avoid inline conditionals. | 452 | |
| '3' is a magic number. | 463 | |
| Must have at least one statement. | 487 | |
| Line is longer than 80 characters. | 489 | |
| Line is longer than 80 characters. | 495 | |
| Method 'setSessionState' is not designed for extension - needs to be abstract, final or empty. | 500 | |
| Missing a Javadoc comment. | 500 | |
| Parameter sessionState should be final. | 500 | |
| switch without "default" clause. | 501 | |
| Method 'appendData' is not designed for extension - needs to be abstract, final or empty. | 523 | |
| Missing a Javadoc comment. | 523 | |
| Parameter data should be final. | 523 | |
| Method 'appendStatusMessage' is not designed for extension - needs to be abstract, final or empty. | 529 | |
| Missing a Javadoc comment. | 529 | |
| Parameter message should be final. | 529 | |
| Method 'run' is not designed for extension - needs to be abstract, final or empty. | 535 | |
| Missing a Javadoc comment. | 535 | |
| Must have at least one statement. | 555 | |
| Missing a Javadoc comment. | 565 | |
| Parameter data should be final. | 565 | |
| switch without "default" clause. | 568 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 15 | |
| First sentence should end with a period. | 17 | |
| Line is longer than 80 characters. | 20 | |
| Parameter telnet should be final. | 20 | |
| Expected @param tag for 'telnet'. | 20 | |
| Parameter clientHost should be final. | 20 | |
| Expected @param tag for 'clientHost'. | 20 | |
| Parameter clientPort should be final. | 20 | |
| Expected @param tag for 'clientPort'. | 20 | |
| Expected @throws tag for 'IOException'. | 20 | |
| Line is longer than 80 characters. | 25 | |
| Line is longer than 80 characters. | 29 | |
| Method 'receiveData' is not designed for extension - needs to be abstract, final or empty. | 29 | |
| Missing a Javadoc comment. | 29 | |
| Parameter telnetConnection should be final. | 29 | |
| Parameter byteData should be final. | 29 | |
| Method 'sendData' is not designed for extension - needs to be abstract, final or empty. | 33 | |
| Missing a Javadoc comment. | 33 | |
| Parameter encoding should be final. | 33 | |
| Parameter sendString should be final. | 33 | |
| Parameter suffixType should be final. | 33 | |
| Line is longer than 80 characters. | 34 | |
| Method 'stopConnection' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| Missing a Javadoc comment. | 39 | |
| Parameter telnetConnection should be final. | 39 | |
| Method 'stopSession' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| Missing a Javadoc comment. | 43 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 20 | |
| Missing a Javadoc comment. | 22 | |
| Parameter args should be final. | 22 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 31 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 34 | |
| Line is longer than 80 characters. | 36 | |
| '10' is a magic number. | 39 | |
| '10' is a magic number. | 41 | |
| '10' is a magic number. | 42 | |
| '10' is a magic number. | 44 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 14 | |
| Missing a Javadoc comment. | 15 | |
| Line is longer than 80 characters. | 17 | |
| Missing a Javadoc comment. | 17 | |
| Parameter rangeString should be final. | 17 | |
| Redundant throws: 'IllegalArgumentException' is unchecked exception. | 17 | |
| Line is longer than 80 characters. | 23 | |
| Method 'hasNext' is not designed for extension - needs to be abstract, final or empty. | 28 | |
| Missing a Javadoc comment. | 28 | |
| Conditional logic can be removed. | 29 | |
| Method 'next' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| Missing a Javadoc comment. | 36 | |
| Line is longer than 80 characters. | 38 | |
| Method 'reset' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| Missing a Javadoc comment. | 44 | |
| Line is longer than 80 characters. | 49 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 15 | |
| Variable 'telnet' must be private and have accessor methods. | 15 | |
| First sentence should end with a period. | 17 | |
| Parameter telnet should be final. | 20 | |
| 'telnet' hides a field. | 20 | |
| Expected @param tag for 'telnet'. | 20 | |
| Expected @throws tag for 'IOException'. | 20 | |
| Missing a Javadoc comment. | 24 | |
| Parameter socket should be final. | 24 | |
| Line is longer than 80 characters. | 28 | |
| Missing a Javadoc comment. | 28 | |
| Parameter telnetConnection should be final. | 28 | |
| Parameter byteData should be final. | 28 | |
| Missing a Javadoc comment. | 32 | |
| Parameter encoding should be final. | 32 | |
| Parameter sendString should be final. | 32 | |
| Parameter suffixType should be final. | 32 | |
| Missing a Javadoc comment. | 36 | |
| Parameter telnetConnection should be final. | 36 | |
| Missing a Javadoc comment. | 40 | |
| Parameter telnetListener should be final. | 40 | |
| Missing a Javadoc comment. | 44 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - java.awt.*. | 7 | |
| Missing a Javadoc comment. | 15 | |
| Missing a Javadoc comment. | 16 | |
| Missing a Javadoc comment. | 17 | |
| Missing a Javadoc comment. | 18 | |
| Missing a Javadoc comment. | 19 | |
| Missing a Javadoc comment. | 20 | |
| Missing a Javadoc comment. | 22 | |
| Missing a Javadoc comment. | 23 | |
| First sentence should end with a period. | 25 | |
| Method 'getComponent' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| Missing a Javadoc comment. | 32 | |
| Method 'createClient' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| Missing a Javadoc comment. | 36 | |
| Parameter clientHost should be final. | 36 | |
| Parameter clientPort should be final. | 36 | |
| Method 'createServer' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| Missing a Javadoc comment. | 44 | |
| Parameter serverPort should be final. | 44 | |
| Line is longer than 80 characters. | 52 | |
| Method 'createPipeline' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| Missing a Javadoc comment. | 52 | |
| Parameter clientHost should be final. | 52 | |
| Parameter clientPort should be final. | 52 | |
| Parameter serverPort should be final. | 52 | |
| Line is longer than 80 characters. | 54 | |
| Method 'setSessionState' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| Missing a Javadoc comment. | 60 | |
| Parameter sessionState should be final. | 60 | |
| Method 'appendStatusMessage' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| Missing a Javadoc comment. | 64 | |
| Parameter message should be final. | 64 | |
| Method 'appendData' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| Missing a Javadoc comment. | 68 | |
| Parameter data should be final. | 68 | |
| Method 'sendString' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| Missing a Javadoc comment. | 72 | |
| Parameter encoding should be final. | 72 | |
| Parameter sendString should be final. | 72 | |
| Parameter suffixType should be final. | 72 | |
| Method 'hasActiveSession' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| Missing a Javadoc comment. | 78 | |
| Method 'stopSession' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| Missing a Javadoc comment. | 82 | |
| Parameter stopSession should be final. | 82 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 17 | |
| Missing a Javadoc comment. | 19 | |
| Missing a Javadoc comment. | 21 | |
| Missing a Javadoc comment. | 22 | |
| Missing a Javadoc comment. | 23 | |
| Missing a Javadoc comment. | 25 | |
| First sentence should end with a period. | 27 | |
| Line is longer than 80 characters. | 30 | |
| Parameter telnetSession should be final. | 30 | |
| 'telnetSession' hides a field. | 30 | |
| Expected @param tag for 'telnetSession'. | 30 | |
| Parameter socket should be final. | 30 | |
| 'socket' hides a field. | 30 | |
| Expected @param tag for 'socket'. | 30 | |
| Expected @throws tag for 'IOException'. | 30 | |
| Line is longer than 80 characters. | 34 | |
| Line is longer than 80 characters. | 35 | |
| Method 'run' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| Missing a Javadoc comment. | 38 | |
| Must have at least one statement. | 44 | |
| Method 'sendData' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| Missing a Javadoc comment. | 57 | |
| Parameter byteData should be final. | 57 | |
| Method 'closeConnection' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| Missing a Javadoc comment. | 66 | |
| Must have at least one statement. | 71 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 19 | |
| 'static' modifier out of order with the JLS suggestions. | 19 | |
| Missing a Javadoc comment. | 21 | |
| Missing a Javadoc comment. | 22 | |
| Missing a Javadoc comment. | 23 | |
| Missing a Javadoc comment. | 24 | |
| Missing a Javadoc comment. | 26 | |
| Missing a Javadoc comment. | 27 | |
| Missing a Javadoc comment. | 28 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 31 | |
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 37 | |
| Missing a Javadoc comment. | 39 | |
| Missing a Javadoc comment. | 40 | |
| Line is longer than 80 characters. | 42 | |
| Missing a Javadoc comment. | 42 | |
| Parameter portScanner should be final. | 42 | |
| 'portScanner' hides a field. | 42 | |
| Parameter addressIsHostName should be final. | 42 | |
| 'addressIsHostName' hides a field. | 42 | |
| Parameter addressString should be final. | 42 | |
| 'addressString' hides a field. | 42 | |
| Parameter portString should be final. | 42 | |
| 'portString' hides a field. | 42 | |
| Parameter threadsAmount should be final. | 42 | |
| 'threadsAmount' hides a field. | 42 | |
| Parameter pauzeTime should be final. | 42 | |
| 'pauzeTime' hides a field. | 42 | |
| '4' is a magic number. | 54 | |
| Method 'run' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| Missing a Javadoc comment. | 58 | |
| Line is longer than 80 characters. | 72 | |
| Line is longer than 80 characters. | 76 | |
| Line is longer than 80 characters. | 80 | |
| Line is longer than 80 characters. | 93 | |
| '4' is a magic number. | 125 | |
| Method 'getPauzeTime' is not designed for extension - needs to be abstract, final or empty. | 130 | |
| Missing a Javadoc comment. | 130 | |
| Method 'getNextScanJob' is not designed for extension - needs to be abstract, final or empty. | 134 | |
| Missing a Javadoc comment. | 134 | |
| Line is longer than 80 characters. | 136 | |
| Line is longer than 80 characters. | 153 | |
| Method 'addSuccesfulScanJob' is not designed for extension - needs to be abstract, final or empty. | 158 | |
| Missing a Javadoc comment. | 158 | |
| Parameter scanJob should be final. | 158 | |
| Method 'removeAddress' is not designed for extension - needs to be abstract, final or empty. | 175 | |
| Missing a Javadoc comment. | 175 | |
| Parameter removeAddress should be final. | 175 | |
| Method 'threadFinished' is not designed for extension - needs to be abstract, final or empty. | 184 | |
| Missing a Javadoc comment. | 184 | |
| Parameter threadIndex should be final. | 184 | |
| Method 'destroy' is not designed for extension - needs to be abstract, final or empty. | 194 | |
| Missing a Javadoc comment. | 194 | |
| Line is longer than 80 characters. | 205 | |
| Missing a Javadoc comment. | 205 | |
| Parameter addressParts should be final. | 205 | |
| Parameter addressPartsIndex should be final. | 205 | |
| Parameter addressArrayList should be final. | 205 | |
| Parameter addressPrefix should be final. | 205 | |
| Must have at least one statement. | 212 | |
| Line is longer than 80 characters. | 217 | |
| Line is longer than 80 characters. | 219 | |
| Line is longer than 80 characters. | 222 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - java.awt.*. | 7 | |
| Missing a Javadoc comment. | 51 | |
| Missing a Javadoc comment. | 52 | |
| Variable 'component' must be private and have accessor methods. | 52 | |
| Missing a Javadoc comment. | 53 | |
| Missing a Javadoc comment. | 55 | |
| Variable 'gridX' must be private and have accessor methods. | 55 | |
| Missing a Javadoc comment. | 56 | |
| Variable 'gridWidth' must be private and have accessor methods. | 56 | |
| Missing a Javadoc comment. | 57 | |
| Variable 'extendGridX' must be private and have accessor methods. | 57 | |
| Missing a Javadoc comment. | 59 | |
| Missing a Javadoc comment. | 60 | |
| Missing a Javadoc comment. | 61 | |
| Missing a Javadoc comment. | 62 | |
| Missing a Javadoc comment. | 63 | |
| First sentence should end with a period. | 65 | |
| Line is longer than 80 characters. | 68 | |
| More than 7 parameters. | 68 | |
| Parameter lineType should be final. | 68 | |
| 'lineType' hides a field. | 68 | |
| Expected @param tag for 'lineType'. | 68 | |
| Parameter component should be final. | 68 | |
| 'component' hides a field. | 68 | |
| Expected @param tag for 'component'. | 68 | |
| Parameter minimumWidth should be final. | 68 | |
| 'minimumWidth' hides a field. | 68 | |
| Expected @param tag for 'minimumWidth'. | 68 | |
| Parameter gridX should be final. | 68 | |
| 'gridX' hides a field. | 68 | |
| Expected @param tag for 'gridX'. | 68 | |
| Parameter gridWidth should be final. | 68 | |
| 'gridWidth' hides a field. | 68 | |
| Expected @param tag for 'gridWidth'. | 68 | |
| Parameter extendGridX should be final. | 68 | |
| 'extendGridX' hides a field. | 68 | |
| Expected @param tag for 'extendGridX'. | 68 | |
| Parameter anchor should be final. | 68 | |
| 'anchor' hides a field. | 68 | |
| Expected @param tag for 'anchor'. | 68 | |
| Parameter fill should be final. | 68 | |
| 'fill' hides a field. | 68 | |
| Expected @param tag for 'fill'. | 68 | |
| Parameter insetLeft should be final. | 68 | |
| 'insetLeft' hides a field. | 68 | |
| Expected @param tag for 'insetLeft'. | 68 | |
| Parameter insetRight should be final. | 68 | |
| 'insetRight' hides a field. | 68 | |
| Expected @param tag for 'insetRight'. | 68 | |
| Missing a Javadoc comment. | 81 | |
| switch without "default" clause. | 83 | |
| Missing a Javadoc comment. | 99 | |
| switch without "default" clause. | 101 | |
| Missing a Javadoc comment. | 117 | |
| Parameter lines should be final. | 117 | |
| Parameter componentWidth should be final. | 117 | |
| switch without "default" clause. | 129 | |
| Line is longer than 80 characters. | 133 | |
| Missing a Javadoc comment. | 141 | |
| Parameter lines should be final. | 141 | |
| Parameter componentWidth should be final. | 141 | |
| Definition of 'equals()' without corresponding definition of 'hashCode()'. | 157 | |
| Missing a Javadoc comment. | 157 | |
| Parameter object should be final. | 157 | |
| Line is longer than 80 characters. | 160 | |
| Conditional logic can be removed. | 160 | |
| Missing a Javadoc comment. | 170 | |
| Parameter object should be final. | 170 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 16 | |
| Missing a Javadoc comment. | 17 | |
| First sentence should end with a period. | 19 | |
| Parameter telnet should be final. | 22 | |
| Expected @param tag for 'telnet'. | 22 | |
| Parameter serverPort should be final. | 22 | |
| Expected @param tag for 'serverPort'. | 22 | |
| Expected @throws tag for 'IOException'. | 22 | |
| Method 'processConnection' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| Missing a Javadoc comment. | 32 | |
| Parameter socket should be final. | 32 | |
| Line is longer than 80 characters. | 42 | |
| Line is longer than 80 characters. | 45 | |
| Method 'receiveData' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| Missing a Javadoc comment. | 45 | |
| Parameter telnetConnection should be final. | 45 | |
| Parameter byteData should be final. | 45 | |
| Method 'sendData' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| Missing a Javadoc comment. | 49 | |
| Parameter encoding should be final. | 49 | |
| Parameter sendString should be final. | 49 | |
| Parameter suffixType should be final. | 49 | |
| Line is longer than 80 characters. | 51 | |
| Missing a Javadoc comment. | 57 | |
| Method 'stopConnection' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| Missing a Javadoc comment. | 65 | |
| Parameter telnetConnection should be final. | 65 | |
| Method 'stopListener' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| Missing a Javadoc comment. | 72 | |
| Parameter telnetListener should be final. | 72 | |
| Method 'stopSession' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| Missing a Javadoc comment. | 76 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - java.awt.*. | 7 | |
| Line is longer than 80 characters. | 64 | |
| Line is longer than 80 characters. | 74 | |
| Missing a Javadoc comment. | 83 | |
| Missing a Javadoc comment. | 84 | |
| Missing a Javadoc comment. | 86 | |
| Missing a Javadoc comment. | 87 | |
| Missing a Javadoc comment. | 89 | |
| Missing a Javadoc comment. | 90 | |
| Missing a Javadoc comment. | 92 | |
| Missing a Javadoc comment. | 93 | |
| Missing a Javadoc comment. | 95 | |
| Missing a Javadoc comment. | 96 | |
| Missing a Javadoc comment. | 97 | |
| Missing a Javadoc comment. | 98 | |
| Missing a Javadoc comment. | 100 | |
| Missing a Javadoc comment. | 101 | |
| First sentence should end with a period. | 103 | |
| Line is longer than 80 characters. | 106 | |
| Line is longer than 80 characters. | 108 | |
| Line is longer than 80 characters. | 112 | |
| Parameter gridX should be final. | 112 | |
| 'gridX' hides a field. | 112 | |
| Parameter gridY should be final. | 112 | |
| 'gridY' hides a field. | 112 | |
| Redundant throws: 'IllegalArgumentException' is unchecked exception. | 112 | |
| First sentence should end with a period. | 116 | |
| Line is longer than 80 characters. | 119 | |
| Line is longer than 80 characters. | 121 | |
| Line is longer than 80 characters. | 127 | |
| Parameter gridX should be final. | 127 | |
| 'gridX' hides a field. | 127 | |
| Parameter gridY should be final. | 127 | |
| 'gridY' hides a field. | 127 | |
| Parameter gridWidth should be final. | 127 | |
| 'gridWidth' hides a field. | 127 | |
| Parameter gridHeight should be final. | 127 | |
| 'gridHeight' hides a field. | 127 | |
| Redundant throws: 'IllegalArgumentException' is unchecked exception. | 127 | |
| Line is longer than 80 characters. | 128 | |
| First sentence should end with a period. | 131 | |
| Line is longer than 80 characters. | 134 | |
| Line is longer than 80 characters. | 136 | |
| Line is longer than 80 characters. | 140 | |
| Line is longer than 80 characters. | 141 | |
| Line is longer than 80 characters. | 143 | |
| Line is longer than 80 characters. | 144 | |
| Line is longer than 80 characters. | 148 | |
| Parameter gridX should be final. | 148 | |
| 'gridX' hides a field. | 148 | |
| Parameter gridY should be final. | 148 | |
| 'gridY' hides a field. | 148 | |
| Parameter gridWidth should be final. | 148 | |
| 'gridWidth' hides a field. | 148 | |
| Parameter gridHeight should be final. | 148 | |
| 'gridHeight' hides a field. | 148 | |
| Parameter extendGridX should be final. | 148 | |
| 'extendGridX' hides a field. | 148 | |
| Parameter extendGridY should be final. | 148 | |
| 'extendGridY' hides a field. | 148 | |
| Redundant throws: 'IllegalArgumentException' is unchecked exception. | 148 | |
| Line is longer than 80 characters. | 149 | |
| First sentence should end with a period. | 152 | |
| Line is longer than 80 characters. | 155 | |
| Line is longer than 80 characters. | 157 | |
| Line is longer than 80 characters. | 161 | |
| Line is longer than 80 characters. | 162 | |
| Line is longer than 80 characters. | 164 | |
| Line is longer than 80 characters. | 165 | |
| Line is longer than 80 characters. | 167 | |
| Line is longer than 80 characters. | 168 | |
| Line is longer than 80 characters. | 171 | |
| Line is longer than 80 characters. | 172 | |
| Line is longer than 80 characters. | 173 | |
| Line is longer than 80 characters. | 175 | |
| Line is longer than 80 characters. | 176 | |
| Line is longer than 80 characters. | 185 | |
| Line is longer than 80 characters. | 186 | |
| Line is longer than 80 characters. | 188 | |
| Line is longer than 80 characters. | 191 | |
| Line is longer than 80 characters. | 198 | |
| More than 7 parameters. | 198 | |
| Parameter gridX should be final. | 198 | |
| 'gridX' hides a field. | 198 | |
| Parameter gridY should be final. | 198 | |
| 'gridY' hides a field. | 198 | |
| Parameter gridWidth should be final. | 198 | |
| 'gridWidth' hides a field. | 198 | |
| Parameter gridHeight should be final. | 198 | |
| 'gridHeight' hides a field. | 198 | |
| Parameter extendGridX should be final. | 198 | |
| 'extendGridX' hides a field. | 198 | |
| Parameter extendGridY should be final. | 198 | |
| 'extendGridY' hides a field. | 198 | |
| Parameter anchor should be final. | 198 | |
| 'anchor' hides a field. | 198 | |
| Parameter fill should be final. | 198 | |
| 'fill' hides a field. | 198 | |
| Redundant throws: 'IllegalArgumentException' is unchecked exception. | 198 | |
| Line is longer than 80 characters. | 199 | |
| First sentence should end with a period. | 202 | |
| Line is longer than 80 characters. | 205 | |
| Line is longer than 80 characters. | 207 | |
| Line is longer than 80 characters. | 211 | |
| Line is longer than 80 characters. | 212 | |
| Line is longer than 80 characters. | 214 | |
| Line is longer than 80 characters. | 215 | |
| Line is longer than 80 characters. | 217 | |
| Line is longer than 80 characters. | 218 | |
| Line is longer than 80 characters. | 221 | |
| Line is longer than 80 characters. | 222 | |
| Line is longer than 80 characters. | 223 | |
| Line is longer than 80 characters. | 225 | |
| Line is longer than 80 characters. | 226 | |
| Line is longer than 80 characters. | 235 | |
| Line is longer than 80 characters. | 236 | |
| Line is longer than 80 characters. | 238 | |
| Line is longer than 80 characters. | 241 | |
| Line is longer than 80 characters. | 246 | |
| Line is longer than 80 characters. | 247 | |
| Line is longer than 80 characters. | 249 | |
| Line is longer than 80 characters. | 250 | |
| Line is longer than 80 characters. | 251 | |
| Line is longer than 80 characters. | 252 | |
| Line is longer than 80 characters. | 253 | |
| Line is longer than 80 characters. | 254 | |
| Line is longer than 80 characters. | 257 | |
| More than 7 parameters. | 257 | |
| Parameter gridX should be final. | 257 | |
| 'gridX' hides a field. | 257 | |
| Parameter gridY should be final. | 257 | |
| 'gridY' hides a field. | 257 | |
| Parameter gridWidth should be final. | 257 | |
| 'gridWidth' hides a field. | 257 | |
| Parameter gridHeight should be final. | 257 | |
| 'gridHeight' hides a field. | 257 | |
| Parameter extendGridX should be final. | 257 | |
| 'extendGridX' hides a field. | 257 | |
| Parameter extendGridY should be final. | 257 | |
| 'extendGridY' hides a field. | 257 | |
| Parameter anchor should be final. | 257 | |
| 'anchor' hides a field. | 257 | |
| Parameter fill should be final. | 257 | |
| 'fill' hides a field. | 257 | |
| Parameter insets should be final. | 257 | |
| Parameter iPadX should be final. | 257 | |
| 'iPadX' hides a field. | 257 | |
| Parameter iPadY should be final. | 257 | |
| 'iPadY' hides a field. | 257 | |
| Redundant throws: 'IllegalArgumentException' is unchecked exception. | 257 | |
| Line is longer than 80 characters. | 258 | |
| First sentence should end with a period. | 261 | |
| Line is longer than 80 characters. | 264 | |
| Line is longer than 80 characters. | 266 | |
| Line is longer than 80 characters. | 270 | |
| Line is longer than 80 characters. | 271 | |
| Line is longer than 80 characters. | 273 | |
| Line is longer than 80 characters. | 274 | |
| Line is longer than 80 characters. | 276 | |
| Line is longer than 80 characters. | 277 | |
| Line is longer than 80 characters. | 280 | |
| Line is longer than 80 characters. | 281 | |
| Line is longer than 80 characters. | 282 | |
| Line is longer than 80 characters. | 284 | |
| Line is longer than 80 characters. | 285 | |
| Line is longer than 80 characters. | 294 | |
| Line is longer than 80 characters. | 295 | |
| Line is longer than 80 characters. | 297 | |
| Line is longer than 80 characters. | 300 | |
| Line is longer than 80 characters. | 305 | |
| Line is longer than 80 characters. | 306 | |
| Line is longer than 80 characters. | 308 | |
| Line is longer than 80 characters. | 309 | |
| Line is longer than 80 characters. | 311 | |
| Line is longer than 80 characters. | 312 | |
| Line is longer than 80 characters. | 314 | |
| Line is longer than 80 characters. | 315 | |
| Line is longer than 80 characters. | 317 | |
| Line is longer than 80 characters. | 318 | |
| Line is longer than 80 characters. | 319 | |
| Line is longer than 80 characters. | 321 | |
| Line is longer than 80 characters. | 322 | |
| Line is longer than 80 characters. | 325 | |
| More than 7 parameters. | 325 | |
| Parameter gridX should be final. | 325 | |
| 'gridX' hides a field. | 325 | |
| Parameter gridY should be final. | 325 | |
| 'gridY' hides a field. | 325 | |
| Parameter gridWidth should be final. | 325 | |
| 'gridWidth' hides a field. | 325 | |
| Parameter gridHeight should be final. | 325 | |
| 'gridHeight' hides a field. | 325 | |
| Parameter extendGridX should be final. | 325 | |
| 'extendGridX' hides a field. | 325 | |
| Parameter extendGridY should be final. | 325 | |
| 'extendGridY' hides a field. | 325 | |
| Parameter anchor should be final. | 325 | |
| 'anchor' hides a field. | 325 | |
| Parameter fill should be final. | 325 | |
| 'fill' hides a field. | 325 | |
| Parameter insetNorth should be final. | 325 | |
| 'insetNorth' hides a field. | 325 | |
| Parameter insetEast should be final. | 325 | |
| 'insetEast' hides a field. | 325 | |
| Parameter insetSouth should be final. | 325 | |
| 'insetSouth' hides a field. | 325 | |
| Parameter insetWest should be final. | 325 | |
| 'insetWest' hides a field. | 325 | |
| Parameter iPadX should be final. | 325 | |
| 'iPadX' hides a field. | 325 | |
| Parameter iPadY should be final. | 325 | |
| 'iPadY' hides a field. | 325 | |
| Redundant throws: 'IllegalArgumentException' is unchecked exception. | 325 | |
| Line is longer than 80 characters. | 326 | |
| Line is longer than 80 characters. | 327 | |
| Line is longer than 80 characters. | 329 | |
| Line is longer than 80 characters. | 330 | |
| Line is longer than 80 characters. | 349 | |
| Line is longer than 80 characters. | 351 | |
| Line is longer than 80 characters. | 353 | |
| Line is longer than 80 characters. | 354 | |
| Line is longer than 80 characters. | 355 | |
| Line is longer than 80 characters. | 358 | |
| Method 'getColumnLinePart' is not designed for extension - needs to be abstract, final or empty. | 358 | |
| Parameter component should be final. | 358 | |
| Parameter linesSize should be final. | 358 | |
| Redundant throws: 'IndexOutOfBoundsException' is unchecked exception. | 358 | |
| Line is longer than 80 characters. | 363 | |
| switch without "default" clause. | 365 | |
| switch without "default" clause. | 382 | |
| Line is longer than 80 characters. | 392 | |
| Line is longer than 80 characters. | 396 | |
| Line is longer than 80 characters. | 398 | |
| Line is longer than 80 characters. | 400 | |
| Line is longer than 80 characters. | 401 | |
| Line is longer than 80 characters. | 402 | |
| Line is longer than 80 characters. | 403 | |
| Line is longer than 80 characters. | 405 | |
| Method 'getRowLinePart' is not designed for extension - needs to be abstract, final or empty. | 405 | |
| Parameter component should be final. | 405 | |
| Parameter linesSize should be final. | 405 | |
| Redundant throws: 'IndexOutOfBoundsException' is unchecked exception. | 405 | |
| Line is longer than 80 characters. | 410 | |
| switch without "default" clause. | 412 | |
| switch without "default" clause. | 429 | |
| Line is longer than 80 characters. | 439 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 14 | |
| Missing a Javadoc comment. | 15 | |
| Missing a Javadoc comment. | 17 | |
| Parameter address should be final. | 17 | |
| 'address' hides a field. | 17 | |
| Parameter port should be final. | 17 | |
| 'port' hides a field. | 17 | |
| Method 'getAddress' is not designed for extension - needs to be abstract, final or empty. | 22 | |
| Missing a Javadoc comment. | 22 | |
| Method 'getPort' is not designed for extension - needs to be abstract, final or empty. | 26 | |
| Missing a Javadoc comment. | 26 | |
| Definition of 'equals()' without corresponding definition of 'hashCode()'. | 30 | |
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 30 | |
| Missing a Javadoc comment. | 30 | |
| Parameter object should be final. | 30 | |
| Conditional logic can be removed. | 33 | |
| Method 'compareTo' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| Missing a Javadoc comment. | 43 | |
| Parameter object should be final. | 43 | |
| Line is longer than 80 characters. | 49 | |
| Avoid inline conditionals. | 49 | |
| '256' is a magic number. | 49 | |
| Line is longer than 80 characters. | 50 | |
| Avoid inline conditionals. | 50 | |
| '256' is a magic number. | 50 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| Missing a Javadoc comment. | 70 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - java.awt.*. | 6 | |
| Line is longer than 80 characters. | 12 | |
| Line is longer than 80 characters. | 19 | |
| Line is longer than 80 characters. | 25 | |
| Line is longer than 80 characters. | 26 | |
| Line is longer than 80 characters. | 27 | |
| Line is longer than 80 characters. | 31 | |
| Line is longer than 80 characters. | 38 | |
| Line is longer than 80 characters. | 51 | |
| Line is longer than 80 characters. | 82 | |
| Line is longer than 80 characters. | 101 | |
| Line is longer than 80 characters. | 106 | |
| Line is longer than 80 characters. | 148 | |
| 'static' modifier out of order with the JLS suggestions. | 150 | |
| Variable 'columnLines' must be private and have accessor methods. | 165 | |
| Variable 'rowLines' must be private and have accessor methods. | 169 | |
| Variable 'columnProportionTotal' must be private and have accessor methods. | 173 | |
| Variable 'rowProportionTotal' must be private and have accessor methods. | 177 | |
| Variable 'linePartCouples' must be private and have accessor methods. | 182 | |
| First sentence should end with a period. | 183 | |
| Variable 'columnLineParts' must be private and have accessor methods. | 186 | |
| First sentence should end with a period. | 187 | |
| Variable 'rowLineParts' must be private and have accessor methods. | 190 | |
| First sentence should end with a period. | 192 | |
| Line is longer than 80 characters. | 208 | |
| Method 'appendColumn' is not designed for extension - needs to be abstract, final or empty. | 210 | |
| Redundant throws: 'IllegalArgumentException' is unchecked exception. | 210 | |
| Line is longer than 80 characters. | 220 | |
| Method 'appendColumn' is not designed for extension - needs to be abstract, final or empty. | 222 | |
| Parameter minimumWidth should be final. | 222 | |
| Redundant throws: 'IllegalArgumentException' is unchecked exception. | 222 | |
| Line is longer than 80 characters. | 232 | |
| Line is longer than 80 characters. | 234 | |
| Method 'appendColumn' is not designed for extension - needs to be abstract, final or empty. | 234 | |
| Parameter minimumWidth should be final. | 234 | |
| Parameter lineProportion should be final. | 234 | |
| Redundant throws: 'IllegalArgumentException' is unchecked exception. | 234 | |
| Line is longer than 80 characters. | 246 | |
| Method 'appendRow' is not designed for extension - needs to be abstract, final or empty. | 248 | |
| Redundant throws: 'IllegalArgumentException' is unchecked exception. | 248 | |
| Line is longer than 80 characters. | 258 | |
| Method 'appendRow' is not designed for extension - needs to be abstract, final or empty. | 260 | |
| Parameter minimumHeight should be final. | 260 | |
| Redundant throws: 'IllegalArgumentException' is unchecked exception. | 260 | |
| Line is longer than 80 characters. | 270 | |
| Line is longer than 80 characters. | 272 | |
| Method 'appendRow' is not designed for extension - needs to be abstract, final or empty. | 272 | |
| Parameter minimumHeight should be final. | 272 | |
| Parameter lineProportion should be final. | 272 | |
| Redundant throws: 'IllegalArgumentException' is unchecked exception. | 272 | |
| Method 'arrangeGrid' is not designed for extension - needs to be abstract, final or empty. | 287 | |
| Parameter parent should be final. | 287 | |
| Parameter sizeType should be final. | 287 | |
| Line is longer than 80 characters. | 290 | |
| Line is longer than 80 characters. | 299 | |
| Line is longer than 80 characters. | 300 | |
| Line is longer than 80 characters. | 302 | |
| Line is longer than 80 characters. | 305 | |
| Method 'addLayoutComponent' is not designed for extension - needs to be abstract, final or empty. | 305 | |
| Parameter component should be final. | 305 | |
| Parameter object should be final. | 305 | |
| Redundant throws: 'IllegalArgumentException' is unchecked exception. | 305 | |
| Redundant throws: 'IndexOutOfBoundsException' is unchecked exception. | 305 | |
| Line is longer than 80 characters. | 309 | |
| Line is longer than 80 characters. | 315 | |
| Parameter name should be final. | 325 | |
| Parameter component should be final. | 325 | |
| Method 'removeLayoutComponent' is not designed for extension - needs to be abstract, final or empty. | 334 | |
| Parameter component should be final. | 334 | |
| Line is longer than 80 characters. | 335 | |
| Line is longer than 80 characters. | 341 | |
| Method 'minimumLayoutSize' is not designed for extension - needs to be abstract, final or empty. | 346 | |
| Parameter parent should be final. | 346 | |
| Line is longer than 80 characters. | 349 | |
| Line is longer than 80 characters. | 350 | |
| Line is longer than 80 characters. | 356 | |
| Method 'preferredLayoutSize' is not designed for extension - needs to be abstract, final or empty. | 362 | |
| Parameter parent should be final. | 362 | |
| Line is longer than 80 characters. | 365 | |
| Line is longer than 80 characters. | 366 | |
| Line is longer than 80 characters. | 372 | |
| Method 'maximumLayoutSize' is not designed for extension - needs to be abstract, final or empty. | 378 | |
| Parameter parent should be final. | 378 | |
| Line is longer than 80 characters. | 383 | |
| Line is longer than 80 characters. | 384 | |
| Line is longer than 80 characters. | 385 | |
| Line is longer than 80 characters. | 388 | |
| Method 'getLayoutAlignmentX' is not designed for extension - needs to be abstract, final or empty. | 391 | |
| Parameter parent should be final. | 391 | |
| '0.5f' is a magic number. | 392 | |
| Line is longer than 80 characters. | 396 | |
| Line is longer than 80 characters. | 397 | |
| Line is longer than 80 characters. | 398 | |
| Line is longer than 80 characters. | 401 | |
| Method 'getLayoutAlignmentY' is not designed for extension - needs to be abstract, final or empty. | 404 | |
| Parameter parent should be final. | 404 | |
| '0.5f' is a magic number. | 405 | |
| Parameter parent should be final. | 414 | |
| Line is longer than 80 characters. | 418 | |
| Method 'layoutContainer' is not designed for extension - needs to be abstract, final or empty. | 424 | |
| Parameter parent should be final. | 424 | |
| Line is longer than 80 characters. | 432 | |
| Line is longer than 80 characters. | 433 | |
| Line is longer than 80 characters. | 440 | |
| Line is longer than 80 characters. | 445 | |
| Line is longer than 80 characters. | 449 | |
| Line is longer than 80 characters. | 450 | |
| Line is longer than 80 characters. | 452 | |
| switch without "default" clause. | 455 | |
| switch without "default" clause. | 463 | |
| Line is longer than 80 characters. | 468 | |
| Line is longer than 80 characters. | 471 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 481 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Utility classes should not have a public or default constructor. | 14 | |
| Missing a Javadoc comment. | 16 | |
| Parameter lines should be final. | 16 | |
| Parameter lineParts should be final. | 16 | |
| Parameter sizeType should be final. | 16 | |
| switch without "default" clause. | 20 | |
| switch without "default" clause. | 33 | |
| switch without "default" clause. | 43 | |
| Line is longer than 80 characters. | 53 | |
| switch without "default" clause. | 54 | |
| Line is longer than 80 characters. | 63 | |
| Line is longer than 80 characters. | 64 | |
| Line is longer than 80 characters. | 65 | |
| switch without "default" clause. | 66 | |
| Line is longer than 80 characters. | 68 | |
| Line is longer than 80 characters. | 71 | |
| switch without "default" clause. | 82 | |
| Line is longer than 80 characters. | 84 | |
| Line is longer than 80 characters. | 87 | |
| Line is longer than 80 characters. | 94 | |
| Missing a Javadoc comment. | 94 | |
| Parameter lines should be final. | 94 | |
| Parameter lineX should be final. | 94 | |
| Parameter extraWidth should be final. | 94 | |
| Parameter typeGap should be final. | 94 | |
| Parameter lineProportionTotal should be final. | 94 | |
| Parameter sizeType should be final. | 94 | |
| switch without "default" clause. | 99 | |
| Line is longer than 80 characters. | 103 | |
| Line is longer than 80 characters. | 109 | |
| Missing a Javadoc comment. | 118 | |
| Variable 'absoluteMinimumWidth' must be private and have accessor methods. | 118 | |
| Missing a Javadoc comment. | 119 | |
| Variable 'proportion' must be private and have accessor methods. | 119 | |
| Missing a Javadoc comment. | 121 | |
| Variable 'minimumWidth' must be private and have accessor methods. | 121 | |
| Missing a Javadoc comment. | 122 | |
| Variable 'preferredWidth' must be private and have accessor methods. | 122 | |
| Missing a Javadoc comment. | 124 | |
| Variable 'x' must be private and have accessor methods. | 124 | |
| Missing a Javadoc comment. | 125 | |
| Variable 'width' must be private and have accessor methods. | 125 | |
| First sentence should end with a period. | 127 | |
| Line is longer than 80 characters. | 130 | |
| Parameter absoluteMinimumWidth should be final. | 130 | |
| 'absoluteMinimumWidth' hides a field. | 130 | |
| Expected @param tag for 'absoluteMinimumWidth'. | 130 | |
| Parameter proportion should be final. | 130 | |
| 'proportion' hides a field. | 130 | |
| Expected @param tag for 'proportion'. | 130 | |
| Expected @throws tag for 'IllegalArgumentException'. | 130 | |
| Redundant throws: 'IllegalArgumentException' is unchecked exception. | 130 | |
| Line is longer than 80 characters. | 132 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 16 | |
| Missing a Javadoc comment. | 18 | |
| Missing a Javadoc comment. | 20 | |
| First sentence should end with a period. | 22 | |
| Line is longer than 80 characters. | 25 | |
| Parameter telnetSession should be final. | 25 | |
| 'telnetSession' hides a field. | 25 | |
| Expected @param tag for 'telnetSession'. | 25 | |
| Parameter serverSocket should be final. | 25 | |
| 'serverSocket' hides a field. | 25 | |
| Expected @param tag for 'serverSocket'. | 25 | |
| Method 'run' is not designed for extension - needs to be abstract, final or empty. | 31 | |
| Missing a Javadoc comment. | 31 | |
| Line is longer than 80 characters. | 43 | |
| Method 'listenForNewConnection' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| Missing a Javadoc comment. | 54 | |
| Method 'closeListener' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| Missing a Javadoc comment. | 60 | |
| Must have at least one statement. | 65 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 16 | |
| Missing a Javadoc comment. | 17 | |
| Missing a Javadoc comment. | 19 | |
| Missing a Javadoc comment. | 21 | |
| Missing a Javadoc comment. | 22 | |
| First sentence should end with a period. | 24 | |
| Line is longer than 80 characters. | 27 | |
| Parameter telnet should be final. | 27 | |
| Expected @param tag for 'telnet'. | 27 | |
| Parameter clientHost should be final. | 27 | |
| 'clientHost' hides a field. | 27 | |
| Expected @param tag for 'clientHost'. | 27 | |
| Parameter clientPort should be final. | 27 | |
| 'clientPort' hides a field. | 27 | |
| Expected @param tag for 'clientPort'. | 27 | |
| Parameter serverPort should be final. | 27 | |
| Expected @param tag for 'serverPort'. | 27 | |
| Expected @throws tag for 'IOException'. | 27 | |
| Method 'processConnection' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| Missing a Javadoc comment. | 38 | |
| Parameter socket should be final. | 38 | |
| Line is longer than 80 characters. | 55 | |
| Line is longer than 80 characters. | 58 | |
| Method 'receiveData' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| Missing a Javadoc comment. | 58 | |
| Parameter telnetConnection should be final. | 58 | |
| Parameter byteData should be final. | 58 | |
| Missing a Javadoc comment. | 68 | |
| Method 'stopConnection' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| Missing a Javadoc comment. | 82 | |
| Parameter telnetConnection should be final. | 82 | |
| Method 'stopListener' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| Missing a Javadoc comment. | 89 | |
| Parameter telnetListener should be final. | 89 | |
| Method 'stopSession' is not designed for extension - needs to be abstract, final or empty. | 93 | |
| Missing a Javadoc comment. | 93 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 16 | |
| Missing a Javadoc comment. | 17 | |
| Missing a Javadoc comment. | 18 | |
| Missing a Javadoc comment. | 20 | |
| Parameter scanJobPool should be final. | 20 | |
| 'scanJobPool' hides a field. | 20 | |
| Parameter threadIndex should be final. | 20 | |
| 'threadIndex' hides a field. | 20 | |
| Method 'run' is not designed for extension - needs to be abstract, final or empty. | 26 | |
| Missing a Javadoc comment. | 26 | |
| Line is longer than 80 characters. | 31 | |
| Must have at least one statement. | 35 | |
| Must have at least one statement. | 41 | |
| Method 'destroyScanJob' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| Missing a Javadoc comment. | 60 |