The following document contains the results of Checkstyle.
Files | Infos | Warnings | Errors |
---|---|---|---|
51 | 0 | 0 | 14304 |
Rules | Violations | Severity |
---|---|---|
PackageHtml | 6 | Error |
NewlineAtEndOfFile | 42 | Error |
Translation | 0 | Error |
JavadocMethod | 567 | Error |
JavadocType | 82 | Error |
JavadocVariable | 435 | Error |
JavadocStyle | 99 | Error |
ConstantName | 5 | Error |
LocalFinalVariableName | 0 | Error |
LocalVariableName | 4 | Error |
MemberName | 178 | Error |
MethodName | 12 | Error |
PackageName | 0 | Error |
ParameterName | 3 | Error |
StaticVariableName | 2 | Error |
TypeName | 2 | Error |
AvoidStarImport | 0 | Error |
IllegalImport | 0 | Error |
RedundantImport | 0 | Error |
UnusedImports | 1 | Error |
FileLength | 0 | Error |
LineLength | 767 | Error |
MethodLength | 2 | Error |
ParameterNumber | 0 | Error |
EmptyForIteratorPad | 8 | Error |
MethodParamPad | 1 | Error |
NoWhitespaceAfter | 7 | Error |
NoWhitespaceBefore | 6 | Error |
OperatorWrap | 12 | Error |
ParenPad | 1000 | Error |
TypecastParenPad | 0 | Error |
TabCharacter | 5630 | Error |
WhitespaceAfter | 229 | Error |
WhitespaceAround | 1617 | Error |
ModifierOrder | 14 | Error |
RedundantModifier | 2 | Error |
AvoidNestedBlocks | 18 | Error |
EmptyBlock | 4 | Error |
LeftCurly | 655 | Error |
NeedBraces | 224 | Error |
RightCurly | 90 | Error |
AvoidInlineConditionals | 26 | Error |
DoubleCheckedLocking | 0 | Error |
EmptyStatement | 2 | Error |
EqualsHashCode | 1 | Error |
HiddenField | 98 | Error |
IllegalInstantiation | 0 | Error |
InnerAssignment | 4 | Error |
MagicNumber | 264 | Error |
MissingSwitchDefault | 2 | Error |
RedundantThrows | 49 | Error |
SimplifyBooleanExpression | 1 | Error |
SimplifyBooleanReturn | 0 | Error |
DesignForExtension | 549 | Error |
FinalClass | 0 | Error |
HideUtilityClassConstructor | 2 | Error |
InterfaceIsType | 0 | Error |
VisibilityModifier | 307 | Error |
ArrayTypeStyle | 14 | Error |
FinalParameters | 482 | Error |
GenericIllegalRegexp
|
779 | Error |
TodoComment | 0 | Error |
UpperEll | 0 | Error |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line has trailing spaces. | 43 | |
Line contains a tab character. | 47 | |
Missing a Javadoc comment. | 47 | |
Name 'm_file' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
Line contains a tab character. | 49 | |
Missing a Javadoc comment. | 49 | |
Name 'm_in' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 49 | |
Line contains a tab character. | 51 | |
Missing a Javadoc comment. | 51 | |
Name 'm_channel' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
Line contains a tab character. | 53 | |
Missing a Javadoc comment. | 53 | |
Name 'm_oldmsheader' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 53 | |
Line contains a tab character. | 55 | |
Missing a Javadoc comment. | 55 | |
Name 'm_header' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 | |
Line contains a tab character. | 57 | |
Missing a Javadoc comment. | 57 | |
Name 'm_sections' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 | |
Line contains a tab character. | 59 | |
Missing a Javadoc comment. | 59 | |
Name 'm_resourceDir' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 59 | |
First sentence should end with a period. | 61 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
Parameter f should be final. | 62 | |
Expected @param tag for 'f'. | 62 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 66 | |
Method 'close' is not designed for extension - needs to be abstract, final or empty. | 66 | |
Missing a Javadoc comment. | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 70 | |
Method 'open' is not designed for extension - needs to be abstract, final or empty. | 70 | |
Missing a Javadoc comment. | 70 | |
Redundant throws: 'FileNotFoundException' is subclass of 'IOException'. | 70 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 85 | |
Line is longer than 80 characters. | 87 | |
Line contains a tab character. | 87 | |
'8' is a magic number. | 87 | |
'24' is a magic number. | 87 | |
'96' is a magic number. | 87 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 91 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 96 | |
Line contains a tab character. | 97 | |
'40' is a magic number. | 97 | |
Line contains a tab character. | 98 | |
Line is longer than 80 characters. | 99 | |
Line contains a tab character. | 99 | |
Line contains a tab character. | 100 | |
Line contains a tab character. | 102 | |
Line contains a tab character. | 103 | |
Line contains a tab character. | 104 | |
Line contains a tab character. | 105 | |
Line is longer than 80 characters. | 106 | |
Line contains a tab character. | 106 | |
Line contains a tab character. | 107 | |
Line is longer than 80 characters. | 108 | |
Line contains a tab character. | 108 | |
Line contains a tab character. | 109 | |
Line contains a tab character. | 110 | |
Line contains a tab character. | 111 | |
Line contains a tab character. | 112 | |
Line contains a tab character. | 113 | |
Line contains a tab character. | 115 | |
Method 'getChannel' is not designed for extension - needs to be abstract, final or empty. | 115 | |
Missing a Javadoc comment. | 115 | |
Line contains a tab character. | 116 | |
Line contains a tab character. | 117 | |
Line contains a tab character. | 119 | |
Missing a Javadoc comment. | 119 | |
Parameter args should be final. | 119 | |
Array brackets at illegal position. | 119 | |
Redundant throws: 'IOException' is subclass of 'Exception'. | 119 | |
Line contains a tab character. | 120 | |
Redundant throws: 'CloneNotSupportedException' is subclass of 'Exception'. | 120 | |
Line is longer than 80 characters. | 121 | |
Line contains a tab character. | 121 | |
Line contains a tab character. | 122 | |
Line contains a tab character. | 124 | |
Line contains a tab character. | 125 | |
Line is longer than 80 characters. | 126 | |
Line contains a tab character. | 126 | |
Line is longer than 80 characters. | 127 | |
Line contains a tab character. | 127 | |
Line is longer than 80 characters. | 128 | |
Line contains a tab character. | 128 | |
Line contains a tab character. | 129 | |
Line contains a tab character. | 130 | |
Line contains a tab character. | 131 | |
Line contains a tab character. | 132 | |
Line contains a tab character. | 133 | |
Line contains a tab character. | 134 | |
Line contains a tab character. | 135 | |
Line contains a tab character. | 137 | |
Line contains a tab character. | 138 | |
Line is longer than 80 characters. | 139 | |
Line contains a tab character. | 139 | |
Line contains a tab character. | 140 | |
Line contains a tab character. | 142 | |
Line contains a tab character. | 143 | |
Line contains a tab character. | 144 | |
Line contains a tab character. | 145 | |
Line contains a tab character. | 146 | |
Line contains a tab character. | 147 | |
Line contains a tab character. | 149 | |
Line is longer than 80 characters. | 150 | |
Line contains a tab character. | 150 | |
Line contains a tab character. | 152 | |
Line contains a tab character. | 153 | |
Line contains a tab character. | 154 | |
Line contains a tab character. | 155 | |
Line is longer than 80 characters. | 156 | |
Line contains a tab character. | 156 | |
Line contains a tab character. | 157 | |
Line contains a tab character. | 158 | |
Line contains a tab character. | 159 | |
Line contains a tab character. | 160 | |
Line contains a tab character. | 161 | |
Line contains a tab character. | 162 | |
Line contains a tab character. | 163 | |
Line is longer than 80 characters. | 165 | |
Line contains a tab character. | 165 | |
Line contains a tab character. | 166 | |
Line contains a tab character. | 167 | |
Line contains a tab character. | 168 | |
Line contains a tab character. | 169 | |
Line contains a tab character. | 170 | |
Line has trailing spaces. | 171 | |
Line contains a tab character. | 171 | |
Line contains a tab character. | 172 | |
Line contains a tab character. | 173 | |
Line contains a tab character. | 174 | |
Line contains a tab character. | 175 | |
Line contains a tab character. | 176 | |
Line has trailing spaces. | 177 | |
Line contains a tab character. | 177 | |
Line is longer than 80 characters. | 178 | |
Line contains a tab character. | 178 | |
Line contains a tab character. | 179 | |
Line contains a tab character. | 180 | |
Line contains a tab character. | 181 | |
Line contains a tab character. | 182 | |
Line contains a tab character. | 183 | |
Line is longer than 80 characters. | 185 | |
Line contains a tab character. | 185 | |
Line contains a tab character. | 186 | |
Line is longer than 80 characters. | 187 | |
Line contains a tab character. | 187 | |
Line contains a tab character. | 188 | |
Line is longer than 80 characters. | 189 | |
Line contains a tab character. | 189 | |
Line contains a tab character. | 190 | |
Line contains a tab character. | 192 | |
Line contains a tab character. | 193 | |
Line contains a tab character. | 194 | |
Line contains a tab character. | 195 | |
Line contains a tab character. | 196 | |
Line contains a tab character. | 197 | |
Line contains a tab character. | 198 | |
Line contains a tab character. | 199 | |
Line contains a tab character. | 201 | |
Line contains a tab character. | 203 | |
Line contains a tab character. | 205 | |
Line contains a tab character. | 206 | |
Line has trailing spaces. | 207 | |
Line contains a tab character. | 207 | |
Line contains a tab character. | 208 | |
Line contains a tab character. | 209 | |
Line is longer than 80 characters. | 210 | |
Line contains a tab character. | 210 | |
Line contains a tab character. | 211 | |
Line is longer than 80 characters. | 212 | |
Line contains a tab character. | 212 | |
Line has trailing spaces. | 213 | |
Line contains a tab character. | 213 | |
Line contains a tab character. | 214 | |
Line contains a tab character. | 215 | |
Line contains a tab character. | 216 | |
Line contains a tab character. | 217 | |
Line contains a tab character. | 218 | |
Line contains a tab character. | 219 | |
Line contains a tab character. | 221 | |
Line contains a tab character. | 222 | |
Line contains a tab character. | 224 | |
Line has trailing spaces. | 225 | |
Line contains a tab character. | 225 | |
Line contains a tab character. | 226 | |
Line contains a tab character. | 227 | |
Line is longer than 80 characters. | 228 | |
Line contains a tab character. | 228 | |
Line contains a tab character. | 229 | |
Line contains a tab character. | 230 | |
Line contains a tab character. | 231 | |
Line contains a tab character. | 233 | |
Line contains a tab character. | 235 | |
Line contains a tab character. | 237 | |
Line contains a tab character. | 238 | |
Line is longer than 80 characters. | 239 | |
Line contains a tab character. | 239 | |
Line contains a tab character. | 240 | |
Line contains a tab character. | 242 | |
Line contains a tab character. | 244 | |
Method 'getResourceDirectory' is not designed for extension - needs to be abstract, final or empty. | 244 | |
Missing a Javadoc comment. | 244 | |
'if' construct must use '{}'s. | 245 | |
Line contains a tab character. | 245 | |
Line contains a tab character. | 246 | |
Line contains a tab character. | 248 | |
Line contains a tab character. | 249 | |
Line contains a tab character. | 250 | |
Line contains a tab character. | 251 | |
Line is longer than 80 characters. | 252 | |
Line contains a tab character. | 252 | |
Line contains a tab character. | 253 | |
Line contains a tab character. | 254 | |
Line contains a tab character. | 255 | |
Line contains a tab character. | 257 | |
Line contains a tab character. | 258 | |
Line contains a tab character. | 260 | |
Method 'dumpTo' is not designed for extension - needs to be abstract, final or empty. | 260 | |
Method length is 184 lines (max allowed is 150). | 260 | |
Missing a Javadoc comment. | 260 | |
Parameter destination should be final. | 260 | |
Line contains a tab character. | 261 | |
Line contains a tab character. | 262 | |
Line contains a tab character. | 263 | |
Line contains a tab character. | 265 | |
Line contains a tab character. | 266 | |
Line contains a tab character. | 267 | |
Line is longer than 80 characters. | 268 | |
Line contains a tab character. | 268 | |
Line contains a tab character. | 269 | |
Line contains a tab character. | 270 | |
Line contains a tab character. | 271 | |
Line contains a tab character. | 272 | |
Line contains a tab character. | 273 | |
Line contains a tab character. | 274 | |
Line contains a tab character. | 275 | |
Line contains a tab character. | 277 | |
Line contains a tab character. | 278 | |
Line contains a tab character. | 279 | |
Line contains a tab character. | 280 | |
Line contains a tab character. | 281 | |
Line contains a tab character. | 282 | |
Line contains a tab character. | 283 | |
Line contains a tab character. | 284 | |
'64' is a magic number. | 284 | |
Line contains a tab character. | 285 | |
'64' is a magic number. | 285 | |
'64' is a magic number. | 285 | |
Line contains a tab character. | 287 | |
Line contains a tab character. | 288 | |
Line contains a tab character. | 289 | |
Line contains a tab character. | 290 | |
Line contains a tab character. | 291 | |
Line contains a tab character. | 292 | |
Line contains a tab character. | 294 | |
Line contains a tab character. | 295 | |
Line contains a tab character. | 296 | |
Line contains a tab character. | 297 | |
Line is longer than 80 characters. | 298 | |
Line contains a tab character. | 298 | |
'8' is a magic number. | 298 | |
Line contains a tab character. | 299 | |
'24' is a magic number. | 299 | |
'96' is a magic number. | 299 | |
Line contains a tab character. | 300 | |
Line contains a tab character. | 301 | |
Line contains a tab character. | 302 | |
Line contains a tab character. | 303 | |
Line contains a tab character. | 305 | |
Line contains a tab character. | 306 | |
Line contains a tab character. | 307 | |
Line contains a tab character. | 309 | |
Line contains a tab character. | 310 | |
Line contains a tab character. | 311 | |
Line contains a tab character. | 312 | |
Line contains a tab character. | 314 | |
Line contains a tab character. | 315 | |
'1024' is a magic number. | 315 | |
Line contains a tab character. | 317 | |
Line contains a tab character. | 318 | |
Line contains a tab character. | 319 | |
Line contains a tab character. | 321 | |
'if' construct must use '{}'s. | 322 | |
Line contains a tab character. | 322 | |
Line contains a tab character. | 323 | |
Line is longer than 80 characters. | 324 | |
Line contains a tab character. | 324 | |
Line contains a tab character. | 326 | |
Line contains a tab character. | 327 | |
Line contains a tab character. | 328 | |
Line contains a tab character. | 329 | |
Line is longer than 80 characters. | 330 | |
Line contains a tab character. | 330 | |
Line is longer than 80 characters. | 331 | |
Line contains a tab character. | 331 | |
Line contains a tab character. | 332 | |
Line contains a tab character. | 333 | |
Line contains a tab character. | 334 | |
Line is longer than 80 characters. | 335 | |
Line contains a tab character. | 335 | |
Line is longer than 80 characters. | 336 | |
Line contains a tab character. | 336 | |
Line contains a tab character. | 337 | |
Line contains a tab character. | 339 | |
Line contains a tab character. | 340 | |
Line contains a tab character. | 341 | |
'if' construct must use '{}'s. | 342 | |
Line contains a tab character. | 342 | |
Line is longer than 80 characters. | 343 | |
Line contains a tab character. | 343 | |
Line contains a tab character. | 345 | |
Line is longer than 80 characters. | 346 | |
Line contains a tab character. | 346 | |
Line contains a tab character. | 347 | |
Line contains a tab character. | 348 | |
Line contains a tab character. | 350 | |
'if' construct must use '{}'s. | 351 | |
Line contains a tab character. | 351 | |
Line contains a tab character. | 352 | |
Line is longer than 80 characters. | 353 | |
Line contains a tab character. | 353 | |
Line contains a tab character. | 355 | |
Line contains a tab character. | 356 | |
'if' construct must use '{}'s. | 357 | |
Line is longer than 80 characters. | 357 | |
Line contains a tab character. | 357 | |
Line is longer than 80 characters. | 358 | |
Line contains a tab character. | 358 | |
Line contains a tab character. | 359 | |
Line contains a tab character. | 360 | |
Line contains a tab character. | 362 | |
Line contains a tab character. | 364 | |
Line is longer than 80 characters. | 365 | |
Line contains a tab character. | 365 | |
Line contains a tab character. | 366 | |
Line is longer than 80 characters. | 367 | |
Line contains a tab character. | 367 | |
Line contains a tab character. | 368 | |
Line contains a tab character. | 369 | |
Line contains a tab character. | 370 | |
Line contains a tab character. | 372 | |
Line contains a tab character. | 373 | |
Line is longer than 80 characters. | 374 | |
Line contains a tab character. | 374 | |
Line is longer than 80 characters. | 376 | |
Line contains a tab character. | 376 | |
Line contains a tab character. | 377 | |
Line is longer than 80 characters. | 378 | |
Line contains a tab character. | 378 | |
Line contains a tab character. | 380 | |
Line contains a tab character. | 381 | |
Line is longer than 80 characters. | 382 | |
Line contains a tab character. | 382 | |
Line contains a tab character. | 383 | |
Line is longer than 80 characters. | 384 | |
Line contains a tab character. | 384 | |
Line contains a tab character. | 386 | |
Line is longer than 80 characters. | 387 | |
Line contains a tab character. | 387 | |
Line contains a tab character. | 388 | |
Line contains a tab character. | 389 | |
Line contains a tab character. | 391 | |
Line contains a tab character. | 392 | |
Line contains a tab character. | 393 | |
Line contains a tab character. | 394 | |
Line contains a tab character. | 396 | |
'if' construct must use '{}'s. | 397 | |
Line is longer than 80 characters. | 397 | |
Line contains a tab character. | 397 | |
Line is longer than 80 characters. | 398 | |
Line contains a tab character. | 398 | |
Line is longer than 80 characters. | 399 | |
Line contains a tab character. | 399 | |
Line contains a tab character. | 401 | |
Line contains a tab character. | 402 | |
Line contains a tab character. | 403 | |
Line is longer than 80 characters. | 404 | |
Line contains a tab character. | 404 | |
Line is longer than 80 characters. | 405 | |
Line contains a tab character. | 405 | |
Line contains a tab character. | 406 | |
Line contains a tab character. | 407 | |
'if' construct must use '{}'s. | 408 | |
Line is longer than 80 characters. | 408 | |
Line contains a tab character. | 408 | |
Line contains a tab character. | 409 | |
Line is longer than 80 characters. | 410 | |
Line contains a tab character. | 410 | |
Line contains a tab character. | 412 | |
Line contains a tab character. | 413 | |
Line contains a tab character. | 414 | |
Line contains a tab character. | 416 | |
Line contains a tab character. | 417 | |
Line has trailing spaces. | 419 | |
Line contains a tab character. | 419 | |
Line contains a tab character. | 420 | |
Line contains a tab character. | 421 | |
Line contains a tab character. | 422 | |
Line contains a tab character. | 424 | |
Line contains a tab character. | 425 | |
Line contains a tab character. | 426 | |
Line contains a tab character. | 427 | |
Line contains a tab character. | 429 | |
Line contains a tab character. | 430 | |
Line is longer than 80 characters. | 431 | |
Line contains a tab character. | 431 | |
'8' is a magic number. | 431 | |
'24' is a magic number. | 431 | |
Line contains a tab character. | 432 | |
'96' is a magic number. | 432 | |
Line contains a tab character. | 433 | |
Line contains a tab character. | 434 | |
Line contains a tab character. | 435 | |
Line contains a tab character. | 436 | |
Line contains a tab character. | 437 | |
Line contains a tab character. | 438 | |
Line contains a tab character. | 439 | |
Line contains a tab character. | 440 | |
Line contains a tab character. | 442 | |
Line contains a tab character. | 443 | |
Line contains a tab character. | 444 | |
Line contains a tab character. | 446 | |
Line contains a tab character. | 447 | |
Line contains a tab character. | 449 | |
Method 'replaceDefaultIcon' is not designed for extension - needs to be abstract, final or empty. | 449 | |
Missing a Javadoc comment. | 449 | |
Parameter icon should be final. | 449 | |
Line contains a tab character. | 450 | |
Line is longer than 80 characters. | 452 | |
Line contains a tab character. | 452 | |
Line contains a tab character. | 453 | |
Line is longer than 80 characters. | 454 | |
Line contains a tab character. | 454 | |
Line contains a tab character. | 455 | |
Line contains a tab character. | 457 | |
Line contains a tab character. | 458 | |
Line contains a tab character. | 459 | |
Line contains a tab character. | 460 | |
Line contains a tab character. | 462 | |
Line contains a tab character. | 463 | |
Line contains a tab character. | 464 | |
Line contains a tab character. | 465 | |
Line contains a tab character. | 466 | |
Line is longer than 80 characters. | 468 | |
Line contains a tab character. | 468 | |
Line contains a tab character. | 469 | |
Line contains a tab character. | 470 | |
Line contains a tab character. | 471 | |
Line contains a tab character. | 472 | |
Line contains a tab character. | 474 | |
Line contains a tab character. | 475 | |
Line is longer than 80 characters. | 476 | |
Line contains a tab character. | 476 | |
Line contains a tab character. | 477 | |
Line contains a tab character. | 478 | |
Line contains a tab character. | 480 | |
Line contains a tab character. | 481 | |
Line contains a tab character. | 483 | |
Line contains a tab character. | 484 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
'{' should be on the previous line. | 41 | |
Missing a Javadoc comment. | 42 | |
Name 'Machine' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
Variable 'Machine' must be private and have accessor methods. | 42 | |
Missing a Javadoc comment. | 43 | |
Name 'NumberOfSections' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 | |
Variable 'NumberOfSections' must be private and have accessor methods. | 43 | |
Missing a Javadoc comment. | 44 | |
Name 'TimeDateStamp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 44 | |
Variable 'TimeDateStamp' must be private and have accessor methods. | 44 | |
Missing a Javadoc comment. | 45 | |
Name 'PointerToSymbolTable' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 | |
Variable 'PointerToSymbolTable' must be private and have accessor methods. | 45 | |
Missing a Javadoc comment. | 46 | |
Name 'NumberOfSymbols' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 46 | |
Variable 'NumberOfSymbols' must be private and have accessor methods. | 46 | |
Missing a Javadoc comment. | 47 | |
Name 'SizeOfOptionalHeader' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
Variable 'SizeOfOptionalHeader' must be private and have accessor methods. | 47 | |
Missing a Javadoc comment. | 48 | |
Name 'Characteristics' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 | |
Variable 'Characteristics' must be private and have accessor methods. | 48 | |
Line has trailing spaces. | 50 | |
Missing a Javadoc comment. | 51 | |
Name 'Magic' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
Variable 'Magic' must be private and have accessor methods. | 51 | |
Missing a Javadoc comment. | 52 | |
Name 'MajorLinkerVersion' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
Variable 'MajorLinkerVersion' must be private and have accessor methods. | 52 | |
Missing a Javadoc comment. | 53 | |
Name 'MinorLinkerVersion' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 53 | |
Variable 'MinorLinkerVersion' must be private and have accessor methods. | 53 | |
Missing a Javadoc comment. | 54 | |
Name 'SizeOfCode' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 | |
Variable 'SizeOfCode' must be private and have accessor methods. | 54 | |
Missing a Javadoc comment. | 55 | |
Name 'SizeOfInitializedData' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 | |
Variable 'SizeOfInitializedData' must be private and have accessor methods. | 55 | |
Missing a Javadoc comment. | 56 | |
Name 'SizeOfUninitializedData' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 56 | |
Variable 'SizeOfUninitializedData' must be private and have accessor methods. | 56 | |
Missing a Javadoc comment. | 57 | |
Name 'AddressOfEntryPoint' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 | |
Variable 'AddressOfEntryPoint' must be private and have accessor methods. | 57 | |
Missing a Javadoc comment. | 58 | |
Name 'BaseOfCode' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 | |
Variable 'BaseOfCode' must be private and have accessor methods. | 58 | |
Missing a Javadoc comment. | 59 | |
Name 'BaseOfData' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 59 | |
Variable 'BaseOfData' must be private and have accessor methods. | 59 | |
Missing a Javadoc comment. | 60 | |
Name 'ImageBase' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 | |
Variable 'ImageBase' must be private and have accessor methods. | 60 | |
Missing a Javadoc comment. | 61 | |
Name 'SectionAlignment' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 | |
Variable 'SectionAlignment' must be private and have accessor methods. | 61 | |
Missing a Javadoc comment. | 62 | |
Name 'FileAlignment' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 | |
Variable 'FileAlignment' must be private and have accessor methods. | 62 | |
Missing a Javadoc comment. | 63 | |
Name 'MajorOperatingSystemVersion' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 | |
Variable 'MajorOperatingSystemVersion' must be private and have accessor methods. | 63 | |
Missing a Javadoc comment. | 64 | |
Name 'MinorOperatingSystemVersion' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 | |
Variable 'MinorOperatingSystemVersion' must be private and have accessor methods. | 64 | |
Missing a Javadoc comment. | 65 | |
Name 'MajorImageVersion' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 | |
Variable 'MajorImageVersion' must be private and have accessor methods. | 65 | |
Missing a Javadoc comment. | 66 | |
Name 'MinorImageVersion' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 66 | |
Variable 'MinorImageVersion' must be private and have accessor methods. | 66 | |
Missing a Javadoc comment. | 67 | |
Name 'MajorSubsystemVersion' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 67 | |
Variable 'MajorSubsystemVersion' must be private and have accessor methods. | 67 | |
Missing a Javadoc comment. | 68 | |
Name 'MinorSubsystemVersion' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 | |
Variable 'MinorSubsystemVersion' must be private and have accessor methods. | 68 | |
Missing a Javadoc comment. | 69 | |
Name 'Reserved1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 | |
Variable 'Reserved1' must be private and have accessor methods. | 69 | |
Missing a Javadoc comment. | 70 | |
Name 'SizeOfImage' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 | |
Variable 'SizeOfImage' must be private and have accessor methods. | 70 | |
Missing a Javadoc comment. | 71 | |
Name 'SizeOfHeaders' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 | |
Variable 'SizeOfHeaders' must be private and have accessor methods. | 71 | |
Missing a Javadoc comment. | 72 | |
Name 'CheckSum' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 | |
Variable 'CheckSum' must be private and have accessor methods. | 72 | |
Missing a Javadoc comment. | 73 | |
Name 'Subsystem' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 | |
Variable 'Subsystem' must be private and have accessor methods. | 73 | |
Missing a Javadoc comment. | 74 | |
Name 'DllCharacteristics' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 | |
Variable 'DllCharacteristics' must be private and have accessor methods. | 74 | |
Missing a Javadoc comment. | 75 | |
Name 'SizeOfStackReserve' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 | |
Variable 'SizeOfStackReserve' must be private and have accessor methods. | 75 | |
Missing a Javadoc comment. | 76 | |
Name 'SizeOfStackCommit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 76 | |
Variable 'SizeOfStackCommit' must be private and have accessor methods. | 76 | |
Missing a Javadoc comment. | 77 | |
Name 'SizeOfHeapReserve' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 77 | |
Variable 'SizeOfHeapReserve' must be private and have accessor methods. | 77 | |
Missing a Javadoc comment. | 78 | |
Name 'SizeOfHeapCommit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 78 | |
Variable 'SizeOfHeapCommit' must be private and have accessor methods. | 78 | |
Missing a Javadoc comment. | 79 | |
Name 'LoaderFlags' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 | |
Variable 'LoaderFlags' must be private and have accessor methods. | 79 | |
Missing a Javadoc comment. | 80 | |
Name 'NumberOfRvaAndSizes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 80 | |
Variable 'NumberOfRvaAndSizes' must be private and have accessor methods. | 80 | |
Missing a Javadoc comment. | 82 | |
Name 'ExportDirectory_VA' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 82 | |
Variable 'ExportDirectory_VA' must be private and have accessor methods. | 82 | |
Missing a Javadoc comment. | 83 | |
Name 'ExportDirectory_Size' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 | |
Variable 'ExportDirectory_Size' must be private and have accessor methods. | 83 | |
Missing a Javadoc comment. | 84 | |
Name 'ImportDirectory_VA' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 84 | |
Variable 'ImportDirectory_VA' must be private and have accessor methods. | 84 | |
Missing a Javadoc comment. | 85 | |
Name 'ImportDirectory_Size' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 85 | |
Variable 'ImportDirectory_Size' must be private and have accessor methods. | 85 | |
Missing a Javadoc comment. | 86 | |
Name 'ResourceDirectory_VA' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 86 | |
Variable 'ResourceDirectory_VA' must be private and have accessor methods. | 86 | |
Missing a Javadoc comment. | 87 | |
Name 'ResourceDirectory_Size' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 87 | |
Variable 'ResourceDirectory_Size' must be private and have accessor methods. | 87 | |
Missing a Javadoc comment. | 88 | |
Name 'ExceptionDirectory_VA' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 88 | |
Variable 'ExceptionDirectory_VA' must be private and have accessor methods. | 88 | |
Missing a Javadoc comment. | 89 | |
Name 'ExceptionDirectory_Size' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 89 | |
Variable 'ExceptionDirectory_Size' must be private and have accessor methods. | 89 | |
Missing a Javadoc comment. | 90 | |
Name 'SecurityDirectory_VA' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 90 | |
Variable 'SecurityDirectory_VA' must be private and have accessor methods. | 90 | |
Missing a Javadoc comment. | 91 | |
Name 'SecurityDirectory_Size' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 91 | |
Variable 'SecurityDirectory_Size' must be private and have accessor methods. | 91 | |
Missing a Javadoc comment. | 92 | |
Name 'BaseRelocationTable_VA' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 92 | |
Variable 'BaseRelocationTable_VA' must be private and have accessor methods. | 92 | |
Missing a Javadoc comment. | 93 | |
Name 'BaseRelocationTable_Size' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 93 | |
Variable 'BaseRelocationTable_Size' must be private and have accessor methods. | 93 | |
Missing a Javadoc comment. | 94 | |
Name 'DebugDirectory_VA' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 94 | |
Variable 'DebugDirectory_VA' must be private and have accessor methods. | 94 | |
Missing a Javadoc comment. | 95 | |
Name 'DebugDirectory_Size' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 95 | |
Variable 'DebugDirectory_Size' must be private and have accessor methods. | 95 | |
Missing a Javadoc comment. | 96 | |
Name 'ArchitectureSpecificData_VA' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 96 | |
Variable 'ArchitectureSpecificData_VA' must be private and have accessor methods. | 96 | |
Missing a Javadoc comment. | 97 | |
Name 'ArchitectureSpecificData_Size' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 97 | |
Variable 'ArchitectureSpecificData_Size' must be private and have accessor methods. | 97 | |
Missing a Javadoc comment. | 98 | |
Name 'RVAofGP_VA' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 98 | |
Variable 'RVAofGP_VA' must be private and have accessor methods. | 98 | |
Missing a Javadoc comment. | 99 | |
Name 'RVAofGP_Size' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 99 | |
Variable 'RVAofGP_Size' must be private and have accessor methods. | 99 | |
Missing a Javadoc comment. | 100 | |
Name 'TLSDirectory_VA' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 100 | |
Variable 'TLSDirectory_VA' must be private and have accessor methods. | 100 | |
Missing a Javadoc comment. | 101 | |
Name 'TLSDirectory_Size' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 101 | |
Variable 'TLSDirectory_Size' must be private and have accessor methods. | 101 | |
Missing a Javadoc comment. | 102 | |
Name 'LoadConfigurationDirectory_VA' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 102 | |
Variable 'LoadConfigurationDirectory_VA' must be private and have accessor methods. | 102 | |
Missing a Javadoc comment. | 103 | |
Name 'LoadConfigurationDirectory_Size' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 103 | |
Variable 'LoadConfigurationDirectory_Size' must be private and have accessor methods. | 103 | |
Missing a Javadoc comment. | 104 | |
Name 'BoundImportDirectoryinheaders_VA' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 104 | |
Variable 'BoundImportDirectoryinheaders_VA' must be private and have accessor methods. | 104 | |
Missing a Javadoc comment. | 105 | |
Name 'BoundImportDirectoryinheaders_Size' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 105 | |
Variable 'BoundImportDirectoryinheaders_Size' must be private and have accessor methods. | 105 | |
Missing a Javadoc comment. | 106 | |
Name 'ImportAddressTable_VA' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 106 | |
Variable 'ImportAddressTable_VA' must be private and have accessor methods. | 106 | |
Missing a Javadoc comment. | 107 | |
Name 'ImportAddressTable_Size' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 107 | |
Variable 'ImportAddressTable_Size' must be private and have accessor methods. | 107 | |
Missing a Javadoc comment. | 108 | |
Name 'DelayLoadImportDescriptors_VA' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 108 | |
Variable 'DelayLoadImportDescriptors_VA' must be private and have accessor methods. | 108 | |
Missing a Javadoc comment. | 109 | |
Name 'DelayLoadImportDescriptors_Size' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 109 | |
Variable 'DelayLoadImportDescriptors_Size' must be private and have accessor methods. | 109 | |
Missing a Javadoc comment. | 110 | |
Name 'COMRuntimedescriptor_VA' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 110 | |
Variable 'COMRuntimedescriptor_VA' must be private and have accessor methods. | 110 | |
Missing a Javadoc comment. | 111 | |
Name 'COMRuntimedescriptor_Size' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 111 | |
Variable 'COMRuntimedescriptor_Size' must be private and have accessor methods. | 111 | |
Line has trailing spaces. | 112 | |
Line contains a tab character. | 112 | |
Missing a Javadoc comment. | 113 | |
Name 'm_baseoffset' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 113 | |
Missing a Javadoc comment. | 114 | |
Name 'm_pe' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 114 | |
Line has trailing spaces. | 115 | |
Line contains a tab character. | 115 | |
First sentence should end with a period. | 116 | |
Parameter pef should be final. | 117 | |
Expected @param tag for 'pef'. | 117 | |
Parameter baseoffset should be final. | 117 | |
Expected @param tag for 'baseoffset'. | 117 | |
'{' should be on the previous line. | 118 | |
Line contains a tab character. | 119 | |
Line contains a tab character. | 120 | |
Line has trailing spaces. | 122 | |
Line contains a tab character. | 122 | |
Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 123 | |
Missing a Javadoc comment. | 123 | |
'{' should be on the previous line. | 124 | |
Line contains a tab character. | 125 | |
Method 'read' is not designed for extension - needs to be abstract, final or empty. | 128 | |
Missing a Javadoc comment. | 128 | |
'{' should be on the previous line. | 129 | |
Line contains a tab character. | 130 | |
Line contains a tab character. | 131 | |
'255' is a magic number. | 131 | |
Line contains a tab character. | 132 | |
Line contains a tab character. | 133 | |
Line contains a tab character. | 134 | |
Line contains a tab character. | 135 | |
Line contains a tab character. | 137 | |
Line contains a tab character. | 138 | |
Line contains a tab character. | 139 | |
Line contains a tab character. | 140 | |
Line contains a tab character. | 141 | |
Line contains a tab character. | 142 | |
Line contains a tab character. | 143 | |
Line contains a tab character. | 144 | |
Line contains a tab character. | 145 | |
Line has trailing spaces. | 146 | |
Line contains a tab character. | 146 | |
Line contains a tab character. | 148 | |
Line contains a tab character. | 149 | |
Line contains a tab character. | 150 | |
Line contains a tab character. | 151 | |
Line contains a tab character. | 152 | |
Line contains a tab character. | 153 | |
Line contains a tab character. | 154 | |
Line contains a tab character. | 155 | |
Line contains a tab character. | 156 | |
Line has trailing spaces. | 157 | |
Line contains a tab character. | 157 | |
Line contains a tab character. | 158 | |
Line contains a tab character. | 159 | |
Line contains a tab character. | 160 | |
Line contains a tab character. | 161 | |
Line contains a tab character. | 162 | |
Line contains a tab character. | 163 | |
Line contains a tab character. | 164 | |
Line contains a tab character. | 165 | |
Line contains a tab character. | 166 | |
Line contains a tab character. | 167 | |
Line contains a tab character. | 168 | |
Line contains a tab character. | 169 | |
Line contains a tab character. | 170 | |
Line contains a tab character. | 171 | |
Line contains a tab character. | 172 | |
Line contains a tab character. | 173 | |
Line contains a tab character. | 174 | |
Line contains a tab character. | 175 | |
Line contains a tab character. | 176 | |
Line contains a tab character. | 177 | |
Line contains a tab character. | 178 | |
Line contains a tab character. | 180 | |
Line contains a tab character. | 181 | |
Line contains a tab character. | 182 | |
Line contains a tab character. | 183 | |
Line contains a tab character. | 184 | |
Line contains a tab character. | 185 | |
Line contains a tab character. | 186 | |
Line contains a tab character. | 187 | |
Line contains a tab character. | 188 | |
Line contains a tab character. | 189 | |
Line contains a tab character. | 190 | |
Line contains a tab character. | 191 | |
Line contains a tab character. | 192 | |
Line contains a tab character. | 193 | |
Line contains a tab character. | 194 | |
Line contains a tab character. | 195 | |
Line contains a tab character. | 196 | |
Line contains a tab character. | 197 | |
Line contains a tab character. | 198 | |
Line contains a tab character. | 199 | |
Line contains a tab character. | 200 | |
Line contains a tab character. | 201 | |
Line contains a tab character. | 202 | |
Line contains a tab character. | 203 | |
Line contains a tab character. | 204 | |
Line contains a tab character. | 205 | |
Line contains a tab character. | 206 | |
Line contains a tab character. | 207 | |
Line contains a tab character. | 208 | |
Line contains a tab character. | 209 | |
Method 'dump' is not designed for extension - needs to be abstract, final or empty. | 212 | |
Missing a Javadoc comment. | 212 | |
Parameter out should be final. | 212 | |
'{' should be on the previous line. | 213 | |
Line contains a tab character. | 214 | |
Line contains a tab character. | 215 | |
Line contains a tab character. | 216 | |
Line contains a tab character. | 217 | |
Line is longer than 80 characters. | 218 | |
Line contains a tab character. | 218 | |
Line contains a tab character. | 219 | |
Line is longer than 80 characters. | 220 | |
Line contains a tab character. | 220 | |
Line contains a tab character. | 221 | |
Line has trailing spaces. | 222 | |
Line contains a tab character. | 222 | |
Line contains a tab character. | 224 | |
Line is longer than 80 characters. | 225 | |
Line contains a tab character. | 225 | |
Line is longer than 80 characters. | 226 | |
Line contains a tab character. | 226 | |
Line contains a tab character. | 227 | |
Line is longer than 80 characters. | 228 | |
Line contains a tab character. | 228 | |
Line is longer than 80 characters. | 229 | |
Line contains a tab character. | 229 | |
Line is longer than 80 characters. | 230 | |
Line contains a tab character. | 230 | |
Line contains a tab character. | 231 | |
Line is longer than 80 characters. | 232 | |
Line contains a tab character. | 232 | |
Line has trailing spaces. | 233 | |
Line contains a tab character. | 233 | |
Line contains a tab character. | 234 | |
Line contains a tab character. | 235 | |
Line contains a tab character. | 236 | |
Line is longer than 80 characters. | 237 | |
Line contains a tab character. | 237 | |
Line is longer than 80 characters. | 238 | |
Line contains a tab character. | 238 | |
Line contains a tab character. | 239 | |
Line is longer than 80 characters. | 240 | |
Line contains a tab character. | 240 | |
Line is longer than 80 characters. | 241 | |
Line contains a tab character. | 241 | |
Line is longer than 80 characters. | 242 | |
Line contains a tab character. | 242 | |
Line contains a tab character. | 243 | |
Line contains a tab character. | 244 | |
Line contains a tab character. | 245 | |
Line contains a tab character. | 246 | |
Line contains a tab character. | 247 | |
Line is longer than 80 characters. | 248 | |
Line contains a tab character. | 248 | |
Line is longer than 80 characters. | 249 | |
Line contains a tab character. | 249 | |
Line is longer than 80 characters. | 250 | |
Line contains a tab character. | 250 | |
Line contains a tab character. | 251 | |
Line is longer than 80 characters. | 252 | |
Line contains a tab character. | 252 | |
Line contains a tab character. | 253 | |
Line is longer than 80 characters. | 254 | |
Line contains a tab character. | 254 | |
Line contains a tab character. | 256 | |
'+' is not followed by whitespace. | 256 | |
Line is longer than 80 characters. | 257 | |
Line contains a tab character. | 257 | |
'+' is not followed by whitespace. | 257 | |
Line contains a tab character. | 258 | |
'+' is not followed by whitespace. | 258 | |
Line is longer than 80 characters. | 259 | |
Line contains a tab character. | 259 | |
'+' is not followed by whitespace. | 259 | |
Line is longer than 80 characters. | 260 | |
Line contains a tab character. | 260 | |
'+' is not followed by whitespace. | 260 | |
Line is longer than 80 characters. | 261 | |
Line contains a tab character. | 261 | |
'+' is not followed by whitespace. | 261 | |
Line is longer than 80 characters. | 262 | |
Line contains a tab character. | 262 | |
'+' is not followed by whitespace. | 262 | |
Line is longer than 80 characters. | 263 | |
Line contains a tab character. | 263 | |
'+' is not followed by whitespace. | 263 | |
Line is longer than 80 characters. | 264 | |
Line contains a tab character. | 264 | |
'+' is not followed by whitespace. | 264 | |
Line is longer than 80 characters. | 265 | |
Line contains a tab character. | 265 | |
'+' is not followed by whitespace. | 265 | |
Line is longer than 80 characters. | 266 | |
Line contains a tab character. | 266 | |
'+' is not followed by whitespace. | 266 | |
Line is longer than 80 characters. | 267 | |
Line contains a tab character. | 267 | |
'+' is not followed by whitespace. | 267 | |
Line contains a tab character. | 268 | |
'+' is not followed by whitespace. | 268 | |
Line is longer than 80 characters. | 269 | |
Line contains a tab character. | 269 | |
'+' is not followed by whitespace. | 269 | |
Line is longer than 80 characters. | 270 | |
Line contains a tab character. | 270 | |
'+' is not followed by whitespace. | 270 | |
Line is longer than 80 characters. | 271 | |
Line contains a tab character. | 271 | |
'+' is not followed by whitespace. | 271 | |
Line contains a tab character. | 272 | |
'+' is not followed by whitespace. | 272 | |
Line contains a tab character. | 273 | |
'+' is not followed by whitespace. | 273 | |
Line contains a tab character. | 274 | |
'+' is not followed by whitespace. | 274 | |
Line contains a tab character. | 275 | |
'+' is not followed by whitespace. | 275 | |
Line is longer than 80 characters. | 276 | |
Line contains a tab character. | 276 | |
'+' is not followed by whitespace. | 276 | |
Line is longer than 80 characters. | 277 | |
Line contains a tab character. | 277 | |
'+' is not followed by whitespace. | 277 | |
Line is longer than 80 characters. | 278 | |
Line contains a tab character. | 278 | |
'+' is not followed by whitespace. | 278 | |
Line is longer than 80 characters. | 279 | |
Line contains a tab character. | 279 | |
'+' is not followed by whitespace. | 279 | |
Line is longer than 80 characters. | 280 | |
Line contains a tab character. | 280 | |
'+' is not followed by whitespace. | 280 | |
Line is longer than 80 characters. | 281 | |
Line contains a tab character. | 281 | |
'+' is not followed by whitespace. | 281 | |
Line is longer than 80 characters. | 282 | |
Line contains a tab character. | 282 | |
'+' is not followed by whitespace. | 282 | |
Line is longer than 80 characters. | 283 | |
Line contains a tab character. | 283 | |
'+' is not followed by whitespace. | 283 | |
Line is longer than 80 characters. | 284 | |
Line contains a tab character. | 284 | |
'+' is not followed by whitespace. | 284 | |
Line is longer than 80 characters. | 285 | |
Line contains a tab character. | 285 | |
'+' is not followed by whitespace. | 285 | |
Method 'get' is not designed for extension - needs to be abstract, final or empty. | 288 | |
Missing a Javadoc comment. | 288 | |
'{' should be on the previous line. | 289 | |
Line contains a tab character. | 290 | |
'16' is a magic number. | 290 | |
Line contains a tab character. | 291 | |
Line contains a tab character. | 292 | |
Line contains a tab character. | 294 | |
'17744' is a magic number. | 294 | |
Line contains a tab character. | 296 | |
'cast' is not followed by whitespace. | 296 | |
Line contains a tab character. | 297 | |
'cast' is not followed by whitespace. | 297 | |
Line contains a tab character. | 298 | |
'cast' is not followed by whitespace. | 298 | |
Line contains a tab character. | 299 | |
'cast' is not followed by whitespace. | 299 | |
Line contains a tab character. | 300 | |
'cast' is not followed by whitespace. | 300 | |
Line contains a tab character. | 301 | |
'cast' is not followed by whitespace. | 301 | |
Line contains a tab character. | 302 | |
'cast' is not followed by whitespace. | 302 | |
Line has trailing spaces. | 303 | |
Line contains a tab character. | 303 | |
Line contains a tab character. | 305 | |
'cast' is not followed by whitespace. | 305 | |
Line contains a tab character. | 306 | |
'cast' is not followed by whitespace. | 306 | |
Line contains a tab character. | 307 | |
'cast' is not followed by whitespace. | 307 | |
Line contains a tab character. | 308 | |
'cast' is not followed by whitespace. | 308 | |
Line contains a tab character. | 309 | |
'cast' is not followed by whitespace. | 309 | |
Line contains a tab character. | 310 | |
'cast' is not followed by whitespace. | 310 | |
Line contains a tab character. | 311 | |
'cast' is not followed by whitespace. | 311 | |
Line contains a tab character. | 312 | |
'cast' is not followed by whitespace. | 312 | |
Line contains a tab character. | 313 | |
'cast' is not followed by whitespace. | 313 | |
Line has trailing spaces. | 314 | |
Line contains a tab character. | 314 | |
Line contains a tab character. | 315 | |
'cast' is not followed by whitespace. | 315 | |
Line contains a tab character. | 316 | |
'cast' is not followed by whitespace. | 316 | |
Line contains a tab character. | 317 | |
'cast' is not followed by whitespace. | 317 | |
Line contains a tab character. | 318 | |
'cast' is not followed by whitespace. | 318 | |
Line contains a tab character. | 319 | |
'cast' is not followed by whitespace. | 319 | |
Line contains a tab character. | 320 | |
'cast' is not followed by whitespace. | 320 | |
Line contains a tab character. | 321 | |
'cast' is not followed by whitespace. | 321 | |
Line contains a tab character. | 322 | |
'cast' is not followed by whitespace. | 322 | |
Line contains a tab character. | 323 | |
'cast' is not followed by whitespace. | 323 | |
Line contains a tab character. | 324 | |
'cast' is not followed by whitespace. | 324 | |
Line contains a tab character. | 325 | |
'cast' is not followed by whitespace. | 325 | |
Line contains a tab character. | 326 | |
'cast' is not followed by whitespace. | 326 | |
Line contains a tab character. | 327 | |
'cast' is not followed by whitespace. | 327 | |
Line contains a tab character. | 328 | |
'cast' is not followed by whitespace. | 328 | |
Line contains a tab character. | 329 | |
'cast' is not followed by whitespace. | 329 | |
Line contains a tab character. | 330 | |
'cast' is not followed by whitespace. | 330 | |
Line contains a tab character. | 331 | |
'cast' is not followed by whitespace. | 331 | |
Line contains a tab character. | 332 | |
'cast' is not followed by whitespace. | 332 | |
Line contains a tab character. | 333 | |
'cast' is not followed by whitespace. | 333 | |
Line contains a tab character. | 334 | |
'cast' is not followed by whitespace. | 334 | |
Line contains a tab character. | 335 | |
'cast' is not followed by whitespace. | 335 | |
Line contains a tab character. | 337 | |
'cast' is not followed by whitespace. | 337 | |
Line contains a tab character. | 338 | |
'cast' is not followed by whitespace. | 338 | |
Line contains a tab character. | 339 | |
'cast' is not followed by whitespace. | 339 | |
Line contains a tab character. | 340 | |
'cast' is not followed by whitespace. | 340 | |
Line contains a tab character. | 341 | |
'cast' is not followed by whitespace. | 341 | |
Line contains a tab character. | 342 | |
'cast' is not followed by whitespace. | 342 | |
Line contains a tab character. | 343 | |
'cast' is not followed by whitespace. | 343 | |
Line contains a tab character. | 344 | |
'cast' is not followed by whitespace. | 344 | |
Line contains a tab character. | 345 | |
'cast' is not followed by whitespace. | 345 | |
Line contains a tab character. | 346 | |
'cast' is not followed by whitespace. | 346 | |
Line contains a tab character. | 347 | |
'cast' is not followed by whitespace. | 347 | |
Line contains a tab character. | 348 | |
'cast' is not followed by whitespace. | 348 | |
Line contains a tab character. | 349 | |
'cast' is not followed by whitespace. | 349 | |
Line contains a tab character. | 350 | |
'cast' is not followed by whitespace. | 350 | |
Line contains a tab character. | 351 | |
'cast' is not followed by whitespace. | 351 | |
Line contains a tab character. | 352 | |
'cast' is not followed by whitespace. | 352 | |
Line contains a tab character. | 353 | |
'cast' is not followed by whitespace. | 353 | |
Line contains a tab character. | 354 | |
'cast' is not followed by whitespace. | 354 | |
Line contains a tab character. | 355 | |
'cast' is not followed by whitespace. | 355 | |
Line contains a tab character. | 356 | |
'cast' is not followed by whitespace. | 356 | |
Line contains a tab character. | 357 | |
'cast' is not followed by whitespace. | 357 | |
Line contains a tab character. | 358 | |
'cast' is not followed by whitespace. | 358 | |
Line contains a tab character. | 359 | |
'cast' is not followed by whitespace. | 359 | |
Line contains a tab character. | 360 | |
'cast' is not followed by whitespace. | 360 | |
Line contains a tab character. | 361 | |
'cast' is not followed by whitespace. | 361 | |
Line contains a tab character. | 362 | |
'cast' is not followed by whitespace. | 362 | |
Line contains a tab character. | 363 | |
'cast' is not followed by whitespace. | 363 | |
Line contains a tab character. | 364 | |
'cast' is not followed by whitespace. | 364 | |
Line contains a tab character. | 365 | |
'cast' is not followed by whitespace. | 365 | |
Line contains a tab character. | 366 | |
'cast' is not followed by whitespace. | 366 | |
Line contains a tab character. | 368 | |
Line contains a tab character. | 369 | |
Method 'updateVAAndSize' is not designed for extension - needs to be abstract, final or empty. | 372 | |
Missing a Javadoc comment. | 372 | |
Parameter oldsections should be final. | 372 | |
Parameter newsections should be final. | 372 | |
'{' should be on the previous line. | 373 | |
Line contains a tab character. | 374 | |
Line contains a tab character. | 375 | |
Line is longer than 80 characters. | 376 | |
Line contains a tab character. | 376 | |
Line contains a tab character. | 377 | |
Line contains a tab character. | 378 | |
Line is longer than 80 characters. | 380 | |
Line contains a tab character. | 380 | |
Line has trailing spaces. | 381 | |
Line contains a tab character. | 381 | |
Line contains a tab character. | 382 | |
Line contains a tab character. | 383 | |
Line is longer than 80 characters. | 384 | |
Line contains a tab character. | 384 | |
Line contains a tab character. | 385 | |
Line contains a tab character. | 387 | |
Line contains a tab character. | 388 | |
'=' is not preceded with whitespace. | 388 | |
'=' is not followed by whitespace. | 388 | |
'<' is not preceded with whitespace. | 388 | |
'<' is not followed by whitespace. | 388 | |
Line contains a tab character. | 389 | |
'{' should be on the previous line. | 389 | |
Line contains a tab character. | 390 | |
'cast' is not followed by whitespace. | 390 | |
Line contains a tab character. | 391 | |
'if' construct must use '{}'s. | 392 | |
Line contains a tab character. | 392 | |
Line contains a tab character. | 393 | |
Line contains a tab character. | 394 | |
Line contains a tab character. | 395 | |
Line contains a tab character. | 397 | |
Line is longer than 80 characters. | 399 | |
Line contains a tab character. | 399 | |
Line is longer than 80 characters. | 400 | |
Line contains a tab character. | 400 | |
Line is longer than 80 characters. | 401 | |
Line contains a tab character. | 401 | |
Line is longer than 80 characters. | 402 | |
Line contains a tab character. | 402 | |
Line is longer than 80 characters. | 403 | |
Line contains a tab character. | 403 | |
Line is longer than 80 characters. | 404 | |
Line contains a tab character. | 404 | |
Line is longer than 80 characters. | 405 | |
Line contains a tab character. | 405 | |
Line is longer than 80 characters. | 406 | |
Line contains a tab character. | 406 | |
Line is longer than 80 characters. | 407 | |
Line contains a tab character. | 407 | |
Line is longer than 80 characters. | 408 | |
Line contains a tab character. | 408 | |
Line is longer than 80 characters. | 409 | |
Line contains a tab character. | 409 | |
Line is longer than 80 characters. | 410 | |
Line contains a tab character. | 410 | |
Line is longer than 80 characters. | 411 | |
Line contains a tab character. | 411 | |
Line is longer than 80 characters. | 412 | |
Line contains a tab character. | 412 | |
Line is longer than 80 characters. | 413 | |
Line contains a tab character. | 413 | |
Line is longer than 80 characters. | 414 | |
Line contains a tab character. | 414 | |
Line contains a tab character. | 415 | |
Line contains a tab character. | 416 | |
Line is longer than 80 characters. | 417 | |
Line contains a tab character. | 417 | |
Line contains a tab character. | 418 | |
Line is longer than 80 characters. | 419 | |
Line contains a tab character. | 419 | |
Line is longer than 80 characters. | 420 | |
Line contains a tab character. | 420 | |
Line is longer than 80 characters. | 421 | |
Line contains a tab character. | 421 | |
Line is longer than 80 characters. | 422 | |
Line contains a tab character. | 422 | |
Line is longer than 80 characters. | 423 | |
Line contains a tab character. | 423 | |
Line is longer than 80 characters. | 424 | |
Line contains a tab character. | 424 | |
Line is longer than 80 characters. | 425 | |
Line contains a tab character. | 425 | |
Line is longer than 80 characters. | 426 | |
Line contains a tab character. | 426 | |
Line is longer than 80 characters. | 427 | |
Line contains a tab character. | 427 | |
Line is longer than 80 characters. | 428 | |
Line contains a tab character. | 428 | |
Line has trailing spaces. | 430 | |
Line contains a tab character. | 430 | |
Missing a Javadoc comment. | 431 | |
Parameter current should be final. | 431 | |
Parameter oldsections should be final. | 431 | |
Parameter newsections should be final. | 431 | |
Line contains a tab character. | 433 | |
'=' is not preceded with whitespace. | 433 | |
'=' is not followed by whitespace. | 433 | |
'<' is not preceded with whitespace. | 433 | |
'<' is not followed by whitespace. | 433 | |
Line contains a tab character. | 434 | |
'{' should be on the previous line. | 434 | |
Line contains a tab character. | 435 | |
'cast' is not followed by whitespace. | 435 | |
Line contains a tab character. | 436 | |
Line contains a tab character. | 437 | |
'{' should be on the previous line. | 437 | |
Line contains a tab character. | 438 | |
'cast' is not followed by whitespace. | 438 | |
Line is longer than 80 characters. | 440 | |
Line contains a tab character. | 440 | |
Line contains a tab character. | 441 | |
Line contains a tab character. | 442 | |
'}' should be on the same line. | 442 | |
Line is longer than 80 characters. | 443 | |
Line contains a tab character. | 443 | |
Line contains a tab character. | 444 | |
Line contains a tab character. | 445 | |
Line contains a tab character. | 446 | |
'cast' is not followed by whitespace. | 446 | |
Line is longer than 80 characters. | 447 | |
Line contains a tab character. | 447 | |
Line contains a tab character. | 448 | |
Line contains a tab character. | 449 | |
Line contains a tab character. | 450 | |
Line has trailing spaces. | 452 | |
Line contains a tab character. | 452 | |
Line contains a tab character. | 454 | |
Line is longer than 80 characters. | 457 | |
Missing a Javadoc comment. | 457 | |
Parameter current should be final. | 457 | |
Parameter oldsections should be final. | 457 | |
Parameter newsections should be final. | 457 | |
Line contains a tab character. | 459 | |
'=' is not preceded with whitespace. | 459 | |
'=' is not followed by whitespace. | 459 | |
'<' is not preceded with whitespace. | 459 | |
'<' is not followed by whitespace. | 459 | |
Line contains a tab character. | 460 | |
'{' should be on the previous line. | 460 | |
Line contains a tab character. | 461 | |
'cast' is not followed by whitespace. | 461 | |
Line contains a tab character. | 462 | |
Line contains a tab character. | 463 | |
'{' should be on the previous line. | 463 | |
Line contains a tab character. | 464 | |
'cast' is not followed by whitespace. | 464 | |
Line is longer than 80 characters. | 465 | |
Line contains a tab character. | 465 | |
Line is longer than 80 characters. | 466 | |
Line contains a tab character. | 466 | |
Line contains a tab character. | 467 | |
Line contains a tab character. | 468 | |
Line contains a tab character. | 469 | |
Line contains a tab character. | 470 | |
Line has trailing spaces. | 472 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
'{' should be on the previous line. | 40 | |
Missing a Javadoc comment. | 41 | |
Name 'e_cblp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 | |
Variable 'e_cblp' must be private and have accessor methods. | 41 | |
Missing a Javadoc comment. | 42 | |
Name 'e_cp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
Variable 'e_cp' must be private and have accessor methods. | 42 | |
Missing a Javadoc comment. | 43 | |
Name 'e_crlc' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 | |
Variable 'e_crlc' must be private and have accessor methods. | 43 | |
Missing a Javadoc comment. | 44 | |
Name 'e_cparhdr' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 44 | |
Variable 'e_cparhdr' must be private and have accessor methods. | 44 | |
Missing a Javadoc comment. | 45 | |
Name 'e_minalloc' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 | |
Variable 'e_minalloc' must be private and have accessor methods. | 45 | |
Missing a Javadoc comment. | 46 | |
Name 'e_maxalloc' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 46 | |
Variable 'e_maxalloc' must be private and have accessor methods. | 46 | |
Missing a Javadoc comment. | 47 | |
Name 'e_ss' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
Variable 'e_ss' must be private and have accessor methods. | 47 | |
Missing a Javadoc comment. | 48 | |
Name 'e_sp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 | |
Variable 'e_sp' must be private and have accessor methods. | 48 | |
Missing a Javadoc comment. | 49 | |
Name 'e_csum' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 49 | |
Variable 'e_csum' must be private and have accessor methods. | 49 | |
Missing a Javadoc comment. | 50 | |
Name 'e_ip' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 | |
Variable 'e_ip' must be private and have accessor methods. | 50 | |
Missing a Javadoc comment. | 51 | |
Name 'e_cs' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
Variable 'e_cs' must be private and have accessor methods. | 51 | |
Missing a Javadoc comment. | 52 | |
Name 'e_lfarlc' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
Variable 'e_lfarlc' must be private and have accessor methods. | 52 | |
Missing a Javadoc comment. | 53 | |
Name 'e_ovno' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 53 | |
Variable 'e_ovno' must be private and have accessor methods. | 53 | |
Missing a Javadoc comment. | 54 | |
Name 'e_res' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 | |
Variable 'e_res' must be private and have accessor methods. | 54 | |
'4' is a magic number. | 54 | |
Missing a Javadoc comment. | 55 | |
Name 'e_oemid' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 | |
Variable 'e_oemid' must be private and have accessor methods. | 55 | |
Missing a Javadoc comment. | 56 | |
Name 'e_oeminfo' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 56 | |
Variable 'e_oeminfo' must be private and have accessor methods. | 56 | |
Missing a Javadoc comment. | 57 | |
Name 'e_res2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 | |
Variable 'e_res2' must be private and have accessor methods. | 57 | |
'10' is a magic number. | 57 | |
Missing a Javadoc comment. | 58 | |
Name 'e_lfanew' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 | |
Variable 'e_lfanew' must be private and have accessor methods. | 58 | |
Missing a Javadoc comment. | 60 | |
Name 'm_pe' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 | |
First sentence should end with a period. | 62 | |
Parameter pe should be final. | 63 | |
Expected @param tag for 'pe'. | 63 | |
'{' should be on the previous line. | 64 | |
Line contains a tab character. | 65 | |
Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 68 | |
Missing a Javadoc comment. | 68 | |
'{' should be on the previous line. | 69 | |
Line contains a tab character. | 70 | |
Method 'read' is not designed for extension - needs to be abstract, final or empty. | 73 | |
Missing a Javadoc comment. | 73 | |
'{' should be on the previous line. | 74 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 76 | |
'64' is a magic number. | 76 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
Line has trailing spaces. | 81 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
'77' is a magic number. | 84 | |
'90' is a magic number. | 84 | |
Line contains a tab character. | 85 | |
'{' should be on the previous line. | 85 | |
Must have at least one statement. | 85 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 87 | |
Line has trailing spaces. | 88 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 91 | |
Line contains a tab character. | 92 | |
Line is longer than 80 characters. | 93 | |
Line contains a tab character. | 93 | |
Line is longer than 80 characters. | 94 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 96 | |
Line contains a tab character. | 97 | |
Line contains a tab character. | 98 | |
Line contains a tab character. | 99 | |
Line is longer than 80 characters. | 100 | |
Line contains a tab character. | 100 | |
Line contains a tab character. | 101 | |
Line has trailing spaces. | 102 | |
'for' construct must use '{}'s. | 103 | |
Line contains a tab character. | 103 | |
'=' is not preceded with whitespace. | 103 | |
'=' is not followed by whitespace. | 103 | |
'<' is not preceded with whitespace. | 103 | |
'4' is a magic number. | 103 | |
'<' is not followed by whitespace. | 103 | |
Line contains a tab character. | 104 | |
Line contains a tab character. | 106 | |
Line is longer than 80 characters. | 107 | |
Line contains a tab character. | 107 | |
Line has trailing spaces. | 108 | |
Line contains a tab character. | 108 | |
'for' construct must use '{}'s. | 109 | |
Line contains a tab character. | 109 | |
'=' is not preceded with whitespace. | 109 | |
'=' is not followed by whitespace. | 109 | |
'<' is not preceded with whitespace. | 109 | |
'10' is a magic number. | 109 | |
'<' is not followed by whitespace. | 109 | |
Line contains a tab character. | 110 | |
Line has trailing spaces. | 111 | |
Line contains a tab character. | 111 | |
Line contains a tab character. | 112 | |
Line has trailing spaces. | 113 | |
Line contains a tab character. | 113 | |
Line contains a tab character. | 114 | |
Line has trailing spaces. | 117 | |
Method 'dump' is not designed for extension - needs to be abstract, final or empty. | 118 | |
Missing a Javadoc comment. | 118 | |
Parameter out should be final. | 118 | |
'{' should be on the previous line. | 119 | |
Line contains a tab character. | 120 | |
Line is longer than 80 characters. | 122 | |
Line contains a tab character. | 122 | |
Line contains a tab character. | 123 | |
Line contains a tab character. | 124 | |
Line is longer than 80 characters. | 125 | |
Line contains a tab character. | 125 | |
Line is longer than 80 characters. | 126 | |
Line contains a tab character. | 126 | |
Line is longer than 80 characters. | 127 | |
Line contains a tab character. | 127 | |
Line contains a tab character. | 128 | |
Line contains a tab character. | 129 | |
Line contains a tab character. | 130 | |
Line contains a tab character. | 131 | |
Line contains a tab character. | 132 | |
Line is longer than 80 characters. | 133 | |
Line contains a tab character. | 133 | |
Line contains a tab character. | 134 | |
Line contains a tab character. | 135 | |
Line is longer than 80 characters. | 136 | |
Line contains a tab character. | 136 | |
Line is longer than 80 characters. | 137 | |
Line contains a tab character. | 137 | |
Line contains a tab character. | 138 | |
Line is longer than 80 characters. | 139 | |
Line contains a tab character. | 139 | |
Line has trailing spaces. | 142 | |
Method 'get' is not designed for extension - needs to be abstract, final or empty. | 143 | |
Missing a Javadoc comment. | 143 | |
'{' should be on the previous line. | 144 | |
Line contains a tab character. | 145 | |
'64' is a magic number. | 145 | |
Line contains a tab character. | 146 | |
Line contains a tab character. | 147 | |
Line contains a tab character. | 149 | |
'77' is a magic number. | 149 | |
'cast' is not followed by whitespace. | 149 | |
Line contains a tab character. | 150 | |
'90' is a magic number. | 150 | |
'cast' is not followed by whitespace. | 150 | |
Line contains a tab character. | 152 | |
'cast' is not followed by whitespace. | 152 | |
Line contains a tab character. | 153 | |
'cast' is not followed by whitespace. | 153 | |
Line contains a tab character. | 154 | |
'cast' is not followed by whitespace. | 154 | |
Line is longer than 80 characters. | 155 | |
Line contains a tab character. | 155 | |
'cast' is not followed by whitespace. | 155 | |
Line is longer than 80 characters. | 157 | |
Line contains a tab character. | 157 | |
'cast' is not followed by whitespace. | 157 | |
Line is longer than 80 characters. | 158 | |
Line contains a tab character. | 158 | |
'cast' is not followed by whitespace. | 158 | |
Line is longer than 80 characters. | 159 | |
Line contains a tab character. | 159 | |
'cast' is not followed by whitespace. | 159 | |
Line contains a tab character. | 160 | |
'cast' is not followed by whitespace. | 160 | |
Line contains a tab character. | 161 | |
'cast' is not followed by whitespace. | 161 | |
Line contains a tab character. | 162 | |
'cast' is not followed by whitespace. | 162 | |
Line is longer than 80 characters. | 163 | |
Line contains a tab character. | 163 | |
'cast' is not followed by whitespace. | 163 | |
Line is longer than 80 characters. | 164 | |
Line contains a tab character. | 164 | |
'cast' is not followed by whitespace. | 164 | |
Line contains a tab character. | 165 | |
'cast' is not followed by whitespace. | 165 | |
Line has trailing spaces. | 166 | |
'for' construct must use '{}'s. | 167 | |
Line contains a tab character. | 167 | |
'=' is not preceded with whitespace. | 167 | |
'=' is not followed by whitespace. | 167 | |
'<' is not preceded with whitespace. | 167 | |
'4' is a magic number. | 167 | |
'<' is not followed by whitespace. | 167 | |
Line contains a tab character. | 168 | |
'cast' is not followed by whitespace. | 168 | |
Line is longer than 80 characters. | 170 | |
Line contains a tab character. | 170 | |
'cast' is not followed by whitespace. | 170 | |
Line is longer than 80 characters. | 171 | |
Line contains a tab character. | 171 | |
'cast' is not followed by whitespace. | 171 | |
Line has trailing spaces. | 172 | |
Line contains a tab character. | 172 | |
'for' construct must use '{}'s. | 173 | |
Line contains a tab character. | 173 | |
'=' is not preceded with whitespace. | 173 | |
'=' is not followed by whitespace. | 173 | |
'<' is not preceded with whitespace. | 173 | |
'10' is a magic number. | 173 | |
'<' is not followed by whitespace. | 173 | |
Line contains a tab character. | 174 | |
'cast' is not followed by whitespace. | 174 | |
Line has trailing spaces. | 175 | |
Line contains a tab character. | 175 | |
Line contains a tab character. | 176 | |
'cast' is not followed by whitespace. | 176 | |
Line has trailing spaces. | 177 | |
Line contains a tab character. | 177 | |
Line contains a tab character. | 178 | |
Line contains a tab character. | 179 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 9 | |
Line has trailing spaces. | 14 | |
Line has trailing spaces. | 18 | |
'{' should be on the previous line. | 42 | |
Line has trailing spaces. | 43 | |
Line contains a tab character. | 43 | |
Line has trailing spaces. | 54 | |
Line contains a tab character. | 54 | |
Missing a Javadoc comment. | 55 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
'{' should be on the previous line. | 56 | |
Line contains a tab character. | 57 | |
Missing a Javadoc comment. | 57 | |
Name 'OffsetToData' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 | |
Variable 'OffsetToData' must be private and have accessor methods. | 57 | |
Line contains a tab character. | 58 | |
Missing a Javadoc comment. | 58 | |
Name 'Size' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 | |
Variable 'Size' must be private and have accessor methods. | 58 | |
Line contains a tab character. | 59 | |
Missing a Javadoc comment. | 59 | |
Name 'CodePage' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 59 | |
Variable 'CodePage' must be private and have accessor methods. | 59 | |
Line contains a tab character. | 60 | |
Missing a Javadoc comment. | 60 | |
Name 'Reserved' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 | |
Variable 'Reserved' must be private and have accessor methods. | 60 | |
Line contains a tab character. | 61 | |
Missing a Javadoc comment. | 61 | |
Name 'Data' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 | |
Variable 'Data' must be private and have accessor methods. | 61 | |
Line has trailing spaces. | 62 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 | |
Missing a Javadoc comment. | 63 | |
Parameter data should be final. | 63 | |
Line contains a tab character. | 64 | |
'{' should be on the previous line. | 64 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
Line has trailing spaces. | 68 | |
Line contains a tab character. | 68 | |
Line is longer than 80 characters. | 69 | |
Line contains a tab character. | 69 | |
Missing a Javadoc comment. | 69 | |
Parameter chan should be final. | 69 | |
Parameter offset should be final. | 69 | |
Line contains a tab character. | 70 | |
'{' should be on the previous line. | 70 | |
Line contains a tab character. | 71 | |
Line is longer than 80 characters. | 72 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 73 | |
'16' is a magic number. | 73 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 76 | |
Line has trailing spaces. | 77 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
Line has trailing spaces. | 82 | |
Line contains a tab character. | 82 | |
Line is longer than 80 characters. | 83 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
'cast' is not followed by whitespace. | 84 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
Line has trailing spaces. | 89 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 91 | |
Line has trailing spaces. | 92 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 93 | |
Method 'diskSize' is not designed for extension - needs to be abstract, final or empty. | 93 | |
Missing a Javadoc comment. | 93 | |
Line contains a tab character. | 94 | |
'{' should be on the previous line. | 94 | |
Line contains a tab character. | 95 | |
'16' is a magic number. | 95 | |
'cast' is not followed by whitespace. | 95 | |
'if' construct must use '{}'s. | 96 | |
Line contains a tab character. | 96 | |
'%' is not preceded with whitespace. | 96 | |
'%' is not followed by whitespace. | 96 | |
'4' is a magic number. | 96 | |
'>' is not preceded with whitespace. | 96 | |
'>' is not followed by whitespace. | 96 | |
Line contains a tab character. | 97 | |
'4' is a magic number. | 97 | |
'-' is not preceded with whitespace. | 97 | |
'-' is not followed by whitespace. | 97 | |
'%' is not preceded with whitespace. | 97 | |
'%' is not followed by whitespace. | 97 | |
'4' is a magic number. | 97 | |
Line contains a tab character. | 98 | |
Line contains a tab character. | 99 | |
Line has trailing spaces. | 100 | |
Line contains a tab character. | 100 | |
Line contains a tab character. | 101 | |
Method 'dump' is not designed for extension - needs to be abstract, final or empty. | 101 | |
Missing a Javadoc comment. | 101 | |
Parameter out should be final. | 101 | |
Parameter level should be final. | 101 | |
Line contains a tab character. | 102 | |
'{' should be on the previous line. | 102 | |
Line is longer than 80 characters. | 103 | |
Line contains a tab character. | 103 | |
'+' is not preceded with whitespace. | 103 | |
'+' is not followed by whitespace. | 103 | |
Line contains a tab character. | 104 | |
'+' is not preceded with whitespace. | 104 | |
'+' is not followed by whitespace. | 104 | |
Line contains a tab character. | 105 | |
'+' is not preceded with whitespace. | 105 | |
'+' is not followed by whitespace. | 105 | |
Line contains a tab character. | 106 | |
'+' is not preceded with whitespace. | 106 | |
'+' is not followed by whitespace. | 106 | |
Line contains a tab character. | 107 | |
Line contains a tab character. | 108 | |
'=' is not preceded with whitespace. | 108 | |
'=' is not followed by whitespace. | 108 | |
'<' is not preceded with whitespace. | 108 | |
'<' is not followed by whitespace. | 108 | |
Line contains a tab character. | 109 | |
'{' should be on the previous line. | 109 | |
Line is longer than 80 characters. | 110 | |
Line contains a tab character. | 110 | |
'cast' is not followed by whitespace. | 110 | |
Line contains a tab character. | 111 | |
Line contains a tab character. | 112 | |
Line has trailing spaces. | 113 | |
Line contains a tab character. | 113 | |
Line contains a tab character. | 114 | |
Line has trailing spaces. | 115 | |
Line contains a tab character. | 115 | |
Line contains a tab character. | 116 | |
Missing a Javadoc comment. | 116 | |
Parameter level should be final. | 116 | |
Parameter out should be final. | 116 | |
Line contains a tab character. | 117 | |
'{' should be on the previous line. | 117 | |
'for' construct must use '{}'s. | 118 | |
Line contains a tab character. | 118 | |
'=' is not preceded with whitespace. | 118 | |
'=' is not followed by whitespace. | 118 | |
'<' is not preceded with whitespace. | 118 | |
'<' is not followed by whitespace. | 118 | |
Line contains a tab character. | 119 | |
Line contains a tab character. | 120 | |
Line has trailing spaces. | 121 | |
Line contains a tab character. | 121 | |
Line is longer than 80 characters. | 122 | |
Line contains a tab character. | 122 | |
Method 'buildBuffer' is not designed for extension - needs to be abstract, final or empty. | 122 | |
Missing a Javadoc comment. | 122 | |
Parameter buffer should be final. | 122 | |
Parameter virtualBaseOffset should be final. | 122 | |
Parameter dataOffset should be final. | 122 | |
Line contains a tab character. | 123 | |
Line is longer than 80 characters. | 124 | |
Line contains a tab character. | 124 | |
Line has trailing spaces. | 125 | |
Line contains a tab character. | 125 | |
Line contains a tab character. | 126 | |
'16' is a magic number. | 126 | |
Line has trailing spaces. | 127 | |
Line contains a tab character. | 127 | |
Line contains a tab character. | 128 | |
'cast' is not followed by whitespace. | 128 | |
Line contains a tab character. | 129 | |
'cast' is not followed by whitespace. | 129 | |
Line contains a tab character. | 130 | |
'cast' is not followed by whitespace. | 130 | |
Line contains a tab character. | 131 | |
'cast' is not followed by whitespace. | 131 | |
Line has trailing spaces. | 132 | |
Line contains a tab character. | 132 | |
Line contains a tab character. | 133 | |
Line contains a tab character. | 134 | |
Line has trailing spaces. | 135 | |
Line contains a tab character. | 135 | |
Line contains a tab character. | 136 | |
'if' construct must use '{}'s. | 137 | |
Line contains a tab character. | 137 | |
'%' is not preceded with whitespace. | 137 | |
'%' is not followed by whitespace. | 137 | |
'4' is a magic number. | 137 | |
'>' is not preceded with whitespace. | 137 | |
'>' is not followed by whitespace. | 137 | |
Line contains a tab character. | 138 | |
'4' is a magic number. | 138 | |
'-' is not preceded with whitespace. | 138 | |
'-' is not followed by whitespace. | 138 | |
'%' is not preceded with whitespace. | 138 | |
'%' is not followed by whitespace. | 138 | |
'4' is a magic number. | 138 | |
Line has trailing spaces. | 139 | |
Line contains a tab character. | 139 | |
Line contains a tab character. | 140 | |
Line contains a tab character. | 141 | |
Line has trailing spaces. | 142 | |
Line contains a tab character. | 142 | |
Line contains a tab character. | 143 | |
Method 'setData' is not designed for extension - needs to be abstract, final or empty. | 143 | |
Missing a Javadoc comment. | 143 | |
Parameter data should be final. | 143 | |
Line contains a tab character. | 144 | |
'{' should be on the previous line. | 144 | |
Line contains a tab character. | 145 | |
Line contains a tab character. | 146 | |
Line contains a tab character. | 147 | |
Line contains a tab character. | 148 | |
Line has trailing spaces. | 149 | |
Line contains a tab character. | 149 | |
Missing a Javadoc comment. | 150 | |
Line contains a tab character. | 150 | |
Line contains a tab character. | 151 | |
'{' should be on the previous line. | 151 | |
Line contains a tab character. | 152 | |
Missing a Javadoc comment. | 152 | |
Name 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 152 | |
Variable 'Id' must be private and have accessor methods. | 152 | |
Line contains a tab character. | 153 | |
Missing a Javadoc comment. | 153 | |
Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 153 | |
Variable 'Name' must be private and have accessor methods. | 153 | |
Line has trailing spaces. | 154 | |
Line contains a tab character. | 154 | |
Line contains a tab character. | 155 | |
Missing a Javadoc comment. | 155 | |
Name 'Directory' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 155 | |
Variable 'Directory' must be private and have accessor methods. | 155 | |
Line contains a tab character. | 156 | |
Missing a Javadoc comment. | 156 | |
Name 'Data' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 156 | |
Variable 'Data' must be private and have accessor methods. | 156 | |
Line has trailing spaces. | 157 | |
Line contains a tab character. | 157 | |
Line contains a tab character. | 158 | |
Missing a Javadoc comment. | 158 | |
Parameter id should be final. | 158 | |
Parameter data should be final. | 158 | |
Line contains a tab character. | 159 | |
'{' should be on the previous line. | 159 | |
Line contains a tab character. | 160 | |
Line contains a tab character. | 161 | |
Line contains a tab character. | 162 | |
Line has trailing spaces. | 163 | |
Line contains a tab character. | 163 | |
Line contains a tab character. | 164 | |
Missing a Javadoc comment. | 164 | |
Parameter name should be final. | 164 | |
Parameter data should be final. | 164 | |
Line contains a tab character. | 165 | |
'{' should be on the previous line. | 165 | |
Line contains a tab character. | 166 | |
Line contains a tab character. | 167 | |
Line contains a tab character. | 168 | |
Line has trailing spaces. | 169 | |
Line contains a tab character. | 169 | |
Line contains a tab character. | 170 | |
Missing a Javadoc comment. | 170 | |
Parameter id should be final. | 170 | |
Parameter dir should be final. | 170 | |
Line contains a tab character. | 171 | |
'{' should be on the previous line. | 171 | |
Line contains a tab character. | 172 | |
Line contains a tab character. | 173 | |
Line contains a tab character. | 174 | |
Line has trailing spaces. | 175 | |
Line contains a tab character. | 175 | |
Line contains a tab character. | 176 | |
Missing a Javadoc comment. | 176 | |
Parameter name should be final. | 176 | |
Parameter dir should be final. | 176 | |
Line contains a tab character. | 177 | |
'{' should be on the previous line. | 177 | |
Line contains a tab character. | 178 | |
Line contains a tab character. | 179 | |
Line contains a tab character. | 180 | |
Line has trailing spaces. | 181 | |
Line contains a tab character. | 181 | |
Line contains a tab character. | 182 | |
Missing a Javadoc comment. | 182 | |
Parameter chan should be final. | 182 | |
Line contains a tab character. | 183 | |
'{' should be on the previous line. | 183 | |
Line is longer than 80 characters. | 184 | |
Line contains a tab character. | 184 | |
Line contains a tab character. | 185 | |
'8' is a magic number. | 185 | |
Line contains a tab character. | 186 | |
Line contains a tab character. | 187 | |
Line contains a tab character. | 188 | |
Line contains a tab character. | 189 | |
Line contains a tab character. | 190 | |
Line contains a tab character. | 191 | |
Line is longer than 80 characters. | 192 | |
Line contains a tab character. | 192 | |
Line is longer than 80 characters. | 193 | |
Line contains a tab character. | 193 | |
Line has trailing spaces. | 194 | |
Line contains a tab character. | 194 | |
Line contains a tab character. | 195 | |
Line contains a tab character. | 196 | |
'{' should be on the previous line. | 196 | |
Line contains a tab character. | 197 | |
'0x7FFFFFFF' is a magic number. | 197 | |
Line contains a tab character. | 198 | |
Line contains a tab character. | 199 | |
Line is longer than 80 characters. | 200 | |
Line contains a tab character. | 200 | |
Line contains a tab character. | 201 | |
Line contains a tab character. | 202 | |
'{' should be on the previous line. | 202 | |
Line contains a tab character. | 203 | |
Line contains a tab character. | 204 | |
Line has trailing spaces. | 205 | |
Line contains a tab character. | 205 | |
Line contains a tab character. | 206 | |
Line contains a tab character. | 207 | |
'{' should be on the previous line. | 207 | |
Line contains a tab character. | 208 | |
'0x7FFFFFFF' is a magic number. | 208 | |
Line contains a tab character. | 209 | |
Line is longer than 80 characters. | 210 | |
Line contains a tab character. | 210 | |
'+' is not preceded with whitespace. | 210 | |
'+' is not followed by whitespace. | 210 | |
Line is longer than 80 characters. | 211 | |
Line contains a tab character. | 211 | |
Line contains a tab character. | 212 | |
Line contains a tab character. | 213 | |
Line contains a tab character. | 214 | |
'{' should be on the previous line. | 214 | |
Line contains a tab character. | 215 | |
Line contains a tab character. | 216 | |
Line contains a tab character. | 217 | |
Line has trailing spaces. | 218 | |
Line contains a tab character. | 218 | |
Line is longer than 80 characters. | 219 | |
Line contains a tab character. | 219 | |
Method 'extractStringAt' is not designed for extension - needs to be abstract, final or empty. | 219 | |
Missing a Javadoc comment. | 219 | |
Parameter chan should be final. | 219 | |
Parameter offset should be final. | 219 | |
Line contains a tab character. | 220 | |
Line contains a tab character. | 221 | |
Line is longer than 80 characters. | 222 | |
Line contains a tab character. | 222 | |
Line has trailing spaces. | 223 | |
Line contains a tab character. | 223 | |
Line contains a tab character. | 224 | |
Line contains a tab character. | 225 | |
Line contains a tab character. | 226 | |
Line contains a tab character. | 227 | |
Line has trailing spaces. | 228 | |
Line contains a tab character. | 228 | |
Line contains a tab character. | 229 | |
Line contains a tab character. | 230 | |
'*' is not preceded with whitespace. | 230 | |
'*' is not followed by whitespace. | 230 | |
Line contains a tab character. | 231 | |
Line contains a tab character. | 232 | |
Line contains a tab character. | 233 | |
Line has trailing spaces. | 234 | |
Line contains a tab character. | 234 | |
Line contains a tab character. | 235 | |
Line contains a tab character. | 236 | |
'=' is not preceded with whitespace. | 236 | |
'=' is not followed by whitespace. | 236 | |
'<' is not preceded with whitespace. | 236 | |
'<' is not followed by whitespace. | 236 | |
Line contains a tab character. | 237 | |
'{' should be on the previous line. | 237 | |
Line contains a tab character. | 238 | |
Line contains a tab character. | 239 | |
'cast' is not followed by whitespace. | 239 | |
Line contains a tab character. | 240 | |
Line has trailing spaces. | 241 | |
Line contains a tab character. | 241 | |
Line contains a tab character. | 242 | |
Line contains a tab character. | 243 | |
Line contains a tab character. | 244 | |
Line has trailing spaces. | 245 | |
Line contains a tab character. | 245 | |
Line contains a tab character. | 246 | |
Method 'diskSize' is not designed for extension - needs to be abstract, final or empty. | 246 | |
Missing a Javadoc comment. | 246 | |
Line contains a tab character. | 247 | |
'{' should be on the previous line. | 247 | |
Line contains a tab character. | 248 | |
'8' is a magic number. | 248 | |
'if' construct must use '{}'s. | 249 | |
Line contains a tab character. | 249 | |
Line contains a tab character. | 250 | |
'*' is not preceded with whitespace. | 250 | |
'*' is not followed by whitespace. | 250 | |
Line has trailing spaces. | 251 | |
Line contains a tab character. | 251 | |
'if' construct must use '{}'s. | 252 | |
Line contains a tab character. | 252 | |
Line contains a tab character. | 253 | |
'if' construct must use '{}'s. | 254 | |
Line contains a tab character. | 254 | |
Line contains a tab character. | 255 | |
Line has trailing spaces. | 256 | |
Line contains a tab character. | 256 | |
'if' construct must use '{}'s. | 257 | |
Line contains a tab character. | 257 | |
'%' is not preceded with whitespace. | 257 | |
'%' is not followed by whitespace. | 257 | |
'4' is a magic number. | 257 | |
'>' is not preceded with whitespace. | 257 | |
'>' is not followed by whitespace. | 257 | |
Line contains a tab character. | 258 | |
'4' is a magic number. | 258 | |
'-' is not preceded with whitespace. | 258 | |
'-' is not followed by whitespace. | 258 | |
'%' is not preceded with whitespace. | 258 | |
'%' is not followed by whitespace. | 258 | |
'4' is a magic number. | 258 | |
Line contains a tab character. | 259 | |
Line contains a tab character. | 260 | |
Line has trailing spaces. | 261 | |
Line contains a tab character. | 261 | |
Line contains a tab character. | 262 | |
Method 'dump' is not designed for extension - needs to be abstract, final or empty. | 262 | |
Missing a Javadoc comment. | 262 | |
Parameter out should be final. | 262 | |
Parameter level should be final. | 262 | |
Line contains a tab character. | 263 | |
'{' should be on the previous line. | 263 | |
Line contains a tab character. | 264 | |
'if' construct must use '{}'s. | 265 | |
Line contains a tab character. | 265 | |
Line contains a tab character. | 266 | |
'else' construct must use '{}'s. | 267 | |
Line contains a tab character. | 267 | |
Line contains a tab character. | 268 | |
Line has trailing spaces. | 269 | |
Line contains a tab character. | 269 | |
Line contains a tab character. | 270 | |
Line contains a tab character. | 271 | |
Line contains a tab character. | 272 | |
'{' should be on the previous line. | 272 | |
Line contains a tab character. | 273 | |
Line contains a tab character. | 274 | |
Line contains a tab character. | 275 | |
'}' should be on the same line. | 275 | |
Line contains a tab character. | 276 | |
Line contains a tab character. | 277 | |
'{' should be on the previous line. | 277 | |
Line contains a tab character. | 278 | |
Line contains a tab character. | 279 | |
'+' is not preceded with whitespace. | 279 | |
'+' is not followed by whitespace. | 279 | |
Line contains a tab character. | 280 | |
Line contains a tab character. | 281 | |
Line has trailing spaces. | 282 | |
Line contains a tab character. | 282 | |
Line contains a tab character. | 283 | |
Missing a Javadoc comment. | 283 | |
Parameter level should be final. | 283 | |
Parameter out should be final. | 283 | |
Line contains a tab character. | 284 | |
'{' should be on the previous line. | 284 | |
'for' construct must use '{}'s. | 285 | |
Line contains a tab character. | 285 | |
'=' is not preceded with whitespace. | 285 | |
'=' is not followed by whitespace. | 285 | |
'<' is not preceded with whitespace. | 285 | |
'<' is not followed by whitespace. | 285 | |
Line contains a tab character. | 286 | |
Line contains a tab character. | 287 | |
Line has trailing spaces. | 288 | |
Line contains a tab character. | 288 | |
Line is longer than 80 characters. | 289 | |
Line contains a tab character. | 289 | |
Method 'buildBuffer' is not designed for extension - needs to be abstract, final or empty. | 289 | |
Missing a Javadoc comment. | 289 | |
Parameter buffer should be final. | 289 | |
Parameter virtualBaseOffset should be final. | 289 | |
Parameter dataOffset should be final. | 289 | |
Line contains a tab character. | 290 | |
Line is longer than 80 characters. | 291 | |
Line contains a tab character. | 291 | |
Line contains a tab character. | 292 | |
Line contains a tab character. | 293 | |
'{' should be on the previous line. | 293 | |
Line contains a tab character. | 294 | |
'cast' is not followed by whitespace. | 294 | |
'0x80000000' is a magic number. | 294 | |
Line has trailing spaces. | 295 | |
Line contains a tab character. | 295 | |
Line contains a tab character. | 296 | |
Line is longer than 80 characters. | 297 | |
Line contains a tab character. | 297 | |
'*' is not preceded with whitespace. | 297 | |
'*' is not followed by whitespace. | 297 | |
Line contains a tab character. | 298 | |
Line has trailing spaces. | 299 | |
Line contains a tab character. | 299 | |
Line contains a tab character. | 300 | |
'cast' is not followed by whitespace. | 300 | |
Line contains a tab character. | 301 | |
'=' is not preceded with whitespace. | 301 | |
'=' is not followed by whitespace. | 301 | |
'<' is not preceded with whitespace. | 301 | |
'<' is not followed by whitespace. | 301 | |
Line contains a tab character. | 302 | |
'{' should be on the previous line. | 302 | |
Line contains a tab character. | 303 | |
'cast' is not followed by whitespace. | 303 | |
Line contains a tab character. | 304 | |
Line contains a tab character. | 305 | |
Line has trailing spaces. | 306 | |
Line contains a tab character. | 306 | |
Line contains a tab character. | 307 | |
Line contains a tab character. | 308 | |
Line contains a tab character. | 309 | |
Line contains a tab character. | 310 | |
'*' is not preceded with whitespace. | 310 | |
'*' is not followed by whitespace. | 310 | |
'if' construct must use '{}'s. | 311 | |
Line contains a tab character. | 311 | |
'%' is not preceded with whitespace. | 311 | |
'%' is not followed by whitespace. | 311 | |
'4' is a magic number. | 311 | |
Line contains a tab character. | 312 | |
'4' is a magic number. | 312 | |
'-' is not preceded with whitespace. | 312 | |
'-' is not followed by whitespace. | 312 | |
'%' is not preceded with whitespace. | 312 | |
'%' is not followed by whitespace. | 312 | |
'4' is a magic number. | 312 | |
Line contains a tab character. | 313 | |
'cast' is not followed by whitespace. | 313 | |
Line contains a tab character. | 314 | |
Line contains a tab character. | 315 | |
'{' should be on the previous line. | 315 | |
Line contains a tab character. | 316 | |
Line contains a tab character. | 317 | |
Line has trailing spaces. | 318 | |
Line contains a tab character. | 318 | |
Line contains a tab character. | 319 | |
Line contains a tab character. | 320 | |
'{' should be on the previous line. | 320 | |
Line contains a tab character. | 321 | |
'cast' is not followed by whitespace. | 321 | |
'0x80000000' is a magic number. | 321 | |
Line has trailing spaces. | 322 | |
Line contains a tab character. | 322 | |
Line contains a tab character. | 323 | |
Line contains a tab character. | 324 | |
Line is longer than 80 characters. | 325 | |
Line contains a tab character. | 325 | |
Line contains a tab character. | 326 | |
Line contains a tab character. | 327 | |
Line has trailing spaces. | 328 | |
Line contains a tab character. | 328 | |
Line contains a tab character. | 329 | |
Line contains a tab character. | 330 | |
'{' should be on the previous line. | 330 | |
Line contains a tab character. | 331 | |
Line contains a tab character. | 332 | |
Line contains a tab character. | 333 | |
Line is longer than 80 characters. | 334 | |
Line contains a tab character. | 334 | |
Line contains a tab character. | 335 | |
Line contains a tab character. | 336 | |
Line contains a tab character. | 337 | |
'{' should be on the previous line. | 337 | |
Line is longer than 80 characters. | 338 | |
Line contains a tab character. | 338 | |
Line contains a tab character. | 339 | |
Line has trailing spaces. | 340 | |
Line contains a tab character. | 340 | |
Line contains a tab character. | 341 | |
Line contains a tab character. | 342 | |
Line contains a tab character. | 343 | |
Line has trailing spaces. | 344 | |
Line contains a tab character. | 344 | |
Missing a Javadoc comment. | 345 | |
Line contains a tab character. | 345 | |
Line contains a tab character. | 346 | |
'{' should be on the previous line. | 346 | |
Line contains a tab character. | 347 | |
Missing a Javadoc comment. | 347 | |
Name 'Characteristics' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 347 | |
Variable 'Characteristics' must be private and have accessor methods. | 347 | |
Line contains a tab character. | 348 | |
Missing a Javadoc comment. | 348 | |
Name 'TimeDateStamp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 348 | |
Variable 'TimeDateStamp' must be private and have accessor methods. | 348 | |
Line contains a tab character. | 349 | |
Missing a Javadoc comment. | 349 | |
Name 'MajorVersion' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 349 | |
Variable 'MajorVersion' must be private and have accessor methods. | 349 | |
Line contains a tab character. | 350 | |
Missing a Javadoc comment. | 350 | |
Name 'MinorVersion' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 350 | |
Variable 'MinorVersion' must be private and have accessor methods. | 350 | |
Line contains a tab character. | 351 | |
Missing a Javadoc comment. | 351 | |
Name 'NumberOfNamedEntries' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 351 | |
Variable 'NumberOfNamedEntries' must be private and have accessor methods. | 351 | |
Line contains a tab character. | 352 | |
Missing a Javadoc comment. | 352 | |
Name 'NumberOfIdEntries' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 352 | |
Variable 'NumberOfIdEntries' must be private and have accessor methods. | 352 | |
Line contains a tab character. | 353 | |
Missing a Javadoc comment. | 353 | |
Name 'NamedEntries' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 353 | |
Variable 'NamedEntries' must be private and have accessor methods. | 353 | |
Line contains a tab character. | 354 | |
Missing a Javadoc comment. | 354 | |
Name 'IdEntries' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 354 | |
Variable 'IdEntries' must be private and have accessor methods. | 354 | |
Line has trailing spaces. | 355 | |
Line contains a tab character. | 355 | |
Line contains a tab character. | 356 | |
Missing a Javadoc comment. | 356 | |
Line contains a tab character. | 357 | |
'{' should be on the previous line. | 357 | |
Line contains a tab character. | 358 | |
Line has trailing spaces. | 359 | |
Line contains a tab character. | 359 | |
Line is longer than 80 characters. | 360 | |
Line contains a tab character. | 360 | |
Missing a Javadoc comment. | 360 | |
Parameter chan should be final. | 360 | |
Line contains a tab character. | 361 | |
'{' should be on the previous line. | 361 | |
Line contains a tab character. | 362 | |
'16' is a magic number. | 362 | |
Line contains a tab character. | 363 | |
Line contains a tab character. | 364 | |
Line contains a tab character. | 365 | |
Line has trailing spaces. | 366 | |
Line contains a tab character. | 366 | |
Line contains a tab character. | 367 | |
Line contains a tab character. | 368 | |
Line contains a tab character. | 369 | |
Line contains a tab character. | 370 | |
Line contains a tab character. | 371 | |
Line contains a tab character. | 372 | |
Line has trailing spaces. | 373 | |
Line contains a tab character. | 373 | |
Line contains a tab character. | 374 | |
'=' is not preceded with whitespace. | 374 | |
'=' is not followed by whitespace. | 374 | |
'<' is not preceded with whitespace. | 374 | |
'<' is not followed by whitespace. | 374 | |
Line contains a tab character. | 375 | |
'{' should be on the previous line. | 375 | |
Line contains a tab character. | 376 | |
Line contains a tab character. | 377 | |
Line contains a tab character. | 378 | |
Line contains a tab character. | 379 | |
'=' is not preceded with whitespace. | 379 | |
'=' is not followed by whitespace. | 379 | |
'<' is not preceded with whitespace. | 379 | |
'<' is not followed by whitespace. | 379 | |
Line contains a tab character. | 380 | |
'{' should be on the previous line. | 380 | |
Line contains a tab character. | 381 | |
Line contains a tab character. | 382 | |
Line contains a tab character. | 383 | |
Line contains a tab character. | 384 | |
Line has trailing spaces. | 385 | |
Line contains a tab character. | 385 | |
Line contains a tab character. | 386 | |
Method 'addNamedEntry' is not designed for extension - needs to be abstract, final or empty. | 386 | |
Missing a Javadoc comment. | 386 | |
Parameter entry should be final. | 386 | |
Line contains a tab character. | 387 | |
'{' should be on the previous line. | 387 | |
Line contains a tab character. | 388 | |
Line contains a tab character. | 389 | |
Line has trailing spaces. | 390 | |
Line contains a tab character. | 390 | |
Line contains a tab character. | 391 | |
Method 'addIdEntry' is not designed for extension - needs to be abstract, final or empty. | 391 | |
Missing a Javadoc comment. | 391 | |
Parameter entry should be final. | 391 | |
Line contains a tab character. | 392 | |
'{' should be on the previous line. | 392 | |
Line contains a tab character. | 393 | |
Line contains a tab character. | 394 | |
Line has trailing spaces. | 395 | |
Line contains a tab character. | 395 | |
Line contains a tab character. | 396 | |
Method 'addEntry' is not designed for extension - needs to be abstract, final or empty. | 396 | |
Missing a Javadoc comment. | 396 | |
Parameter entry should be final. | 396 | |
Line contains a tab character. | 397 | |
'{' should be on the previous line. | 397 | |
'if' construct must use '{}'s. | 398 | |
Line contains a tab character. | 398 | |
Line contains a tab character. | 399 | |
'else' construct must use '{}'s. | 400 | |
Line contains a tab character. | 400 | |
Line contains a tab character. | 401 | |
Line contains a tab character. | 402 | |
Line has trailing spaces. | 403 | |
Line contains a tab character. | 403 | |
Line contains a tab character. | 404 | |
Method 'dump' is not designed for extension - needs to be abstract, final or empty. | 404 | |
Missing a Javadoc comment. | 404 | |
Parameter out should be final. | 404 | |
Parameter level should be final. | 404 | |
Line contains a tab character. | 405 | |
'{' should be on the previous line. | 405 | |
Line contains a tab character. | 406 | |
Line is longer than 80 characters. | 407 | |
Line contains a tab character. | 407 | |
Line is longer than 80 characters. | 408 | |
Line contains a tab character. | 408 | |
Line is longer than 80 characters. | 409 | |
Line contains a tab character. | 409 | |
Line is longer than 80 characters. | 410 | |
Line contains a tab character. | 410 | |
Line is longer than 80 characters. | 411 | |
Line contains a tab character. | 411 | |
Line is longer than 80 characters. | 412 | |
Line contains a tab character. | 412 | |
Line contains a tab character. | 413 | |
Line contains a tab character. | 414 | |
'=' is not preceded with whitespace. | 414 | |
'=' is not followed by whitespace. | 414 | |
'<' is not preceded with whitespace. | 414 | |
'<' is not followed by whitespace. | 414 | |
Line contains a tab character. | 415 | |
'{' should be on the previous line. | 415 | |
Line is longer than 80 characters. | 416 | |
Line contains a tab character. | 416 | |
'cast' is not followed by whitespace. | 416 | |
Line contains a tab character. | 417 | |
'+' is not preceded with whitespace. | 417 | |
'+' is not followed by whitespace. | 417 | |
Line contains a tab character. | 418 | |
Line contains a tab character. | 419 | |
Line contains a tab character. | 420 | |
'=' is not preceded with whitespace. | 420 | |
'=' is not followed by whitespace. | 420 | |
'<' is not preceded with whitespace. | 420 | |
'<' is not followed by whitespace. | 420 | |
Line contains a tab character. | 421 | |
'{' should be on the previous line. | 421 | |
Line is longer than 80 characters. | 422 | |
Line contains a tab character. | 422 | |
'cast' is not followed by whitespace. | 422 | |
Line contains a tab character. | 423 | |
'+' is not preceded with whitespace. | 423 | |
'+' is not followed by whitespace. | 423 | |
Line contains a tab character. | 424 | |
Line contains a tab character. | 425 | |
Line has trailing spaces. | 426 | |
Line contains a tab character. | 426 | |
Line contains a tab character. | 427 | |
Missing a Javadoc comment. | 427 | |
Parameter level should be final. | 427 | |
Parameter out should be final. | 427 | |
Line contains a tab character. | 428 | |
'{' should be on the previous line. | 428 | |
'for' construct must use '{}'s. | 429 | |
Line contains a tab character. | 429 | |
'=' is not preceded with whitespace. | 429 | |
'=' is not followed by whitespace. | 429 | |
'<' is not preceded with whitespace. | 429 | |
'<' is not followed by whitespace. | 429 | |
Line contains a tab character. | 430 | |
Line contains a tab character. | 431 | |
Line has trailing spaces. | 432 | |
Line contains a tab character. | 432 | |
Line contains a tab character. | 433 | |
Method 'diskSize' is not designed for extension - needs to be abstract, final or empty. | 433 | |
Missing a Javadoc comment. | 433 | |
Line contains a tab character. | 434 | |
'{' should be on the previous line. | 434 | |
Line contains a tab character. | 435 | |
'16' is a magic number. | 435 | |
Line contains a tab character. | 436 | |
'=' is not preceded with whitespace. | 436 | |
'=' is not followed by whitespace. | 436 | |
'<' is not preceded with whitespace. | 436 | |
'<' is not followed by whitespace. | 436 | |
Line contains a tab character. | 437 | |
'{' should be on the previous line. | 437 | |
Line is longer than 80 characters. | 438 | |
Line contains a tab character. | 438 | |
'cast' is not followed by whitespace. | 438 | |
Line contains a tab character. | 439 | |
Line contains a tab character. | 440 | |
Line contains a tab character. | 441 | |
'=' is not preceded with whitespace. | 441 | |
'=' is not followed by whitespace. | 441 | |
'<' is not preceded with whitespace. | 441 | |
'<' is not followed by whitespace. | 441 | |
Line contains a tab character. | 442 | |
'{' should be on the previous line. | 442 | |
Line is longer than 80 characters. | 443 | |
Line contains a tab character. | 443 | |
'cast' is not followed by whitespace. | 443 | |
Line contains a tab character. | 444 | |
Line contains a tab character. | 445 | |
Line has trailing spaces. | 446 | |
Line contains a tab character. | 446 | |
'if' construct must use '{}'s. | 447 | |
Line contains a tab character. | 447 | |
'%' is not preceded with whitespace. | 447 | |
'%' is not followed by whitespace. | 447 | |
'4' is a magic number. | 447 | |
'>' is not preceded with whitespace. | 447 | |
'>' is not followed by whitespace. | 447 | |
Line contains a tab character. | 448 | |
'4' is a magic number. | 448 | |
'-' is not preceded with whitespace. | 448 | |
'-' is not followed by whitespace. | 448 | |
'%' is not preceded with whitespace. | 448 | |
'%' is not followed by whitespace. | 448 | |
'4' is a magic number. | 448 | |
Line has trailing spaces. | 449 | |
Line contains a tab character. | 449 | |
Line contains a tab character. | 450 | |
Line contains a tab character. | 451 | |
Line has trailing spaces. | 452 | |
Line contains a tab character. | 452 | |
Line is longer than 80 characters. | 453 | |
Line contains a tab character. | 453 | |
Method 'buildBuffer' is not designed for extension - needs to be abstract, final or empty. | 453 | |
Missing a Javadoc comment. | 453 | |
Parameter buffer should be final. | 453 | |
Parameter virtualBaseOffset should be final. | 453 | |
Line contains a tab character. | 454 | |
'{' should be on the previous line. | 454 | |
Line is longer than 80 characters. | 455 | |
Line contains a tab character. | 455 | |
Line has trailing spaces. | 456 | |
Line contains a tab character. | 456 | |
Line contains a tab character. | 457 | |
'cast' is not followed by whitespace. | 457 | |
Line contains a tab character. | 458 | |
'cast' is not followed by whitespace. | 458 | |
Line contains a tab character. | 459 | |
'cast' is not followed by whitespace. | 459 | |
Line contains a tab character. | 460 | |
'cast' is not followed by whitespace. | 460 | |
Line contains a tab character. | 461 | |
'cast' is not followed by whitespace. | 461 | |
Line contains a tab character. | 462 | |
'cast' is not followed by whitespace. | 462 | |
Line has trailing spaces. | 463 | |
Line contains a tab character. | 463 | |
Line is longer than 80 characters. | 464 | |
Line contains a tab character. | 464 | |
'*' is not preceded with whitespace. | 464 | |
'*' is not followed by whitespace. | 464 | |
'8' is a magic number. | 464 | |
'*' is not preceded with whitespace. | 464 | |
'*' is not followed by whitespace. | 464 | |
'8' is a magic number. | 464 | |
Line has trailing spaces. | 465 | |
Line contains a tab character. | 465 | |
Line contains a tab character. | 466 | |
'=' is not preceded with whitespace. | 466 | |
'=' is not followed by whitespace. | 466 | |
'<' is not preceded with whitespace. | 466 | |
'<' is not followed by whitespace. | 466 | |
Line contains a tab character. | 467 | |
'{' should be on the previous line. | 467 | |
Line is longer than 80 characters. | 468 | |
Line contains a tab character. | 468 | |
'cast' is not followed by whitespace. | 468 | |
Line is longer than 80 characters. | 469 | |
Line contains a tab character. | 469 | |
Line contains a tab character. | 470 | |
Line has trailing spaces. | 471 | |
Line contains a tab character. | 471 | |
Line contains a tab character. | 472 | |
'=' is not preceded with whitespace. | 472 | |
'=' is not followed by whitespace. | 472 | |
'<' is not preceded with whitespace. | 472 | |
'<' is not followed by whitespace. | 472 | |
Line contains a tab character. | 473 | |
'{' should be on the previous line. | 473 | |
Line is longer than 80 characters. | 474 | |
Line contains a tab character. | 474 | |
'cast' is not followed by whitespace. | 474 | |
Line is longer than 80 characters. | 475 | |
Line contains a tab character. | 475 | |
Line contains a tab character. | 476 | |
Line has trailing spaces. | 477 | |
Line contains a tab character. | 477 | |
Line contains a tab character. | 478 | |
Line contains a tab character. | 479 | |
Line contains a tab character. | 480 | |
Line has trailing spaces. | 481 | |
Line contains a tab character. | 481 | |
Line contains a tab character. | 482 | |
Method 'getResourceEntry' is not designed for extension - needs to be abstract, final or empty. | 482 | |
Missing a Javadoc comment. | 482 | |
Parameter name should be final. | 482 | |
Line contains a tab character. | 483 | |
'{' should be on the previous line. | 483 | |
Line has trailing spaces. | 484 | |
Line contains a tab character. | 484 | |
Line has trailing spaces. | 485 | |
Line contains a tab character. | 485 | |
Line contains a tab character. | 486 | |
Line contains a tab character. | 487 | |
Line contains a tab character. | 488 | |
'{' should be on the previous line. | 488 | |
Line contains a tab character. | 489 | |
Line contains a tab character. | 490 | |
'{' should be on the previous line. | 490 | |
Line is longer than 80 characters. | 491 | |
Line contains a tab character. | 491 | |
'cast' is not followed by whitespace. | 491 | |
Line contains a tab character. | 492 | |
Line has trailing spaces. | 493 | |
Line contains a tab character. | 493 | |
Line contains a tab character. | 494 | |
'{' should be on the previous line. | 494 | |
Line is longer than 80 characters. | 495 | |
Line contains a tab character. | 495 | |
'cast' is not followed by whitespace. | 495 | |
Line contains a tab character. | 496 | |
Line contains a tab character. | 497 | |
Line contains a tab character. | 498 | |
Line has trailing spaces. | 499 | |
Line contains a tab character. | 499 | |
Line contains a tab character. | 500 | |
'>' is not preceded with whitespace. | 500 | |
'>' is not followed by whitespace. | 500 | |
'==' is not preceded with whitespace. | 500 | |
'==' is not followed by whitespace. | 500 | |
Line contains a tab character. | 501 | |
'{' should be on the previous line. | 501 | |
Line contains a tab character. | 502 | |
Line contains a tab character. | 503 | |
'{' should be on the previous line. | 503 | |
Line contains a tab character. | 504 | |
Line contains a tab character. | 505 | |
Line contains a tab character. | 506 | |
Line contains a tab character. | 507 | |
Line contains a tab character. | 508 | |
'{' should be on the previous line. | 508 | |
Line contains a tab character. | 509 | |
Line contains a tab character. | 510 | |
Line contains a tab character. | 511 | |
Line has trailing spaces. | 512 | |
Line contains a tab character. | 512 | |
Line is longer than 80 characters. | 513 | |
Line contains a tab character. | 513 | |
'=' is not preceded with whitespace. | 513 | |
'=' is not followed by whitespace. | 513 | |
';' is followed by whitespace. | 513 | |
Line contains a tab character. | 514 | |
'{' should be on the previous line. | 514 | |
Line contains a tab character. | 515 | |
'cast' is not followed by whitespace. | 515 | |
Line contains a tab character. | 516 | |
Line contains a tab character. | 517 | |
'{' should be on the previous line. | 517 | |
Line contains a tab character. | 518 | |
Line contains a tab character. | 519 | |
Line contains a tab character. | 520 | |
Line contains a tab character. | 521 | |
Line contains a tab character. | 522 | |
Line has trailing spaces. | 523 | |
Line contains a tab character. | 523 | |
Line contains a tab character. | 524 | |
Method 'getResourceEntry' is not designed for extension - needs to be abstract, final or empty. | 524 | |
Missing a Javadoc comment. | 524 | |
Parameter id should be final. | 524 | |
Line contains a tab character. | 525 | |
'{' should be on the previous line. | 525 | |
Line is longer than 80 characters. | 526 | |
Line contains a tab character. | 526 | |
'=' is not preceded with whitespace. | 526 | |
'=' is not followed by whitespace. | 526 | |
';' is followed by whitespace. | 526 | |
Line contains a tab character. | 527 | |
'{' should be on the previous line. | 527 | |
Line contains a tab character. | 528 | |
'cast' is not followed by whitespace. | 528 | |
Line contains a tab character. | 529 | |
Line contains a tab character. | 530 | |
'{' should be on the previous line. | 530 | |
Line contains a tab character. | 531 | |
Line contains a tab character. | 532 | |
Line contains a tab character. | 533 | |
Line contains a tab character. | 534 | |
Line contains a tab character. | 535 | |
Line has trailing spaces. | 536 | |
Line contains a tab character. | 536 | |
Line contains a tab character. | 537 | |
Line has trailing spaces. | 538 | |
Line contains a tab character. | 538 | |
Line contains a tab character. | 539 | |
Missing a Javadoc comment. | 539 | |
Name 'm_master' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 539 | |
Variable 'm_master' must be private and have accessor methods. | 539 | |
Line contains a tab character. | 540 | |
Missing a Javadoc comment. | 540 | |
Name 'm_file' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 540 | |
Variable 'm_file' must be private and have accessor methods. | 540 | |
Line contains a tab character. | 541 | |
Missing a Javadoc comment. | 541 | |
Name 'm_offsetBase' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 541 | |
Variable 'm_offsetBase' must be private and have accessor methods. | 541 | |
Line has trailing spaces. | 542 | |
Line contains a tab character. | 542 | |
Line contains a tab character. | 543 | |
Missing a Javadoc comment. | 543 | |
Name 'm_root' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 543 | |
Variable 'm_root' must be private and have accessor methods. | 543 | |
Line has trailing spaces. | 544 | |
Line contains a tab character. | 544 | |
First sentence should end with a period. | 545 | |
Line contains a tab character. | 545 | |
Line is longer than 80 characters. | 546 | |
Line contains a tab character. | 546 | |
Parameter file should be final. | 546 | |
Expected @param tag for 'file'. | 546 | |
Parameter sect should be final. | 546 | |
Expected @param tag for 'sect'. | 546 | |
Expected @throws tag for 'IOException'. | 546 | |
Line contains a tab character. | 547 | |
'{' should be on the previous line. | 547 | |
Line contains a tab character. | 548 | |
Line contains a tab character. | 549 | |
Line contains a tab character. | 550 | |
Line contains a tab character. | 551 | |
Line has trailing spaces. | 552 | |
Line contains a tab character. | 552 | |
Line is longer than 80 characters. | 553 | |
Line contains a tab character. | 553 | |
Line has trailing spaces. | 554 | |
Line contains a tab character. | 554 | |
Line contains a tab character. | 555 | |
Line contains a tab character. | 556 | |
Line has trailing spaces. | 557 | |
Line contains a tab character. | 557 | |
Line contains a tab character. | 558 | |
Method 'init' is not designed for extension - needs to be abstract, final or empty. | 558 | |
Missing a Javadoc comment. | 558 | |
Line contains a tab character. | 559 | |
'{' should be on the previous line. | 559 | |
Line contains a tab character. | 560 | |
Line is longer than 80 characters. | 561 | |
Line contains a tab character. | 561 | |
Line contains a tab character. | 562 | |
Line contains a tab character. | 563 | |
Line is longer than 80 characters. | 564 | |
Line contains a tab character. | 564 | |
Line is longer than 80 characters. | 565 | |
Line contains a tab character. | 565 | |
Line contains a tab character. | 566 | |
Line has trailing spaces. | 567 | |
Line contains a tab character. | 567 | |
Line contains a tab character. | 568 | |
Line contains a tab character. | 569 | |
Line has trailing spaces. | 570 | |
Line contains a tab character. | 570 | |
Line contains a tab character. | 571 | |
Method 'dump' is not designed for extension - needs to be abstract, final or empty. | 571 | |
Missing a Javadoc comment. | 571 | |
Parameter out should be final. | 571 | |
Line contains a tab character. | 572 | |
'{' should be on the previous line. | 572 | |
Line contains a tab character. | 573 | |
Line contains a tab character. | 574 | |
Line has trailing spaces. | 575 | |
Line contains a tab character. | 575 | |
Line contains a tab character. | 576 | |
Method 'size' is not designed for extension - needs to be abstract, final or empty. | 576 | |
Missing a Javadoc comment. | 576 | |
Line contains a tab character. | 577 | |
'{' should be on the previous line. | 577 | |
Line contains a tab character. | 578 | |
Line contains a tab character. | 579 | |
Line has trailing spaces. | 580 | |
Line contains a tab character. | 580 | |
Line contains a tab character. | 581 | |
Method 'buildResource' is not designed for extension - needs to be abstract, final or empty. | 581 | |
Missing a Javadoc comment. | 581 | |
Parameter virtualBaseOffset should be final. | 581 | |
Line contains a tab character. | 582 | |
'{' should be on the previous line. | 582 | |
Line is longer than 80 characters. | 583 | |
Line contains a tab character. | 583 | |
Line contains a tab character. | 584 | |
Line contains a tab character. | 585 | |
Line contains a tab character. | 586 | |
Line contains a tab character. | 587 | |
Line contains a tab character. | 588 | |
Line contains a tab character. | 589 | |
Line contains a tab character. | 590 | |
Line has trailing spaces. | 591 | |
Line contains a tab character. | 591 | |
Line contains a tab character. | 592 | |
Method 'getRoot' is not designed for extension - needs to be abstract, final or empty. | 592 | |
Missing a Javadoc comment. | 592 | |
Line contains a tab character. | 593 | |
'{' should be on the previous line. | 593 | |
Line contains a tab character. | 594 | |
Line has trailing spaces. | 595 | |
Line contains a tab character. | 595 | |
Line has trailing spaces. | 596 | |
Line contains a tab character. | 596 | |
Line is longer than 80 characters. | 597 | |
Line contains a tab character. | 597 | |
Method 'replaceResource' is not designed for extension - needs to be abstract, final or empty. | 597 | |
Missing a Javadoc comment. | 597 | |
Parameter catId should be final. | 597 | |
Parameter resourceId should be final. | 597 | |
Parameter langId should be final. | 597 | |
Parameter data should be final. | 597 | |
Line contains a tab character. | 598 | |
Line contains a tab character. | 599 | |
Line contains a tab character. | 600 | |
Line contains a tab character. | 601 | |
'{' should be on the previous line. | 601 | |
Line is longer than 80 characters. | 602 | |
Line contains a tab character. | 602 | |
Line is longer than 80 characters. | 603 | |
Line contains a tab character. | 603 | |
Line contains a tab character. | 604 | |
'{' should be on the previous line. | 604 | |
Line is longer than 80 characters. | 605 | |
Line contains a tab character. | 605 | |
Line is longer than 80 characters. | 606 | |
Line contains a tab character. | 606 | |
Line contains a tab character. | 607 | |
'{' should be on the previous line. | 607 | |
Line contains a tab character. | 608 | |
Line contains a tab character. | 609 | |
Line contains a tab character. | 610 | |
Line contains a tab character. | 611 | |
Line contains a tab character. | 612 | |
Line contains a tab character. | 613 | |
Line contains a tab character. | 614 | |
Line contains a tab character. | 615 | |
Line has trailing spaces. | 616 | |
Line contains a tab character. | 616 | |
Line is longer than 80 characters. | 617 | |
Line contains a tab character. | 617 | |
Method 'addNewResource' is not designed for extension - needs to be abstract, final or empty. | 617 | |
Missing a Javadoc comment. | 617 | |
Parameter catId should be final. | 617 | |
Parameter resourceId should be final. | 617 | |
Parameter languageId should be final. | 617 | |
Parameter data should be final. | 617 | |
Line contains a tab character. | 618 | |
Line contains a tab character. | 619 | |
Line is longer than 80 characters. | 620 | |
Line contains a tab character. | 620 | |
Line is longer than 80 characters. | 621 | |
Line contains a tab character. | 621 | |
Line has trailing spaces. | 622 | |
Line contains a tab character. | 622 | |
Line contains a tab character. | 623 | |
'0x3F2CCF64' is a magic number. | 623 | |
Line contains a tab character. | 624 | |
Line has trailing spaces. | 625 | |
Line contains a tab character. | 625 | |
Line is longer than 80 characters. | 626 | |
Line contains a tab character. | 626 | |
Line has trailing spaces. | 627 | |
Line contains a tab character. | 627 | |
Line contains a tab character. | 628 | |
Line contains a tab character. | 629 | |
'0x3F2CCF64' is a magic number. | 629 | |
Line contains a tab character. | 630 | |
Line has trailing spaces. | 631 | |
Line contains a tab character. | 631 | |
Line contains a tab character. | 632 | |
Line contains a tab character. | 633 | |
Line contains a tab character. | 634 | |
Line has trailing spaces. | 635 | |
Line contains a tab character. | 635 | |
Line contains a tab character. | 636 | |
Method 'getData' is not designed for extension - needs to be abstract, final or empty. | 636 | |
Missing a Javadoc comment. | 636 | |
Parameter catId should be final. | 636 | |
Parameter resourceId should be final. | 636 | |
Parameter langId should be final. | 636 | |
Line contains a tab character. | 637 | |
'{' should be on the previous line. | 637 | |
Line contains a tab character. | 638 | |
Line contains a tab character. | 639 | |
Line contains a tab character. | 640 | |
'{' should be on the previous line. | 640 | |
Line is longer than 80 characters. | 641 | |
Line contains a tab character. | 641 | |
Line is longer than 80 characters. | 642 | |
Line contains a tab character. | 642 | |
Line contains a tab character. | 643 | |
'{' should be on the previous line. | 643 | |
Line is longer than 80 characters. | 644 | |
Line contains a tab character. | 644 | |
Line is longer than 80 characters. | 645 | |
Line contains a tab character. | 645 | |
Line contains a tab character. | 646 | |
'{' should be on the previous line. | 646 | |
Line contains a tab character. | 647 | |
Line contains a tab character. | 648 | |
Line contains a tab character. | 649 | |
Line contains a tab character. | 650 | |
Line contains a tab character. | 651 | |
Line contains a tab character. | 652 | |
Line contains a tab character. | 653 | |
Line has trailing spaces. | 654 | |
Line contains a tab character. | 654 | |
Line contains a tab character. | 655 | |
Method 'buildResourceEntry' is not designed for extension - needs to be abstract, final or empty. | 655 | |
Missing a Javadoc comment. | 655 | |
Parameter id should be final. | 655 | |
Parameter data should be final. | 655 | |
Line contains a tab character. | 656 | |
'{' should be on the previous line. | 656 | |
Line contains a tab character. | 657 | |
Line contains a tab character. | 658 | |
'{' should be on the previous line. | 658 | |
Line contains a tab character. | 659 | |
Line contains a tab character. | 660 | |
Line contains a tab character. | 661 | |
Line has trailing spaces. | 662 | |
Line contains a tab character. | 662 | |
Line contains a tab character. | 663 | |
Line contains a tab character. | 664 | |
Line has trailing spaces. | 665 | |
Line contains a tab character. | 665 | |
Line has trailing spaces. | 666 | |
Line contains a tab character. | 666 | |
Line is longer than 80 characters. | 667 | |
Line contains a tab character. | 667 | |
Method 'buildResourceEntry' is not designed for extension - needs to be abstract, final or empty. | 667 | |
Missing a Javadoc comment. | 667 | |
Parameter id should be final. | 667 | |
Parameter dir should be final. | 667 | |
Line contains a tab character. | 668 | |
Line contains a tab character. | 669 | |
Line contains a tab character. | 670 | |
'{' should be on the previous line. | 670 | |
Line contains a tab character. | 671 | |
Line contains a tab character. | 672 | |
Line contains a tab character. | 673 | |
Line has trailing spaces. | 674 | |
Line contains a tab character. | 674 | |
Line contains a tab character. | 675 | |
Line contains a tab character. | 676 | |
Line has trailing spaces. | 677 | |
Line contains a tab character. | 677 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
'{' should be on the previous line. | 40 | |
Missing a Javadoc comment. | 41 | |
Line contains a tab character. | 41 | |
Name 'ANSI_Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 | |
Variable 'ANSI_Name' must be private and have accessor methods. | 41 | |
Line is longer than 80 characters. | 42 | |
Missing a Javadoc comment. | 42 | |
Line contains a tab character. | 42 | |
Name 'VirtualSize' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
Variable 'VirtualSize' must be private and have accessor methods. | 42 | |
Line is longer than 80 characters. | 43 | |
Missing a Javadoc comment. | 43 | |
Line contains a tab character. | 43 | |
Name 'VirtualAddress' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 | |
Variable 'VirtualAddress' must be private and have accessor methods. | 43 | |
Line is longer than 80 characters. | 44 | |
Missing a Javadoc comment. | 44 | |
Line contains a tab character. | 44 | |
Name 'SizeOfRawData' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 44 | |
Variable 'SizeOfRawData' must be private and have accessor methods. | 44 | |
Line is longer than 80 characters. | 45 | |
Missing a Javadoc comment. | 45 | |
Line contains a tab character. | 45 | |
Name 'PointerToRawData' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 | |
Variable 'PointerToRawData' must be private and have accessor methods. | 45 | |
Line is longer than 80 characters. | 46 | |
Missing a Javadoc comment. | 46 | |
Line contains a tab character. | 46 | |
Name 'PointerToRelocations' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 46 | |
Variable 'PointerToRelocations' must be private and have accessor methods. | 46 | |
Line is longer than 80 characters. | 47 | |
Missing a Javadoc comment. | 47 | |
Line contains a tab character. | 47 | |
Name 'PointerToLinenumbers' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
Variable 'PointerToLinenumbers' must be private and have accessor methods. | 47 | |
Line is longer than 80 characters. | 48 | |
Missing a Javadoc comment. | 48 | |
Line contains a tab character. | 48 | |
Name 'NumberOfRelocations' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 | |
Variable 'NumberOfRelocations' must be private and have accessor methods. | 48 | |
Line is longer than 80 characters. | 49 | |
Missing a Javadoc comment. | 49 | |
Line contains a tab character. | 49 | |
Name 'NumberOfLinenumbers' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 49 | |
Variable 'NumberOfLinenumbers' must be private and have accessor methods. | 49 | |
Line is longer than 80 characters. | 50 | |
Missing a Javadoc comment. | 50 | |
Line contains a tab character. | 50 | |
Name 'Characteristics' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 | |
Variable 'Characteristics' must be private and have accessor methods. | 50 | |
Missing a Javadoc comment. | 52 | |
Name 'm_baseoffset' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
Missing a Javadoc comment. | 53 | |
Name 'm_pe' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 53 | |
First sentence should end with a period. | 55 | |
Parameter pef should be final. | 56 | |
Expected @param tag for 'pef'. | 56 | |
Parameter baseoffset should be final. | 56 | |
Expected @param tag for 'baseoffset'. | 56 | |
'{' should be on the previous line. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 62 | |
Missing a Javadoc comment. | 62 | |
'{' should be on the previous line. | 63 | |
Line contains a tab character. | 64 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 67 | |
Missing a Javadoc comment. | 67 | |
'{' should be on the previous line. | 68 | |
Line contains a tab character. | 69 | |
'for' construct must use '{}'s. | 70 | |
Line contains a tab character. | 70 | |
'=' is not preceded with whitespace. | 70 | |
'=' is not followed by whitespace. | 70 | |
'<' is not preceded with whitespace. | 70 | |
'8' is a magic number. | 70 | |
'<' is not followed by whitespace. | 70 | |
Line contains a tab character. | 71 | |
'cast' is not followed by whitespace. | 71 | |
Line contains a tab character. | 72 | |
Method 'read' is not designed for extension - needs to be abstract, final or empty. | 75 | |
Missing a Javadoc comment. | 75 | |
'{' should be on the previous line. | 76 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
'40' is a magic number. | 78 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 84 | |
'8' is a magic number. | 84 | |
'for' construct must use '{}'s. | 85 | |
Line contains a tab character. | 85 | |
'=' is not preceded with whitespace. | 85 | |
'=' is not followed by whitespace. | 85 | |
'<' is not preceded with whitespace. | 85 | |
'8' is a magic number. | 85 | |
'<' is not followed by whitespace. | 85 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 | |
Line has trailing spaces. | 90 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 91 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 96 | |
Line has trailing spaces. | 97 | |
Line contains a tab character. | 97 | |
Method 'dump' is not designed for extension - needs to be abstract, final or empty. | 99 | |
Missing a Javadoc comment. | 99 | |
Parameter out should be final. | 99 | |
'{' should be on the previous line. | 100 | |
Line contains a tab character. | 101 | |
Line contains a tab character. | 102 | |
')' is preceded with whitespace. | 102 | |
'for' construct must use '{}'s. | 103 | |
Line contains a tab character. | 103 | |
'=' is not preceded with whitespace. | 103 | |
'=' is not followed by whitespace. | 103 | |
'<' is not preceded with whitespace. | 103 | |
'8' is a magic number. | 103 | |
'<' is not followed by whitespace. | 103 | |
Line contains a tab character. | 104 | |
'cast' is not followed by whitespace. | 104 | |
Line contains a tab character. | 105 | |
Line is longer than 80 characters. | 106 | |
Line contains a tab character. | 106 | |
'+' is not preceded with whitespace. | 106 | |
'+' is not followed by whitespace. | 106 | |
Line is longer than 80 characters. | 107 | |
Line contains a tab character. | 107 | |
Line is longer than 80 characters. | 108 | |
Line contains a tab character. | 108 | |
Line is longer than 80 characters. | 109 | |
Line contains a tab character. | 109 | |
Line is longer than 80 characters. | 110 | |
Line contains a tab character. | 110 | |
Line is longer than 80 characters. | 111 | |
Line contains a tab character. | 111 | |
Line is longer than 80 characters. | 112 | |
Line contains a tab character. | 112 | |
Line is longer than 80 characters. | 113 | |
Line contains a tab character. | 113 | |
Line is longer than 80 characters. | 114 | |
Line contains a tab character. | 114 | |
Line has trailing spaces. | 115 | |
Line contains a tab character. | 115 | |
Method 'get' is not designed for extension - needs to be abstract, final or empty. | 119 | |
Missing a Javadoc comment. | 119 | |
'{' should be on the previous line. | 120 | |
Line contains a tab character. | 121 | |
'40' is a magic number. | 121 | |
Line contains a tab character. | 122 | |
Line contains a tab character. | 123 | |
'for' construct must use '{}'s. | 125 | |
Line contains a tab character. | 125 | |
'=' is not preceded with whitespace. | 125 | |
'=' is not followed by whitespace. | 125 | |
'<' is not preceded with whitespace. | 125 | |
'8' is a magic number. | 125 | |
'<' is not followed by whitespace. | 125 | |
Line contains a tab character. | 126 | |
'cast' is not followed by whitespace. | 126 | |
Line contains a tab character. | 128 | |
'cast' is not followed by whitespace. | 128 | |
Line contains a tab character. | 129 | |
'cast' is not followed by whitespace. | 129 | |
Line contains a tab character. | 130 | |
'cast' is not followed by whitespace. | 130 | |
Line contains a tab character. | 131 | |
'cast' is not followed by whitespace. | 131 | |
Line contains a tab character. | 132 | |
'cast' is not followed by whitespace. | 132 | |
Line contains a tab character. | 133 | |
'cast' is not followed by whitespace. | 133 | |
Line contains a tab character. | 134 | |
'cast' is not followed by whitespace. | 134 | |
Line contains a tab character. | 135 | |
'cast' is not followed by whitespace. | 135 | |
Line contains a tab character. | 136 | |
'cast' is not followed by whitespace. | 136 | |
Line contains a tab character. | 138 | |
Line contains a tab character. | 139 | |
Line has trailing spaces. | 140 | |
Line contains a tab character. | 140 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 9 | |
Line has trailing spaces. | 14 | |
Line has trailing spaces. | 18 | |
'{' should be on the previous line. | 44 | |
Line contains a tab character. | 45 | |
Missing a Javadoc comment. | 45 | |
Name 'Size' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 | |
Variable 'Size' must be private and have accessor methods. | 45 | |
Line contains a tab character. | 46 | |
Missing a Javadoc comment. | 46 | |
Name 'Width' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 46 | |
Variable 'Width' must be private and have accessor methods. | 46 | |
Line contains a tab character. | 47 | |
Missing a Javadoc comment. | 47 | |
Name 'Height' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
Variable 'Height' must be private and have accessor methods. | 47 | |
Line contains a tab character. | 48 | |
Missing a Javadoc comment. | 48 | |
Name 'Planes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 | |
Variable 'Planes' must be private and have accessor methods. | 48 | |
Line contains a tab character. | 49 | |
Missing a Javadoc comment. | 49 | |
Name 'BitsPerPixel' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 49 | |
Variable 'BitsPerPixel' must be private and have accessor methods. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Missing a Javadoc comment. | 51 | |
Name 'Compression' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
Variable 'Compression' must be private and have accessor methods. | 51 | |
Line contains a tab character. | 52 | |
Missing a Javadoc comment. | 52 | |
Name 'SizeOfBitmap' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
Variable 'SizeOfBitmap' must be private and have accessor methods. | 52 | |
Line is longer than 80 characters. | 53 | |
Line contains a tab character. | 53 | |
Missing a Javadoc comment. | 53 | |
Name 'HorzResolution' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 53 | |
Variable 'HorzResolution' must be private and have accessor methods. | 53 | |
Line is longer than 80 characters. | 54 | |
Line contains a tab character. | 54 | |
Missing a Javadoc comment. | 54 | |
Name 'VertResolution' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 | |
Variable 'VertResolution' must be private and have accessor methods. | 54 | |
Line contains a tab character. | 55 | |
Missing a Javadoc comment. | 55 | |
Name 'ColorsUsed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 | |
Variable 'ColorsUsed' must be private and have accessor methods. | 55 | |
Line is longer than 80 characters. | 56 | |
Line contains a tab character. | 56 | |
Missing a Javadoc comment. | 56 | |
Name 'ColorsImportant' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 56 | |
Variable 'ColorsImportant' must be private and have accessor methods. | 56 | |
Line has trailing spaces. | 57 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
Missing a Javadoc comment. | 58 | |
Name 'Palette' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 | |
Variable 'Palette' must be private and have accessor methods. | 58 | |
Line contains a tab character. | 59 | |
Missing a Javadoc comment. | 59 | |
Name 'BitmapXOR' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 59 | |
Variable 'BitmapXOR' must be private and have accessor methods. | 59 | |
Line contains a tab character. | 60 | |
Missing a Javadoc comment. | 60 | |
Name 'BitmapAND' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 | |
Variable 'BitmapAND' must be private and have accessor methods. | 60 | |
Line has trailing spaces. | 61 | |
Line contains a tab character. | 61 | |
Missing a Javadoc comment. | 62 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 | |
'{' should be on the previous line. | 63 | |
Line contains a tab character. | 64 | |
Missing a Javadoc comment. | 64 | |
Name 'Blue' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 | |
Variable 'Blue' must be private and have accessor methods. | 64 | |
Line contains a tab character. | 65 | |
Missing a Javadoc comment. | 65 | |
Name 'Green' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 | |
Variable 'Green' must be private and have accessor methods. | 65 | |
Line contains a tab character. | 66 | |
Missing a Javadoc comment. | 66 | |
Name 'Red' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 66 | |
Variable 'Red' must be private and have accessor methods. | 66 | |
Line contains a tab character. | 67 | |
Missing a Javadoc comment. | 67 | |
Name 'Reserved' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 67 | |
Variable 'Reserved' must be private and have accessor methods. | 67 | |
Line contains a tab character. | 68 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 68 | |
Missing a Javadoc comment. | 68 | |
Line contains a tab character. | 69 | |
'{' should be on the previous line. | 69 | |
Line contains a tab character. | 70 | |
'+' is not preceded with whitespace. | 70 | |
'+' is not followed by whitespace. | 70 | |
'+' is not preceded with whitespace. | 70 | |
'+' is not followed by whitespace. | 70 | |
'+' is not preceded with whitespace. | 70 | |
'+' is not followed by whitespace. | 70 | |
'+' is not preceded with whitespace. | 70 | |
'+' is not followed by whitespace. | 70 | |
'+' is not preceded with whitespace. | 70 | |
'+' is not followed by whitespace. | 70 | |
'+' is not preceded with whitespace. | 70 | |
'+' is not followed by whitespace. | 70 | |
'+' is not preceded with whitespace. | 70 | |
'+' is not followed by whitespace. | 70 | |
'+' is not preceded with whitespace. | 70 | |
'+' is not followed by whitespace. | 70 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 72 | |
Line has trailing spaces. | 73 | |
Line contains a tab character. | 73 | |
First sentence should end with a period. | 74 | |
Line has trailing spaces. | 74 | |
Line contains a tab character. | 74 | |
Line has trailing spaces. | 75 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
Parameter in should be final. | 79 | |
Expected @param tag for 'in'. | 79 | |
Line contains a tab character. | 80 | |
'{' should be on the previous line. | 80 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 91 | |
Line has trailing spaces. | 92 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 93 | |
'cast' is not followed by whitespace. | 93 | |
'if' construct must use '{}'s. | 94 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 95 | |
Line has trailing spaces. | 96 | |
Line contains a tab character. | 96 | |
Line contains a tab character. | 97 | |
'cast' is not followed by whitespace. | 97 | |
Line contains a tab character. | 98 | |
'=' is not preceded with whitespace. | 98 | |
'=' is not followed by whitespace. | 98 | |
'<' is not preceded with whitespace. | 98 | |
'<' is not followed by whitespace. | 98 | |
Line contains a tab character. | 99 | |
'{' should be on the previous line. | 99 | |
Line contains a tab character. | 100 | |
Line contains a tab character. | 101 | |
Line contains a tab character. | 102 | |
Line contains a tab character. | 103 | |
Line contains a tab character. | 104 | |
Line contains a tab character. | 105 | |
Line contains a tab character. | 106 | |
Line has trailing spaces. | 107 | |
Line contains a tab character. | 107 | |
Line is longer than 80 characters. | 109 | |
Line contains a tab character. | 109 | |
Line contains a tab character. | 110 | |
'cast' is not followed by whitespace. | 110 | |
'/' is not preceded with whitespace. | 110 | |
'/' is not followed by whitespace. | 110 | |
'cast' is not followed by whitespace. | 110 | |
Line is longer than 80 characters. | 111 | |
Line contains a tab character. | 111 | |
Line has trailing spaces. | 112 | |
Line contains a tab character. | 112 | |
Line contains a tab character. | 113 | |
Line contains a tab character. | 114 | |
'=' is not preceded with whitespace. | 114 | |
'=' is not followed by whitespace. | 114 | |
'<' is not preceded with whitespace. | 114 | |
'<' is not followed by whitespace. | 114 | |
Line contains a tab character. | 115 | |
'{' should be on the previous line. | 115 | |
Line contains a tab character. | 116 | |
switch without "default" clause. | 116 | |
Line contains a tab character. | 117 | |
'{' should be on the previous line. | 117 | |
Line contains a tab character. | 118 | |
'4' is a magic number. | 118 | |
Line contains a tab character. | 119 | |
Avoid nested blocks. | 119 | |
Line contains a tab character. | 120 | |
Line is longer than 80 characters. | 121 | |
Line contains a tab character. | 121 | |
'cast' is not followed by whitespace. | 121 | |
'4' is a magic number. | 121 | |
'0x0F' is a magic number. | 121 | |
Line contains a tab character. | 122 | |
Line contains a tab character. | 123 | |
'cast' is not followed by whitespace. | 123 | |
'0x0F' is a magic number. | 123 | |
Line contains a tab character. | 124 | |
Line contains a tab character. | 125 | |
Line contains a tab character. | 126 | |
'8' is a magic number. | 126 | |
Line contains a tab character. | 127 | |
Avoid nested blocks. | 127 | |
Line contains a tab character. | 128 | |
Line contains a tab character. | 129 | |
Line contains a tab character. | 130 | |
Line contains a tab character. | 131 | |
Line contains a tab character. | 132 | |
Line has trailing spaces. | 133 | |
Line contains a tab character. | 133 | |
Line contains a tab character. | 134 | |
'cast' is not followed by whitespace. | 134 | |
'/' is not preceded with whitespace. | 134 | |
'/' is not followed by whitespace. | 134 | |
'cast' is not followed by whitespace. | 134 | |
'8' is a magic number. | 134 | |
Line has trailing spaces. | 135 | |
Line contains a tab character. | 135 | |
Line is longer than 80 characters. | 136 | |
Line contains a tab character. | 136 | |
Line has trailing spaces. | 137 | |
Line contains a tab character. | 137 | |
Line contains a tab character. | 138 | |
Line contains a tab character. | 139 | |
'=' is not preceded with whitespace. | 139 | |
'=' is not followed by whitespace. | 139 | |
'<' is not preceded with whitespace. | 139 | |
'<' is not followed by whitespace. | 139 | |
Line contains a tab character. | 140 | |
'{' should be on the previous line. | 140 | |
Line contains a tab character. | 141 | |
Line contains a tab character. | 142 | |
Line has trailing spaces. | 143 | |
Line contains a tab character. | 143 | |
Line contains a tab character. | 144 | |
Line has trailing spaces. | 145 | |
Line contains a tab character. | 145 | |
Line contains a tab character. | 146 | |
Line contains a tab character. | 147 | |
Line has trailing spaces. | 148 | |
Line contains a tab character. | 148 | |
Line contains a tab character. | 149 | |
Parameter img should be final. | 149 | |
Expected @param tag for 'img'. | 149 | |
Expected @throws tag for 'Exception'. | 149 | |
Line contains a tab character. | 150 | |
'{' should be on the previous line. | 150 | |
Line contains a tab character. | 151 | |
Line contains a tab character. | 152 | |
Line has trailing spaces. | 153 | |
Line contains a tab character. | 153 | |
'if' construct must use '{}'s. | 154 | |
Line contains a tab character. | 154 | |
'8' is a magic number. | 154 | |
Line contains a tab character. | 155 | |
'7' is a magic number. | 155 | |
'-' is not preceded with whitespace. | 155 | |
'-' is not followed by whitespace. | 155 | |
'%' is not preceded with whitespace. | 155 | |
'%' is not followed by whitespace. | 155 | |
'8' is a magic number. | 155 | |
Line has trailing spaces. | 156 | |
Line contains a tab character. | 156 | |
'if' construct must use '{}'s. | 157 | |
Line contains a tab character. | 157 | |
'8' is a magic number. | 157 | |
Line contains a tab character. | 158 | |
'7' is a magic number. | 158 | |
'-' is not preceded with whitespace. | 158 | |
'-' is not followed by whitespace. | 158 | |
'%' is not preceded with whitespace. | 158 | |
'%' is not followed by whitespace. | 158 | |
'8' is a magic number. | 158 | |
Line has trailing spaces. | 159 | |
Line contains a tab character. | 159 | |
Line is longer than 80 characters. | 160 | |
Line contains a tab character. | 160 | |
Line is longer than 80 characters. | 161 | |
Line contains a tab character. | 161 | |
Line has trailing spaces. | 162 | |
Line contains a tab character. | 162 | |
Line contains a tab character. | 163 | |
'*' is not preceded with whitespace. | 163 | |
'*' is not followed by whitespace. | 163 | |
Line is longer than 80 characters. | 164 | |
Line contains a tab character. | 164 | |
Line contains a tab character. | 165 | |
Line contains a tab character. | 166 | |
'{' should be on the previous line. | 166 | |
Line contains a tab character. | 167 | |
Line contains a tab character. | 168 | |
Line contains a tab character. | 169 | |
'{' should be on the previous line. | 169 | |
Line contains a tab character. | 170 | |
Line contains a tab character. | 171 | |
',' is not followed by whitespace. | 171 | |
Line contains a tab character. | 172 | |
Line has trailing spaces. | 173 | |
Line contains a tab character. | 173 | |
Line contains a tab character. | 174 | |
Line contains a tab character. | 176 | |
Line contains a tab character. | 177 | |
'8' is a magic number. | 177 | |
Line has trailing spaces. | 178 | |
Line contains a tab character. | 178 | |
Line contains a tab character. | 179 | |
Line contains a tab character. | 180 | |
'=' is not preceded with whitespace. | 180 | |
'=' is not followed by whitespace. | 180 | |
';' is followed by whitespace. | 180 | |
Line contains a tab character. | 181 | |
'{' should be on the previous line. | 181 | |
Line contains a tab character. | 182 | |
'cast' is not followed by whitespace. | 182 | |
Line contains a tab character. | 183 | |
Line contains a tab character. | 184 | |
'cast' is not followed by whitespace. | 184 | |
Line has trailing spaces. | 185 | |
Line contains a tab character. | 185 | |
Line contains a tab character. | 186 | |
Line contains a tab character. | 187 | |
'0xFF' is a magic number. | 187 | |
Line contains a tab character. | 188 | |
'8' is a magic number. | 188 | |
'0xff' is a magic number. | 188 | |
Line contains a tab character. | 189 | |
'16' is a magic number. | 189 | |
'0xff' is a magic number. | 189 | |
Line contains a tab character. | 190 | |
Line contains a tab character. | 191 | |
'=' is not preceded with whitespace. | 191 | |
'=' is not followed by whitespace. | 191 | |
'<' is not preceded with whitespace. | 191 | |
'<' is not followed by whitespace. | 191 | |
Line contains a tab character. | 192 | |
'{' should be on the previous line. | 192 | |
'if' construct must use '{}'s. | 193 | |
Line contains a tab character. | 193 | |
Line contains a tab character. | 194 | |
Line contains a tab character. | 195 | |
Line has trailing spaces. | 196 | |
Line contains a tab character. | 196 | |
Line has trailing spaces. | 197 | |
Line contains a tab character. | 197 | |
Line contains a tab character. | 198 | |
'40' is a magic number. | 198 | |
Line contains a tab character. | 199 | |
Line contains a tab character. | 200 | |
'*' is not preceded with whitespace. | 200 | |
Line contains a tab character. | 201 | |
Line contains a tab character. | 202 | |
Line has trailing spaces. | 203 | |
Line contains a tab character. | 203 | |
Line contains a tab character. | 204 | |
Line contains a tab character. | 205 | |
Line contains a tab character. | 206 | |
Line contains a tab character. | 208 | |
Line contains a tab character. | 209 | |
Line has trailing spaces. | 210 | |
Line contains a tab character. | 210 | |
Line is longer than 80 characters. | 211 | |
Line contains a tab character. | 211 | |
'cast' is not followed by whitespace. | 211 | |
'/' is not preceded with whitespace. | 211 | |
'/' is not followed by whitespace. | 211 | |
'cast' is not followed by whitespace. | 211 | |
'cast' is not followed by whitespace. | 211 | |
'8' is a magic number. | 211 | |
Line contains a tab character. | 212 | |
'cast' is not followed by whitespace. | 212 | |
'/' is not preceded with whitespace. | 212 | |
'/' is not followed by whitespace. | 212 | |
'cast' is not followed by whitespace. | 212 | |
'8' is a magic number. | 212 | |
Line has trailing spaces. | 213 | |
Line contains a tab character. | 213 | |
Line contains a tab character. | 214 | |
'-' is not preceded with whitespace. | 214 | |
'-' is not followed by whitespace. | 214 | |
Line contains a tab character. | 215 | |
'-' is not preceded with whitespace. | 215 | |
'-' is not followed by whitespace. | 215 | |
Line has trailing spaces. | 216 | |
Line contains a tab character. | 216 | |
Line contains a tab character. | 217 | |
'=' is not preceded with whitespace. | 217 | |
'=' is not followed by whitespace. | 217 | |
'<' is not preceded with whitespace. | 217 | |
'<' is not followed by whitespace. | 217 | |
Line contains a tab character. | 218 | |
'{' should be on the previous line. | 218 | |
Line contains a tab character. | 219 | |
'%' is not preceded with whitespace. | 219 | |
'%' is not followed by whitespace. | 219 | |
Line contains a tab character. | 220 | |
'/' is not preceded with whitespace. | 220 | |
'/' is not followed by whitespace. | 220 | |
Line has trailing spaces. | 221 | |
Line contains a tab character. | 221 | |
Line is longer than 80 characters. | 222 | |
Line contains a tab character. | 222 | |
'/' is not preceded with whitespace. | 222 | |
'/' is not followed by whitespace. | 222 | |
'+' is not preceded with whitespace. | 222 | |
'+' is not followed by whitespace. | 222 | |
'*' is not preceded with whitespace. | 222 | |
'*' is not followed by whitespace. | 222 | |
'%' is not preceded with whitespace. | 222 | |
'%' is not followed by whitespace. | 222 | |
Line is longer than 80 characters. | 223 | |
Line contains a tab character. | 223 | |
'/' is not preceded with whitespace. | 223 | |
'/' is not followed by whitespace. | 223 | |
'8' is a magic number. | 223 | |
'+' is not preceded with whitespace. | 223 | |
'+' is not followed by whitespace. | 223 | |
'*' is not preceded with whitespace. | 223 | |
'*' is not followed by whitespace. | 223 | |
'/' is not preceded with whitespace. | 223 | |
'/' is not followed by whitespace. | 223 | |
'8' is a magic number. | 223 | |
'/' is not preceded with whitespace. | 223 | |
'/' is not followed by whitespace. | 223 | |
'8' is a magic number. | 223 | |
Line contains a tab character. | 225 | |
Line contains a tab character. | 226 | |
'(' is followed by whitespace. | 226 | |
Expression can be simplified. | 226 | |
'>>' is not preceded with whitespace. | 226 | |
'24' is a magic number. | 226 | |
'>>' is not followed by whitespace. | 226 | |
'&' is not preceded with whitespace. | 226 | |
'0xFF' is a magic number. | 226 | |
'0xff' is a magic number. | 226 | |
Line contains a tab character. | 227 | |
'{' should be on the previous line. | 227 | |
Line contains a tab character. | 228 | |
'7' is a magic number. | 228 | |
'-' is not preceded with whitespace. | 228 | |
'-' is not followed by whitespace. | 228 | |
'%' is not preceded with whitespace. | 228 | |
'%' is not followed by whitespace. | 228 | |
'8' is a magic number. | 228 | |
Line contains a tab character. | 229 | |
'0xFF' is a magic number. | 229 | |
Line contains a tab character. | 231 | |
Line contains a tab character. | 232 | |
Line is longer than 80 characters. | 233 | |
Line contains a tab character. | 233 | |
Line contains a tab character. | 234 | |
Line contains a tab character. | 235 | |
Line contains a tab character. | 236 | |
Line contains a tab character. | 237 | |
Line contains a tab character. | 238 | |
Line contains a tab character. | 239 | |
Line contains a tab character. | 240 | |
Line is longer than 80 characters. | 241 | |
Line contains a tab character. | 241 | |
Line is longer than 80 characters. | 242 | |
Line contains a tab character. | 242 | |
Line contains a tab character. | 243 | |
Line contains a tab character. | 244 | |
'}' should be on the same line. | 244 | |
Line contains a tab character. | 245 | |
Line contains a tab character. | 246 | |
'{' should be on the previous line. | 246 | |
Line contains a tab character. | 247 | |
'0x00FFFFFF' is a magic number. | 247 | |
Line contains a tab character. | 248 | |
Line is longer than 80 characters. | 249 | |
Line contains a tab character. | 249 | |
'cast' is not followed by whitespace. | 249 | |
Line contains a tab character. | 250 | |
Line contains a tab character. | 251 | |
'{' should be on the previous line. | 251 | |
Line contains a tab character. | 252 | |
Line contains a tab character. | 253 | |
'cast' is not followed by whitespace. | 253 | |
Line contains a tab character. | 254 | |
Line contains a tab character. | 255 | |
Line contains a tab character. | 256 | |
Line contains a tab character. | 257 | |
Missing a Javadoc comment. | 259 | |
'{' should be on the previous line. | 260 | |
Line contains a tab character. | 261 | |
Line contains a tab character. | 262 | |
Line contains a tab character. | 263 | |
'=' is not preceded with whitespace. | 263 | |
'=' is not followed by whitespace. | 263 | |
'<' is not preceded with whitespace. | 263 | |
'<' is not followed by whitespace. | 263 | |
Line contains a tab character. | 264 | |
'{' should be on the previous line. | 264 | |
Line is longer than 80 characters. | 265 | |
Line contains a tab character. | 265 | |
'/' is not preceded with whitespace. | 265 | |
'/' is not followed by whitespace. | 265 | |
'3' is a magic number. | 265 | |
Line contains a tab character. | 266 | |
Line contains a tab character. | 267 | |
'{' should be on the previous line. | 267 | |
Line contains a tab character. | 268 | |
Line contains a tab character. | 269 | |
Line contains a tab character. | 270 | |
Line contains a tab character. | 271 | |
Line contains a tab character. | 272 | |
Line has trailing spaces. | 274 | |
Line contains a tab character. | 274 | |
Line contains a tab character. | 275 | |
Missing a Javadoc comment. | 275 | |
Parameter pixels should be final. | 275 | |
Line contains a tab character. | 276 | |
'{' should be on the previous line. | 276 | |
Line contains a tab character. | 277 | |
Line contains a tab character. | 278 | |
Line contains a tab character. | 279 | |
'=' is not preceded with whitespace. | 279 | |
'=' is not followed by whitespace. | 279 | |
'<' is not preceded with whitespace. | 279 | |
'<' is not followed by whitespace. | 279 | |
Line contains a tab character. | 280 | |
'{' should be on the previous line. | 280 | |
Line is longer than 80 characters. | 281 | |
Line contains a tab character. | 281 | |
Line contains a tab character. | 282 | |
'0x00FFFFFF' is a magic number. | 282 | |
Line contains a tab character. | 283 | |
Line contains a tab character. | 284 | |
Line contains a tab character. | 285 | |
Line contains a tab character. | 286 | |
'{' should be on the previous line. | 286 | |
Line contains a tab character. | 287 | |
Line contains a tab character. | 288 | |
'if' construct must use '{}'s. | 289 | |
Line contains a tab character. | 289 | |
'256' is a magic number. | 289 | |
Line contains a tab character. | 290 | |
Line contains a tab character. | 291 | |
Line contains a tab character. | 292 | |
Line contains a tab character. | 293 | |
Line has trailing spaces. | 294 | |
Line contains a tab character. | 294 | |
Line contains a tab character. | 295 | |
Line contains a tab character. | 296 | |
Line contains a tab character. | 297 | |
Line has trailing spaces. | 298 | |
Line contains a tab character. | 298 | |
Line contains a tab character. | 299 | |
Method 'getData' is not designed for extension - needs to be abstract, final or empty. | 299 | |
Line contains a tab character. | 300 | |
'{' should be on the previous line. | 300 | |
Line contains a tab character. | 301 | |
'cast' is not followed by whitespace. | 301 | |
'if' construct must use '{}'s. | 302 | |
Line contains a tab character. | 302 | |
Line contains a tab character. | 303 | |
Line is longer than 80 characters. | 305 | |
Line contains a tab character. | 305 | |
'40' is a magic number. | 305 | |
'*' is not preceded with whitespace. | 305 | |
'*' is not followed by whitespace. | 305 | |
'4' is a magic number. | 305 | |
'*' is not preceded with whitespace. | 305 | |
'*' is not followed by whitespace. | 305 | |
'/' is not preceded with whitespace. | 305 | |
'/' is not followed by whitespace. | 305 | |
'*' is not preceded with whitespace. | 305 | |
'*' is not followed by whitespace. | 305 | |
'/' is not preceded with whitespace. | 305 | |
'/' is not followed by whitespace. | 305 | |
'8' is a magic number. | 305 | |
'*' is not preceded with whitespace. | 305 | |
'*' is not followed by whitespace. | 305 | |
'/' is not preceded with whitespace. | 305 | |
'/' is not followed by whitespace. | 305 | |
'/' is not preceded with whitespace. | 305 | |
'/' is not followed by whitespace. | 305 | |
'8' is a magic number. | 305 | |
Line contains a tab character. | 306 | |
Line contains a tab character. | 307 | |
Line contains a tab character. | 309 | |
'cast' is not followed by whitespace. | 309 | |
Line contains a tab character. | 310 | |
'cast' is not followed by whitespace. | 310 | |
Line contains a tab character. | 311 | |
'cast' is not followed by whitespace. | 311 | |
Line contains a tab character. | 312 | |
'cast' is not followed by whitespace. | 312 | |
Line contains a tab character. | 313 | |
'cast' is not followed by whitespace. | 313 | |
Line contains a tab character. | 314 | |
'cast' is not followed by whitespace. | 314 | |
Line contains a tab character. | 315 | |
'cast' is not followed by whitespace. | 315 | |
Line contains a tab character. | 316 | |
'cast' is not followed by whitespace. | 316 | |
Line contains a tab character. | 317 | |
'cast' is not followed by whitespace. | 317 | |
Line contains a tab character. | 318 | |
'cast' is not followed by whitespace. | 318 | |
Line contains a tab character. | 319 | |
'cast' is not followed by whitespace. | 319 | |
Line is longer than 80 characters. | 321 | |
Line contains a tab character. | 321 | |
Line contains a tab character. | 322 | |
'=' is not preceded with whitespace. | 322 | |
'=' is not followed by whitespace. | 322 | |
'<' is not preceded with whitespace. | 322 | |
'<' is not followed by whitespace. | 322 | |
Line contains a tab character. | 323 | |
'{' should be on the previous line. | 323 | |
Line contains a tab character. | 324 | |
Line contains a tab character. | 325 | |
'cast' is not followed by whitespace. | 325 | |
Line contains a tab character. | 326 | |
'cast' is not followed by whitespace. | 326 | |
Line contains a tab character. | 327 | |
'cast' is not followed by whitespace. | 327 | |
Line contains a tab character. | 328 | |
'cast' is not followed by whitespace. | 328 | |
Line contains a tab character. | 329 | |
Line contains a tab character. | 331 | |
Line contains a tab character. | 332 | |
'{' should be on the previous line. | 332 | |
Line contains a tab character. | 333 | |
'4' is a magic number. | 333 | |
Line contains a tab character. | 334 | |
Avoid nested blocks. | 334 | |
Line contains a tab character. | 335 | |
'=' is not preceded with whitespace. | 335 | |
'=' is not followed by whitespace. | 335 | |
'<' is not preceded with whitespace. | 335 | |
'<' is not followed by whitespace. | 335 | |
'+=' is not preceded with whitespace. | 335 | |
'+=' is not followed by whitespace. | 335 | |
Line contains a tab character. | 336 | |
'{' should be on the previous line. | 336 | |
Line contains a tab character. | 337 | |
Line contains a tab character. | 338 | |
'+' is not preceded with whitespace. | 338 | |
'+' is not followed by whitespace. | 338 | |
Line contains a tab character. | 339 | |
'cast' is not followed by whitespace. | 339 | |
'(' is followed by whitespace. | 339 | |
'<<' is not preceded with whitespace. | 339 | |
'4' is a magic number. | 339 | |
'<<' is not followed by whitespace. | 339 | |
')' is preceded with whitespace. | 339 | |
Line has trailing spaces. | 340 | |
Line contains a tab character. | 340 | |
Line contains a tab character. | 341 | |
Line contains a tab character. | 342 | |
Line has trailing spaces. | 343 | |
Line contains a tab character. | 343 | |
Line contains a tab character. | 344 | |
'8' is a magic number. | 344 | |
Line contains a tab character. | 345 | |
Avoid nested blocks. | 345 | |
Line is longer than 80 characters. | 346 | |
Line contains a tab character. | 346 | |
Line contains a tab character. | 347 | |
'=' is not preceded with whitespace. | 347 | |
'=' is not followed by whitespace. | 347 | |
'<' is not preceded with whitespace. | 347 | |
'<' is not followed by whitespace. | 347 | |
Line contains a tab character. | 348 | |
'{' should be on the previous line. | 348 | |
Line contains a tab character. | 349 | |
'cast' is not followed by whitespace. | 349 | |
Line has trailing spaces. | 350 | |
Line contains a tab character. | 350 | |
Line contains a tab character. | 351 | |
Line contains a tab character. | 352 | |
Line has trailing spaces. | 353 | |
Line contains a tab character. | 353 | |
Line contains a tab character. | 354 | |
Line is longer than 80 characters. | 355 | |
Line contains a tab character. | 355 | |
Line contains a tab character. | 356 | |
Line has trailing spaces. | 357 | |
Line contains a tab character. | 357 | |
Line is longer than 80 characters. | 358 | |
Line contains a tab character. | 358 | |
Line contains a tab character. | 359 | |
'=' is not preceded with whitespace. | 359 | |
'=' is not followed by whitespace. | 359 | |
'<' is not preceded with whitespace. | 359 | |
'<' is not followed by whitespace. | 359 | |
Line contains a tab character. | 360 | |
'{' should be on the previous line. | 360 | |
Line contains a tab character. | 361 | |
'cast' is not followed by whitespace. | 361 | |
Line contains a tab character. | 362 | |
Line has trailing spaces. | 363 | |
Line contains a tab character. | 363 | |
Line is longer than 80 characters. | 364 | |
Line contains a tab character. | 364 | |
Line contains a tab character. | 365 | |
Line contains a tab character. | 366 | |
Line contains a tab character. | 367 | |
Line has trailing spaces. | 368 | |
Line contains a tab character. | 368 | |
Line contains a tab character. | 369 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 369 | |
Missing a Javadoc comment. | 369 | |
Line contains a tab character. | 370 | |
'{' should be on the previous line. | 370 | |
Line contains a tab character. | 371 | |
Line has trailing spaces. | 372 | |
Line contains a tab character. | 372 | |
Line contains a tab character. | 373 | |
Line contains a tab character. | 374 | |
Line contains a tab character. | 375 | |
Line contains a tab character. | 376 | |
Line contains a tab character. | 377 | |
Line contains a tab character. | 378 | |
Line contains a tab character. | 379 | |
Line contains a tab character. | 380 | |
Line contains a tab character. | 381 | |
Line contains a tab character. | 382 | |
Line contains a tab character. | 383 | |
Line has trailing spaces. | 384 | |
Line contains a tab character. | 384 | |
Line contains a tab character. | 385 | |
Line contains a tab character. | 386 | |
Line contains a tab character. | 387 | |
Line contains a tab character. | 388 | |
Line contains a tab character. | 389 | |
Line contains a tab character. | 390 | |
'+' is not preceded with whitespace. | 390 | |
'+' is not preceded with whitespace. | 390 | |
Line contains a tab character. | 391 | |
'=' is not preceded with whitespace. | 391 | |
'=' is not followed by whitespace. | 391 | |
'<' is not preceded with whitespace. | 391 | |
'<' is not followed by whitespace. | 391 | |
Line contains a tab character. | 392 | |
'{' should be on the previous line. | 392 | |
Line contains a tab character. | 393 | |
'cast' is not followed by whitespace. | 393 | |
Line contains a tab character. | 394 | |
Line contains a tab character. | 395 | |
'+' is not preceded with whitespace. | 395 | |
'+' is not followed by whitespace. | 395 | |
Line contains a tab character. | 396 | |
'=' is not preceded with whitespace. | 396 | |
'=' is not followed by whitespace. | 396 | |
'<' is not preceded with whitespace. | 396 | |
'<' is not followed by whitespace. | 396 | |
Line contains a tab character. | 397 | |
'{' should be on the previous line. | 397 | |
Line contains a tab character. | 398 | |
'cast' is not followed by whitespace. | 398 | |
Line contains a tab character. | 399 | |
Line has trailing spaces. | 400 | |
Line contains a tab character. | 400 | |
Line contains a tab character. | 401 | |
Line contains a tab character. | 402 | |
Line has trailing spaces. | 403 | |
Line contains a tab character. | 403 | |
Line contains a tab character. | 404 | |
Missing a Javadoc comment. | 404 | |
Parameter args should be final. | 404 | |
Line contains a tab character. | 405 | |
'{' should be on the previous line. | 405 | |
Line contains a tab character. | 406 | |
'(' is followed by whitespace. | 406 | |
Line is longer than 80 characters. | 408 | |
Line contains a tab character. | 408 | |
'(' is followed by whitespace. | 408 | |
'32' is a magic number. | 408 | |
'32' is a magic number. | 408 | |
'while' construct must use '{}'s. | 409 | |
Line contains a tab character. | 409 | |
'while' is not followed by whitespace. | 409 | |
'(' is followed by whitespace. | 409 | |
'(' is followed by whitespace. | 409 | |
'==' is not preceded with whitespace. | 409 | |
'==' is not followed by whitespace. | 409 | |
Line contains a tab character. | 410 | |
'(' is followed by whitespace. | 410 | |
'50' is a magic number. | 410 | |
Line has trailing spaces. | 411 | |
Line contains a tab character. | 411 | |
Line contains a tab character. | 412 | |
'(' is followed by whitespace. | 412 | |
Line has trailing spaces. | 413 | |
Line contains a tab character. | 413 | |
Line has trailing spaces. | 414 | |
Line contains a tab character. | 414 | |
Line has trailing spaces. | 415 | |
Line contains a tab character. | 415 | |
Line contains a tab character. | 416 | |
'(' is followed by whitespace. | 416 | |
Line is longer than 80 characters. | 417 | |
Line contains a tab character. | 417 | |
'(' is followed by whitespace. | 417 | |
Line has trailing spaces. | 418 | |
Line contains a tab character. | 418 | |
Line contains a tab character. | 419 | |
'8192' is a magic number. | 419 | |
Line contains a tab character. | 420 | |
Line contains a tab character. | 421 | |
Line contains a tab character. | 422 | |
'{' should be on the previous line. | 422 | |
Line contains a tab character. | 423 | |
'(' is followed by whitespace. | 423 | |
Line contains a tab character. | 424 | |
Line contains a tab character. | 425 | |
Line contains a tab character. | 427 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Missing a Javadoc comment. | 26 | |
'{' should be on the previous line. | 27 | |
Line contains a tab character. | 28 | |
Missing a Javadoc comment. | 28 | |
Name 'm_idReserved' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 28 | |
Line contains a tab character. | 29 | |
Missing a Javadoc comment. | 29 | |
Name 'm_idType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 | |
Line contains a tab character. | 30 | |
Missing a Javadoc comment. | 30 | |
Name 'm_idCount' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 30 | |
Line contains a tab character. | 32 | |
Missing a Javadoc comment. | 32 | |
Name 'm_entries' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 32 | |
Line has trailing spaces. | 33 | |
Line contains a tab character. | 33 | |
Missing a Javadoc comment. | 34 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
'{' should be on the previous line. | 35 | |
Line is longer than 80 characters. | 36 | |
Line contains a tab character. | 36 | |
Missing a Javadoc comment. | 36 | |
Variable 'bWidth' must be private and have accessor methods. | 36 | |
Line is longer than 80 characters. | 37 | |
Line contains a tab character. | 37 | |
Missing a Javadoc comment. | 37 | |
Variable 'bHeight' must be private and have accessor methods. | 37 | |
Line is longer than 80 characters. | 38 | |
Line contains a tab character. | 38 | |
Missing a Javadoc comment. | 38 | |
Variable 'bColorCount' must be private and have accessor methods. | 38 | |
Line contains a tab character. | 39 | |
Missing a Javadoc comment. | 39 | |
Variable 'bReserved' must be private and have accessor methods. | 39 | |
Line contains a tab character. | 40 | |
Missing a Javadoc comment. | 40 | |
Variable 'wPlanes' must be private and have accessor methods. | 40 | |
Line contains a tab character. | 41 | |
Missing a Javadoc comment. | 41 | |
Variable 'wBitCount' must be private and have accessor methods. | 41 | |
Line is longer than 80 characters. | 42 | |
Line contains a tab character. | 42 | |
Missing a Javadoc comment. | 42 | |
Variable 'dwBytesInRes' must be private and have accessor methods. | 42 | |
Line is longer than 80 characters. | 43 | |
Line contains a tab character. | 43 | |
Missing a Javadoc comment. | 43 | |
Variable 'dwImageOffset' must be private and have accessor methods. | 43 | |
Line has trailing spaces. | 44 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Missing a Javadoc comment. | 45 | |
Parameter buf should be final. | 45 | |
Line contains a tab character. | 46 | |
'{' should be on the previous line. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Line has trailing spaces. | 56 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Method 'getData' is not designed for extension - needs to be abstract, final or empty. | 57 | |
Missing a Javadoc comment. | 57 | |
Line contains a tab character. | 58 | |
'{' should be on the previous line. | 58 | |
Line contains a tab character. | 59 | |
'16' is a magic number. | 59 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
Line has trailing spaces. | 62 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 | |
'cast' is not followed by whitespace. | 63 | |
Line contains a tab character. | 64 | |
'cast' is not followed by whitespace. | 64 | |
Line contains a tab character. | 65 | |
'cast' is not followed by whitespace. | 65 | |
Line contains a tab character. | 66 | |
'cast' is not followed by whitespace. | 66 | |
Line has trailing spaces. | 67 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
'cast' is not followed by whitespace. | 68 | |
Line contains a tab character. | 69 | |
'cast' is not followed by whitespace. | 69 | |
Line has trailing spaces. | 70 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
'cast' is not followed by whitespace. | 71 | |
Line contains a tab character. | 72 | |
'cast' is not followed by whitespace. | 72 | |
Line has trailing spaces. | 73 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 78 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 78 | |
Missing a Javadoc comment. | 78 | |
Line contains a tab character. | 79 | |
'{' should be on the previous line. | 79 | |
Line contains a tab character. | 80 | |
Line is longer than 80 characters. | 81 | |
Line contains a tab character. | 81 | |
'+' is not preceded with whitespace. | 81 | |
'+' is not followed by whitespace. | 81 | |
Line is longer than 80 characters. | 82 | |
Line contains a tab character. | 82 | |
Line is longer than 80 characters. | 83 | |
Line contains a tab character. | 83 | |
Line is longer than 80 characters. | 84 | |
Line contains a tab character. | 84 | |
Line is longer than 80 characters. | 85 | |
Line contains a tab character. | 85 | |
Line is longer than 80 characters. | 86 | |
Line contains a tab character. | 86 | |
Line is longer than 80 characters. | 87 | |
Line contains a tab character. | 87 | |
Line is longer than 80 characters. | 88 | |
Line contains a tab character. | 88 | |
Line has trailing spaces. | 89 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 91 | |
Line has trailing spaces. | 92 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 93 | |
Line has trailing spaces. | 94 | |
Line contains a tab character. | 94 | |
First sentence should end with a period. | 95 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 96 | |
Parameter buf should be final. | 96 | |
Expected @param tag for 'buf'. | 96 | |
Line contains a tab character. | 97 | |
'{' should be on the previous line. | 97 | |
Line contains a tab character. | 98 | |
Line contains a tab character. | 99 | |
Line contains a tab character. | 100 | |
Line has trailing spaces. | 101 | |
Line contains a tab character. | 101 | |
Line contains a tab character. | 102 | |
Line contains a tab character. | 103 | |
'=' is not preceded with whitespace. | 103 | |
'=' is not followed by whitespace. | 103 | |
'<' is not preceded with whitespace. | 103 | |
'<' is not followed by whitespace. | 103 | |
Line contains a tab character. | 104 | |
'{' should be on the previous line. | 104 | |
Line contains a tab character. | 105 | |
Line contains a tab character. | 106 | |
Line contains a tab character. | 107 | |
Line has trailing spaces. | 108 | |
Line contains a tab character. | 108 | |
Line contains a tab character. | 109 | |
Method 'getData' is not designed for extension - needs to be abstract, final or empty. | 109 | |
Missing a Javadoc comment. | 109 | |
Line contains a tab character. | 110 | |
'{' should be on the previous line. | 110 | |
Line contains a tab character. | 111 | |
'6' is a magic number. | 111 | |
'16' is a magic number. | 111 | |
'*' is not preceded with whitespace. | 111 | |
'*' is not followed by whitespace. | 111 | |
Line contains a tab character. | 112 | |
Line contains a tab character. | 113 | |
Line has trailing spaces. | 114 | |
Line contains a tab character. | 114 | |
Line contains a tab character. | 115 | |
'cast' is not followed by whitespace. | 115 | |
Line contains a tab character. | 116 | |
'cast' is not followed by whitespace. | 116 | |
Line contains a tab character. | 117 | |
'cast' is not followed by whitespace. | 117 | |
Line has trailing spaces. | 118 | |
Line contains a tab character. | 118 | |
Line contains a tab character. | 119 | |
'=' is not preceded with whitespace. | 119 | |
'=' is not followed by whitespace. | 119 | |
'<' is not preceded with whitespace. | 119 | |
'<' is not followed by whitespace. | 119 | |
Line contains a tab character. | 120 | |
'{' should be on the previous line. | 120 | |
Line contains a tab character. | 121 | |
Line contains a tab character. | 122 | |
Line contains a tab character. | 123 | |
Line contains a tab character. | 124 | |
Line has trailing spaces. | 125 | |
Line contains a tab character. | 125 | |
Line contains a tab character. | 126 | |
Line contains a tab character. | 127 | |
Line has trailing spaces. | 128 | |
Line contains a tab character. | 128 | |
Line contains a tab character. | 129 | |
Method 'getEntries' is not designed for extension - needs to be abstract, final or empty. | 129 | |
Missing a Javadoc comment. | 129 | |
Line contains a tab character. | 130 | |
'{' should be on the previous line. | 130 | |
Line contains a tab character. | 131 | |
Line contains a tab character. | 132 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 134 | |
Missing a Javadoc comment. | 134 | |
'{' should be on the previous line. | 135 | |
Line contains a tab character. | 136 | |
Line is longer than 80 characters. | 137 | |
Line contains a tab character. | 137 | |
Line is longer than 80 characters. | 138 | |
Line contains a tab character. | 138 | |
Line contains a tab character. | 139 | |
Line contains a tab character. | 140 | |
')' is preceded with whitespace. | 140 | |
Line contains a tab character. | 141 | |
'=' is not preceded with whitespace. | 141 | |
'=' is not followed by whitespace. | 141 | |
'<' is not preceded with whitespace. | 141 | |
'<' is not followed by whitespace. | 141 | |
Line contains a tab character. | 142 | |
'{' should be on the previous line. | 142 | |
Line contains a tab character. | 143 | |
Line contains a tab character. | 144 | |
Line contains a tab character. | 146 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 5 | |
Line has trailing spaces. | 10 | |
Line has trailing spaces. | 15 | |
Line has trailing spaces. | 19 | |
Utility classes should not have a public or default constructor. | 36 | |
Missing a Javadoc comment. | 38 | |
'public' modifier out of order with the JLS suggestions. | 38 | |
Missing a Javadoc comment. | 40 | |
Variable 'idType' must be private and have accessor methods. | 40 | |
Missing a Javadoc comment. | 41 | |
Variable 'idCount' must be private and have accessor methods. | 41 | |
Missing a Javadoc comment. | 43 | |
Parameter in should be final. | 43 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 54 | |
'public' modifier out of order with the JLS suggestions. | 54 | |
Missing a Javadoc comment. | 56 | |
Variable 'bWidth' must be private and have accessor methods. | 56 | |
Missing a Javadoc comment. | 57 | |
Variable 'bHeight' must be private and have accessor methods. | 57 | |
Missing a Javadoc comment. | 58 | |
Variable 'bColorCount' must be private and have accessor methods. | 58 | |
Missing a Javadoc comment. | 59 | |
Variable 'bReserved' must be private and have accessor methods. | 59 | |
Missing a Javadoc comment. | 60 | |
Variable 'wPlanes' must be private and have accessor methods. | 60 | |
Missing a Javadoc comment. | 61 | |
Variable 'wBitCount' must be private and have accessor methods. | 61 | |
Missing a Javadoc comment. | 62 | |
Variable 'dwBytesInRes' must be private and have accessor methods. | 62 | |
Missing a Javadoc comment. | 63 | |
Variable 'dwImageOffset' must be private and have accessor methods. | 63 | |
Missing a Javadoc comment. | 65 | |
Parameter in should be final. | 65 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 76 | |
Missing a Javadoc comment. | 76 | |
Missing a Javadoc comment. | 91 | |
'public' modifier out of order with the JLS suggestions. | 91 | |
Missing a Javadoc comment. | 93 | |
Name 'Size' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 93 | |
Variable 'Size' must be private and have accessor methods. | 93 | |
Missing a Javadoc comment. | 95 | |
Name 'Width' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 95 | |
Variable 'Width' must be private and have accessor methods. | 95 | |
Missing a Javadoc comment. | 97 | |
Name 'Height' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 97 | |
Variable 'Height' must be private and have accessor methods. | 97 | |
Missing a Javadoc comment. | 99 | |
Name 'Planes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 99 | |
Variable 'Planes' must be private and have accessor methods. | 99 | |
Missing a Javadoc comment. | 101 | |
Name 'BitsPerPixel' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 101 | |
Variable 'BitsPerPixel' must be private and have accessor methods. | 101 | |
Missing a Javadoc comment. | 104 | |
Name 'Compression' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 104 | |
Variable 'Compression' must be private and have accessor methods. | 104 | |
Missing a Javadoc comment. | 106 | |
Name 'SizeOfBitmap' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 106 | |
Variable 'SizeOfBitmap' must be private and have accessor methods. | 106 | |
Line is longer than 80 characters. | 108 | |
Missing a Javadoc comment. | 108 | |
Name 'HorzResolution' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 108 | |
Variable 'HorzResolution' must be private and have accessor methods. | 108 | |
Line is longer than 80 characters. | 110 | |
Missing a Javadoc comment. | 110 | |
Name 'VertResolution' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 110 | |
Variable 'VertResolution' must be private and have accessor methods. | 110 | |
Line is longer than 80 characters. | 112 | |
Missing a Javadoc comment. | 112 | |
Name 'ColorsUsed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 112 | |
Variable 'ColorsUsed' must be private and have accessor methods. | 112 | |
Line is longer than 80 characters. | 114 | |
Missing a Javadoc comment. | 114 | |
Name 'ColorsImportant' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 114 | |
Variable 'ColorsImportant' must be private and have accessor methods. | 114 | |
Missing a Javadoc comment. | 117 | |
Parameter in should be final. | 117 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 131 | |
Missing a Javadoc comment. | 131 | |
Missing a Javadoc comment. | 160 | |
'public' modifier out of order with the JLS suggestions. | 160 | |
Parameter f should be final. | 160 | |
'32000' is a magic number. | 166 | |
Line contains a tab character. | 169 | |
Line is longer than 80 characters. | 176 | |
Line contains a tab character. | 176 | |
Line contains a tab character. | 180 | |
Line contains a tab character. | 187 | |
'40' is a magic number. | 189 | |
Line contains a tab character. | 194 | |
Line is longer than 80 characters. | 196 | |
'4' is a magic number. | 201 | |
'8' is a magic number. | 202 | |
'32' is a magic number. | 203 | |
Line is longer than 80 characters. | 208 | |
Line is longer than 80 characters. | 223 | |
Missing a Javadoc comment. | 223 | |
'private' modifier out of order with the JLS suggestions. | 223 | |
Parameter in should be final. | 223 | |
Parameter entry should be final. | 223 | |
Parameter header should be final. | 223 | |
Parameter image should be final. | 223 | |
Line contains a tab character. | 224 | |
Line contains a tab character. | 226 | |
Line has trailing spaces. | 228 | |
Line contains a tab character. | 229 | |
Line contains a tab character. | 230 | |
Line contains a tab character. | 251 | |
Line contains a tab character. | 254 | |
switch without "default" clause. | 261 | |
'4' is a magic number. | 262 | |
Avoid nested blocks. | 263 | |
'4' is a magic number. | 267 | |
'0x0F' is a magic number. | 267 | |
'0x0F' is a magic number. | 268 | |
Line is longer than 80 characters. | 269 | |
'0xFF' is a magic number. | 269 | |
'24' is a magic number. | 269 | |
'16' is a magic number. | 269 | |
'8' is a magic number. | 269 | |
Line is longer than 80 characters. | 270 | |
'0xFF' is a magic number. | 270 | |
'24' is a magic number. | 270 | |
'16' is a magic number. | 270 | |
'8' is a magic number. | 270 | |
'8' is a magic number. | 273 | |
Avoid nested blocks. | 274 | |
Line is longer than 80 characters. | 278 | |
'0xFF' is a magic number. | 278 | |
'24' is a magic number. | 278 | |
'16' is a magic number. | 278 | |
'8' is a magic number. | 278 | |
Line contains a tab character. | 284 | |
'8' is a magic number. | 288 | |
'4' is a magic number. | 289 | |
'4' is a magic number. | 290 | |
'4' is a magic number. | 290 | |
Line contains a tab character. | 293 | |
'8' is a magic number. | 303 | |
'7' is a magic number. | 304 | |
'8' is a magic number. | 304 | |
Line contains a tab character. | 310 | |
Line contains a tab character. | 311 | |
Line contains a tab character. | 312 | |
Line contains a tab character. | 313 | |
Line contains a tab character. | 315 | |
Line is longer than 80 characters. | 316 | |
Line contains a tab character. | 316 | |
Line contains a tab character. | 318 | |
Line contains a tab character. | 319 | |
Line contains a tab character. | 320 | |
Line contains a tab character. | 321 | |
Line contains a tab character. | 322 | |
Line is longer than 80 characters. | 323 | |
Line contains a tab character. | 323 | |
Line contains a tab character. | 325 | |
Line contains a tab character. | 326 | |
Line is longer than 80 characters. | 327 | |
Line contains a tab character. | 327 | |
Line is longer than 80 characters. | 328 | |
Line contains a tab character. | 328 | |
Line contains a tab character. | 329 | |
Line contains a tab character. | 330 | |
Line contains a tab character. | 331 | |
Line contains a tab character. | 333 | |
Missing a Javadoc comment. | 336 | |
'public' modifier out of order with the JLS suggestions. | 336 | |
Parameter args should be final. | 336 | |
Line contains a tab character. | 339 | |
Line is longer than 80 characters. | 342 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 16 | |
Utility classes should not have a public or default constructor. | 49 | |
Line has trailing spaces. | 241 | |
Line contains a tab character. | 242 | |
Missing a Javadoc comment. | 242 | |
'static' modifier out of order with the JLS suggestions. | 242 | |
Line has trailing spaces. | 243 | |
Line contains a tab character. | 244 | |
Missing a Javadoc comment. | 244 | |
'static' modifier out of order with the JLS suggestions. | 244 | |
Line contains a tab character. | 245 | |
Missing a Javadoc comment. | 245 | |
'static' modifier out of order with the JLS suggestions. | 245 | |
Line contains a tab character. | 246 | |
Missing a Javadoc comment. | 246 | |
'static' modifier out of order with the JLS suggestions. | 246 | |
Line contains a tab character. | 248 | |
Line contains a tab character. | 249 | |
Missing a Javadoc comment. | 249 | |
Name 'SQUARES' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 249 | |
Variable 'SQUARES' must be private and have accessor methods. | 249 | |
Array brackets at illegal position. | 249 | |
Line contains a tab character. | 250 | |
Missing a Javadoc comment. | 250 | |
Name 'SHIFT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 250 | |
Variable 'SHIFT' must be private and have accessor methods. | 250 | |
Array brackets at illegal position. | 250 | |
Line contains a tab character. | 252 | |
Line contains a tab character. | 253 | |
Line contains a tab character. | 254 | |
'=' is not preceded with whitespace. | 254 | |
Line contains a tab character. | 255 | |
Line contains a tab character. | 256 | |
Line contains a tab character. | 258 | |
Line contains a tab character. | 259 | |
Line contains a tab character. | 260 | |
'15' is a magic number. | 260 | |
Line contains a tab character. | 261 | |
Line contains a tab character. | 262 | |
Line contains a tab character. | 264 | |
Line contains a tab character. | 265 | |
Line contains a tab character. | 266 | |
Line contains a tab character. | 267 | |
Line contains a tab character. | 268 | |
Line contains a tab character. | 269 | |
Parameter pixels should be final. | 269 | |
Expected @param tag for 'pixels'. | 269 | |
Array brackets at illegal position. | 269 | |
Parameter max_colors should be final. | 269 | |
Expected @param tag for 'max_colors'. | 269 | |
Name 'max_colors' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 269 | |
Line contains a tab character. | 270 | |
Line contains a tab character. | 271 | |
Line contains a tab character. | 272 | |
Line contains a tab character. | 273 | |
Line contains a tab character. | 274 | |
Line contains a tab character. | 275 | |
Line has trailing spaces. | 276 | |
Missing a Javadoc comment. | 277 | |
Line contains a tab character. | 277 | |
Line contains a tab character. | 278 | |
Variable 'pixels' must be private and have accessor methods. | 278 | |
Array brackets at illegal position. | 278 | |
Missing a Javadoc comment. | 278 | |
Line contains a tab character. | 279 | |
Missing a Javadoc comment. | 279 | |
Name 'max_colors' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 279 | |
Variable 'max_colors' must be private and have accessor methods. | 279 | |
Line contains a tab character. | 280 | |
Variable 'colormap' must be private and have accessor methods. | 280 | |
Array brackets at illegal position. | 280 | |
Missing a Javadoc comment. | 280 | |
Line has trailing spaces. | 281 | |
Line contains a tab character. | 282 | |
Missing a Javadoc comment. | 282 | |
Variable 'root' must be private and have accessor methods. | 282 | |
Line contains a tab character. | 283 | |
Missing a Javadoc comment. | 283 | |
Variable 'depth' must be private and have accessor methods. | 283 | |
Line contains a tab character. | 285 | |
Line contains a tab character. | 286 | |
Line contains a tab character. | 287 | |
Missing a Javadoc comment. | 287 | |
Variable 'colors' must be private and have accessor methods. | 287 | |
Line contains a tab character. | 289 | |
Line contains a tab character. | 290 | |
Missing a Javadoc comment. | 290 | |
Variable 'nodes' must be private and have accessor methods. | 290 | |
Line contains a tab character. | 292 | |
Missing a Javadoc comment. | 292 | |
Parameter pixels should be final. | 292 | |
'pixels' hides a field. | 292 | |
Array brackets at illegal position. | 292 | |
Parameter max_colors should be final. | 292 | |
'max_colors' hides a field. | 292 | |
Name 'max_colors' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 292 | |
Line contains a tab character. | 293 | |
Line contains a tab character. | 294 | |
Line contains a tab character. | 296 | |
Line contains a tab character. | 297 | |
Line contains a tab character. | 298 | |
Line contains a tab character. | 299 | |
Line contains a tab character. | 300 | |
'4' is a magic number. | 300 | |
Line contains a tab character. | 301 | |
Line contains a tab character. | 302 | |
Line contains a tab character. | 303 | |
Line contains a tab character. | 304 | |
Line contains a tab character. | 305 | |
Line contains a tab character. | 306 | |
Line contains a tab character. | 307 | |
Line contains a tab character. | 308 | |
Line contains a tab character. | 309 | |
Line has trailing spaces. | 310 | |
Line contains a tab character. | 311 | |
Line contains a tab character. | 312 | |
Line contains a tab character. | 314 | |
Line contains a tab character. | 315 | |
Line contains a tab character. | 316 | |
Line contains a tab character. | 317 | |
Line contains a tab character. | 318 | |
Line contains a tab character. | 319 | |
Line contains a tab character. | 320 | |
Line contains a tab character. | 321 | |
Line contains a tab character. | 322 | |
Line contains a tab character. | 323 | |
Line contains a tab character. | 324 | |
Line contains a tab character. | 325 | |
Line contains a tab character. | 326 | |
Line contains a tab character. | 327 | |
Line contains a tab character. | 328 | |
Line contains a tab character. | 329 | |
Line contains a tab character. | 330 | |
Line contains a tab character. | 331 | |
Line contains a tab character. | 332 | |
Line contains a tab character. | 333 | |
Line contains a tab character. | 334 | |
Line contains a tab character. | 335 | |
Line contains a tab character. | 336 | |
Line contains a tab character. | 337 | |
Line contains a tab character. | 338 | |
Line contains a tab character. | 339 | |
Line contains a tab character. | 340 | |
Line contains a tab character. | 341 | |
Line contains a tab character. | 342 | |
Line contains a tab character. | 343 | |
Line contains a tab character. | 344 | |
Line contains a tab character. | 345 | |
Line contains a tab character. | 346 | |
Line contains a tab character. | 347 | |
Line contains a tab character. | 348 | |
Line contains a tab character. | 349 | |
Line contains a tab character. | 350 | |
Line contains a tab character. | 351 | |
Line contains a tab character. | 352 | |
Missing a Javadoc comment. | 352 | |
Line contains a tab character. | 353 | |
'pixels' hides a field. | 353 | |
Array brackets at illegal position. | 353 | |
Line contains a tab character. | 355 | |
Line contains a tab character. | 356 | |
Line contains a tab character. | 358 | |
Line contains a tab character. | 359 | |
';' is followed by whitespace. | 359 | |
Line contains a tab character. | 360 | |
';' is followed by whitespace. | 360 | |
Line contains a tab character. | 361 | |
Line contains a tab character. | 362 | |
'16' is a magic number. | 362 | |
'0xFF' is a magic number. | 362 | |
Line contains a tab character. | 363 | |
'8' is a magic number. | 363 | |
'0xFF' is a magic number. | 363 | |
Line contains a tab character. | 364 | |
'0xFF' is a magic number. | 364 | |
Line is longer than 80 characters. | 366 | |
Line contains a tab character. | 366 | |
Line contains a tab character. | 367 | |
Line contains a tab character. | 368 | |
Line contains a tab character. | 369 | |
Line contains a tab character. | 370 | |
Line contains a tab character. | 371 | |
Line is longer than 80 characters. | 373 | |
Line contains a tab character. | 373 | |
Line contains a tab character. | 374 | |
Line contains a tab character. | 375 | |
Line is longer than 80 characters. | 376 | |
Line contains a tab character. | 376 | |
Line is longer than 80 characters. | 377 | |
Line contains a tab character. | 377 | |
Avoid inline conditionals. | 377 | |
'|' should be on a new line. | 377 | |
Line is longer than 80 characters. | 378 | |
Line contains a tab character. | 378 | |
Avoid inline conditionals. | 378 | |
'|' should be on a new line. | 378 | |
Line is longer than 80 characters. | 379 | |
Line contains a tab character. | 379 | |
Avoid inline conditionals. | 379 | |
Line contains a tab character. | 380 | |
Line is longer than 80 characters. | 381 | |
Line contains a tab character. | 381 | |
Line contains a tab character. | 382 | |
Line contains a tab character. | 383 | |
Line is longer than 80 characters. | 384 | |
Line contains a tab character. | 384 | |
Line contains a tab character. | 385 | |
Line contains a tab character. | 387 | |
Line contains a tab character. | 388 | |
Line contains a tab character. | 389 | |
Line contains a tab character. | 390 | |
Line contains a tab character. | 391 | |
Line contains a tab character. | 392 | |
Line contains a tab character. | 393 | |
Line contains a tab character. | 395 | |
Line contains a tab character. | 396 | |
Line contains a tab character. | 397 | |
Line contains a tab character. | 398 | |
Line contains a tab character. | 399 | |
Line contains a tab character. | 400 | |
Line contains a tab character. | 401 | |
Line contains a tab character. | 402 | |
Line contains a tab character. | 403 | |
Line contains a tab character. | 404 | |
Line contains a tab character. | 405 | |
Line contains a tab character. | 406 | |
Line contains a tab character. | 407 | |
Missing a Javadoc comment. | 407 | |
Line contains a tab character. | 408 | |
Line contains a tab character. | 409 | |
Line contains a tab character. | 410 | |
Line is longer than 80 characters. | 411 | |
Line contains a tab character. | 411 | |
Line contains a tab character. | 412 | |
Line contains a tab character. | 413 | |
Line contains a tab character. | 415 | |
Line contains a tab character. | 416 | |
Line contains a tab character. | 417 | |
Line contains a tab character. | 418 | |
Line contains a tab character. | 419 | |
Missing a Javadoc comment. | 419 | |
Variable 'distance' must be private and have accessor methods. | 419 | |
Line contains a tab character. | 420 | |
Missing a Javadoc comment. | 420 | |
Name 'color_number' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 420 | |
Variable 'color_number' must be private and have accessor methods. | 420 | |
Line contains a tab character. | 421 | |
Line contains a tab character. | 423 | |
Line contains a tab character. | 424 | |
Line contains a tab character. | 425 | |
Line contains a tab character. | 426 | |
Line contains a tab character. | 427 | |
Line contains a tab character. | 428 | |
Line contains a tab character. | 429 | |
Line contains a tab character. | 430 | |
Line contains a tab character. | 431 | |
Line contains a tab character. | 432 | |
Line contains a tab character. | 433 | |
Line contains a tab character. | 434 | |
Line contains a tab character. | 435 | |
Line contains a tab character. | 436 | |
Line contains a tab character. | 437 | |
Line contains a tab character. | 438 | |
Line contains a tab character. | 439 | |
Line contains a tab character. | 440 | |
Line contains a tab character. | 441 | |
Line contains a tab character. | 442 | |
Line contains a tab character. | 443 | |
Missing a Javadoc comment. | 443 | |
Line contains a tab character. | 444 | |
Line contains a tab character. | 446 | |
Line contains a tab character. | 447 | |
Line has trailing spaces. | 448 | |
Line contains a tab character. | 449 | |
'pixels' hides a field. | 449 | |
Array brackets at illegal position. | 449 | |
Line contains a tab character. | 451 | |
Line contains a tab character. | 452 | |
Line contains a tab character. | 454 | |
Line contains a tab character. | 455 | |
';' is followed by whitespace. | 455 | |
Line contains a tab character. | 456 | |
';' is followed by whitespace. | 456 | |
Line contains a tab character. | 457 | |
Line contains a tab character. | 458 | |
'16' is a magic number. | 458 | |
'0xFF' is a magic number. | 458 | |
Line contains a tab character. | 459 | |
'8' is a magic number. | 459 | |
'0xFF' is a magic number. | 459 | |
Line contains a tab character. | 460 | |
'0xFF' is a magic number. | 460 | |
Line is longer than 80 characters. | 462 | |
Line contains a tab character. | 462 | |
Line contains a tab character. | 463 | |
Line contains a tab character. | 464 | |
';' is preceded with whitespace. | 464 | |
';' is followed by whitespace. | 464 | |
Line is longer than 80 characters. | 465 | |
Line contains a tab character. | 465 | |
Avoid inline conditionals. | 465 | |
'|' should be on a new line. | 465 | |
Line is longer than 80 characters. | 466 | |
Line contains a tab character. | 466 | |
Avoid inline conditionals. | 466 | |
'|' should be on a new line. | 466 | |
Line is longer than 80 characters. | 467 | |
Line contains a tab character. | 467 | |
Avoid inline conditionals. | 467 | |
')' is preceded with whitespace. | 467 | |
Line contains a tab character. | 468 | |
Line contains a tab character. | 469 | |
Line contains a tab character. | 470 | |
Line contains a tab character. | 471 | |
Line contains a tab character. | 472 | |
Line contains a tab character. | 474 | |
Line is longer than 80 characters. | 475 | |
Line contains a tab character. | 475 | |
Line is longer than 80 characters. | 476 | |
Line contains a tab character. | 476 | |
Line contains a tab character. | 477 | |
Line is longer than 80 characters. | 478 | |
Line contains a tab character. | 478 | |
Line contains a tab character. | 479 | |
Line contains a tab character. | 481 | |
Line is longer than 80 characters. | 482 | |
Line contains a tab character. | 482 | |
Line is longer than 80 characters. | 483 | |
Line contains a tab character. | 483 | |
Line is longer than 80 characters. | 484 | |
Line contains a tab character. | 484 | |
Line contains a tab character. | 485 | |
Line contains a tab character. | 486 | |
Line contains a tab character. | 487 | |
Line contains a tab character. | 488 | |
Line contains a tab character. | 490 | |
Line contains a tab character. | 491 | |
Line contains a tab character. | 492 | |
Line contains a tab character. | 493 | |
Line contains a tab character. | 494 | |
Missing a Javadoc comment. | 494 | |
Variable 'cube' must be private and have accessor methods. | 494 | |
Line contains a tab character. | 496 | |
Line contains a tab character. | 497 | |
Missing a Javadoc comment. | 497 | |
Variable 'parent' must be private and have accessor methods. | 497 | |
Line contains a tab character. | 499 | |
Line contains a tab character. | 500 | |
Variable 'child' must be private and have accessor methods. | 500 | |
Array brackets at illegal position. | 500 | |
Missing a Javadoc comment. | 500 | |
Line contains a tab character. | 501 | |
Missing a Javadoc comment. | 501 | |
Variable 'nchild' must be private and have accessor methods. | 501 | |
Line contains a tab character. | 503 | |
Line contains a tab character. | 504 | |
Missing a Javadoc comment. | 504 | |
Variable 'id' must be private and have accessor methods. | 504 | |
Line contains a tab character. | 505 | |
Line contains a tab character. | 506 | |
Missing a Javadoc comment. | 506 | |
Variable 'level' must be private and have accessor methods. | 506 | |
Line contains a tab character. | 507 | |
Line contains a tab character. | 508 | |
Missing a Javadoc comment. | 508 | |
Name 'mid_red' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 508 | |
Variable 'mid_red' must be private and have accessor methods. | 508 | |
Line contains a tab character. | 509 | |
Missing a Javadoc comment. | 509 | |
Name 'mid_green' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 509 | |
Variable 'mid_green' must be private and have accessor methods. | 509 | |
Line contains a tab character. | 510 | |
Missing a Javadoc comment. | 510 | |
Name 'mid_blue' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 510 | |
Variable 'mid_blue' must be private and have accessor methods. | 510 | |
Line contains a tab character. | 512 | |
Line contains a tab character. | 513 | |
Missing a Javadoc comment. | 513 | |
Name 'number_pixels' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 513 | |
Variable 'number_pixels' must be private and have accessor methods. | 513 | |
Line has trailing spaces. | 514 | |
Line contains a tab character. | 515 | |
Line contains a tab character. | 516 | |
Missing a Javadoc comment. | 516 | |
Variable 'unique' must be private and have accessor methods. | 516 | |
Line contains a tab character. | 517 | |
Line contains a tab character. | 518 | |
Missing a Javadoc comment. | 518 | |
Name 'total_red' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 518 | |
Variable 'total_red' must be private and have accessor methods. | 518 | |
Line contains a tab character. | 519 | |
Missing a Javadoc comment. | 519 | |
Name 'total_green' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 519 | |
Variable 'total_green' must be private and have accessor methods. | 519 | |
Line contains a tab character. | 520 | |
Missing a Javadoc comment. | 520 | |
Name 'total_blue' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 520 | |
Variable 'total_blue' must be private and have accessor methods. | 520 | |
Line contains a tab character. | 522 | |
Line contains a tab character. | 523 | |
Missing a Javadoc comment. | 523 | |
Name 'color_number' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 523 | |
Variable 'color_number' must be private and have accessor methods. | 523 | |
Line contains a tab character. | 525 | |
Missing a Javadoc comment. | 525 | |
Parameter cube should be final. | 525 | |
'cube' hides a field. | 525 | |
Line contains a tab character. | 526 | |
Line contains a tab character. | 527 | |
Line contains a tab character. | 528 | |
'8' is a magic number. | 528 | |
Line contains a tab character. | 529 | |
Line contains a tab character. | 530 | |
Line contains a tab character. | 532 | |
Line has trailing spaces. | 533 | |
Line contains a tab character. | 534 | |
Line contains a tab character. | 535 | |
Line contains a tab character. | 536 | |
Line contains a tab character. | 537 | |
Line has trailing spaces. | 538 | |
Line contains a tab character. | 539 | |
Missing a Javadoc comment. | 539 | |
Parameter parent should be final. | 539 | |
'parent' hides a field. | 539 | |
Parameter id should be final. | 539 | |
'id' hides a field. | 539 | |
Parameter level should be final. | 539 | |
'level' hides a field. | 539 | |
Line contains a tab character. | 540 | |
Line contains a tab character. | 541 | |
Line contains a tab character. | 542 | |
'8' is a magic number. | 542 | |
Line contains a tab character. | 543 | |
Line contains a tab character. | 544 | |
Line contains a tab character. | 546 | |
Line contains a tab character. | 547 | |
Line contains a tab character. | 548 | |
Line contains a tab character. | 549 | |
Line contains a tab character. | 550 | |
Line contains a tab character. | 552 | |
Line contains a tab character. | 553 | |
Line contains a tab character. | 554 | |
Line contains a tab character. | 556 | |
Line contains a tab character. | 557 | |
Line is longer than 80 characters. | 558 | |
Line contains a tab character. | 558 | |
Avoid inline conditionals. | 558 | |
Line is longer than 80 characters. | 559 | |
Line contains a tab character. | 559 | |
Avoid inline conditionals. | 559 | |
Line is longer than 80 characters. | 560 | |
Line contains a tab character. | 560 | |
'4' is a magic number. | 560 | |
Avoid inline conditionals. | 560 | |
Line contains a tab character. | 561 | |
Line contains a tab character. | 563 | |
Line contains a tab character. | 564 | |
Line contains a tab character. | 565 | |
Line contains a tab character. | 566 | |
Line contains a tab character. | 567 | |
Line contains a tab character. | 568 | |
Line contains a tab character. | 569 | |
Line contains a tab character. | 570 | |
Line contains a tab character. | 571 | |
Line contains a tab character. | 572 | |
Line contains a tab character. | 573 | |
Line contains a tab character. | 574 | |
Line contains a tab character. | 575 | |
Line contains a tab character. | 576 | |
Line contains a tab character. | 577 | |
Line contains a tab character. | 579 | |
Line contains a tab character. | 580 | |
Line contains a tab character. | 581 | |
Line contains a tab character. | 582 | |
Line contains a tab character. | 583 | |
Line contains a tab character. | 584 | |
'id' hides a field. | 584 | |
'8' is a magic number. | 584 | |
Line contains a tab character. | 585 | |
Line contains a tab character. | 586 | |
Line contains a tab character. | 587 | |
Line contains a tab character. | 588 | |
Line contains a tab character. | 589 | |
Line contains a tab character. | 590 | |
Line contains a tab character. | 591 | |
Line contains a tab character. | 592 | |
Line contains a tab character. | 593 | |
Line contains a tab character. | 595 | |
Line contains a tab character. | 596 | |
Line contains a tab character. | 597 | |
Line contains a tab character. | 598 | |
Line contains a tab character. | 599 | |
Line contains a tab character. | 600 | |
Line contains a tab character. | 601 | |
Expected an @return tag. | 602 | |
Line contains a tab character. | 602 | |
Parameter threshold should be final. | 602 | |
Expected @param tag for 'threshold'. | 602 | |
Parameter next_threshold should be final. | 602 | |
Expected @param tag for 'next_threshold'. | 602 | |
Name 'next_threshold' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 602 | |
Line contains a tab character. | 603 | |
Line contains a tab character. | 604 | |
'id' hides a field. | 604 | |
'8' is a magic number. | 604 | |
Line contains a tab character. | 605 | |
Line is longer than 80 characters. | 606 | |
Line contains a tab character. | 606 | |
Line contains a tab character. | 607 | |
Line contains a tab character. | 608 | |
Line contains a tab character. | 609 | |
Line contains a tab character. | 610 | |
Line contains a tab character. | 611 | |
Line contains a tab character. | 612 | |
Line contains a tab character. | 613 | |
Line contains a tab character. | 614 | |
Line contains a tab character. | 615 | |
Line contains a tab character. | 616 | |
Line contains a tab character. | 617 | |
Line contains a tab character. | 618 | |
Line contains a tab character. | 619 | |
Line contains a tab character. | 620 | |
Line contains a tab character. | 621 | |
Line contains a tab character. | 623 | |
Line contains a tab character. | 624 | |
Line contains a tab character. | 625 | |
Line contains a tab character. | 626 | |
Line contains a tab character. | 627 | |
Line contains a tab character. | 628 | |
Line contains a tab character. | 629 | |
Missing a Javadoc comment. | 629 | |
Line contains a tab character. | 630 | |
Line contains a tab character. | 631 | |
'id' hides a field. | 631 | |
'8' is a magic number. | 631 | |
Line contains a tab character. | 632 | |
Line contains a tab character. | 633 | |
Line contains a tab character. | 634 | |
Line contains a tab character. | 635 | |
Line contains a tab character. | 636 | |
Line contains a tab character. | 637 | |
Line is longer than 80 characters. | 638 | |
Line contains a tab character. | 638 | |
Line is longer than 80 characters. | 639 | |
Line contains a tab character. | 639 | |
Line is longer than 80 characters. | 640 | |
Line contains a tab character. | 640 | |
Line is longer than 80 characters. | 641 | |
Line contains a tab character. | 641 | |
'(' is followed by whitespace. | 641 | |
'0xFF' is a magic number. | 641 | |
'24' is a magic number. | 641 | |
'|' should be on a new line. | 641 | |
Line is longer than 80 characters. | 642 | |
Line contains a tab character. | 642 | |
'0xFF' is a magic number. | 642 | |
'16' is a magic number. | 642 | |
'|' should be on a new line. | 642 | |
Line is longer than 80 characters. | 643 | |
Line contains a tab character. | 643 | |
'0xFF' is a magic number. | 643 | |
'8' is a magic number. | 643 | |
'|' should be on a new line. | 643 | |
Line is longer than 80 characters. | 644 | |
Line contains a tab character. | 644 | |
'0xFF' is a magic number. | 644 | |
Line contains a tab character. | 645 | |
Line contains a tab character. | 646 | |
Line contains a tab character. | 647 | |
Line contains a tab character. | 649 | |
Line contains a tab character. | 650 | |
Line contains a tab character. | 651 | |
Line contains a tab character. | 652 | |
Line is longer than 80 characters. | 653 | |
Line contains a tab character. | 653 | |
Missing a Javadoc comment. | 653 | |
Parameter red should be final. | 653 | |
Parameter green should be final. | 653 | |
Parameter blue should be final. | 653 | |
Parameter search should be final. | 653 | |
Line contains a tab character. | 654 | |
Line contains a tab character. | 655 | |
'id' hides a field. | 655 | |
'8' is a magic number. | 655 | |
Line contains a tab character. | 656 | |
Line is longer than 80 characters. | 657 | |
Line contains a tab character. | 657 | |
Line contains a tab character. | 658 | |
Line contains a tab character. | 659 | |
Line contains a tab character. | 660 | |
Line contains a tab character. | 662 | |
Line contains a tab character. | 663 | |
Line is longer than 80 characters. | 664 | |
Line contains a tab character. | 664 | |
Line contains a tab character. | 665 | |
Line contains a tab character. | 666 | |
Line is longer than 80 characters. | 667 | |
Line contains a tab character. | 667 | |
Line contains a tab character. | 668 | |
Line contains a tab character. | 669 | |
Line contains a tab character. | 670 | |
Line contains a tab character. | 672 | |
Line is longer than 80 characters. | 673 | |
Line contains a tab character. | 673 | |
Line contains a tab character. | 674 | |
Expected an @return tag. | 675 | |
Line is longer than 80 characters. | 675 | |
Line contains a tab character. | 675 | |
'static' modifier out of order with the JLS suggestions. | 675 | |
Parameter color should be final. | 675 | |
Expected @param tag for 'color'. | 675 | |
Parameter r should be final. | 675 | |
Expected @param tag for 'r'. | 675 | |
Parameter g should be final. | 675 | |
Expected @param tag for 'g'. | 675 | |
Parameter b should be final. | 675 | |
Expected @param tag for 'b'. | 675 | |
Line is longer than 80 characters. | 676 | |
Line contains a tab character. | 676 | |
'16' is a magic number. | 676 | |
'0xFF' is a magic number. | 676 | |
'+' should be on a new line. | 676 | |
Line is longer than 80 characters. | 677 | |
Line contains a tab character. | 677 | |
'8' is a magic number. | 677 | |
'0xFF' is a magic number. | 677 | |
'+' should be on a new line. | 677 | |
Line is longer than 80 characters. | 678 | |
Line contains a tab character. | 678 | |
'0xFF' is a magic number. | 678 | |
Line contains a tab character. | 679 | |
Line contains a tab character. | 681 | |
Missing a Javadoc comment. | 681 | |
Line contains a tab character. | 682 | |
Line contains a tab character. | 683 | |
Line contains a tab character. | 684 | |
Line contains a tab character. | 685 | |
Line contains a tab character. | 686 | |
Line contains a tab character. | 687 | |
Line contains a tab character. | 688 | |
Line contains a tab character. | 689 | |
Line contains a tab character. | 690 | |
Line contains a tab character. | 691 | |
Line contains a tab character. | 692 | |
Line contains a tab character. | 693 | |
Line contains a tab character. | 694 | |
Line contains a tab character. | 695 | |
Line contains a tab character. | 696 | |
Line contains a tab character. | 697 | |
Line contains a tab character. | 698 | |
Line contains a tab character. | 699 | |
Line contains a tab character. | 700 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 9 | |
Line has trailing spaces. | 14 | |
Line has trailing spaces. | 18 | |
Missing a Javadoc comment. | 27 | |
'{' should be on the previous line. | 28 | |
Line contains a tab character. | 29 | |
Missing a Javadoc comment. | 29 | |
Parameter in should be final. | 29 | |
Line contains a tab character. | 30 | |
'{' should be on the previous line. | 30 | |
Line contains a tab character. | 31 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 34 | |
Method 'skip' is not designed for extension - needs to be abstract, final or empty. | 34 | |
Missing a Javadoc comment. | 34 | |
Parameter toskip should be final. | 34 | |
Line contains a tab character. | 35 | |
'{' should be on the previous line. | 35 | |
'for' construct must use '{}'s. | 36 | |
Line is longer than 80 characters. | 36 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
Empty statement. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 40 | |
Method 'readByte' is not designed for extension - needs to be abstract, final or empty. | 40 | |
Missing a Javadoc comment. | 40 | |
Line contains a tab character. | 41 | |
'{' should be on the previous line. | 41 | |
Line contains a tab character. | 42 | |
'cast' is not followed by whitespace. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 45 | |
Method 'readUByte' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Line contains a tab character. | 46 | |
'{' should be on the previous line. | 46 | |
Line contains a tab character. | 47 | |
'cast' is not followed by whitespace. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 50 | |
Method 'readShortBE' is not designed for extension - needs to be abstract, final or empty. | 50 | |
Missing a Javadoc comment. | 50 | |
Line contains a tab character. | 51 | |
'{' should be on the previous line. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 55 | |
'&' is not preceded with whitespace. | 55 | |
'&' is not followed by whitespace. | 55 | |
'0xff' is a magic number. | 55 | |
'<<' is not preceded with whitespace. | 55 | |
'8' is a magic number. | 55 | |
'<<' is not followed by whitespace. | 55 | |
'&' is not preceded with whitespace. | 55 | |
'&' is not followed by whitespace. | 55 | |
'0xff' is a magic number. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 58 | |
Method 'readUShortBE' is not designed for extension - needs to be abstract, final or empty. | 58 | |
Missing a Javadoc comment. | 58 | |
Line contains a tab character. | 59 | |
'{' should be on the previous line. | 59 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 63 | |
'&' is not preceded with whitespace. | 63 | |
'&' is not followed by whitespace. | 63 | |
'0xff' is a magic number. | 63 | |
'<<' is not preceded with whitespace. | 63 | |
'8' is a magic number. | 63 | |
'<<' is not followed by whitespace. | 63 | |
'&' is not preceded with whitespace. | 63 | |
'&' is not followed by whitespace. | 63 | |
'0xff' is a magic number. | 63 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 66 | |
Method 'readShortLE' is not designed for extension - needs to be abstract, final or empty. | 66 | |
Missing a Javadoc comment. | 66 | |
Line contains a tab character. | 67 | |
'{' should be on the previous line. | 67 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 71 | |
'&' is not preceded with whitespace. | 71 | |
'&' is not followed by whitespace. | 71 | |
'0xff' is a magic number. | 71 | |
'<<' is not preceded with whitespace. | 71 | |
'8' is a magic number. | 71 | |
'<<' is not followed by whitespace. | 71 | |
'&' is not preceded with whitespace. | 71 | |
'&' is not followed by whitespace. | 71 | |
'0xff' is a magic number. | 71 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 74 | |
Method 'readUShortLE' is not designed for extension - needs to be abstract, final or empty. | 74 | |
Missing a Javadoc comment. | 74 | |
Line contains a tab character. | 75 | |
'{' should be on the previous line. | 75 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 79 | |
'&' is not preceded with whitespace. | 79 | |
'&' is not followed by whitespace. | 79 | |
'0xff' is a magic number. | 79 | |
'<<' is not preceded with whitespace. | 79 | |
'8' is a magic number. | 79 | |
'<<' is not followed by whitespace. | 79 | |
'&' is not preceded with whitespace. | 79 | |
'&' is not followed by whitespace. | 79 | |
'0xff' is a magic number. | 79 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 82 | |
Method 'readIntBE' is not designed for extension - needs to be abstract, final or empty. | 82 | |
Missing a Javadoc comment. | 82 | |
Line contains a tab character. | 83 | |
'{' should be on the previous line. | 83 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 87 | |
Line has trailing spaces. | 88 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 | |
'&' is not preceded with whitespace. | 89 | |
'&' is not followed by whitespace. | 89 | |
'0xff' is a magic number. | 89 | |
'<<' is not preceded with whitespace. | 89 | |
'24' is a magic number. | 89 | |
'<<' is not followed by whitespace. | 89 | |
'&' is not preceded with whitespace. | 89 | |
'&' is not followed by whitespace. | 89 | |
'0xff' is a magic number. | 89 | |
'<<' is not preceded with whitespace. | 89 | |
'16' is a magic number. | 89 | |
'<<' is not followed by whitespace. | 89 | |
'&' is not preceded with whitespace. | 89 | |
'&' is not followed by whitespace. | 89 | |
'0xff' is a magic number. | 89 | |
'<<' is not preceded with whitespace. | 89 | |
'8' is a magic number. | 89 | |
'<<' is not followed by whitespace. | 89 | |
'&' is not preceded with whitespace. | 89 | |
'&' is not followed by whitespace. | 89 | |
'0xff' is a magic number. | 89 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 92 | |
Method 'readUIntBE' is not designed for extension - needs to be abstract, final or empty. | 92 | |
Missing a Javadoc comment. | 92 | |
Line contains a tab character. | 93 | |
'{' should be on the previous line. | 93 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 96 | |
Line contains a tab character. | 97 | |
Line has trailing spaces. | 98 | |
Line contains a tab character. | 98 | |
Line is longer than 80 characters. | 99 | |
Line contains a tab character. | 99 | |
'cast' is not followed by whitespace. | 99 | |
'&' is not preceded with whitespace. | 99 | |
'&' is not followed by whitespace. | 99 | |
'0xff' is a magic number. | 99 | |
'<<' is not preceded with whitespace. | 99 | |
'24' is a magic number. | 99 | |
'<<' is not followed by whitespace. | 99 | |
'cast' is not followed by whitespace. | 99 | |
'&' is not preceded with whitespace. | 99 | |
'&' is not followed by whitespace. | 99 | |
'0xff' is a magic number. | 99 | |
'<<' is not preceded with whitespace. | 99 | |
'16' is a magic number. | 99 | |
'<<' is not followed by whitespace. | 99 | |
'cast' is not followed by whitespace. | 99 | |
'&' is not preceded with whitespace. | 99 | |
'&' is not followed by whitespace. | 99 | |
'0xff' is a magic number. | 99 | |
'<<' is not preceded with whitespace. | 99 | |
'8' is a magic number. | 99 | |
'<<' is not followed by whitespace. | 99 | |
'cast' is not followed by whitespace. | 99 | |
'&' is not preceded with whitespace. | 99 | |
'&' is not followed by whitespace. | 99 | |
'0xff' is a magic number. | 99 | |
Line contains a tab character. | 100 | |
Line contains a tab character. | 102 | |
Method 'readIntLE' is not designed for extension - needs to be abstract, final or empty. | 102 | |
Missing a Javadoc comment. | 102 | |
Line contains a tab character. | 103 | |
'{' should be on the previous line. | 103 | |
Line contains a tab character. | 104 | |
Line contains a tab character. | 105 | |
Line contains a tab character. | 106 | |
Line contains a tab character. | 107 | |
Line has trailing spaces. | 108 | |
Line contains a tab character. | 108 | |
Line contains a tab character. | 109 | |
'&' is not preceded with whitespace. | 109 | |
'&' is not followed by whitespace. | 109 | |
'0xff' is a magic number. | 109 | |
'<<' is not preceded with whitespace. | 109 | |
'24' is a magic number. | 109 | |
'<<' is not followed by whitespace. | 109 | |
'&' is not preceded with whitespace. | 109 | |
'&' is not followed by whitespace. | 109 | |
'0xff' is a magic number. | 109 | |
'<<' is not preceded with whitespace. | 109 | |
'16' is a magic number. | 109 | |
'<<' is not followed by whitespace. | 109 | |
'&' is not preceded with whitespace. | 109 | |
'&' is not followed by whitespace. | 109 | |
'0xff' is a magic number. | 109 | |
'<<' is not preceded with whitespace. | 109 | |
'8' is a magic number. | 109 | |
'<<' is not followed by whitespace. | 109 | |
'&' is not preceded with whitespace. | 109 | |
'&' is not followed by whitespace. | 109 | |
'0xff' is a magic number. | 109 | |
Line contains a tab character. | 110 | |
Line contains a tab character. | 112 | |
Method 'readUIntLE' is not designed for extension - needs to be abstract, final or empty. | 112 | |
Missing a Javadoc comment. | 112 | |
Line contains a tab character. | 113 | |
'{' should be on the previous line. | 113 | |
Line contains a tab character. | 114 | |
Line contains a tab character. | 115 | |
Line contains a tab character. | 116 | |
Line contains a tab character. | 117 | |
Line has trailing spaces. | 118 | |
Line contains a tab character. | 118 | |
Line is longer than 80 characters. | 119 | |
Line contains a tab character. | 119 | |
'cast' is not followed by whitespace. | 119 | |
'&' is not preceded with whitespace. | 119 | |
'&' is not followed by whitespace. | 119 | |
'0xff' is a magic number. | 119 | |
'<<' is not preceded with whitespace. | 119 | |
'24' is a magic number. | 119 | |
'<<' is not followed by whitespace. | 119 | |
'cast' is not followed by whitespace. | 119 | |
'&' is not preceded with whitespace. | 119 | |
'&' is not followed by whitespace. | 119 | |
'0xff' is a magic number. | 119 | |
'<<' is not preceded with whitespace. | 119 | |
'16' is a magic number. | 119 | |
'<<' is not followed by whitespace. | 119 | |
'cast' is not followed by whitespace. | 119 | |
'&' is not preceded with whitespace. | 119 | |
'&' is not followed by whitespace. | 119 | |
'0xff' is a magic number. | 119 | |
'<<' is not preceded with whitespace. | 119 | |
'8' is a magic number. | 119 | |
'<<' is not followed by whitespace. | 119 | |
'cast' is not followed by whitespace. | 119 | |
'&' is not preceded with whitespace. | 119 | |
'&' is not followed by whitespace. | 119 | |
'0xff' is a magic number. | 119 | |
Line contains a tab character. | 120 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 28 | |
Method 'addText' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Parameter s should be final. | 29 | |
Missing a Javadoc comment. | 34 | |
Method 'addText' is not designed for extension - needs to be abstract, final or empty. | 35 | |
Missing a Javadoc comment. | 35 | |
Parameter s should be final. | 35 | |
Missing a Javadoc comment. | 40 | |
Parameter s should be final. | 40 | |
Missing a Javadoc comment. | 59 | |
Parameter s should be final. | 59 | |
'4' is a magic number. | 72 | |
Line is longer than 80 characters. | 83 | |
'4' is a magic number. | 86 | |
Missing a Javadoc comment. | 107 | |
Variable 'archive' must be private and have accessor methods. | 107 | |
Missing a Javadoc comment. | 109 | |
Variable 'execute' must be private and have accessor methods. | 109 | |
Missing a Javadoc comment. | 111 | |
Variable 'iconFile' must be private and have accessor methods. | 111 | |
Missing a Javadoc comment. | 113 | |
Variable 'isConsole' must be private and have accessor methods. | 113 | |
Missing a Javadoc comment. | 115 | |
Variable 'mode' must be private and have accessor methods. | 115 | |
Missing a Javadoc comment. | 117 | |
Variable 'output' must be private and have accessor methods. | 117 | |
Missing a Javadoc comment. | 119 | |
Variable 'workingDirectory' must be private and have accessor methods. | 119 | |
Method 'copy' is not designed for extension - needs to be abstract, final or empty. | 121 | |
Missing a Javadoc comment. | 121 | |
Parameter file should be final. | 121 | |
Parameter out should be final. | 121 | |
Method 'copy' is not designed for extension - needs to be abstract, final or empty. | 125 | |
Missing a Javadoc comment. | 125 | |
Parameter in should be final. | 125 | |
Parameter out should be final. | 125 | |
'8192' is a magic number. | 126 | |
Method 'createExecute' is not designed for extension - needs to be abstract, final or empty. | 134 | |
Missing a Javadoc comment. | 134 | |
Line is longer than 80 characters. | 137 | |
Method 'createShellStub' is not designed for extension - needs to be abstract, final or empty. | 142 | |
Missing a Javadoc comment. | 142 | |
Parameter p should be final. | 142 | |
Array brackets at illegal position. | 146 | |
Method 'createWin32Stub' is not designed for extension - needs to be abstract, final or empty. | 194 | |
Missing a Javadoc comment. | 194 | |
Parameter p should be final. | 194 | |
Array brackets at illegal position. | 197 | |
Name '_out' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 203 | |
Avoid inline conditionals. | 204 | |
Line has trailing spaces. | 212 | |
Line is longer than 80 characters. | 213 | |
Line has trailing spaces. | 216 | |
'32' is a magic number. | 227 | |
'32' is a magic number. | 227 | |
'50' is a magic number. | 231 | |
Avoid inline conditionals. | 251 | |
Avoid inline conditionals. | 252 | |
'128' is a magic number. | 276 | |
'128' is a magic number. | 279 | |
'128' is a magic number. | 280 | |
Method 'createWorkingDirectory' is not designed for extension - needs to be abstract, final or empty. | 298 | |
Missing a Javadoc comment. | 298 | |
Line is longer than 80 characters. | 301 | |
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 307 | |
Missing a Javadoc comment. | 307 | |
Missing a Javadoc comment. | 326 | |
Missing a Javadoc comment. | 328 | |
Missing a Javadoc comment. | 330 | |
Missing a Javadoc comment. | 332 | |
Method 'setArchive' is not designed for extension - needs to be abstract, final or empty. | 334 | |
Missing a Javadoc comment. | 334 | |
Parameter archive should be final. | 334 | |
'archive' hides a field. | 334 | |
Method 'setExecute' is not designed for extension - needs to be abstract, final or empty. | 338 | |
Missing a Javadoc comment. | 338 | |
Parameter execute should be final. | 338 | |
'execute' hides a field. | 338 | |
Line is longer than 80 characters. | 341 | |
'128' is a magic number. | 343 | |
Line is longer than 80 characters. | 345 | |
Method 'setIcon' is not designed for extension - needs to be abstract, final or empty. | 351 | |
Missing a Javadoc comment. | 351 | |
Parameter iconFile should be final. | 351 | |
'iconFile' hides a field. | 351 | |
Method 'setMode' is not designed for extension - needs to be abstract, final or empty. | 355 | |
Missing a Javadoc comment. | 355 | |
Parameter mode should be final. | 355 | |
'mode' hides a field. | 355 | |
Line contains a tab character. | 361 | |
Method 'setOutput' is not designed for extension - needs to be abstract, final or empty. | 366 | |
Missing a Javadoc comment. | 366 | |
Parameter output should be final. | 366 | |
'output' hides a field. | 366 | |
Method 'setWorkingDirectory' is not designed for extension - needs to be abstract, final or empty. | 370 | |
Missing a Javadoc comment. | 370 | |
Parameter workingDirectory should be final. | 370 | |
'workingDirectory' hides a field. | 370 | |
Line is longer than 80 characters. | 373 | |
Method 'shiftArray' is not designed for extension - needs to be abstract, final or empty. | 379 | |
Missing a Javadoc comment. | 379 | |
Parameter array should be final. | 379 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line contains a tab character. | 9 | |
Line contains a tab character. | 10 | |
Line contains a tab character. | 11 | |
Line has trailing spaces. | 15 | |
'{' should be on the previous line. | 16 | |
Line contains a tab character. | 17 | |
Missing a Javadoc comment. | 17 | |
Name '_if' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 17 | |
Variable '_if' must be private and have accessor methods. | 17 | |
Line contains a tab character. | 18 | |
Missing a Javadoc comment. | 18 | |
Variable 'unless' must be private and have accessor methods. | 18 | |
Line has trailing spaces. | 19 | |
Line contains a tab character. | 19 | |
Missing a Javadoc comment. | 19 | |
Name '_while' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 19 | |
Variable '_while' must be private and have accessor methods. | 19 | |
Line contains a tab character. | 20 | |
Missing a Javadoc comment. | 20 | |
Variable 'until' must be private and have accessor methods. | 20 | |
Line contains a tab character. | 21 | |
Missing a Javadoc comment. | 21 | |
Variable 'target' must be private and have accessor methods. | 21 | |
Line has trailing spaces. | 22 | |
Line contains a tab character. | 22 | |
Line contains a tab character. | 23 | |
Method 'setTarget' is not designed for extension - needs to be abstract, final or empty. | 23 | |
Missing a Javadoc comment. | 23 | |
Parameter string should be final. | 23 | |
Line contains a tab character. | 24 | |
'{' should be on the previous line. | 24 | |
Line contains a tab character. | 25 | |
Line contains a tab character. | 26 | |
Line has trailing spaces. | 27 | |
Line contains a tab character. | 27 | |
Line contains a tab character. | 28 | |
Line contains a tab character. | 29 | |
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Expected @throws tag for 'BuildException'. | 29 | |
Redundant throws: 'BuildException' is unchecked exception. | 29 | |
Line contains a tab character. | 30 | |
'{' should be on the previous line. | 30 | |
'if' construct must use '{}'s. | 31 | |
Line contains a tab character. | 31 | |
'if' is not followed by whitespace. | 31 | |
'(' is followed by whitespace. | 31 | |
'==' is not preceded with whitespace. | 31 | |
'==' is not followed by whitespace. | 31 | |
Line is longer than 80 characters. | 32 | |
Line contains a tab character. | 32 | |
'(' is followed by whitespace. | 32 | |
Line has trailing spaces. | 33 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
'if' is not followed by whitespace. | 34 | |
'(' is followed by whitespace. | 34 | |
'==' is not preceded with whitespace. | 34 | |
'==' is not followed by whitespace. | 34 | |
'==' is not preceded with whitespace. | 34 | |
'==' is not followed by whitespace. | 34 | |
'==' is not preceded with whitespace. | 34 | |
'==' is not followed by whitespace. | 34 | |
'==' is not preceded with whitespace. | 34 | |
'==' is not followed by whitespace. | 34 | |
Line contains a tab character. | 35 | |
'{' should be on the previous line. | 35 | |
Line is longer than 80 characters. | 36 | |
Line contains a tab character. | 36 | |
'(' is followed by whitespace. | 36 | |
Line contains a tab character. | 37 | |
Line has trailing spaces. | 38 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
'if' is not followed by whitespace. | 39 | |
'(' is followed by whitespace. | 39 | |
'!=' is not preceded with whitespace. | 39 | |
'!=' is not followed by whitespace. | 39 | |
Line contains a tab character. | 40 | |
'{' should be on the previous line. | 40 | |
Line contains a tab character. | 41 | |
'if' is not followed by whitespace. | 41 | |
'(' is followed by whitespace. | 41 | |
'(' is followed by whitespace. | 41 | |
'==' is not preceded with whitespace. | 41 | |
'==' is not followed by whitespace. | 41 | |
Line has trailing spaces. | 42 | |
Line contains a tab character. | 42 | |
'{' should be on the previous line. | 42 | |
Line is longer than 80 characters. | 43 | |
Line contains a tab character. | 43 | |
'(' is followed by whitespace. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
'}' should be on the same line. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 | |
'{' should be on the previous line. | 47 | |
Line is longer than 80 characters. | 48 | |
Line contains a tab character. | 48 | |
'(' is followed by whitespace. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Line has trailing spaces. | 53 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
'if' is not followed by whitespace. | 54 | |
'(' is followed by whitespace. | 54 | |
'!=' is not preceded with whitespace. | 54 | |
'!=' is not followed by whitespace. | 54 | |
Line contains a tab character. | 55 | |
'{' should be on the previous line. | 55 | |
Line contains a tab character. | 56 | |
'if' is not followed by whitespace. | 56 | |
'(' is followed by whitespace. | 56 | |
'(' is followed by whitespace. | 56 | |
'!=' is not preceded with whitespace. | 56 | |
'!=' is not followed by whitespace. | 56 | |
Line has trailing spaces. | 57 | |
Line contains a tab character. | 57 | |
'{' should be on the previous line. | 57 | |
Line is longer than 80 characters. | 58 | |
Line contains a tab character. | 58 | |
'(' is followed by whitespace. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
'}' should be on the same line. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
'{' should be on the previous line. | 62 | |
Line is longer than 80 characters. | 63 | |
Line contains a tab character. | 63 | |
'(' is followed by whitespace. | 63 | |
Line contains a tab character. | 64 | |
Line has trailing spaces. | 65 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 69 | |
'if' is not followed by whitespace. | 69 | |
'(' is followed by whitespace. | 69 | |
'!=' is not preceded with whitespace. | 69 | |
'!=' is not followed by whitespace. | 69 | |
Line contains a tab character. | 70 | |
'{' should be on the previous line. | 70 | |
Line contains a tab character. | 71 | |
'while' is not followed by whitespace. | 71 | |
'(' is followed by whitespace. | 71 | |
Line contains a tab character. | 72 | |
'{' should be on the previous line. | 72 | |
Line contains a tab character. | 73 | |
'if' is not followed by whitespace. | 73 | |
'(' is followed by whitespace. | 73 | |
'(' is followed by whitespace. | 73 | |
'!=' is not preceded with whitespace. | 73 | |
'!=' is not followed by whitespace. | 73 | |
Line has trailing spaces. | 74 | |
Line contains a tab character. | 74 | |
'{' should be on the previous line. | 74 | |
Line is longer than 80 characters. | 75 | |
Line contains a tab character. | 75 | |
'(' is followed by whitespace. | 75 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 77 | |
'}' should be on the same line. | 77 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
'{' should be on the previous line. | 79 | |
Line is longer than 80 characters. | 80 | |
Line contains a tab character. | 80 | |
'(' is followed by whitespace. | 80 | |
Line contains a tab character. | 81 | |
Line has trailing spaces. | 82 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
Line has trailing spaces. | 85 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 86 | |
'if' is not followed by whitespace. | 86 | |
'(' is followed by whitespace. | 86 | |
'!=' is not preceded with whitespace. | 86 | |
'!=' is not followed by whitespace. | 86 | |
Line contains a tab character. | 87 | |
'{' should be on the previous line. | 87 | |
Line contains a tab character. | 88 | |
'while' is not followed by whitespace. | 88 | |
'(' is followed by whitespace. | 88 | |
Line contains a tab character. | 89 | |
'{' should be on the previous line. | 89 | |
Line contains a tab character. | 90 | |
'if' is not followed by whitespace. | 90 | |
'(' is followed by whitespace. | 90 | |
'(' is followed by whitespace. | 90 | |
'==' is not preceded with whitespace. | 90 | |
'==' is not followed by whitespace. | 90 | |
Line has trailing spaces. | 91 | |
Line contains a tab character. | 91 | |
'{' should be on the previous line. | 91 | |
Line is longer than 80 characters. | 92 | |
Line contains a tab character. | 92 | |
'(' is followed by whitespace. | 92 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 94 | |
'}' should be on the same line. | 94 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 96 | |
'{' should be on the previous line. | 96 | |
Line is longer than 80 characters. | 97 | |
Line contains a tab character. | 97 | |
'(' is followed by whitespace. | 97 | |
Line contains a tab character. | 98 | |
Line has trailing spaces. | 99 | |
Line contains a tab character. | 99 | |
Line contains a tab character. | 100 | |
Line has trailing spaces. | 101 | |
Line contains a tab character. | 101 | |
Line contains a tab character. | 102 | |
Line has trailing spaces. | 103 | |
Line contains a tab character. | 103 | |
Line contains a tab character. | 104 | |
Line contains a tab character. | 105 | |
Method 'init' is not designed for extension - needs to be abstract, final or empty. | 105 | |
Expected @throws tag for 'BuildException'. | 105 | |
Redundant throws: 'BuildException' is unchecked exception. | 105 | |
Line contains a tab character. | 106 | |
'{' should be on the previous line. | 106 | |
Line contains a tab character. | 107 | |
'cast' is not followed by whitespace. | 107 | |
Line contains a tab character. | 108 | |
Line contains a tab character. | 109 | |
Line contains a tab character. | 110 | |
Line contains a tab character. | 111 | |
Line contains a tab character. | 112 | |
Line has trailing spaces. | 113 | |
Line contains a tab character. | 113 | |
Line contains a tab character. | 114 | |
Missing a Javadoc comment. | 114 | |
Line has trailing spaces. | 115 | |
Line contains a tab character. | 115 | |
Line contains a tab character. | 116 | |
Missing a Javadoc comment. | 116 | |
Line contains a tab character. | 117 | |
'{' should be on the previous line. | 117 | |
'if' construct must use '{}'s. | 118 | |
Line contains a tab character. | 118 | |
'if' is not followed by whitespace. | 118 | |
Line contains a tab character. | 119 | |
Line contains a tab character. | 121 | |
Line contains a tab character. | 122 | |
Line contains a tab character. | 123 | |
'(' is followed by whitespace. | 123 | |
Line contains a tab character. | 124 | |
'(' is followed by whitespace. | 124 | |
Line contains a tab character. | 125 | |
'(' is followed by whitespace. | 125 | |
Line contains a tab character. | 126 | |
Line is longer than 80 characters. | 127 | |
Line contains a tab character. | 127 | |
Line has trailing spaces. | 128 | |
Line contains a tab character. | 128 | |
Line contains a tab character. | 129 | |
Line has trailing spaces. | 130 | |
Line contains a tab character. | 130 | |
Line contains a tab character. | 131 | |
Method 'setIf' is not designed for extension - needs to be abstract, final or empty. | 131 | |
Missing a Javadoc comment. | 131 | |
Parameter string should be final. | 131 | |
Line contains a tab character. | 132 | |
'{' should be on the previous line. | 132 | |
Line contains a tab character. | 133 | |
Line contains a tab character. | 134 | |
Line contains a tab character. | 136 | |
Method 'setUnless' is not designed for extension - needs to be abstract, final or empty. | 136 | |
Missing a Javadoc comment. | 136 | |
Parameter string should be final. | 136 | |
Line contains a tab character. | 137 | |
'{' should be on the previous line. | 137 | |
Line contains a tab character. | 138 | |
Line contains a tab character. | 139 | |
Line has trailing spaces. | 140 | |
Line contains a tab character. | 140 | |
Line contains a tab character. | 141 | |
Method 'setWhile' is not designed for extension - needs to be abstract, final or empty. | 141 | |
Missing a Javadoc comment. | 141 | |
Parameter string should be final. | 141 | |
Line contains a tab character. | 142 | |
'{' should be on the previous line. | 142 | |
Line contains a tab character. | 143 | |
Line contains a tab character. | 144 | |
Line has trailing spaces. | 145 | |
Line contains a tab character. | 145 | |
Line contains a tab character. | 146 | |
Method 'setUntil' is not designed for extension - needs to be abstract, final or empty. | 146 | |
Missing a Javadoc comment. | 146 | |
Parameter string should be final. | 146 | |
Line contains a tab character. | 147 | |
'{' should be on the previous line. | 147 | |
Line contains a tab character. | 148 | |
Line contains a tab character. | 149 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
First sentence should end with a period. | 10 | |
Line is longer than 80 characters. | 11 | |
Line contains a tab character. | 12 | |
Line has trailing spaces. | 18 | |
Line contains a tab character. | 19 | |
Line contains a tab character. | 20 | |
Line contains a tab character. | 21 | |
'{' should be on the previous line. | 26 | |
Missing a Javadoc comment. | 27 | |
Line contains a tab character. | 27 | |
Line contains a tab character. | 28 | |
'{' should be on the previous line. | 28 | |
Line contains a tab character. | 29 | |
Missing a Javadoc comment. | 29 | |
Variable 'property' must be private and have accessor methods. | 29 | |
'=' is not preceded with whitespace. | 29 | |
'=' is not followed by whitespace. | 29 | |
Line has trailing spaces. | 30 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 31 | |
Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 31 | |
Missing a Javadoc comment. | 31 | |
'(' is followed by whitespace. | 31 | |
Parameter property should be final. | 31 | |
'property' hides a field. | 31 | |
Line contains a tab character. | 32 | |
'{' should be on the previous line. | 32 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
Line has trailing spaces. | 35 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Missing a Javadoc comment. | 36 | |
'(' is followed by whitespace. | 36 | |
Line contains a tab character. | 37 | |
Line has trailing spaces. | 38 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Missing a Javadoc comment. | 39 | |
Variable 'numeric' must be private and have accessor methods. | 39 | |
'=' is not preceded with whitespace. | 39 | |
'=' is not followed by whitespace. | 39 | |
Line contains a tab character. | 40 | |
Variable 'trim' must be private and have accessor methods. | 40 | |
'=' is not preceded with whitespace. | 40 | |
'=' is not followed by whitespace. | 40 | |
Line contains a tab character. | 41 | |
Variable 'ignorecase' must be private and have accessor methods. | 41 | |
'=' is not preceded with whitespace. | 41 | |
'=' is not followed by whitespace. | 41 | |
Line has trailing spaces. | 42 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Missing a Javadoc comment. | 43 | |
Variable 'arg1' must be private and have accessor methods. | 43 | |
'=' is not preceded with whitespace. | 43 | |
'=' is not followed by whitespace. | 43 | |
Variable 'arg2' must be private and have accessor methods. | 43 | |
'=' is not preceded with whitespace. | 43 | |
'=' is not followed by whitespace. | 43 | |
Line has trailing spaces. | 44 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Missing a Javadoc comment. | 45 | |
Variable 'conditions' must be private and have accessor methods. | 45 | |
Line has trailing spaces. | 46 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 | |
Method 'createLesser' is not designed for extension - needs to be abstract, final or empty. | 47 | |
Missing a Javadoc comment. | 47 | |
Line contains a tab character. | 48 | |
'{' should be on the previous line. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Parameter left should be final. | 51 | |
Parameter right should be final. | 51 | |
Line contains a tab character. | 52 | |
'{' should be on the previous line. | 52 | |
Line contains a tab character. | 53 | |
'(' is followed by whitespace. | 53 | |
Line contains a tab character. | 54 | |
'if' is not followed by whitespace. | 54 | |
'(' is followed by whitespace. | 54 | |
'<' is not preceded with whitespace. | 54 | |
'<' is not followed by whitespace. | 54 | |
Line contains a tab character. | 55 | |
'{' should be on the previous line. | 55 | |
Line is longer than 80 characters. | 56 | |
Line contains a tab character. | 56 | |
'(' is followed by whitespace. | 56 | |
Line is longer than 80 characters. | 57 | |
Line contains a tab character. | 57 | |
'(' is followed by whitespace. | 57 | |
Line contains a tab character. | 58 | |
Line has trailing spaces. | 59 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
'(' is followed by whitespace. | 62 | |
Line has trailing spaces. | 63 | |
Line contains a tab character. | 63 | |
Line has trailing spaces. | 64 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
Line has trailing spaces. | 66 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
Method 'createLesserOrEqual' is not designed for extension - needs to be abstract, final or empty. | 67 | |
Missing a Javadoc comment. | 67 | |
Line contains a tab character. | 68 | |
'{' should be on the previous line. | 68 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
Parameter left should be final. | 71 | |
Parameter right should be final. | 71 | |
Line contains a tab character. | 72 | |
'{' should be on the previous line. | 72 | |
Line contains a tab character. | 73 | |
'(' is followed by whitespace. | 73 | |
Line contains a tab character. | 74 | |
'if' is not followed by whitespace. | 74 | |
'(' is followed by whitespace. | 74 | |
'>' is not preceded with whitespace. | 74 | |
'>' is not followed by whitespace. | 74 | |
Line contains a tab character. | 75 | |
'{' should be on the previous line. | 75 | |
Line is longer than 80 characters. | 76 | |
Line contains a tab character. | 76 | |
'(' is followed by whitespace. | 76 | |
Line is longer than 80 characters. | 77 | |
Line contains a tab character. | 77 | |
'(' is followed by whitespace. | 77 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
'(' is followed by whitespace. | 81 | |
Line has trailing spaces. | 82 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 83 | |
Line has trailing spaces. | 84 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 85 | |
Method 'createEqual' is not designed for extension - needs to be abstract, final or empty. | 85 | |
Missing a Javadoc comment. | 85 | |
Line contains a tab character. | 86 | |
'{' should be on the previous line. | 86 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 | |
Parameter left should be final. | 89 | |
Parameter right should be final. | 89 | |
Line contains a tab character. | 90 | |
'{' should be on the previous line. | 90 | |
Line contains a tab character. | 91 | |
'(' is followed by whitespace. | 91 | |
Line contains a tab character. | 92 | |
'if' is not followed by whitespace. | 92 | |
'(' is followed by whitespace. | 92 | |
'==' is not preceded with whitespace. | 92 | |
'==' is not followed by whitespace. | 92 | |
Line contains a tab character. | 93 | |
'{' should be on the previous line. | 93 | |
Line is longer than 80 characters. | 94 | |
Line contains a tab character. | 94 | |
'(' is followed by whitespace. | 94 | |
Line is longer than 80 characters. | 95 | |
Line contains a tab character. | 95 | |
'(' is followed by whitespace. | 95 | |
Line contains a tab character. | 96 | |
Line contains a tab character. | 97 | |
Line contains a tab character. | 98 | |
Line contains a tab character. | 99 | |
'(' is followed by whitespace. | 99 | |
Line has trailing spaces. | 100 | |
Line contains a tab character. | 100 | |
Line contains a tab character. | 101 | |
Line has trailing spaces. | 102 | |
Line contains a tab character. | 102 | |
Line contains a tab character. | 103 | |
Method 'createContains' is not designed for extension - needs to be abstract, final or empty. | 103 | |
Missing a Javadoc comment. | 103 | |
Line contains a tab character. | 104 | |
'{' should be on the previous line. | 104 | |
Line contains a tab character. | 105 | |
Line contains a tab character. | 106 | |
Line contains a tab character. | 107 | |
Parameter left should be final. | 107 | |
Parameter right should be final. | 107 | |
Line contains a tab character. | 108 | |
'{' should be on the previous line. | 108 | |
Line is longer than 80 characters. | 109 | |
Line contains a tab character. | 109 | |
'if' is not followed by whitespace. | 109 | |
'(' is followed by whitespace. | 109 | |
'(' is followed by whitespace. | 109 | |
'>' is not preceded with whitespace. | 109 | |
'>' is not followed by whitespace. | 109 | |
Line contains a tab character. | 110 | |
'{' should be on the previous line. | 110 | |
Line is longer than 80 characters. | 111 | |
Line contains a tab character. | 111 | |
'(' is followed by whitespace. | 111 | |
Line is longer than 80 characters. | 112 | |
Line contains a tab character. | 112 | |
'(' is followed by whitespace. | 112 | |
Line contains a tab character. | 113 | |
Line contains a tab character. | 114 | |
Line contains a tab character. | 115 | |
Line contains a tab character. | 116 | |
'(' is followed by whitespace. | 116 | |
Line has trailing spaces. | 117 | |
Line contains a tab character. | 117 | |
Line contains a tab character. | 118 | |
Line contains a tab character. | 120 | |
Method 'createGreaterOrEqual' is not designed for extension - needs to be abstract, final or empty. | 120 | |
Missing a Javadoc comment. | 120 | |
Line contains a tab character. | 121 | |
'{' should be on the previous line. | 121 | |
Line contains a tab character. | 122 | |
Line contains a tab character. | 123 | |
Line contains a tab character. | 124 | |
Parameter left should be final. | 124 | |
Parameter right should be final. | 124 | |
Line contains a tab character. | 125 | |
'{' should be on the previous line. | 125 | |
Line contains a tab character. | 126 | |
'(' is followed by whitespace. | 126 | |
Line contains a tab character. | 127 | |
'if' is not followed by whitespace. | 127 | |
'(' is followed by whitespace. | 127 | |
'<' is not preceded with whitespace. | 127 | |
'<' is not followed by whitespace. | 127 | |
Line contains a tab character. | 128 | |
'{' should be on the previous line. | 128 | |
Line is longer than 80 characters. | 129 | |
Line contains a tab character. | 129 | |
'(' is followed by whitespace. | 129 | |
Line is longer than 80 characters. | 130 | |
Line contains a tab character. | 130 | |
'(' is followed by whitespace. | 130 | |
Line contains a tab character. | 131 | |
Line contains a tab character. | 132 | |
Line contains a tab character. | 133 | |
Line contains a tab character. | 134 | |
'(' is followed by whitespace. | 134 | |
Line has trailing spaces. | 135 | |
Line contains a tab character. | 135 | |
Line contains a tab character. | 136 | |
Line contains a tab character. | 138 | |
Method 'createGreater' is not designed for extension - needs to be abstract, final or empty. | 138 | |
Missing a Javadoc comment. | 138 | |
Line contains a tab character. | 139 | |
'{' should be on the previous line. | 139 | |
Line contains a tab character. | 140 | |
Line contains a tab character. | 141 | |
Line contains a tab character. | 142 | |
Parameter left should be final. | 142 | |
Parameter right should be final. | 142 | |
Line contains a tab character. | 143 | |
'{' should be on the previous line. | 143 | |
Line contains a tab character. | 144 | |
'(' is followed by whitespace. | 144 | |
Line contains a tab character. | 145 | |
'if' is not followed by whitespace. | 145 | |
'(' is followed by whitespace. | 145 | |
'>' is not preceded with whitespace. | 145 | |
'>' is not followed by whitespace. | 145 | |
Line contains a tab character. | 146 | |
'{' should be on the previous line. | 146 | |
Line is longer than 80 characters. | 147 | |
Line contains a tab character. | 147 | |
'(' is followed by whitespace. | 147 | |
Line is longer than 80 characters. | 148 | |
Line contains a tab character. | 148 | |
'(' is followed by whitespace. | 148 | |
Line contains a tab character. | 149 | |
Line contains a tab character. | 150 | |
Line contains a tab character. | 151 | |
Line contains a tab character. | 152 | |
'(' is followed by whitespace. | 152 | |
Line has trailing spaces. | 153 | |
Line contains a tab character. | 153 | |
Line contains a tab character. | 154 | |
Line has trailing spaces. | 156 | |
Line contains a tab character. | 156 | |
Line contains a tab character. | 157 | |
Line contains a tab character. | 158 | |
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 158 | |
Expected @throws tag for 'BuildException'. | 158 | |
Redundant throws: 'BuildException' is unchecked exception. | 158 | |
Line contains a tab character. | 159 | |
'{' should be on the previous line. | 159 | |
'if' construct must use '{}'s. | 160 | |
Line contains a tab character. | 160 | |
'if' is not followed by whitespace. | 160 | |
'(' is followed by whitespace. | 160 | |
'==' is not preceded with whitespace. | 160 | |
'==' is not followed by whitespace. | 160 | |
'==' is not preceded with whitespace. | 160 | |
'==' is not followed by whitespace. | 160 | |
Line is longer than 80 characters. | 161 | |
Line contains a tab character. | 161 | |
'(' is followed by whitespace. | 161 | |
'if' construct must use '{}'s. | 163 | |
Line contains a tab character. | 163 | |
'if' is not followed by whitespace. | 163 | |
'(' is followed by whitespace. | 163 | |
'==' is not preceded with whitespace. | 163 | |
'==' is not followed by whitespace. | 163 | |
Line is longer than 80 characters. | 164 | |
Line contains a tab character. | 164 | |
'(' is followed by whitespace. | 164 | |
Line has trailing spaces. | 165 | |
Line contains a tab character. | 165 | |
Line contains a tab character. | 166 | |
'if' is not followed by whitespace. | 166 | |
'(' is followed by whitespace. | 166 | |
Line contains a tab character. | 167 | |
'{' should be on the previous line. | 167 | |
Line contains a tab character. | 168 | |
Line has trailing spaces. | 169 | |
Line contains a tab character. | 169 | |
Line contains a tab character. | 170 | |
Line has trailing spaces. | 171 | |
Line contains a tab character. | 171 | |
Line contains a tab character. | 172 | |
'if' is not followed by whitespace. | 172 | |
'(' is followed by whitespace. | 172 | |
Line contains a tab character. | 173 | |
'{' should be on the previous line. | 173 | |
Line contains a tab character. | 174 | |
Line has trailing spaces. | 175 | |
Line contains a tab character. | 175 | |
Line contains a tab character. | 176 | |
Line contains a tab character. | 178 | |
Line contains a tab character. | 179 | |
Line contains a tab character. | 180 | |
'{' should be on the previous line. | 180 | |
Line has trailing spaces. | 181 | |
Line contains a tab character. | 181 | |
Avoid inline conditionals. | 181 | |
Line contains a tab character. | 182 | |
'}' should be on the same line. | 182 | |
Line contains a tab character. | 183 | |
Line contains a tab character. | 184 | |
'{' should be on the previous line. | 184 | |
Line is longer than 80 characters. | 185 | |
Line contains a tab character. | 185 | |
'(' is followed by whitespace. | 185 | |
Line contains a tab character. | 186 | |
Line contains a tab character. | 188 | |
Line contains a tab character. | 189 | |
Line has trailing spaces. | 190 | |
Line contains a tab character. | 190 | |
'{' should be on the previous line. | 190 | |
Line contains a tab character. | 191 | |
Avoid inline conditionals. | 191 | |
'cast' is not followed by whitespace. | 191 | |
'(' is followed by whitespace. | 191 | |
Line contains a tab character. | 192 | |
'}' should be on the same line. | 192 | |
Line contains a tab character. | 193 | |
Line contains a tab character. | 194 | |
'{' should be on the previous line. | 194 | |
Line is longer than 80 characters. | 195 | |
Line contains a tab character. | 195 | |
'(' is followed by whitespace. | 195 | |
Line contains a tab character. | 196 | |
Line has trailing spaces. | 197 | |
Line contains a tab character. | 197 | |
Line contains a tab character. | 198 | |
Line contains a tab character. | 199 | |
Line contains a tab character. | 200 | |
'{' should be on the previous line. | 200 | |
Line contains a tab character. | 201 | |
Line contains a tab character. | 202 | |
'(' is followed by whitespace. | 202 | |
Line contains a tab character. | 203 | |
Line contains a tab character. | 204 | |
Line contains a tab character. | 205 | |
Line contains a tab character. | 206 | |
Line contains a tab character. | 207 | |
Line contains a tab character. | 208 | |
Method 'setArg1' is not designed for extension - needs to be abstract, final or empty. | 208 | |
Parameter string should be final. | 208 | |
Expected @param tag for 'string'. | 208 | |
Line contains a tab character. | 209 | |
'{' should be on the previous line. | 209 | |
Line contains a tab character. | 210 | |
Line contains a tab character. | 211 | |
Line contains a tab character. | 213 | |
Line contains a tab character. | 214 | |
Line contains a tab character. | 215 | |
Line contains a tab character. | 216 | |
Method 'setArg2' is not designed for extension - needs to be abstract, final or empty. | 216 | |
Parameter string should be final. | 216 | |
Expected @param tag for 'string'. | 216 | |
Line contains a tab character. | 217 | |
'{' should be on the previous line. | 217 | |
Line contains a tab character. | 218 | |
Line contains a tab character. | 219 | |
Line contains a tab character. | 221 | |
Line contains a tab character. | 222 | |
Line contains a tab character. | 223 | |
Line contains a tab character. | 224 | |
Method 'setIgnorecase' is not designed for extension - needs to be abstract, final or empty. | 224 | |
Parameter b should be final. | 224 | |
Expected @param tag for 'b'. | 224 | |
Line contains a tab character. | 225 | |
'{' should be on the previous line. | 225 | |
Line contains a tab character. | 226 | |
Line contains a tab character. | 227 | |
Line contains a tab character. | 229 | |
Line contains a tab character. | 230 | |
Line contains a tab character. | 231 | |
Line contains a tab character. | 232 | |
Method 'setNumeric' is not designed for extension - needs to be abstract, final or empty. | 232 | |
Parameter b should be final. | 232 | |
Expected @param tag for 'b'. | 232 | |
Line contains a tab character. | 233 | |
'{' should be on the previous line. | 233 | |
Line contains a tab character. | 234 | |
Line contains a tab character. | 235 | |
Line contains a tab character. | 237 | |
Line contains a tab character. | 238 | |
Line contains a tab character. | 239 | |
Line contains a tab character. | 240 | |
Method 'setTrim' is not designed for extension - needs to be abstract, final or empty. | 240 | |
Parameter b should be final. | 240 | |
Expected @param tag for 'b'. | 240 | |
Line contains a tab character. | 241 | |
'{' should be on the previous line. | 241 | |
Line contains a tab character. | 242 | |
Line contains a tab character. | 243 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line contains a tab character. | 8 | |
Line contains a tab character. | 9 | |
Line contains a tab character. | 10 | |
Line has trailing spaces. | 15 | |
'{' should be on the previous line. | 15 | |
Line contains a tab character. | 15 | |
Line contains a tab character. | 16 | |
Missing a Javadoc comment. | 16 | |
Name '_if' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 16 | |
Variable '_if' must be private and have accessor methods. | 16 | |
Line contains a tab character. | 17 | |
Missing a Javadoc comment. | 17 | |
Variable 'unless' must be private and have accessor methods. | 17 | |
Line has trailing spaces. | 18 | |
Line contains a tab character. | 18 | |
Missing a Javadoc comment. | 18 | |
Name '_while' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 18 | |
Variable '_while' must be private and have accessor methods. | 18 | |
Line contains a tab character. | 19 | |
Missing a Javadoc comment. | 19 | |
Variable 'until' must be private and have accessor methods. | 19 | |
Line has trailing spaces. | 20 | |
Line contains a tab character. | 20 | |
Line contains a tab character. | 21 | |
Line contains a tab character. | 22 | |
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 22 | |
Expected @throws tag for 'BuildException'. | 22 | |
Redundant throws: 'BuildException' is unchecked exception. | 22 | |
Line contains a tab character. | 23 | |
'{' should be on the previous line. | 23 | |
Line contains a tab character. | 24 | |
'if' is not followed by whitespace. | 24 | |
'(' is followed by whitespace. | 24 | |
'==' is not preceded with whitespace. | 24 | |
'==' is not followed by whitespace. | 24 | |
'==' is not preceded with whitespace. | 24 | |
'==' is not followed by whitespace. | 24 | |
'==' is not preceded with whitespace. | 24 | |
'==' is not followed by whitespace. | 24 | |
'==' is not preceded with whitespace. | 24 | |
'==' is not followed by whitespace. | 24 | |
Line contains a tab character. | 25 | |
'{' should be on the previous line. | 25 | |
Line is longer than 80 characters. | 26 | |
Line contains a tab character. | 26 | |
'(' is followed by whitespace. | 26 | |
Line contains a tab character. | 27 | |
Line has trailing spaces. | 28 | |
Line contains a tab character. | 28 | |
Line contains a tab character. | 29 | |
'if' is not followed by whitespace. | 29 | |
'(' is followed by whitespace. | 29 | |
'!=' is not preceded with whitespace. | 29 | |
'!=' is not followed by whitespace. | 29 | |
Line contains a tab character. | 30 | |
'{' should be on the previous line. | 30 | |
Line contains a tab character. | 31 | |
'if' is not followed by whitespace. | 31 | |
'(' is followed by whitespace. | 31 | |
'(' is followed by whitespace. | 31 | |
'==' is not preceded with whitespace. | 31 | |
'==' is not followed by whitespace. | 31 | |
Line has trailing spaces. | 32 | |
Line contains a tab character. | 32 | |
'{' should be on the previous line. | 32 | |
Line is longer than 80 characters. | 33 | |
Line contains a tab character. | 33 | |
'(' is followed by whitespace. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
'}' should be on the same line. | 35 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
'{' should be on the previous line. | 37 | |
Line is longer than 80 characters. | 38 | |
Line contains a tab character. | 38 | |
'(' is followed by whitespace. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Line has trailing spaces. | 43 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
'if' is not followed by whitespace. | 44 | |
'(' is followed by whitespace. | 44 | |
'!=' is not preceded with whitespace. | 44 | |
'!=' is not followed by whitespace. | 44 | |
Line contains a tab character. | 45 | |
'{' should be on the previous line. | 45 | |
Line contains a tab character. | 46 | |
'if' is not followed by whitespace. | 46 | |
'(' is followed by whitespace. | 46 | |
'(' is followed by whitespace. | 46 | |
'!=' is not preceded with whitespace. | 46 | |
'!=' is not followed by whitespace. | 46 | |
Line has trailing spaces. | 47 | |
Line contains a tab character. | 47 | |
'{' should be on the previous line. | 47 | |
Line is longer than 80 characters. | 48 | |
Line contains a tab character. | 48 | |
'(' is followed by whitespace. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
'}' should be on the same line. | 50 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
'{' should be on the previous line. | 52 | |
Line is longer than 80 characters. | 53 | |
Line contains a tab character. | 53 | |
'(' is followed by whitespace. | 53 | |
Line contains a tab character. | 54 | |
Line has trailing spaces. | 55 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 59 | |
'if' is not followed by whitespace. | 59 | |
'(' is followed by whitespace. | 59 | |
'!=' is not preceded with whitespace. | 59 | |
'!=' is not followed by whitespace. | 59 | |
Line contains a tab character. | 60 | |
'{' should be on the previous line. | 60 | |
Line contains a tab character. | 61 | |
'while' is not followed by whitespace. | 61 | |
'(' is followed by whitespace. | 61 | |
Line contains a tab character. | 62 | |
'{' should be on the previous line. | 62 | |
Line contains a tab character. | 63 | |
'if' is not followed by whitespace. | 63 | |
'(' is followed by whitespace. | 63 | |
'(' is followed by whitespace. | 63 | |
'!=' is not preceded with whitespace. | 63 | |
'!=' is not followed by whitespace. | 63 | |
Line has trailing spaces. | 64 | |
Line contains a tab character. | 64 | |
'{' should be on the previous line. | 64 | |
Line is longer than 80 characters. | 65 | |
Line contains a tab character. | 65 | |
'(' is followed by whitespace. | 65 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
'}' should be on the same line. | 67 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 69 | |
'{' should be on the previous line. | 69 | |
Line is longer than 80 characters. | 70 | |
Line contains a tab character. | 70 | |
'(' is followed by whitespace. | 70 | |
Line contains a tab character. | 71 | |
Line has trailing spaces. | 72 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 74 | |
Line has trailing spaces. | 75 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 76 | |
'if' is not followed by whitespace. | 76 | |
'(' is followed by whitespace. | 76 | |
'!=' is not preceded with whitespace. | 76 | |
'!=' is not followed by whitespace. | 76 | |
Line contains a tab character. | 77 | |
'{' should be on the previous line. | 77 | |
Line contains a tab character. | 78 | |
'while' is not followed by whitespace. | 78 | |
'(' is followed by whitespace. | 78 | |
Line contains a tab character. | 79 | |
'{' should be on the previous line. | 79 | |
Line contains a tab character. | 80 | |
'if' is not followed by whitespace. | 80 | |
'(' is followed by whitespace. | 80 | |
'(' is followed by whitespace. | 80 | |
'==' is not preceded with whitespace. | 80 | |
'==' is not followed by whitespace. | 80 | |
Line has trailing spaces. | 81 | |
Line contains a tab character. | 81 | |
'{' should be on the previous line. | 81 | |
Line is longer than 80 characters. | 82 | |
Line contains a tab character. | 82 | |
'(' is followed by whitespace. | 82 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
'}' should be on the same line. | 84 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 86 | |
'{' should be on the previous line. | 86 | |
Line is longer than 80 characters. | 87 | |
Line contains a tab character. | 87 | |
'(' is followed by whitespace. | 87 | |
Line contains a tab character. | 88 | |
Line has trailing spaces. | 89 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 90 | |
Line has trailing spaces. | 91 | |
Line contains a tab character. | 91 | |
Line contains a tab character. | 92 | |
Line has trailing spaces. | 93 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 94 | |
Method 'setIf' is not designed for extension - needs to be abstract, final or empty. | 94 | |
Missing a Javadoc comment. | 94 | |
Parameter string should be final. | 94 | |
Line contains a tab character. | 95 | |
'{' should be on the previous line. | 95 | |
Line contains a tab character. | 96 | |
Line contains a tab character. | 97 | |
Line contains a tab character. | 99 | |
Method 'setUnless' is not designed for extension - needs to be abstract, final or empty. | 99 | |
Missing a Javadoc comment. | 99 | |
Parameter string should be final. | 99 | |
Line contains a tab character. | 100 | |
'{' should be on the previous line. | 100 | |
Line contains a tab character. | 101 | |
Line contains a tab character. | 102 | |
Line has trailing spaces. | 103 | |
Line contains a tab character. | 103 | |
Line contains a tab character. | 104 | |
Method 'setWhile' is not designed for extension - needs to be abstract, final or empty. | 104 | |
Missing a Javadoc comment. | 104 | |
Parameter string should be final. | 104 | |
Line contains a tab character. | 105 | |
'{' should be on the previous line. | 105 | |
Line contains a tab character. | 106 | |
Line contains a tab character. | 107 | |
Line has trailing spaces. | 108 | |
Line contains a tab character. | 108 | |
Line contains a tab character. | 109 | |
Method 'setUntil' is not designed for extension - needs to be abstract, final or empty. | 109 | |
Missing a Javadoc comment. | 109 | |
Parameter string should be final. | 109 | |
Line contains a tab character. | 110 | |
'{' should be on the previous line. | 110 | |
Line contains a tab character. | 111 | |
Line contains a tab character. | 112 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
First sentence should end with a period. | 10 | |
Line has trailing spaces. | 12 | |
Line contains a tab character. | 13 | |
Line contains a tab character. | 14 | |
Line contains a tab character. | 15 | |
'{' should be on the previous line. | 20 | |
Line contains a tab character. | 21 | |
Missing a Javadoc comment. | 21 | |
Missing a Javadoc comment. | 23 | |
Missing a Javadoc comment. | 24 | |
Missing a Javadoc comment. | 26 | |
'=' is not preceded with whitespace. | 26 | |
'=' is not followed by whitespace. | 26 | |
Line contains a tab character. | 27 | |
'=' is not preceded with whitespace. | 27 | |
'=' is not followed by whitespace. | 27 | |
Line contains a tab character. | 28 | |
'=' is not preceded with whitespace. | 28 | |
'=' is not followed by whitespace. | 28 | |
Line contains a tab character. | 29 | |
'=' is not preceded with whitespace. | 29 | |
'=' is not followed by whitespace. | 29 | |
Line contains a tab character. | 31 | |
Method 'init' is not designed for extension - needs to be abstract, final or empty. | 31 | |
Missing a Javadoc comment. | 31 | |
Redundant throws: 'BuildException' is unchecked exception. | 31 | |
Line contains a tab character. | 32 | |
'{' should be on the previous line. | 32 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 36 | |
Method 'setFile' is not designed for extension - needs to be abstract, final or empty. | 36 | |
Missing a Javadoc comment. | 36 | |
'(' is followed by whitespace. | 36 | |
Parameter s should be final. | 36 | |
Line contains a tab character. | 37 | |
'{' should be on the previous line. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Line has trailing spaces. | 40 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Method 'setDir' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
'(' is followed by whitespace. | 41 | |
Parameter file should be final. | 41 | |
'file' hides a field. | 41 | |
Line contains a tab character. | 42 | |
'{' should be on the previous line. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Line has trailing spaces. | 45 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Method 'createFile' is not designed for extension - needs to be abstract, final or empty. | 46 | |
Missing a Javadoc comment. | 46 | |
Line contains a tab character. | 47 | |
'{' should be on the previous line. | 47 | |
'if' construct must use '{}'s. | 48 | |
Line contains a tab character. | 48 | |
'if' is not followed by whitespace. | 48 | |
'(' is followed by whitespace. | 48 | |
'!=' is not preceded with whitespace. | 48 | |
'!=' is not followed by whitespace. | 48 | |
Line is longer than 80 characters. | 49 | |
Line contains a tab character. | 49 | |
'(' is followed by whitespace. | 49 | |
Line has trailing spaces. | 50 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Line has trailing spaces. | 54 | |
Line contains a tab character. | 54 | |
Line has trailing spaces. | 55 | |
Line contains a tab character. | 55 | |
Line has trailing spaces. | 56 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 57 | |
Missing a Javadoc comment. | 57 | |
Redundant throws: 'BuildException' is unchecked exception. | 57 | |
Line contains a tab character. | 58 | |
'{' should be on the previous line. | 58 | |
'if' construct must use '{}'s. | 59 | |
Line contains a tab character. | 59 | |
'if' is not followed by whitespace. | 59 | |
'(' is followed by whitespace. | 59 | |
'==' is not preceded with whitespace. | 59 | |
'==' is not followed by whitespace. | 59 | |
'==' is not preceded with whitespace. | 59 | |
'==' is not followed by whitespace. | 59 | |
Line is longer than 80 characters. | 60 | |
Line contains a tab character. | 60 | |
'(' is followed by whitespace. | 60 | |
Line has trailing spaces. | 61 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
'if' is not followed by whitespace. | 62 | |
'(' is followed by whitespace. | 62 | |
'==' is not preceded with whitespace. | 62 | |
'==' is not followed by whitespace. | 62 | |
Line contains a tab character. | 63 | |
'{' should be on the previous line. | 63 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
'(' is followed by whitespace. | 65 | |
Line contains a tab character. | 66 | |
'(' is followed by whitespace. | 66 | |
Line contains a tab character. | 67 | |
Line has trailing spaces. | 68 | |
Line contains a tab character. | 68 | |
Line is longer than 80 characters. | 69 | |
Line contains a tab character. | 69 | |
'(' is followed by whitespace. | 69 | |
'if' construct must use '{}'s. | 70 | |
Line contains a tab character. | 70 | |
'if' is not followed by whitespace. | 70 | |
'(' is followed by whitespace. | 70 | |
'==' is not preceded with whitespace. | 70 | |
'==' is not followed by whitespace. | 70 | |
Line contains a tab character. | 71 | |
Line has trailing spaces. | 72 | |
Line contains a tab character. | 72 | |
'if' construct must use '{}'s. | 73 | |
Line contains a tab character. | 73 | |
'if' is not followed by whitespace. | 73 | |
'(' is followed by whitespace. | 73 | |
'>' is not preceded with whitespace. | 73 | |
'>' is not followed by whitespace. | 73 | |
Line is longer than 80 characters. | 74 | |
Line contains a tab character. | 74 | |
'(' is followed by whitespace. | 74 | |
Line has trailing spaces. | 75 | |
Line contains a tab character. | 76 | |
'file' hides a field. | 76 | |
'(' is followed by whitespace. | 76 | |
Line has trailing spaces. | 77 | |
Line contains a tab character. | 77 | |
'if' construct must use '{}'s. | 78 | |
Line is longer than 80 characters. | 78 | |
Line contains a tab character. | 78 | |
'if' is not followed by whitespace. | 78 | |
'(' is followed by whitespace. | 78 | |
'==' is not preceded with whitespace. | 78 | |
'==' is not followed by whitespace. | 78 | |
'==' is not preceded with whitespace. | 78 | |
'==' is not followed by whitespace. | 78 | |
'==' is not preceded with whitespace. | 78 | |
'==' is not followed by whitespace. | 78 | |
'==' is not preceded with whitespace. | 78 | |
'==' is not followed by whitespace. | 78 | |
Line is longer than 80 characters. | 79 | |
Line contains a tab character. | 79 | |
'(' is followed by whitespace. | 79 | |
Line has trailing spaces. | 80 | |
Line contains a tab character. | 80 | |
'if' construct must use '{}'s. | 81 | |
Line contains a tab character. | 81 | |
'if' is not followed by whitespace. | 81 | |
'(' is followed by whitespace. | 81 | |
'!=' is not preceded with whitespace. | 81 | |
'!=' is not followed by whitespace. | 81 | |
Line is longer than 80 characters. | 82 | |
Line contains a tab character. | 82 | |
'(' is followed by whitespace. | 82 | |
'if' construct must use '{}'s. | 84 | |
Line contains a tab character. | 84 | |
'if' is not followed by whitespace. | 84 | |
'(' is followed by whitespace. | 84 | |
'!=' is not preceded with whitespace. | 84 | |
'!=' is not followed by whitespace. | 84 | |
Line contains a tab character. | 85 | |
'(' is followed by whitespace. | 85 | |
Line contains a tab character. | 87 | |
'if' is not followed by whitespace. | 87 | |
'(' is followed by whitespace. | 87 | |
'!=' is not preceded with whitespace. | 87 | |
'!=' is not followed by whitespace. | 87 | |
Line contains a tab character. | 88 | |
'{' should be on the previous line. | 88 | |
Line contains a tab character. | 89 | |
'if' construct must use '{}'s. | 90 | |
Line contains a tab character. | 90 | |
'if' is not followed by whitespace. | 90 | |
'(' is followed by whitespace. | 90 | |
'(' is followed by whitespace. | 90 | |
'!=' is not preceded with whitespace. | 90 | |
'!=' is not followed by whitespace. | 90 | |
Line is longer than 80 characters. | 91 | |
Line contains a tab character. | 91 | |
'(' is followed by whitespace. | 91 | |
'(' is followed by whitespace. | 91 | |
'else' construct must use '{}'s. | 92 | |
Line contains a tab character. | 92 | |
Line has trailing spaces. | 93 | |
Line is longer than 80 characters. | 93 | |
Line contains a tab character. | 93 | |
'(' is followed by whitespace. | 93 | |
Line is longer than 80 characters. | 94 | |
Line contains a tab character. | 94 | |
'(' is followed by whitespace. | 94 | |
Line contains a tab character. | 95 | |
'if' construct must use '{}'s. | 97 | |
Line contains a tab character. | 97 | |
'if' is not followed by whitespace. | 97 | |
'(' is followed by whitespace. | 97 | |
'!=' is not preceded with whitespace. | 97 | |
'!=' is not followed by whitespace. | 97 | |
Line is longer than 80 characters. | 98 | |
Line contains a tab character. | 98 | |
'(' is followed by whitespace. | 98 | |
Line contains a tab character. | 99 | |
Line has trailing spaces. | 100 | |
Line contains a tab character. | 100 | |
Line contains a tab character. | 101 | |
Method 'setNameProperty' is not designed for extension - needs to be abstract, final or empty. | 101 | |
Missing a Javadoc comment. | 101 | |
Parameter string should be final. | 101 | |
Line contains a tab character. | 102 | |
'{' should be on the previous line. | 102 | |
Line contains a tab character. | 103 | |
Line contains a tab character. | 104 | |
Line contains a tab character. | 106 | |
Method 'setNameNoExtensionProperty' is not designed for extension - needs to be abstract, final or empty. | 106 | |
Missing a Javadoc comment. | 106 | |
Parameter string should be final. | 106 | |
Line contains a tab character. | 107 | |
'{' should be on the previous line. | 107 | |
Line contains a tab character. | 108 | |
Line contains a tab character. | 109 | |
Line contains a tab character. | 111 | |
Method 'setPathProperty' is not designed for extension - needs to be abstract, final or empty. | 111 | |
Missing a Javadoc comment. | 111 | |
Parameter string should be final. | 111 | |
Line contains a tab character. | 112 | |
'{' should be on the previous line. | 112 | |
Line contains a tab character. | 113 | |
Line contains a tab character. | 114 | |
Line contains a tab character. | 116 | |
Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 116 | |
Missing a Javadoc comment. | 116 | |
Parameter string should be final. | 116 | |
Line contains a tab character. | 117 | |
'{' should be on the previous line. | 117 | |
Line contains a tab character. | 118 | |
Line contains a tab character. | 119 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line has trailing spaces. | 37 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 47 | |
Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Missing a Javadoc comment. | 49 | |
Parameter string should be final. | 49 | |
Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Missing a Javadoc comment. | 53 | |
Parameter string should be final. | 53 | |
Line is longer than 80 characters. | 57 | |
Method 'writeElement' is not designed for extension - needs to be abstract, final or empty. | 57 | |
Missing a Javadoc comment. | 57 | |
Parameter hd should be final. | 57 | |
Missing a Javadoc comment. | 66 | |
Missing a Javadoc comment. | 67 | |
Missing a Javadoc comment. | 68 | |
Missing a Javadoc comment. | 69 | |
Missing a Javadoc comment. | 70 | |
'<' is not preceded with whitespace. | 70 | |
'<' is not followed by whitespace. | 70 | |
'>' is not preceded with whitespace. | 70 | |
'<' is not preceded with whitespace. | 70 | |
'<' is not followed by whitespace. | 70 | |
'>' is not preceded with whitespace. | 70 | |
'>' is not followed by whitespace. | 70 | |
Missing a Javadoc comment. | 71 | |
';' is preceded with whitespace. | 72 | |
Method 'createParam' is not designed for extension - needs to be abstract, final or empty. | 74 | |
Missing a Javadoc comment. | 74 | |
Method 'setDocumentBase' is not designed for extension - needs to be abstract, final or empty. | 80 | |
Missing a Javadoc comment. | 80 | |
Parameter string should be final. | 80 | |
Method 'setHeight' is not designed for extension - needs to be abstract, final or empty. | 84 | |
Missing a Javadoc comment. | 84 | |
Parameter string should be final. | 84 | |
Method 'setMainClass' is not designed for extension - needs to be abstract, final or empty. | 88 | |
Missing a Javadoc comment. | 88 | |
Parameter string should be final. | 88 | |
Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 92 | |
Missing a Javadoc comment. | 92 | |
Parameter string should be final. | 92 | |
Method 'setWidth' is not designed for extension - needs to be abstract, final or empty. | 96 | |
Missing a Javadoc comment. | 96 | |
Parameter string should be final. | 96 | |
Method 'writeElement' is not designed for extension - needs to be abstract, final or empty. | 100 | |
Missing a Javadoc comment. | 100 | |
Parameter hd should be final. | 100 | |
Missing a Javadoc comment. | 116 | |
Missing a Javadoc comment. | 118 | |
Missing a Javadoc comment. | 120 | |
Method 'addText' is not designed for extension - needs to be abstract, final or empty. | 122 | |
Missing a Javadoc comment. | 122 | |
Parameter value should be final. | 122 | |
Line is longer than 80 characters. | 126 | |
Method 'writeElement' is not designed for extension - needs to be abstract, final or empty. | 126 | |
Missing a Javadoc comment. | 126 | |
Parameter hd should be final. | 126 | |
Missing a Javadoc comment. | 132 | |
'<' is not preceded with whitespace. | 132 | |
'<' is not followed by whitespace. | 132 | |
'>' is not preceded with whitespace. | 132 | |
'<' is not preceded with whitespace. | 132 | |
'<' is not followed by whitespace. | 132 | |
'>' is not preceded with whitespace. | 132 | |
'>' is not followed by whitespace. | 132 | |
Missing a Javadoc comment. | 133 | |
Method 'createArgument' is not designed for extension - needs to be abstract, final or empty. | 135 | |
Missing a Javadoc comment. | 135 | |
Method 'setMain_Class' is not designed for extension - needs to be abstract, final or empty. | 141 | |
Missing a Javadoc comment. | 141 | |
Name 'setMain_Class' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 141 | |
Parameter string should be final. | 141 | |
Method 'setMainClass' is not designed for extension - needs to be abstract, final or empty. | 145 | |
Missing a Javadoc comment. | 145 | |
Parameter mainClass should be final. | 145 | |
'mainClass' hides a field. | 145 | |
Method 'writeElement' is not designed for extension - needs to be abstract, final or empty. | 149 | |
Missing a Javadoc comment. | 149 | |
Parameter hd should be final. | 149 | |
Missing a Javadoc comment. | 161 | |
Method 'writeElement' is not designed for extension - needs to be abstract, final or empty. | 163 | |
Missing a Javadoc comment. | 163 | |
Parameter hd should be final. | 163 | |
Line is longer than 80 characters. | 170 | |
Missing a Javadoc comment. | 174 | |
Missing a Javadoc comment. | 175 | |
Method 'setCheck' is not designed for extension - needs to be abstract, final or empty. | 177 | |
Missing a Javadoc comment. | 177 | |
Parameter check should be final. | 177 | |
'check' hides a field. | 177 | |
Method 'setPolicy' is not designed for extension - needs to be abstract, final or empty. | 181 | |
Missing a Javadoc comment. | 181 | |
Parameter policy should be final. | 181 | |
'policy' hides a field. | 181 | |
Method 'writeElement' is not designed for extension - needs to be abstract, final or empty. | 185 | |
Missing a Javadoc comment. | 185 | |
Parameter hd should be final. | 185 | |
Missing a Javadoc comment. | 195 | |
Missing a Javadoc comment. | 197 | |
Missing a Javadoc comment. | 199 | |
Missing a Javadoc comment. | 200 | |
Line is longer than 80 characters. | 202 | |
Method 'writeElement' is not designed for extension - needs to be abstract, final or empty. | 202 | |
Missing a Javadoc comment. | 202 | |
Parameter hd should be final. | 202 | |
Missing a Javadoc comment. | 212 | |
Missing a Javadoc comment. | 214 | |
Missing a Javadoc comment. | 215 | |
Method 'addText' is not designed for extension - needs to be abstract, final or empty. | 217 | |
Missing a Javadoc comment. | 217 | |
Parameter value should be final. | 217 | |
Method 'setKind' is not designed for extension - needs to be abstract, final or empty. | 221 | |
Missing a Javadoc comment. | 221 | |
Parameter kind should be final. | 221 | |
'kind' hides a field. | 221 | |
Line is longer than 80 characters. | 225 | |
Method 'writeElement' is not designed for extension - needs to be abstract, final or empty. | 225 | |
Missing a Javadoc comment. | 225 | |
Parameter hd should be final. | 225 | |
Missing a Javadoc comment. | 235 | |
Missing a Javadoc comment. | 237 | |
Method 'setHref' is not designed for extension - needs to be abstract, final or empty. | 239 | |
Missing a Javadoc comment. | 239 | |
Parameter string should be final. | 239 | |
Line is longer than 80 characters. | 243 | |
Method 'writeElement' is not designed for extension - needs to be abstract, final or empty. | 243 | |
Missing a Javadoc comment. | 243 | |
Parameter hd should be final. | 243 | |
Missing a Javadoc comment. | 252 | |
Missing a Javadoc comment. | 254 | |
Missing a Javadoc comment. | 255 | |
Missing a Javadoc comment. | 256 | |
Missing a Javadoc comment. | 257 | |
Missing a Javadoc comment. | 258 | |
Missing a Javadoc comment. | 259 | |
Missing a Javadoc comment. | 260 | |
Method 'setDepth' is not designed for extension - needs to be abstract, final or empty. | 262 | |
Missing a Javadoc comment. | 262 | |
Parameter depth should be final. | 262 | |
'depth' hides a field. | 262 | |
Method 'setHeight' is not designed for extension - needs to be abstract, final or empty. | 266 | |
Missing a Javadoc comment. | 266 | |
Parameter height should be final. | 266 | |
'height' hides a field. | 266 | |
Method 'setHref' is not designed for extension - needs to be abstract, final or empty. | 270 | |
Missing a Javadoc comment. | 270 | |
Parameter href should be final. | 270 | |
'href' hides a field. | 270 | |
Method 'setKind' is not designed for extension - needs to be abstract, final or empty. | 274 | |
Missing a Javadoc comment. | 274 | |
Parameter kind should be final. | 274 | |
'kind' hides a field. | 274 | |
Method 'setSize' is not designed for extension - needs to be abstract, final or empty. | 278 | |
Missing a Javadoc comment. | 278 | |
Parameter size should be final. | 278 | |
'size' hides a field. | 278 | |
Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. | 282 | |
Missing a Javadoc comment. | 282 | |
Parameter version should be final. | 282 | |
'version' hides a field. | 282 | |
Method 'setWidth' is not designed for extension - needs to be abstract, final or empty. | 286 | |
Missing a Javadoc comment. | 286 | |
Parameter width should be final. | 286 | |
'width' hides a field. | 286 | |
Line is longer than 80 characters. | 290 | |
Method 'writeElement' is not designed for extension - needs to be abstract, final or empty. | 290 | |
Missing a Javadoc comment. | 290 | |
Parameter hd should be final. | 290 | |
Missing a Javadoc comment. | 305 | |
Missing a Javadoc comment. | 307 | |
Missing a Javadoc comment. | 308 | |
Missing a Javadoc comment. | 309 | |
Missing a Javadoc comment. | 310 | |
Line is longer than 80 characters. | 312 | |
Method 'writeElement' is not designed for extension - needs to be abstract, final or empty. | 312 | |
Missing a Javadoc comment. | 312 | |
Parameter hd should be final. | 312 | |
Missing a Javadoc comment. | 330 | |
Missing a Javadoc comment. | 332 | |
Method 'writeElement' is not designed for extension - needs to be abstract, final or empty. | 334 | |
Missing a Javadoc comment. | 334 | |
Parameter hd should be final. | 334 | |
Missing a Javadoc comment. | 341 | |
Missing a Javadoc comment. | 343 | |
Method 'setSubmenu' is not designed for extension - needs to be abstract, final or empty. | 345 | |
Missing a Javadoc comment. | 345 | |
Parameter submenu should be final. | 345 | |
'submenu' hides a field. | 345 | |
Method 'writeElement' is not designed for extension - needs to be abstract, final or empty. | 349 | |
Missing a Javadoc comment. | 349 | |
Parameter hd should be final. | 349 | |
Missing a Javadoc comment. | 358 | |
Missing a Javadoc comment. | 359 | |
Missing a Javadoc comment. | 360 | |
Method 'createDesktop' is not designed for extension - needs to be abstract, final or empty. | 362 | |
Missing a Javadoc comment. | 362 | |
Method 'createMenu' is not designed for extension - needs to be abstract, final or empty. | 367 | |
Missing a Javadoc comment. | 367 | |
Method 'setOnline' is not designed for extension - needs to be abstract, final or empty. | 372 | |
Missing a Javadoc comment. | 372 | |
Parameter online should be final. | 372 | |
'online' hides a field. | 372 | |
Line is longer than 80 characters. | 376 | |
Method 'writeElement' is not designed for extension - needs to be abstract, final or empty. | 376 | |
Missing a Javadoc comment. | 376 | |
Parameter hd should be final. | 376 | |
Missing a Javadoc comment. | 391 | |
Missing a Javadoc comment. | 393 | |
Method 'addText' is not designed for extension - needs to be abstract, final or empty. | 395 | |
Missing a Javadoc comment. | 395 | |
Parameter value should be final. | 395 | |
Line is longer than 80 characters. | 399 | |
Method 'writeElement' is not designed for extension - needs to be abstract, final or empty. | 399 | |
Missing a Javadoc comment. | 399 | |
Parameter hd should be final. | 399 | |
Missing a Javadoc comment. | 406 | |
Missing a Javadoc comment. | 408 | |
Method 'addText' is not designed for extension - needs to be abstract, final or empty. | 410 | |
Missing a Javadoc comment. | 410 | |
Parameter value should be final. | 410 | |
Line is longer than 80 characters. | 414 | |
Method 'writeElement' is not designed for extension - needs to be abstract, final or empty. | 414 | |
Missing a Javadoc comment. | 414 | |
Parameter hd should be final. | 414 | |
Missing a Javadoc comment. | 420 | |
'<' is not preceded with whitespace. | 420 | |
'<' is not followed by whitespace. | 420 | |
'>' is not preceded with whitespace. | 420 | |
'<' is not preceded with whitespace. | 420 | |
'<' is not followed by whitespace. | 420 | |
'>' is not preceded with whitespace. | 420 | |
'>' is not followed by whitespace. | 420 | |
Missing a Javadoc comment. | 421 | |
Missing a Javadoc comment. | 422 | |
'<' is not preceded with whitespace. | 422 | |
'<' is not followed by whitespace. | 422 | |
'>' is not preceded with whitespace. | 422 | |
'<' is not preceded with whitespace. | 422 | |
'<' is not followed by whitespace. | 422 | |
'>' is not preceded with whitespace. | 422 | |
'>' is not followed by whitespace. | 422 | |
Missing a Javadoc comment. | 423 | |
Missing a Javadoc comment. | 424 | |
Missing a Javadoc comment. | 425 | |
Missing a Javadoc comment. | 426 | |
Missing a Javadoc comment. | 427 | |
Method 'createDescription' is not designed for extension - needs to be abstract, final or empty. | 429 | |
Missing a Javadoc comment. | 429 | |
Method 'createIcon' is not designed for extension - needs to be abstract, final or empty. | 435 | |
Missing a Javadoc comment. | 435 | |
Method 'createHomepage' is not designed for extension - needs to be abstract, final or empty. | 441 | |
Missing a Javadoc comment. | 441 | |
Method 'createOffline_Allowed' is not designed for extension - needs to be abstract, final or empty. | 446 | |
Missing a Javadoc comment. | 446 | |
Name 'createOffline_Allowed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 446 | |
Method 'createShortcut' is not designed for extension - needs to be abstract, final or empty. | 451 | |
Missing a Javadoc comment. | 451 | |
Method 'createTitle' is not designed for extension - needs to be abstract, final or empty. | 456 | |
Missing a Javadoc comment. | 456 | |
Method 'createVendor' is not designed for extension - needs to be abstract, final or empty. | 461 | |
Missing a Javadoc comment. | 461 | |
Method 'setHomepage' is not designed for extension - needs to be abstract, final or empty. | 466 | |
Missing a Javadoc comment. | 466 | |
Parameter homepage should be final. | 466 | |
'homepage' hides a field. | 466 | |
Method 'setLocale' is not designed for extension - needs to be abstract, final or empty. | 470 | |
Missing a Javadoc comment. | 470 | |
Parameter string should be final. | 470 | |
Method 'setOfflineAllowed' is not designed for extension - needs to be abstract, final or empty. | 474 | |
Missing a Javadoc comment. | 474 | |
Parameter offlineAllowed should be final. | 474 | |
'offlineAllowed' hides a field. | 474 | |
Method 'setShortcut' is not designed for extension - needs to be abstract, final or empty. | 478 | |
Missing a Javadoc comment. | 478 | |
Parameter shortcut should be final. | 478 | |
'shortcut' hides a field. | 478 | |
Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 482 | |
Missing a Javadoc comment. | 482 | |
Parameter title should be final. | 482 | |
'title' hides a field. | 482 | |
Method 'setVendor' is not designed for extension - needs to be abstract, final or empty. | 486 | |
Missing a Javadoc comment. | 486 | |
Parameter vendor should be final. | 486 | |
'vendor' hides a field. | 486 | |
Method 'writeElement' is not designed for extension - needs to be abstract, final or empty. | 490 | |
Missing a Javadoc comment. | 490 | |
Parameter hd should be final. | 490 | |
Missing a Javadoc comment. | 521 | |
Missing a Javadoc comment. | 523 | |
Method 'setMain_Class' is not designed for extension - needs to be abstract, final or empty. | 525 | |
Missing a Javadoc comment. | 525 | |
Name 'setMain_Class' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 525 | |
Parameter string should be final. | 525 | |
Method 'setMainClass' is not designed for extension - needs to be abstract, final or empty. | 529 | |
Missing a Javadoc comment. | 529 | |
Parameter mainClass should be final. | 529 | |
'mainClass' hides a field. | 529 | |
Method 'writeElement' is not designed for extension - needs to be abstract, final or empty. | 533 | |
Missing a Javadoc comment. | 533 | |
Parameter hd should be final. | 533 | |
Line has trailing spaces. | 542 | |
Line has trailing spaces. | 553 | |
Line has trailing spaces. | 554 | |
Line is longer than 80 characters. | 561 | |
Line is longer than 80 characters. | 628 | |
Line is longer than 80 characters. | 632 | |
Line is longer than 80 characters. | 639 | |
Missing a Javadoc comment. | 652 | |
Missing a Javadoc comment. | 654 | |
Missing a Javadoc comment. | 656 | |
Missing a Javadoc comment. | 658 | |
Missing a Javadoc comment. | 659 | |
Missing a Javadoc comment. | 660 | |
Method 'setDownload' is not designed for extension - needs to be abstract, final or empty. | 662 | |
Missing a Javadoc comment. | 662 | |
Parameter download should be final. | 662 | |
'download' hides a field. | 662 | |
Method 'setExt_Part' is not designed for extension - needs to be abstract, final or empty. | 666 | |
Missing a Javadoc comment. | 666 | |
Name 'setExt_Part' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 666 | |
Parameter extPart should be final. | 666 | |
'extPart' hides a field. | 666 | |
Method 'setPart' is not designed for extension - needs to be abstract, final or empty. | 670 | |
Missing a Javadoc comment. | 670 | |
Parameter part should be final. | 670 | |
'part' hides a field. | 670 | |
Method 'writeElement' is not designed for extension - needs to be abstract, final or empty. | 674 | |
Missing a Javadoc comment. | 674 | |
Parameter hd should be final. | 674 | |
Line is longer than 80 characters. | 685 | |
Missing a Javadoc comment. | 685 | |
'<' is not preceded with whitespace. | 685 | |
'<' is not followed by whitespace. | 685 | |
'>' is not preceded with whitespace. | 685 | |
'<' is not preceded with whitespace. | 685 | |
'<' is not followed by whitespace. | 685 | |
'>' is not preceded with whitespace. | 685 | |
'>' is not followed by whitespace. | 685 | |
Missing a Javadoc comment. | 686 | |
Missing a Javadoc comment. | 687 | |
Missing a Javadoc comment. | 688 | |
Method 'createExtDownload' is not designed for extension - needs to be abstract, final or empty. | 690 | |
Missing a Javadoc comment. | 690 | |
Method 'setHref' is not designed for extension - needs to be abstract, final or empty. | 696 | |
Missing a Javadoc comment. | 696 | |
Parameter string should be final. | 696 | |
Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 700 | |
Missing a Javadoc comment. | 700 | |
Parameter string should be final. | 700 | |
Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. | 704 | |
Missing a Javadoc comment. | 704 | |
Parameter string should be final. | 704 | |
Line is longer than 80 characters. | 708 | |
Method 'writeElement' is not designed for extension - needs to be abstract, final or empty. | 708 | |
Missing a Javadoc comment. | 708 | |
Parameter hd should be final. | 708 | |
Missing a Javadoc comment. | 724 | |
Missing a Javadoc comment. | 726 | |
Missing a Javadoc comment. | 727 | |
'<' is not preceded with whitespace. | 727 | |
'<' is not followed by whitespace. | 727 | |
'>' is not preceded with whitespace. | 727 | |
Variable 'filesets' must be private and have accessor methods. | 727 | |
'<' is not preceded with whitespace. | 727 | |
'<' is not followed by whitespace. | 727 | |
'>' is not preceded with whitespace. | 727 | |
'>' is not followed by whitespace. | 727 | |
Missing a Javadoc comment. | 728 | |
Missing a Javadoc comment. | 729 | |
Missing a Javadoc comment. | 730 | |
Missing a Javadoc comment. | 731 | |
Line is longer than 80 characters. | 735 | |
Line has trailing spaces. | 737 | |
Line has trailing spaces. | 740 | |
Method 'addFileset' is not designed for extension - needs to be abstract, final or empty. | 743 | |
Parameter fileset should be final. | 743 | |
Expected @param tag for 'fileset'. | 743 | |
Method 'isHref' is not designed for extension - needs to be abstract, final or empty. | 747 | |
Missing a Javadoc comment. | 747 | |
Method 'getFilesCount' is not designed for extension - needs to be abstract, final or empty. | 751 | |
Missing a Javadoc comment. | 751 | |
Avoid inline conditionals. | 752 | |
Line is longer than 80 characters. | 754 | |
Method 'setDownload' is not designed for extension - needs to be abstract, final or empty. | 759 | |
Missing a Javadoc comment. | 759 | |
Parameter download should be final. | 759 | |
'download' hides a field. | 759 | |
Method 'setHref' is not designed for extension - needs to be abstract, final or empty. | 763 | |
Missing a Javadoc comment. | 763 | |
Parameter href should be final. | 763 | |
'href' hides a field. | 763 | |
Method 'setPart' is not designed for extension - needs to be abstract, final or empty. | 771 | |
Missing a Javadoc comment. | 771 | |
Parameter string should be final. | 771 | |
Method 'setSize' is not designed for extension - needs to be abstract, final or empty. | 775 | |
Missing a Javadoc comment. | 775 | |
Parameter string should be final. | 775 | |
Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. | 779 | |
Missing a Javadoc comment. | 779 | |
Parameter string should be final. | 779 | |
Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 789 | |
Line is longer than 80 characters. | 792 | |
Method 'fillAttribute' is not designed for extension - needs to be abstract, final or empty. | 800 | |
Parameter atts should be final. | 800 | |
Expected @param tag for 'atts'. | 800 | |
Method 'changeHref' is not designed for extension - needs to be abstract, final or empty. | 812 | |
Missing a Javadoc comment. | 812 | |
Parameter href should be final. | 812 | |
'href' hides a field. | 812 | |
Missing a Javadoc comment. | 817 | |
Missing a Javadoc comment. | 819 | |
Missing a Javadoc comment. | 820 | |
Missing a Javadoc comment. | 821 | |
Missing a Javadoc comment. | 822 | |
'<' is not preceded with whitespace. | 822 | |
'<' is not followed by whitespace. | 822 | |
'>' is not preceded with whitespace. | 822 | |
'<' is not preceded with whitespace. | 822 | |
'<' is not followed by whitespace. | 822 | |
'>' is not preceded with whitespace. | 822 | |
'>' is not followed by whitespace. | 822 | |
Missing a Javadoc comment. | 823 | |
Method 'createResources' is not designed for extension - needs to be abstract, final or empty. | 825 | |
Missing a Javadoc comment. | 825 | |
Method 'setHref' is not designed for extension - needs to be abstract, final or empty. | 831 | |
Missing a Javadoc comment. | 831 | |
Parameter string should be final. | 831 | |
Method 'setInitial_Heap_Size' is not designed for extension - needs to be abstract, final or empty. | 835 | |
Missing a Javadoc comment. | 835 | |
Name 'setInitial_Heap_Size' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 835 | |
Parameter string should be final. | 835 | |
Method 'setMax_Heap_Size' is not designed for extension - needs to be abstract, final or empty. | 839 | |
Missing a Javadoc comment. | 839 | |
Name 'setMax_Heap_Size' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 839 | |
Parameter string should be final. | 839 | |
Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. | 843 | |
Missing a Javadoc comment. | 843 | |
Parameter string should be final. | 843 | |
Line is longer than 80 characters. | 847 | |
Method 'writeElement' is not designed for extension - needs to be abstract, final or empty. | 847 | |
Missing a Javadoc comment. | 847 | |
Parameter hd should be final. | 847 | |
Missing a Javadoc comment. | 862 | |
Missing a Javadoc comment. | 864 | |
Method 'isMain' is not designed for extension - needs to be abstract, final or empty. | 866 | |
Missing a Javadoc comment. | 866 | |
Method 'setMain' is not designed for extension - needs to be abstract, final or empty. | 870 | |
Missing a Javadoc comment. | 870 | |
Parameter main should be final. | 870 | |
'main' hides a field. | 870 | |
Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 876 | |
Line is longer than 80 characters. | 880 | |
Line is longer than 80 characters. | 884 | |
Method 'writeElement' is not designed for extension - needs to be abstract, final or empty. | 884 | |
Missing a Javadoc comment. | 884 | |
Parameter hd should be final. | 884 | |
Line is longer than 80 characters. | 895 | |
Line is longer than 80 characters. | 898 | |
Missing a Javadoc comment. | 907 | |
Parameter hd should be final. | 907 | |
First sentence should end with a period. | 915 | |
Method 'fillAttribute' is not designed for extension - needs to be abstract, final or empty. | 918 | |
Parameter atts should be final. | 919 | |
Expected @param tag for 'atts'. | 919 | |
Missing a Javadoc comment. | 925 | |
Line is longer than 80 characters. | 927 | |
Method 'writeElement' is not designed for extension - needs to be abstract, final or empty. | 927 | |
Missing a Javadoc comment. | 927 | |
Parameter hd should be final. | 927 | |
Line is longer than 80 characters. | 937 | |
Line is longer than 80 characters. | 939 | |
Method 'writeNativeLib' is not designed for extension - needs to be abstract, final or empty. | 949 | |
Missing a Javadoc comment. | 949 | |
Parameter hd should be final. | 949 | |
Missing a Javadoc comment. | 959 | |
Missing a Javadoc comment. | 961 | |
Missing a Javadoc comment. | 962 | |
Missing a Javadoc comment. | 963 | |
Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 965 | |
Missing a Javadoc comment. | 965 | |
Parameter name should be final. | 965 | |
'name' hides a field. | 965 | |
Method 'setPart' is not designed for extension - needs to be abstract, final or empty. | 969 | |
Missing a Javadoc comment. | 969 | |
Parameter part should be final. | 969 | |
'part' hides a field. | 969 | |
Method 'setRecursive' is not designed for extension - needs to be abstract, final or empty. | 973 | |
Missing a Javadoc comment. | 973 | |
Parameter recursive should be final. | 973 | |
'recursive' hides a field. | 973 | |
Line is longer than 80 characters. | 977 | |
Method 'writeElement' is not designed for extension - needs to be abstract, final or empty. | 977 | |
Missing a Javadoc comment. | 977 | |
Parameter hd should be final. | 977 | |
Missing a Javadoc comment. | 988 | |
Missing a Javadoc comment. | 990 | |
Missing a Javadoc comment. | 991 | |
Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 993 | |
Missing a Javadoc comment. | 993 | |
Parameter string should be final. | 993 | |
Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 997 | |
Missing a Javadoc comment. | 997 | |
Parameter string should be final. | 997 | |
Line is longer than 80 characters. | 1001 | |
Method 'writeElement' is not designed for extension - needs to be abstract, final or empty. | 1001 | |
Missing a Javadoc comment. | 1001 | |
Parameter hd should be final. | 1001 | |
Missing a Javadoc comment. | 1010 | |
Missing a Javadoc comment. | 1011 | |
'<' is not preceded with whitespace. | 1011 | |
'<' is not followed by whitespace. | 1011 | |
'>' is not preceded with whitespace. | 1011 | |
'<' is not preceded with whitespace. | 1011 | |
'<' is not followed by whitespace. | 1011 | |
'>' is not preceded with whitespace. | 1011 | |
'>' is not followed by whitespace. | 1011 | |
Missing a Javadoc comment. | 1012 | |
'<' is not preceded with whitespace. | 1012 | |
'<' is not followed by whitespace. | 1012 | |
'>' is not preceded with whitespace. | 1012 | |
'<' is not preceded with whitespace. | 1012 | |
'<' is not followed by whitespace. | 1012 | |
'>' is not preceded with whitespace. | 1012 | |
'>' is not followed by whitespace. | 1012 | |
Missing a Javadoc comment. | 1013 | |
'<' is not preceded with whitespace. | 1013 | |
'<' is not followed by whitespace. | 1013 | |
'>' is not preceded with whitespace. | 1013 | |
'<' is not preceded with whitespace. | 1013 | |
'<' is not followed by whitespace. | 1013 | |
'>' is not preceded with whitespace. | 1013 | |
'>' is not followed by whitespace. | 1013 | |
Missing a Javadoc comment. | 1014 | |
Missing a Javadoc comment. | 1015 | |
'<' is not preceded with whitespace. | 1015 | |
'<' is not followed by whitespace. | 1015 | |
'>' is not preceded with whitespace. | 1015 | |
'<' is not preceded with whitespace. | 1015 | |
'<' is not followed by whitespace. | 1015 | |
'>' is not preceded with whitespace. | 1015 | |
'>' is not followed by whitespace. | 1015 | |
Missing a Javadoc comment. | 1016 | |
Missing a Javadoc comment. | 1017 | |
'<' is not preceded with whitespace. | 1017 | |
'<' is not followed by whitespace. | 1017 | |
'>' is not preceded with whitespace. | 1017 | |
'<' is not preceded with whitespace. | 1017 | |
'<' is not followed by whitespace. | 1017 | |
'>' is not preceded with whitespace. | 1017 | |
'>' is not followed by whitespace. | 1017 | |
Missing a Javadoc comment. | 1018 | |
'<' is not preceded with whitespace. | 1018 | |
'<' is not followed by whitespace. | 1018 | |
'>' is not preceded with whitespace. | 1018 | |
'<' is not preceded with whitespace. | 1018 | |
'<' is not followed by whitespace. | 1018 | |
'>' is not preceded with whitespace. | 1018 | |
'>' is not followed by whitespace. | 1018 | |
Line has trailing spaces. | 1022 | |
Line is longer than 80 characters. | 1023 | |
Method 'addConfiguredFileset' is not designed for extension - needs to be abstract, final or empty. | 1026 | |
Parameter fileSet should be final. | 1026 | |
Expected @param tag for 'fileSet'. | 1026 | |
Line is longer than 80 characters. | 1027 | |
Method 'addConfiguredPropertySet' is not designed for extension - needs to be abstract, final or empty. | 1043 | |
Missing a Javadoc comment. | 1043 | |
Parameter propertyset should be final. | 1043 | |
Method 'createExtension' is not designed for extension - needs to be abstract, final or empty. | 1053 | |
Missing a Javadoc comment. | 1053 | |
Method 'getExtensions' is not designed for extension - needs to be abstract, final or empty. | 1059 | |
Missing a Javadoc comment. | 1059 | |
'<' is not preceded with whitespace. | 1059 | |
'<' is not followed by whitespace. | 1059 | |
'>' is not preceded with whitespace. | 1059 | |
Method 'createJ2SE' is not designed for extension - needs to be abstract, final or empty. | 1063 | |
Missing a Javadoc comment. | 1063 | |
Method 'createJar' is not designed for extension - needs to be abstract, final or empty. | 1069 | |
Missing a Javadoc comment. | 1069 | |
Method 'createNativeLib' is not designed for extension - needs to be abstract, final or empty. | 1075 | |
Missing a Javadoc comment. | 1075 | |
Method 'createPackage' is not designed for extension - needs to be abstract, final or empty. | 1081 | |
Missing a Javadoc comment. | 1081 | |
';' is preceded with whitespace. | 1086 | |
Method 'createProperty' is not designed for extension - needs to be abstract, final or empty. | 1088 | |
Missing a Javadoc comment. | 1088 | |
Method 'setArch' is not designed for extension - needs to be abstract, final or empty. | 1094 | |
Missing a Javadoc comment. | 1094 | |
Parameter string should be final. | 1094 | |
Method 'setLocale' is not designed for extension - needs to be abstract, final or empty. | 1098 | |
Missing a Javadoc comment. | 1098 | |
Parameter string should be final. | 1098 | |
Method 'setOs' is not designed for extension - needs to be abstract, final or empty. | 1102 | |
Missing a Javadoc comment. | 1102 | |
Parameter string should be final. | 1102 | |
Method 'writeElement' is not designed for extension - needs to be abstract, final or empty. | 1106 | |
Missing a Javadoc comment. | 1106 | |
Parameter hd should be final. | 1106 | |
Name '_package' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1134 | |
Missing a Javadoc comment. | 1142 | |
Missing a Javadoc comment. | 1144 | |
Missing a Javadoc comment. | 1146 | |
Missing a Javadoc comment. | 1148 | |
Parameter s should be final. | 1148 | |
Line is longer than 80 characters. | 1152 | |
Method 'writeElement' is not designed for extension - needs to be abstract, final or empty. | 1152 | |
Missing a Javadoc comment. | 1152 | |
Parameter hd should be final. | 1152 | |
Missing a Javadoc comment. | 1157 | |
Method 'createAll_Permissions' is not designed for extension - needs to be abstract, final or empty. | 1159 | |
Missing a Javadoc comment. | 1159 | |
Name 'createAll_Permissions' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1159 | |
Method 'addJ2ee_Application_Client_Permissions' is not designed for extension - needs to be abstract, final or empty. | 1164 | |
Missing a Javadoc comment. | 1164 | |
Name 'addJ2ee_Application_Client_Permissions' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1164 | |
Method 'writeElement' is not designed for extension - needs to be abstract, final or empty. | 1169 | |
Missing a Javadoc comment. | 1169 | |
Parameter hd should be final. | 1169 | |
Line is longer than 80 characters. | 1176 | |
Missing a Javadoc comment. | 1176 | |
Parameter atts should be final. | 1176 | |
Parameter qName should be final. | 1176 | |
Parameter value should be final. | 1176 | |
Method 'addAttribute' is not designed for extension - needs to be abstract, final or empty. | 1182 | |
Missing a Javadoc comment. | 1182 | |
Parameter atts should be final. | 1182 | |
Parameter qName should be final. | 1182 | |
Parameter value should be final. | 1182 | |
Method 'correctHRefPath' is not designed for extension - needs to be abstract, final or empty. | 1188 | |
Missing a Javadoc comment. | 1188 | |
Parameter filePath should be final. | 1188 | |
Method 'writeText' is not designed for extension - needs to be abstract, final or empty. | 1192 | |
Missing a Javadoc comment. | 1192 | |
Parameter hd should be final. | 1192 | |
Parameter text should be final. | 1192 | |
Missing a Javadoc comment. | 1196 | |
Missing a Javadoc comment. | 1197 | |
Missing a Javadoc comment. | 1198 | |
Missing a Javadoc comment. | 1199 | |
Missing a Javadoc comment. | 1200 | |
Missing a Javadoc comment. | 1201 | |
Missing a Javadoc comment. | 1202 | |
Missing a Javadoc comment. | 1203 | |
Missing a Javadoc comment. | 1204 | |
Missing a Javadoc comment. | 1205 | |
'<' is not preceded with whitespace. | 1205 | |
'<' is not followed by whitespace. | 1205 | |
'>' is not preceded with whitespace. | 1205 | |
'<' is not preceded with whitespace. | 1205 | |
'<' is not followed by whitespace. | 1205 | |
'>' is not preceded with whitespace. | 1205 | |
'>' is not followed by whitespace. | 1205 | |
Missing a Javadoc comment. | 1206 | |
Missing a Javadoc comment. | 1207 | |
'<' is not preceded with whitespace. | 1207 | |
'<' is not followed by whitespace. | 1207 | |
'>' is not preceded with whitespace. | 1207 | |
'<' is not preceded with whitespace. | 1207 | |
'<' is not followed by whitespace. | 1207 | |
'>' is not preceded with whitespace. | 1207 | |
'>' is not followed by whitespace. | 1207 | |
Missing a Javadoc comment. | 1208 | |
Missing a Javadoc comment. | 1209 | |
Missing a Javadoc comment. | 1210 | |
Missing a Javadoc comment. | 1211 | |
Method 'createApplet_Desc' is not designed for extension - needs to be abstract, final or empty. | 1213 | |
Missing a Javadoc comment. | 1213 | |
Name 'createApplet_Desc' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1213 | |
Method 'createApplication_Desc' is not designed for extension - needs to be abstract, final or empty. | 1218 | |
Missing a Javadoc comment. | 1218 | |
Name 'createApplication_Desc' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1218 | |
Method 'createComponent_Desc' is not designed for extension - needs to be abstract, final or empty. | 1223 | |
Missing a Javadoc comment. | 1223 | |
Name 'createComponent_Desc' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1223 | |
Method 'createInformation' is not designed for extension - needs to be abstract, final or empty. | 1228 | |
Missing a Javadoc comment. | 1228 | |
Method 'createUpdate' is not designed for extension - needs to be abstract, final or empty. | 1234 | |
Missing a Javadoc comment. | 1234 | |
Inner assignments should be avoided. | 1236 | |
Method 'createInstaller_Desc' is not designed for extension - needs to be abstract, final or empty. | 1239 | |
Missing a Javadoc comment. | 1239 | |
Name 'createInstaller_Desc' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1239 | |
Method 'createResources' is not designed for extension - needs to be abstract, final or empty. | 1244 | |
Missing a Javadoc comment. | 1244 | |
Method 'createSecurity' is not designed for extension - needs to be abstract, final or empty. | 1250 | |
Missing a Javadoc comment. | 1250 | |
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 1255 | |
Missing a Javadoc comment. | 1255 | |
Redundant throws: 'BuildException' is unchecked exception. | 1255 | |
Line is longer than 80 characters. | 1274 | |
Parameter publicId should be final. | 1292 | |
Parameter systemId should be final. | 1293 | |
Line is longer than 80 characters. | 1294 | |
Parameter exception should be final. | 1303 | |
Parameter exception should be final. | 1308 | |
Parameter exception should be final. | 1313 | |
Line is longer than 80 characters. | 1322 | |
Method 'setIndentation' is not designed for extension - needs to be abstract, final or empty. | 1328 | |
Missing a Javadoc comment. | 1328 | |
Parameter tf should be final. | 1328 | |
Must have at least one statement. | 1331 | |
Line has trailing spaces. | 1332 | |
Line contains a tab character. | 1332 | |
Method 'getTransformerFactory' is not designed for extension - needs to be abstract, final or empty. | 1336 | |
Missing a Javadoc comment. | 1336 | |
Redundant throws: 'TransformerFactoryConfigurationError' is unchecked exception. | 1337 | |
Method 'setCodebase' is not designed for extension - needs to be abstract, final or empty. | 1341 | |
Missing a Javadoc comment. | 1341 | |
Parameter string should be final. | 1341 | |
First sentence should end with a period. | 1345 | |
Method 'setEncoding' is not designed for extension - needs to be abstract, final or empty. | 1349 | |
Parameter encoding should be final. | 1349 | |
'encoding' hides a field. | 1349 | |
First sentence should end with a period. | 1353 | |
Method 'setHref' is not designed for extension - needs to be abstract, final or empty. | 1357 | |
Parameter href should be final. | 1357 | |
'href' hides a field. | 1357 | |
Method 'setSecurity' is not designed for extension - needs to be abstract, final or empty. | 1361 | |
Missing a Javadoc comment. | 1361 | |
Parameter security should be final. | 1361 | |
'security' hides a field. | 1361 | |
';' is preceded with whitespace. | 1364 | |
Method 'setSpec' is not designed for extension - needs to be abstract, final or empty. | 1366 | |
Missing a Javadoc comment. | 1366 | |
Parameter string should be final. | 1366 | |
First sentence should end with a period. | 1370 | |
Line has trailing spaces. | 1370 | |
Method 'setToFile' is not designed for extension - needs to be abstract, final or empty. | 1374 | |
Parameter toFile should be final. | 1374 | |
'toFile' hides a field. | 1374 | |
Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. | 1378 | |
Missing a Javadoc comment. | 1378 | |
Parameter string should be final. | 1378 | |
Method 'writeElement' is not designed for extension - needs to be abstract, final or empty. | 1382 | |
Missing a Javadoc comment. | 1382 | |
Parameter hd should be final. | 1382 | |
Method 'setJnlpVersion' is not designed for extension - needs to be abstract, final or empty. | 1424 | |
Missing a Javadoc comment. | 1424 | |
Parameter jnlpVersion should be final. | 1424 | |
'jnlpVersion' hides a field. | 1424 | |
Method 'setUseDTD' is not designed for extension - needs to be abstract, final or empty. | 1428 | |
Missing a Javadoc comment. | 1428 | |
Parameter useDTD should be final. | 1428 | |
'useDTD' hides a field. | 1428 | |
Missing a Javadoc comment. | 1433 | |
Method 'getValues' is not designed for extension - needs to be abstract, final or empty. | 1435 | |
Missing a Javadoc comment. | 1435 | |
Missing a Javadoc comment. | 1441 | |
Method 'getValues' is not designed for extension - needs to be abstract, final or empty. | 1443 | |
Missing a Javadoc comment. | 1443 | |
Missing a Javadoc comment. | 1449 | |
Method 'getValues' is not designed for extension - needs to be abstract, final or empty. | 1451 | |
Missing a Javadoc comment. | 1451 | |
Missing a Javadoc comment. | 1457 | |
Method 'getValues' is not designed for extension - needs to be abstract, final or empty. | 1459 | |
Missing a Javadoc comment. | 1459 | |
Missing a Javadoc comment. | 1465 | |
Missing a Javadoc comment. | 1467 | |
Missing a Javadoc comment. | 1468 | |
Method 'getValues' is not designed for extension - needs to be abstract, final or empty. | 1470 | |
Missing a Javadoc comment. | 1470 | |
Missing a Javadoc comment. | 1475 | |
Parameter jnlpVersion should be final. | 1475 | |
Line is longer than 80 characters. | 1482 | |
Missing a Javadoc comment. | 1485 | |
Parameter jnlpVersion should be final. | 1485 | |
Line is longer than 80 characters. | 1492 | |
Missing a Javadoc comment. | 1496 | |
Missing a Javadoc comment. | 1498 | |
Missing a Javadoc comment. | 1499 | |
Method 'getValues' is not designed for extension - needs to be abstract, final or empty. | 1501 | |
Missing a Javadoc comment. | 1501 | |
Line is longer than 80 characters. | 1506 | |
Missing a Javadoc comment. | 1506 | |
Parameter useDTD should be final. | 1506 | |
Parameter jnlpVersion should be final. | 1506 | |
Line is longer than 80 characters. | 1514 | |
Line is longer than 80 characters. | 1515 | |
Line contains a tab character. | 1524 | |
Line contains a tab character. | 1525 | |
Line contains a tab character. | 1526 | |
Missing a Javadoc comment. | 1532 | |
Redundant 'public' modifier. | 1532 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line contains a tab character. | 9 | |
Line contains a tab character. | 10 | |
Line contains a tab character. | 11 | |
Missing a Javadoc comment. | 17 | |
Name '__EXECUTABLE_STRING_' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 17 | |
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 19 | |
Missing a Javadoc comment. | 19 | |
Redundant throws: 'BuildException' is unchecked exception. | 20 | |
'else' construct must use '{}'s. | 34 | |
Method 'getWin32ConsoleLessStub' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Method 'getWin32ConsoleStub' is not designed for extension - needs to be abstract, final or empty. | 44 | |
Missing a Javadoc comment. | 44 | |
Method 'getShellStub' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Missing a Javadoc comment. | 49 | |
Method 'getTokenLength' is not designed for extension - needs to be abstract, final or empty. | 54 | |
Missing a Javadoc comment. | 54 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line contains a tab character. | 16 | |
Line contains a tab character. | 17 | |
Line contains a tab character. | 18 | |
Line has trailing spaces. | 22 | |
'{' should be on the previous line. | 23 | |
Line contains a tab character. | 24 | |
Missing a Javadoc comment. | 24 | |
Variable 'p' must be private and have accessor methods. | 24 | |
Line contains a tab character. | 26 | |
Missing a Javadoc comment. | 26 | |
Variable 'file' must be private and have accessor methods. | 26 | |
Line has trailing spaces. | 27 | |
Line contains a tab character. | 27 | |
Missing a Javadoc comment. | 28 | |
Line contains a tab character. | 28 | |
Line contains a tab character. | 29 | |
'{' should be on the previous line. | 29 | |
Line contains a tab character. | 30 | |
Missing a Javadoc comment. | 30 | |
Variable 'name' must be private and have accessor methods. | 30 | |
'=' is not preceded with whitespace. | 30 | |
'=' is not followed by whitespace. | 30 | |
Variable 'value' must be private and have accessor methods. | 30 | |
'=' is not preceded with whitespace. | 30 | |
'=' is not followed by whitespace. | 30 | |
Line has trailing spaces. | 31 | |
Line contains a tab character. | 31 | |
Line contains a tab character. | 32 | |
Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 32 | |
Missing a Javadoc comment. | 32 | |
'(' is followed by whitespace. | 32 | |
Parameter s should be final. | 32 | |
Line contains a tab character. | 33 | |
'{' should be on the previous line. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 37 | |
Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Missing a Javadoc comment. | 37 | |
'(' is followed by whitespace. | 37 | |
Parameter s should be final. | 37 | |
Line contains a tab character. | 38 | |
'{' should be on the previous line. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Line has trailing spaces. | 41 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Method 'addText' is not designed for extension - needs to be abstract, final or empty. | 42 | |
Missing a Javadoc comment. | 42 | |
'(' is followed by whitespace. | 42 | |
Parameter s should be final. | 42 | |
Line contains a tab character. | 43 | |
'{' should be on the previous line. | 43 | |
'if' construct must use '{}'s. | 44 | |
Line contains a tab character. | 44 | |
'if' is not followed by whitespace. | 44 | |
'(' is followed by whitespace. | 44 | |
'>' is not preceded with whitespace. | 44 | |
'>' is not followed by whitespace. | 44 | |
Line is longer than 80 characters. | 45 | |
Line contains a tab character. | 45 | |
'(' is followed by whitespace. | 45 | |
Line contains a tab character. | 46 | |
Line has trailing spaces. | 47 | |
Line contains a tab character. | 47 | |
Line has trailing spaces. | 48 | |
Line contains a tab character. | 48 | |
Method 'run' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Missing a Javadoc comment. | 48 | |
Line contains a tab character. | 49 | |
'{' should be on the previous line. | 49 | |
'if' construct must use '{}'s. | 50 | |
Line contains a tab character. | 50 | |
'if' is not followed by whitespace. | 50 | |
'(' is followed by whitespace. | 50 | |
'==' is not preceded with whitespace. | 50 | |
'==' is not followed by whitespace. | 50 | |
'==' is not preceded with whitespace. | 50 | |
'==' is not followed by whitespace. | 50 | |
Line is longer than 80 characters. | 51 | |
Line contains a tab character. | 51 | |
'(' is followed by whitespace. | 51 | |
Line has trailing spaces. | 52 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
'(' is followed by whitespace. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Line has trailing spaces. | 56 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 57 | |
Missing a Javadoc comment. | 57 | |
'(' is followed by whitespace. | 57 | |
Parameter s should be final. | 57 | |
Line contains a tab character. | 58 | |
'{' should be on the previous line. | 58 | |
Line contains a tab character. | 59 | |
'(' is followed by whitespace. | 59 | |
Line contains a tab character. | 60 | |
Line has trailing spaces. | 61 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
Method 'setHidden' is not designed for extension - needs to be abstract, final or empty. | 62 | |
Missing a Javadoc comment. | 62 | |
'(' is followed by whitespace. | 62 | |
Parameter b should be final. | 62 | |
Line contains a tab character. | 63 | |
'{' should be on the previous line. | 63 | |
Line contains a tab character. | 64 | |
'(' is followed by whitespace. | 64 | |
Avoid inline conditionals. | 64 | |
Line contains a tab character. | 65 | |
Line has trailing spaces. | 66 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
Missing a Javadoc comment. | 67 | |
Variable 'customProperties' must be private and have accessor methods. | 67 | |
Line has trailing spaces. | 68 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 69 | |
Method 'createProperty' is not designed for extension - needs to be abstract, final or empty. | 69 | |
Missing a Javadoc comment. | 69 | |
Line contains a tab character. | 70 | |
'{' should be on the previous line. | 70 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 72 | |
'(' is followed by whitespace. | 72 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 76 | |
Method 'setIcon' is not designed for extension - needs to be abstract, final or empty. | 76 | |
Missing a Javadoc comment. | 76 | |
'(' is followed by whitespace. | 76 | |
Parameter s should be final. | 76 | |
Line contains a tab character. | 77 | |
'{' should be on the previous line. | 77 | |
Line contains a tab character. | 78 | |
'(' is followed by whitespace. | 78 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 81 | |
Method 'setIconFile' is not designed for extension - needs to be abstract, final or empty. | 81 | |
Missing a Javadoc comment. | 81 | |
'(' is followed by whitespace. | 81 | |
Parameter f should be final. | 81 | |
Line contains a tab character. | 82 | |
'{' should be on the previous line. | 82 | |
Line contains a tab character. | 83 | |
'(' is followed by whitespace. | 83 | |
Line contains a tab character. | 84 | |
Line has trailing spaces. | 85 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 86 | |
Method 'setComment' is not designed for extension - needs to be abstract, final or empty. | 86 | |
Missing a Javadoc comment. | 86 | |
'(' is followed by whitespace. | 86 | |
Parameter s should be final. | 86 | |
Line contains a tab character. | 87 | |
'{' should be on the previous line. | 87 | |
Line contains a tab character. | 88 | |
'(' is followed by whitespace. | 88 | |
Line contains a tab character. | 89 | |
Line has trailing spaces. | 91 | |
Line contains a tab character. | 91 | |
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 91 | |
Missing a Javadoc comment. | 91 | |
Redundant throws: 'BuildException' is unchecked exception. | 91 | |
Line contains a tab character. | 92 | |
'{' should be on the previous line. | 92 | |
'if' construct must use '{}'s. | 93 | |
Line contains a tab character. | 93 | |
'if' is not followed by whitespace. | 93 | |
'(' is followed by whitespace. | 93 | |
'==' is not preceded with whitespace. | 93 | |
'==' is not followed by whitespace. | 93 | |
'(' is followed by whitespace. | 93 | |
Line is longer than 80 characters. | 94 | |
Line contains a tab character. | 94 | |
'(' is followed by whitespace. | 94 | |
Line contains a tab character. | 96 | |
'if' is not followed by whitespace. | 96 | |
'(' is followed by whitespace. | 96 | |
Line contains a tab character. | 97 | |
'{' should be on the previous line. | 97 | |
'if' construct must use '{}'s. | 98 | |
Line contains a tab character. | 98 | |
'if' is not followed by whitespace. | 98 | |
'(' is followed by whitespace. | 98 | |
Line is longer than 80 characters. | 99 | |
Line contains a tab character. | 99 | |
'(' is followed by whitespace. | 99 | |
Line contains a tab character. | 100 | |
Line contains a tab character. | 102 | |
'(' is followed by whitespace. | 102 | |
Line has trailing spaces. | 103 | |
Line contains a tab character. | 103 | |
Line contains a tab character. | 104 | |
Line contains a tab character. | 105 | |
Line contains a tab character. | 106 | |
Line contains a tab character. | 107 | |
Line contains a tab character. | 108 | |
Line has trailing spaces. | 109 | |
Line contains a tab character. | 109 | |
Line has trailing spaces. | 110 | |
Line contains a tab character. | 110 | |
Line contains a tab character. | 111 | |
'{' should be on the previous line. | 111 | |
Line is longer than 80 characters. | 112 | |
Line contains a tab character. | 112 | |
'(' is followed by whitespace. | 112 | |
Line has trailing spaces. | 113 | |
Line contains a tab character. | 113 | |
Line is longer than 80 characters. | 114 | |
Line contains a tab character. | 114 | |
'(' is followed by whitespace. | 114 | |
'(' is followed by whitespace. | 114 | |
Line contains a tab character. | 115 | |
'(' is followed by whitespace. | 115 | |
Line contains a tab character. | 116 | |
Line has trailing spaces. | 117 | |
Line contains a tab character. | 117 | |
Line contains a tab character. | 118 | |
'{' should be on the previous line. | 118 | |
Line contains a tab character. | 119 | |
'cast' is not followed by whitespace. | 119 | |
Line contains a tab character. | 120 | |
'(' is followed by whitespace. | 120 | |
'(' is followed by whitespace. | 120 | |
Line contains a tab character. | 121 | |
Line contains a tab character. | 122 | |
Line has trailing spaces. | 123 | |
Line contains a tab character. | 123 | |
'}' should be on the same line. | 123 | |
Line has trailing spaces. | 124 | |
Line contains a tab character. | 124 | |
Line contains a tab character. | 125 | |
'{' should be on the previous line. | 125 | |
Line is longer than 80 characters. | 126 | |
Line contains a tab character. | 126 | |
'(' is followed by whitespace. | 126 | |
Line contains a tab character. | 127 | |
Line contains a tab character. | 128 | |
Line has trailing spaces. | 130 | |
Line contains a tab character. | 130 | |
Method 'setDirectory' is not designed for extension - needs to be abstract, final or empty. | 130 | |
Missing a Javadoc comment. | 130 | |
Parameter file should be final. | 130 | |
'file' hides a field. | 130 | |
Line contains a tab character. | 131 | |
'{' should be on the previous line. | 131 | |
Line contains a tab character. | 132 | |
Line contains a tab character. | 133 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line contains a tab character. | 18 | |
Line contains a tab character. | 19 | |
Line contains a tab character. | 20 | |
Line has trailing spaces. | 24 | |
'{' should be on the previous line. | 25 | |
Line contains a tab character. | 26 | |
Missing a Javadoc comment. | 26 | |
Variable 'p' must be private and have accessor methods. | 26 | |
Line contains a tab character. | 28 | |
Missing a Javadoc comment. | 28 | |
Variable 'file' must be private and have accessor methods. | 28 | |
Line has trailing spaces. | 29 | |
Line contains a tab character. | 29 | |
Missing a Javadoc comment. | 30 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 31 | |
'{' should be on the previous line. | 31 | |
Line contains a tab character. | 32 | |
Missing a Javadoc comment. | 32 | |
Variable 'name' must be private and have accessor methods. | 32 | |
'=' is not preceded with whitespace. | 32 | |
'=' is not followed by whitespace. | 32 | |
Variable 'value' must be private and have accessor methods. | 32 | |
'=' is not preceded with whitespace. | 32 | |
'=' is not followed by whitespace. | 32 | |
Line has trailing spaces. | 33 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 34 | |
Missing a Javadoc comment. | 34 | |
'(' is followed by whitespace. | 34 | |
Parameter s should be final. | 34 | |
Line contains a tab character. | 35 | |
'{' should be on the previous line. | 35 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 39 | |
Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
'(' is followed by whitespace. | 39 | |
Parameter s should be final. | 39 | |
Line contains a tab character. | 40 | |
'{' should be on the previous line. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Line has trailing spaces. | 43 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Method 'addText' is not designed for extension - needs to be abstract, final or empty. | 44 | |
Missing a Javadoc comment. | 44 | |
'(' is followed by whitespace. | 44 | |
Parameter s should be final. | 44 | |
Line contains a tab character. | 45 | |
'{' should be on the previous line. | 45 | |
'if' construct must use '{}'s. | 46 | |
Line contains a tab character. | 46 | |
'if' is not followed by whitespace. | 46 | |
'(' is followed by whitespace. | 46 | |
'>' is not preceded with whitespace. | 46 | |
'>' is not followed by whitespace. | 46 | |
Line is longer than 80 characters. | 47 | |
Line contains a tab character. | 47 | |
'(' is followed by whitespace. | 47 | |
Line contains a tab character. | 48 | |
Line has trailing spaces. | 49 | |
Line contains a tab character. | 49 | |
Line has trailing spaces. | 50 | |
Line contains a tab character. | 50 | |
Method 'run' is not designed for extension - needs to be abstract, final or empty. | 50 | |
Missing a Javadoc comment. | 50 | |
Line contains a tab character. | 51 | |
'{' should be on the previous line. | 51 | |
'if' construct must use '{}'s. | 52 | |
Line contains a tab character. | 52 | |
'if' is not followed by whitespace. | 52 | |
'(' is followed by whitespace. | 52 | |
'==' is not preceded with whitespace. | 52 | |
'==' is not followed by whitespace. | 52 | |
'==' is not preceded with whitespace. | 52 | |
'==' is not followed by whitespace. | 52 | |
Line is longer than 80 characters. | 53 | |
Line contains a tab character. | 53 | |
'(' is followed by whitespace. | 53 | |
Line has trailing spaces. | 54 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
'(' is followed by whitespace. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Line has trailing spaces. | 58 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 59 | |
Missing a Javadoc comment. | 59 | |
'(' is followed by whitespace. | 59 | |
Parameter s should be final. | 59 | |
Line contains a tab character. | 60 | |
'{' should be on the previous line. | 60 | |
Line contains a tab character. | 61 | |
'(' is followed by whitespace. | 61 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 64 | |
Method 'setExecute' is not designed for extension - needs to be abstract, final or empty. | 64 | |
Missing a Javadoc comment. | 64 | |
'(' is followed by whitespace. | 64 | |
Parameter s should be final. | 64 | |
Line contains a tab character. | 65 | |
'{' should be on the previous line. | 65 | |
Line contains a tab character. | 66 | |
'(' is followed by whitespace. | 66 | |
Line contains a tab character. | 67 | |
Line has trailing spaces. | 68 | |
Line contains a tab character. | 68 | |
Missing a Javadoc comment. | 69 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 70 | |
'{' should be on the previous line. | 70 | |
Line contains a tab character. | 71 | |
Method 'addText' is not designed for extension - needs to be abstract, final or empty. | 71 | |
Missing a Javadoc comment. | 71 | |
'(' is followed by whitespace. | 71 | |
Parameter s should be final. | 71 | |
Line contains a tab character. | 72 | |
'{' should be on the previous line. | 72 | |
'if' construct must use '{}'s. | 73 | |
Line contains a tab character. | 73 | |
'if' is not followed by whitespace. | 73 | |
'(' is followed by whitespace. | 73 | |
'>' is not preceded with whitespace. | 73 | |
'>' is not followed by whitespace. | 73 | |
Line is longer than 80 characters. | 74 | |
Line contains a tab character. | 74 | |
'(' is followed by whitespace. | 74 | |
'(' is followed by whitespace. | 74 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 76 | |
Line has trailing spaces. | 77 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Method 'createExecute' is not designed for extension - needs to be abstract, final or empty. | 78 | |
Missing a Javadoc comment. | 78 | |
Line contains a tab character. | 79 | |
'{' should be on the previous line. | 79 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
Missing a Javadoc comment. | 83 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
'{' should be on the previous line. | 84 | |
Line contains a tab character. | 85 | |
Method 'addText' is not designed for extension - needs to be abstract, final or empty. | 85 | |
Missing a Javadoc comment. | 85 | |
'(' is followed by whitespace. | 85 | |
Parameter s should be final. | 85 | |
Line contains a tab character. | 86 | |
'{' should be on the previous line. | 86 | |
'if' construct must use '{}'s. | 87 | |
Line contains a tab character. | 87 | |
'if' is not followed by whitespace. | 87 | |
'(' is followed by whitespace. | 87 | |
'>' is not preceded with whitespace. | 87 | |
'>' is not followed by whitespace. | 87 | |
Line is longer than 80 characters. | 88 | |
Line contains a tab character. | 88 | |
'(' is followed by whitespace. | 88 | |
'(' is followed by whitespace. | 88 | |
'(' is followed by whitespace. | 88 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 90 | |
Line has trailing spaces. | 91 | |
Line contains a tab character. | 91 | |
Line contains a tab character. | 92 | |
Missing a Javadoc comment. | 92 | |
Variable 'customProperties' must be private and have accessor methods. | 92 | |
Line has trailing spaces. | 93 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 94 | |
Method 'createProperty' is not designed for extension - needs to be abstract, final or empty. | 94 | |
Missing a Javadoc comment. | 94 | |
Line contains a tab character. | 95 | |
'{' should be on the previous line. | 95 | |
Line contains a tab character. | 96 | |
Line contains a tab character. | 97 | |
'(' is followed by whitespace. | 97 | |
Line contains a tab character. | 98 | |
Line contains a tab character. | 99 | |
Line has trailing spaces. | 100 | |
Line contains a tab character. | 100 | |
Line contains a tab character. | 101 | |
Method 'createWorkingDirectory' is not designed for extension - needs to be abstract, final or empty. | 101 | |
Missing a Javadoc comment. | 101 | |
Line contains a tab character. | 102 | |
'{' should be on the previous line. | 102 | |
Line contains a tab character. | 103 | |
Line contains a tab character. | 104 | |
Line has trailing spaces. | 105 | |
Line contains a tab character. | 105 | |
Line contains a tab character. | 106 | |
Method 'setWorkingDirectory' is not designed for extension - needs to be abstract, final or empty. | 106 | |
Missing a Javadoc comment. | 106 | |
'(' is followed by whitespace. | 106 | |
Parameter f should be final. | 106 | |
Line contains a tab character. | 107 | |
'{' should be on the previous line. | 107 | |
Line contains a tab character. | 108 | |
'(' is followed by whitespace. | 108 | |
Line contains a tab character. | 109 | |
Line contains a tab character. | 111 | |
Method 'setIcon' is not designed for extension - needs to be abstract, final or empty. | 111 | |
Missing a Javadoc comment. | 111 | |
'(' is followed by whitespace. | 111 | |
Parameter s should be final. | 111 | |
Line contains a tab character. | 112 | |
'{' should be on the previous line. | 112 | |
Line contains a tab character. | 113 | |
'(' is followed by whitespace. | 113 | |
Line contains a tab character. | 114 | |
Line contains a tab character. | 116 | |
Method 'setIconFile' is not designed for extension - needs to be abstract, final or empty. | 116 | |
Missing a Javadoc comment. | 116 | |
'(' is followed by whitespace. | 116 | |
Parameter f should be final. | 116 | |
Line contains a tab character. | 117 | |
'{' should be on the previous line. | 117 | |
Line contains a tab character. | 118 | |
'(' is followed by whitespace. | 118 | |
Line contains a tab character. | 119 | |
Line has trailing spaces. | 120 | |
Line contains a tab character. | 120 | |
Line contains a tab character. | 121 | |
Method 'setComment' is not designed for extension - needs to be abstract, final or empty. | 121 | |
Missing a Javadoc comment. | 121 | |
'(' is followed by whitespace. | 121 | |
Parameter s should be final. | 121 | |
Line contains a tab character. | 122 | |
'{' should be on the previous line. | 122 | |
Line contains a tab character. | 123 | |
'(' is followed by whitespace. | 123 | |
Line contains a tab character. | 124 | |
Line contains a tab character. | 126 | |
Method 'setTerminal' is not designed for extension - needs to be abstract, final or empty. | 126 | |
Missing a Javadoc comment. | 126 | |
'(' is followed by whitespace. | 126 | |
Parameter b should be final. | 126 | |
Line contains a tab character. | 127 | |
'{' should be on the previous line. | 127 | |
Line contains a tab character. | 128 | |
'(' is followed by whitespace. | 128 | |
Avoid inline conditionals. | 128 | |
Line contains a tab character. | 129 | |
Line contains a tab character. | 131 | |
Method 'setTerminalOptions' is not designed for extension - needs to be abstract, final or empty. | 131 | |
Missing a Javadoc comment. | 131 | |
'(' is followed by whitespace. | 131 | |
Parameter s should be final. | 131 | |
Line contains a tab character. | 132 | |
'{' should be on the previous line. | 132 | |
Line contains a tab character. | 133 | |
'(' is followed by whitespace. | 133 | |
Line contains a tab character. | 134 | |
Line contains a tab character. | 136 | |
Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 136 | |
Missing a Javadoc comment. | 136 | |
'(' is followed by whitespace. | 136 | |
Parameter s should be final. | 136 | |
Line contains a tab character. | 137 | |
'{' should be on the previous line. | 137 | |
'if' construct must use '{}'s. | 138 | |
Line contains a tab character. | 138 | |
'if' is not followed by whitespace. | 138 | |
'(' is followed by whitespace. | 138 | |
'(' is followed by whitespace. | 138 | |
Line contains a tab character. | 139 | |
'(' is followed by whitespace. | 139 | |
'if' construct must use '{}'s. | 140 | |
Line contains a tab character. | 140 | |
'if' is not followed by whitespace. | 140 | |
'(' is followed by whitespace. | 140 | |
'(' is followed by whitespace. | 140 | |
Line contains a tab character. | 141 | |
'(' is followed by whitespace. | 141 | |
'else' construct must use '{}'s. | 142 | |
Line contains a tab character. | 142 | |
Line is longer than 80 characters. | 143 | |
Line contains a tab character. | 143 | |
'(' is followed by whitespace. | 143 | |
Line contains a tab character. | 144 | |
Line has trailing spaces. | 145 | |
Line contains a tab character. | 145 | |
Line has trailing spaces. | 146 | |
Line contains a tab character. | 146 | |
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 146 | |
Missing a Javadoc comment. | 146 | |
Redundant throws: 'BuildException' is unchecked exception. | 146 | |
Line contains a tab character. | 147 | |
'{' should be on the previous line. | 147 | |
Line is longer than 80 characters. | 148 | |
Line contains a tab character. | 148 | |
Line is longer than 80 characters. | 149 | |
Line contains a tab character. | 149 | |
Line has trailing spaces. | 150 | |
Line contains a tab character. | 150 | |
Line contains a tab character. | 151 | |
'if' is not followed by whitespace. | 151 | |
'(' is followed by whitespace. | 151 | |
Line has trailing spaces. | 152 | |
Line contains a tab character. | 152 | |
'{' should be on the previous line. | 152 | |
Line is longer than 80 characters. | 153 | |
Line contains a tab character. | 153 | |
'(' is followed by whitespace. | 153 | |
Line has trailing spaces. | 154 | |
Line contains a tab character. | 154 | |
Line has trailing spaces. | 155 | |
Line contains a tab character. | 155 | |
Line contains a tab character. | 156 | |
'if' is not followed by whitespace. | 156 | |
'(' is followed by whitespace. | 156 | |
Line contains a tab character. | 157 | |
'{' should be on the previous line. | 157 | |
'if' construct must use '{}'s. | 158 | |
Line contains a tab character. | 158 | |
'if' is not followed by whitespace. | 158 | |
'(' is followed by whitespace. | 158 | |
Line is longer than 80 characters. | 159 | |
Line contains a tab character. | 159 | |
'(' is followed by whitespace. | 159 | |
Line contains a tab character. | 160 | |
Line has trailing spaces. | 161 | |
Line contains a tab character. | 161 | |
Line contains a tab character. | 162 | |
Line contains a tab character. | 163 | |
Line contains a tab character. | 164 | |
Line contains a tab character. | 165 | |
Line contains a tab character. | 166 | |
Line has trailing spaces. | 167 | |
Line contains a tab character. | 167 | |
Line has trailing spaces. | 168 | |
Line contains a tab character. | 168 | |
Line contains a tab character. | 169 | |
'{' should be on the previous line. | 169 | |
Line is longer than 80 characters. | 170 | |
Line contains a tab character. | 170 | |
'(' is followed by whitespace. | 170 | |
Line has trailing spaces. | 171 | |
Line contains a tab character. | 171 | |
Line is longer than 80 characters. | 172 | |
Line contains a tab character. | 172 | |
'(' is followed by whitespace. | 172 | |
'(' is followed by whitespace. | 172 | |
Line contains a tab character. | 173 | |
'(' is followed by whitespace. | 173 | |
Line contains a tab character. | 174 | |
Line has trailing spaces. | 175 | |
Line contains a tab character. | 175 | |
Line contains a tab character. | 176 | |
'{' should be on the previous line. | 176 | |
Line contains a tab character. | 177 | |
'cast' is not followed by whitespace. | 177 | |
Line contains a tab character. | 178 | |
'(' is followed by whitespace. | 178 | |
'(' is followed by whitespace. | 178 | |
Line contains a tab character. | 179 | |
Line has trailing spaces. | 180 | |
Line is longer than 80 characters. | 180 | |
Line contains a tab character. | 180 | |
'(' is followed by whitespace. | 180 | |
'(' is followed by whitespace. | 180 | |
Line contains a tab character. | 181 | |
Line has trailing spaces. | 182 | |
Line contains a tab character. | 182 | |
'}' should be on the same line. | 182 | |
Line has trailing spaces. | 183 | |
Line contains a tab character. | 183 | |
Line contains a tab character. | 184 | |
'{' should be on the previous line. | 184 | |
Line is longer than 80 characters. | 185 | |
Line contains a tab character. | 185 | |
'(' is followed by whitespace. | 185 | |
Line contains a tab character. | 186 | |
Line contains a tab character. | 187 | |
Line contains a tab character. | 189 | |
Method 'setUrl' is not designed for extension - needs to be abstract, final or empty. | 189 | |
Missing a Javadoc comment. | 189 | |
'(' is followed by whitespace. | 189 | |
Parameter url should be final. | 189 | |
Line contains a tab character. | 190 | |
'{' should be on the previous line. | 190 | |
Line contains a tab character. | 191 | |
'(' is followed by whitespace. | 191 | |
Line contains a tab character. | 192 | |
Line has trailing spaces. | 193 | |
Line contains a tab character. | 193 | |
Line has trailing spaces. | 194 | |
Line contains a tab character. | 194 | |
Method 'setFile' is not designed for extension - needs to be abstract, final or empty. | 194 | |
Missing a Javadoc comment. | 194 | |
Parameter file should be final. | 194 | |
'file' hides a field. | 194 | |
Line contains a tab character. | 195 | |
'{' should be on the previous line. | 195 | |
Line contains a tab character. | 196 | |
Line contains a tab character. | 197 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line contains a tab character. | 8 | |
Line contains a tab character. | 9 | |
Line contains a tab character. | 10 | |
'{' should be on the previous line. | 15 | |
Line contains a tab character. | 16 | |
Line contains a tab character. | 17 | |
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 17 | |
Expected @throws tag for 'BuildException'. | 17 | |
Redundant throws: 'BuildException' is unchecked exception. | 17 | |
Line contains a tab character. | 18 | |
'{' should be on the previous line. | 18 | |
Line is longer than 80 characters. | 19 | |
Line contains a tab character. | 19 | |
'(' is followed by whitespace. | 19 | |
'(' is followed by whitespace. | 19 | |
Line is longer than 80 characters. | 20 | |
Line contains a tab character. | 20 | |
'(' is followed by whitespace. | 20 | |
'(' is followed by whitespace. | 20 | |
Line is longer than 80 characters. | 21 | |
Line contains a tab character. | 21 | |
'(' is followed by whitespace. | 21 | |
'(' is followed by whitespace. | 21 | |
Line contains a tab character. | 23 | |
Line has trailing spaces. | 24 | |
Line contains a tab character. | 24 | |
Line contains a tab character. | 25 | |
'if' is not followed by whitespace. | 25 | |
'(' is followed by whitespace. | 25 | |
'(' is followed by whitespace. | 25 | |
Line has trailing spaces. | 26 | |
Line contains a tab character. | 26 | |
'{' should be on the previous line. | 26 | |
Line contains a tab character. | 27 | |
'(' is followed by whitespace. | 27 | |
'if' construct must use '{}'s. | 28 | |
Line contains a tab character. | 28 | |
'if' is not followed by whitespace. | 28 | |
'(' is followed by whitespace. | 28 | |
'>' is not preceded with whitespace. | 28 | |
'>' is not followed by whitespace. | 28 | |
Line contains a tab character. | 29 | |
'(' is followed by whitespace. | 29 | |
Line contains a tab character. | 30 | |
'(' is followed by whitespace. | 30 | |
Line contains a tab character. | 31 | |
Line has trailing spaces. | 32 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 33 | |
'if' is not followed by whitespace. | 33 | |
'(' is followed by whitespace. | 33 | |
'(' is followed by whitespace. | 33 | |
Line has trailing spaces. | 34 | |
Line contains a tab character. | 34 | |
'{' should be on the previous line. | 34 | |
Line has trailing spaces. | 35 | |
Line contains a tab character. | 35 | |
'(' is followed by whitespace. | 35 | |
'if' construct must use '{}'s. | 36 | |
Line contains a tab character. | 36 | |
'if' is not followed by whitespace. | 36 | |
'(' is followed by whitespace. | 36 | |
'>' is not preceded with whitespace. | 36 | |
'>' is not followed by whitespace. | 36 | |
Line contains a tab character. | 37 | |
'(' is followed by whitespace. | 37 | |
Line contains a tab character. | 38 | |
'(' is followed by whitespace. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 41 | |
'if' is not followed by whitespace. | 41 | |
'(' is followed by whitespace. | 41 | |
'(' is followed by whitespace. | 41 | |
Line has trailing spaces. | 42 | |
Line contains a tab character. | 42 | |
'{' should be on the previous line. | 42 | |
Line has trailing spaces. | 43 | |
Line contains a tab character. | 43 | |
'(' is followed by whitespace. | 43 | |
'if' construct must use '{}'s. | 44 | |
Line contains a tab character. | 44 | |
'if' is not followed by whitespace. | 44 | |
'(' is followed by whitespace. | 44 | |
'>' is not preceded with whitespace. | 44 | |
'>' is not followed by whitespace. | 44 | |
Line contains a tab character. | 45 | |
'(' is followed by whitespace. | 45 | |
Line contains a tab character. | 46 | |
'(' is followed by whitespace. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 49 | |
'if' is not followed by whitespace. | 49 | |
'(' is followed by whitespace. | 49 | |
'(' is followed by whitespace. | 49 | |
Line contains a tab character. | 50 | |
'{' should be on the previous line. | 50 | |
Line has trailing spaces. | 51 | |
Line contains a tab character. | 51 | |
'(' is followed by whitespace. | 51 | |
'if' construct must use '{}'s. | 52 | |
Line contains a tab character. | 52 | |
'if' is not followed by whitespace. | 52 | |
'(' is followed by whitespace. | 52 | |
'>' is not preceded with whitespace. | 52 | |
'>' is not followed by whitespace. | 52 | |
Line contains a tab character. | 53 | |
'(' is followed by whitespace. | 53 | |
Line contains a tab character. | 54 | |
'(' is followed by whitespace. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 58 | |
'if' is not followed by whitespace. | 58 | |
'(' is followed by whitespace. | 58 | |
'(' is followed by whitespace. | 58 | |
Line has trailing spaces. | 59 | |
Line contains a tab character. | 59 | |
'{' should be on the previous line. | 59 | |
Line has trailing spaces. | 60 | |
Line contains a tab character. | 60 | |
'(' is followed by whitespace. | 60 | |
'if' construct must use '{}'s. | 61 | |
Line contains a tab character. | 61 | |
'if' is not followed by whitespace. | 61 | |
'(' is followed by whitespace. | 61 | |
'>' is not preceded with whitespace. | 61 | |
'>' is not followed by whitespace. | 61 | |
Line contains a tab character. | 62 | |
'(' is followed by whitespace. | 62 | |
Line contains a tab character. | 63 | |
'(' is followed by whitespace. | 63 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 66 | |
'if' is not followed by whitespace. | 66 | |
'(' is followed by whitespace. | 66 | |
'(' is followed by whitespace. | 66 | |
Line has trailing spaces. | 67 | |
Line contains a tab character. | 67 | |
'{' should be on the previous line. | 67 | |
Line contains a tab character. | 68 | |
'(' is followed by whitespace. | 68 | |
'if' construct must use '{}'s. | 69 | |
Line contains a tab character. | 69 | |
'if' is not followed by whitespace. | 69 | |
'(' is followed by whitespace. | 69 | |
'>' is not preceded with whitespace. | 69 | |
'>' is not followed by whitespace. | 69 | |
Line contains a tab character. | 70 | |
'(' is followed by whitespace. | 70 | |
Line contains a tab character. | 71 | |
'(' is followed by whitespace. | 71 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 74 | |
'if' is not followed by whitespace. | 74 | |
'(' is followed by whitespace. | 74 | |
'(' is followed by whitespace. | 74 | |
Line contains a tab character. | 75 | |
'{' should be on the previous line. | 75 | |
Line contains a tab character. | 76 | |
'(' is followed by whitespace. | 76 | |
'if' construct must use '{}'s. | 77 | |
Line contains a tab character. | 77 | |
'if' is not followed by whitespace. | 77 | |
'(' is followed by whitespace. | 77 | |
'>' is not preceded with whitespace. | 77 | |
'>' is not followed by whitespace. | 77 | |
Line contains a tab character. | 78 | |
'(' is followed by whitespace. | 78 | |
Line contains a tab character. | 79 | |
'(' is followed by whitespace. | 79 | |
Line contains a tab character. | 80 | |
Line has trailing spaces. | 82 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 83 | |
'if' is not followed by whitespace. | 83 | |
'(' is followed by whitespace. | 83 | |
'(' is followed by whitespace. | 83 | |
'(' is followed by whitespace. | 83 | |
Line contains a tab character. | 84 | |
'{' should be on the previous line. | 84 | |
Line contains a tab character. | 85 | |
'(' is followed by whitespace. | 85 | |
'if' construct must use '{}'s. | 86 | |
Line contains a tab character. | 86 | |
'if' is not followed by whitespace. | 86 | |
'(' is followed by whitespace. | 86 | |
'>' is not preceded with whitespace. | 86 | |
'>' is not followed by whitespace. | 86 | |
Line contains a tab character. | 87 | |
'(' is followed by whitespace. | 87 | |
Line contains a tab character. | 88 | |
'(' is followed by whitespace. | 88 | |
Line has trailing spaces. | 89 | |
Line contains a tab character. | 89 | |
Line has trailing spaces. | 90 | |
Line contains a tab character. | 90 | |
'if' construct must use '{}'s. | 91 | |
Line contains a tab character. | 91 | |
'if' is not followed by whitespace. | 91 | |
'(' is followed by whitespace. | 91 | |
'>' is not preceded with whitespace. | 91 | |
'>' is not followed by whitespace. | 91 | |
Line contains a tab character. | 92 | |
'(' is followed by whitespace. | 92 | |
Line contains a tab character. | 93 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line contains a tab character. | 18 | |
Line contains a tab character. | 19 | |
Line contains a tab character. | 20 | |
'{' should be on the previous line. | 26 | |
Line contains a tab character. | 27 | |
Missing a Javadoc comment. | 27 | |
Variable 'type' must be private and have accessor methods. | 27 | |
'=' is not preceded with whitespace. | 27 | |
'=' is not followed by whitespace. | 27 | |
Variable 'path' must be private and have accessor methods. | 27 | |
'=' is not preceded with whitespace. | 27 | |
'=' is not followed by whitespace. | 27 | |
Line has trailing spaces. | 28 | |
Line contains a tab character. | 28 | |
Line contains a tab character. | 29 | |
Missing a Javadoc comment. | 29 | |
Variable 'rootPrefs' must be private and have accessor methods. | 29 | |
Line has trailing spaces. | 30 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 31 | |
Missing a Javadoc comment. | 31 | |
Variable 'actions' must be private and have accessor methods. | 31 | |
Line has trailing spaces. | 32 | |
Line contains a tab character. | 32 | |
Missing a Javadoc comment. | 33 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
'{' should be on the previous line. | 34 | |
Line contains a tab character. | 35 | |
Missing a Javadoc comment. | 35 | |
Variable 'name' must be private and have accessor methods. | 35 | |
'=' is not preceded with whitespace. | 35 | |
'=' is not followed by whitespace. | 35 | |
Line has trailing spaces. | 36 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
Missing a Javadoc comment. | 37 | |
Variable 'value' must be private and have accessor methods. | 37 | |
'=' is not preceded with whitespace. | 37 | |
'=' is not followed by whitespace. | 37 | |
Line has trailing spaces. | 38 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Missing a Javadoc comment. | 39 | |
Variable 'path' must be private and have accessor methods. | 39 | |
'=' is not preceded with whitespace. | 39 | |
'=' is not followed by whitespace. | 39 | |
Line has trailing spaces. | 40 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Parameter string should be final. | 41 | |
Line contains a tab character. | 42 | |
'{' should be on the previous line. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 46 | |
Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 46 | |
Missing a Javadoc comment. | 46 | |
Parameter string should be final. | 46 | |
Line contains a tab character. | 47 | |
'{' should be on the previous line. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 51 | |
Method 'setPath' is not designed for extension - needs to be abstract, final or empty. | 51 | |
Missing a Javadoc comment. | 51 | |
Parameter string should be final. | 51 | |
Line contains a tab character. | 52 | |
'{' should be on the previous line. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line has trailing spaces. | 55 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Method 'addText' is not designed for extension - needs to be abstract, final or empty. | 56 | |
Missing a Javadoc comment. | 56 | |
'(' is followed by whitespace. | 56 | |
Parameter s should be final. | 56 | |
Line contains a tab character. | 57 | |
'{' should be on the previous line. | 57 | |
'if' construct must use '{}'s. | 58 | |
Line contains a tab character. | 58 | |
'if' is not followed by whitespace. | 58 | |
'(' is followed by whitespace. | 58 | |
'==' is not preceded with whitespace. | 58 | |
'==' is not followed by whitespace. | 58 | |
'>' is not preceded with whitespace. | 58 | |
'>' is not followed by whitespace. | 58 | |
Line is longer than 80 characters. | 59 | |
Line contains a tab character. | 59 | |
'(' is followed by whitespace. | 59 | |
Line contains a tab character. | 60 | |
Line has trailing spaces. | 61 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
Method 'run' is not designed for extension - needs to be abstract, final or empty. | 62 | |
Missing a Javadoc comment. | 62 | |
Line contains a tab character. | 63 | |
'{' should be on the previous line. | 63 | |
'if' construct must use '{}'s. | 64 | |
Line contains a tab character. | 64 | |
'if' is not followed by whitespace. | 64 | |
'(' is followed by whitespace. | 64 | |
'==' is not preceded with whitespace. | 64 | |
'==' is not followed by whitespace. | 64 | |
Line is longer than 80 characters. | 65 | |
Line contains a tab character. | 65 | |
'(' is followed by whitespace. | 65 | |
Line has trailing spaces. | 66 | |
Line contains a tab character. | 66 | |
'if' construct must use '{}'s. | 67 | |
Line contains a tab character. | 67 | |
'if' is not followed by whitespace. | 67 | |
'(' is followed by whitespace. | 67 | |
'==' is not preceded with whitespace. | 67 | |
'==' is not followed by whitespace. | 67 | |
Line is longer than 80 characters. | 68 | |
Line contains a tab character. | 68 | |
'(' is followed by whitespace. | 68 | |
Line has trailing spaces. | 69 | |
Line contains a tab character. | 69 | |
Line has trailing spaces. | 70 | |
Line contains a tab character. | 70 | |
Line has trailing spaces. | 71 | |
Line contains a tab character. | 71 | |
'if' construct must use '{}'s. | 72 | |
Line contains a tab character. | 72 | |
'if' is not followed by whitespace. | 72 | |
'(' is followed by whitespace. | 72 | |
'!=' is not preceded with whitespace. | 72 | |
'!=' is not followed by whitespace. | 72 | |
Line contains a tab character. | 73 | |
'(' is followed by whitespace. | 73 | |
Line has trailing spaces. | 74 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 75 | |
'(' is followed by whitespace. | 75 | |
Line contains a tab character. | 76 | |
Line has trailing spaces. | 77 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Method 'getSubTaskName' is not designed for extension - needs to be abstract, final or empty. | 78 | |
Missing a Javadoc comment. | 78 | |
Line contains a tab character. | 79 | |
'{' should be on the previous line. | 79 | |
Line is longer than 80 characters. | 80 | |
Line contains a tab character. | 80 | |
'(' is followed by whitespace. | 80 | |
'(' is followed by whitespace. | 80 | |
'+' is not preceded with whitespace. | 80 | |
'+' is not followed by whitespace. | 80 | |
Line contains a tab character. | 81 | |
'(' is followed by whitespace. | 81 | |
Avoid inline conditionals. | 81 | |
'(' is followed by whitespace. | 81 | |
Line contains a tab character. | 82 | |
Line has trailing spaces. | 83 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
Missing a Javadoc comment. | 84 | |
'(' is followed by whitespace. | 84 | |
Line contains a tab character. | 85 | |
Line has trailing spaces. | 86 | |
Line contains a tab character. | 86 | |
Missing a Javadoc comment. | 87 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
'{' should be on the previous line. | 88 | |
Line contains a tab character. | 89 | |
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 89 | |
Missing a Javadoc comment. | 89 | |
'(' is followed by whitespace. | 89 | |
Parameter p should be final. | 89 | |
Line contains a tab character. | 90 | |
'{' should be on the previous line. | 90 | |
Line contains a tab character. | 91 | |
Line contains a tab character. | 92 | |
'{' should be on the previous line. | 92 | |
Line contains a tab character. | 93 | |
'(' is followed by whitespace. | 93 | |
Line contains a tab character. | 94 | |
'(' is followed by whitespace. | 94 | |
Line has trailing spaces. | 95 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 96 | |
Line contains a tab character. | 97 | |
'}' should be on the same line. | 97 | |
Line contains a tab character. | 98 | |
Line contains a tab character. | 99 | |
'{' should be on the previous line. | 99 | |
Line is longer than 80 characters. | 100 | |
Line contains a tab character. | 100 | |
'(' is followed by whitespace. | 100 | |
Line contains a tab character. | 101 | |
'}' should be on the same line. | 101 | |
Line contains a tab character. | 102 | |
Line contains a tab character. | 103 | |
'{' should be on the previous line. | 103 | |
Line is longer than 80 characters. | 104 | |
Line contains a tab character. | 104 | |
'(' is followed by whitespace. | 104 | |
'+' is not preceded with whitespace. | 104 | |
Line has trailing spaces. | 105 | |
Line contains a tab character. | 105 | |
Line contains a tab character. | 106 | |
Line contains a tab character. | 107 | |
Line has trailing spaces. | 108 | |
Line contains a tab character. | 108 | |
Line contains a tab character. | 109 | |
Method 'createInt' is not designed for extension - needs to be abstract, final or empty. | 109 | |
Missing a Javadoc comment. | 109 | |
Line contains a tab character. | 110 | |
'{' should be on the previous line. | 110 | |
Line contains a tab character. | 111 | |
Line contains a tab character. | 112 | |
'(' is followed by whitespace. | 112 | |
Line contains a tab character. | 113 | |
Line contains a tab character. | 114 | |
Missing a Javadoc comment. | 116 | |
Line contains a tab character. | 116 | |
Name '_String' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 116 | |
Line contains a tab character. | 117 | |
'{' should be on the previous line. | 117 | |
Line contains a tab character. | 118 | |
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 118 | |
Missing a Javadoc comment. | 118 | |
'(' is followed by whitespace. | 118 | |
Parameter p should be final. | 118 | |
Line contains a tab character. | 119 | |
'{' should be on the previous line. | 119 | |
Line contains a tab character. | 120 | |
'(' is followed by whitespace. | 120 | |
Line has trailing spaces. | 121 | |
Line contains a tab character. | 121 | |
Line contains a tab character. | 122 | |
Line contains a tab character. | 123 | |
'{' should be on the previous line. | 123 | |
Line contains a tab character. | 124 | |
Line contains a tab character. | 125 | |
'}' should be on the same line. | 125 | |
Line contains a tab character. | 126 | |
Line contains a tab character. | 127 | |
'{' should be on the previous line. | 127 | |
Line is longer than 80 characters. | 128 | |
Line contains a tab character. | 128 | |
'(' is followed by whitespace. | 128 | |
'+' is not preceded with whitespace. | 128 | |
Line has trailing spaces. | 129 | |
Line contains a tab character. | 129 | |
Line contains a tab character. | 130 | |
Line contains a tab character. | 131 | |
Line contains a tab character. | 133 | |
Method 'createString' is not designed for extension - needs to be abstract, final or empty. | 133 | |
Missing a Javadoc comment. | 133 | |
Line contains a tab character. | 134 | |
'{' should be on the previous line. | 134 | |
Line contains a tab character. | 135 | |
Line contains a tab character. | 136 | |
'(' is followed by whitespace. | 136 | |
Line contains a tab character. | 137 | |
Line contains a tab character. | 138 | |
Line contains a tab character. | 140 | |
Method 'createTest' is not designed for extension - needs to be abstract, final or empty. | 140 | |
Missing a Javadoc comment. | 140 | |
Line contains a tab character. | 141 | |
'{' should be on the previous line. | 141 | |
Line contains a tab character. | 142 | |
Line contains a tab character. | 143 | |
'(' is followed by whitespace. | 143 | |
Line contains a tab character. | 144 | |
Line contains a tab character. | 145 | |
Line has trailing spaces. | 146 | |
Line contains a tab character. | 146 | |
Missing a Javadoc comment. | 147 | |
Line contains a tab character. | 147 | |
Line contains a tab character. | 148 | |
'{' should be on the previous line. | 148 | |
Line contains a tab character. | 149 | |
Missing a Javadoc comment. | 149 | |
Variable 'file' must be private and have accessor methods. | 149 | |
'=' is not preceded with whitespace. | 149 | |
'=' is not followed by whitespace. | 149 | |
Line has trailing spaces. | 150 | |
Line contains a tab character. | 150 | |
Line contains a tab character. | 151 | |
Missing a Javadoc comment. | 151 | |
Variable 'fileSets' must be private and have accessor methods. | 151 | |
Line has trailing spaces. | 152 | |
Line contains a tab character. | 152 | |
Line contains a tab character. | 153 | |
Method 'addFileSet' is not designed for extension - needs to be abstract, final or empty. | 153 | |
Missing a Javadoc comment. | 153 | |
'(' is followed by whitespace. | 153 | |
Parameter fileSet should be final. | 153 | |
Line contains a tab character. | 154 | |
'{' should be on the previous line. | 154 | |
Line contains a tab character. | 155 | |
'(' is followed by whitespace. | 155 | |
Line contains a tab character. | 156 | |
Line has trailing spaces. | 157 | |
Line contains a tab character. | 157 | |
Line contains a tab character. | 158 | |
Method 'run' is not designed for extension - needs to be abstract, final or empty. | 158 | |
Missing a Javadoc comment. | 158 | |
Line contains a tab character. | 159 | |
'{' should be on the previous line. | 159 | |
'if' construct must use '{}'s. | 160 | |
Line is longer than 80 characters. | 160 | |
Line contains a tab character. | 160 | |
'if' is not followed by whitespace. | 160 | |
'(' is followed by whitespace. | 160 | |
'==' is not preceded with whitespace. | 160 | |
'==' is not followed by whitespace. | 160 | |
'==' is not preceded with whitespace. | 160 | |
'==' is not followed by whitespace. | 160 | |
'!=' is not preceded with whitespace. | 160 | |
'!=' is not followed by whitespace. | 160 | |
'>' is not preceded with whitespace. | 160 | |
'>' is not followed by whitespace. | 160 | |
Line is longer than 80 characters. | 161 | |
Line contains a tab character. | 161 | |
'(' is followed by whitespace. | 161 | |
Line contains a tab character. | 163 | |
Line contains a tab character. | 164 | |
'{' should be on the previous line. | 164 | |
Line contains a tab character. | 165 | |
'if' is not followed by whitespace. | 165 | |
'(' is followed by whitespace. | 165 | |
'!=' is not preceded with whitespace. | 165 | |
'!=' is not followed by whitespace. | 165 | |
Line contains a tab character. | 166 | |
'{' should be on the previous line. | 166 | |
Line is longer than 80 characters. | 167 | |
Line contains a tab character. | 167 | |
'(' is followed by whitespace. | 167 | |
Line is longer than 80 characters. | 168 | |
Line contains a tab character. | 168 | |
'(' is followed by whitespace. | 168 | |
'(' is followed by whitespace. | 168 | |
Line contains a tab character. | 169 | |
'}' should be on the same line. | 169 | |
Line contains a tab character. | 170 | |
Line contains a tab character. | 171 | |
'{' should be on the previous line. | 171 | |
Line contains a tab character. | 172 | |
'for' is not followed by whitespace. | 172 | |
'(' is followed by whitespace. | 172 | |
'=' is not preceded with whitespace. | 172 | |
'=' is not followed by whitespace. | 172 | |
'<' is not preceded with whitespace. | 172 | |
'<' is not followed by whitespace. | 172 | |
Line contains a tab character. | 173 | |
'{' should be on the previous line. | 173 | |
Line is longer than 80 characters. | 174 | |
Line contains a tab character. | 174 | |
'cast' is not followed by whitespace. | 174 | |
'(' is followed by whitespace. | 174 | |
Line is longer than 80 characters. | 175 | |
Line contains a tab character. | 175 | |
'(' is followed by whitespace. | 175 | |
Line is longer than 80 characters. | 176 | |
Line contains a tab character. | 176 | |
Array brackets at illegal position. | 176 | |
Line is longer than 80 characters. | 178 | |
Line contains a tab character. | 178 | |
Line contains a tab character. | 179 | |
'{' should be on the previous line. | 179 | |
Line is longer than 80 characters. | 180 | |
Line contains a tab character. | 180 | |
Line is longer than 80 characters. | 181 | |
Line contains a tab character. | 181 | |
'(' is followed by whitespace. | 181 | |
Line is longer than 80 characters. | 182 | |
Line contains a tab character. | 182 | |
'(' is followed by whitespace. | 182 | |
'(' is followed by whitespace. | 182 | |
'(' is followed by whitespace. | 182 | |
Line has trailing spaces. | 183 | |
Line is longer than 80 characters. | 183 | |
Line contains a tab character. | 183 | |
Line contains a tab character. | 184 | |
Line contains a tab character. | 185 | |
Line contains a tab character. | 186 | |
'}' should be on the same line. | 186 | |
Line contains a tab character. | 187 | |
Line contains a tab character. | 188 | |
'{' should be on the previous line. | 188 | |
Line contains a tab character. | 189 | |
Line is longer than 80 characters. | 190 | |
Line contains a tab character. | 190 | |
'(' is followed by whitespace. | 190 | |
Line has trailing spaces. | 191 | |
Line contains a tab character. | 191 | |
Line contains a tab character. | 192 | |
Line contains a tab character. | 194 | |
Method 'setFile' is not designed for extension - needs to be abstract, final or empty. | 194 | |
Missing a Javadoc comment. | 194 | |
Parameter file should be final. | 194 | |
'file' hides a field. | 194 | |
Line contains a tab character. | 195 | |
'{' should be on the previous line. | 195 | |
Line contains a tab character. | 196 | |
Line contains a tab character. | 197 | |
Line contains a tab character. | 198 | |
Line has trailing spaces. | 199 | |
Line contains a tab character. | 199 | |
Line contains a tab character. | 200 | |
Method 'createImport' is not designed for extension - needs to be abstract, final or empty. | 200 | |
Missing a Javadoc comment. | 200 | |
Line contains a tab character. | 201 | |
'{' should be on the previous line. | 201 | |
Line contains a tab character. | 202 | |
Line contains a tab character. | 203 | |
'(' is followed by whitespace. | 203 | |
Line contains a tab character. | 204 | |
Line contains a tab character. | 205 | |
Missing a Javadoc comment. | 207 | |
Line contains a tab character. | 207 | |
Line contains a tab character. | 208 | |
'{' should be on the previous line. | 208 | |
Line contains a tab character. | 209 | |
Missing a Javadoc comment. | 209 | |
Variable 'file' must be private and have accessor methods. | 209 | |
'=' is not preceded with whitespace. | 209 | |
'=' is not followed by whitespace. | 209 | |
Line contains a tab character. | 210 | |
Missing a Javadoc comment. | 210 | |
Variable 'noSubElements' must be private and have accessor methods. | 210 | |
Line has trailing spaces. | 211 | |
Line contains a tab character. | 211 | |
Line contains a tab character. | 212 | |
Missing a Javadoc comment. | 212 | |
Variable 'path' must be private and have accessor methods. | 212 | |
'=' is not preceded with whitespace. | 212 | |
'=' is not followed by whitespace. | 212 | |
Line has trailing spaces. | 213 | |
Line contains a tab character. | 213 | |
Line contains a tab character. | 214 | |
Method 'run' is not designed for extension - needs to be abstract, final or empty. | 214 | |
Missing a Javadoc comment. | 214 | |
Line contains a tab character. | 215 | |
'{' should be on the previous line. | 215 | |
'if' construct must use '{}'s. | 216 | |
Line contains a tab character. | 216 | |
'if' is not followed by whitespace. | 216 | |
'(' is followed by whitespace. | 216 | |
'==' is not preceded with whitespace. | 216 | |
'==' is not followed by whitespace. | 216 | |
Line is longer than 80 characters. | 217 | |
Line contains a tab character. | 217 | |
'(' is followed by whitespace. | 217 | |
Line has trailing spaces. | 219 | |
Line contains a tab character. | 219 | |
Line contains a tab character. | 221 | |
Line contains a tab character. | 222 | |
'{' should be on the previous line. | 222 | |
Line contains a tab character. | 223 | |
'if' is not followed by whitespace. | 223 | |
'(' is followed by whitespace. | 223 | |
'!=' is not preceded with whitespace. | 223 | |
'!=' is not followed by whitespace. | 223 | |
Line contains a tab character. | 224 | |
'{' should be on the previous line. | 224 | |
'if' construct must use '{}'s. | 225 | |
Line contains a tab character. | 225 | |
'if' is not followed by whitespace. | 225 | |
'(' is followed by whitespace. | 225 | |
'(' is followed by whitespace. | 225 | |
Line contains a tab character. | 226 | |
'(' is followed by whitespace. | 226 | |
'else' construct must use '{}'s. | 227 | |
Line contains a tab character. | 227 | |
Line is longer than 80 characters. | 228 | |
Line contains a tab character. | 228 | |
'(' is followed by whitespace. | 228 | |
Line has trailing spaces. | 229 | |
Line contains a tab character. | 229 | |
Line has trailing spaces. | 230 | |
Line contains a tab character. | 230 | |
Line is longer than 80 characters. | 231 | |
Line contains a tab character. | 231 | |
'(' is followed by whitespace. | 231 | |
'if' construct must use '{}'s. | 232 | |
Line contains a tab character. | 232 | |
'if' is not followed by whitespace. | 232 | |
'(' is followed by whitespace. | 232 | |
Line is longer than 80 characters. | 233 | |
Line contains a tab character. | 233 | |
'(' is followed by whitespace. | 233 | |
'(' is followed by whitespace. | 233 | |
'else' construct must use '{}'s. | 234 | |
Line has trailing spaces. | 234 | |
Line contains a tab character. | 234 | |
Line is longer than 80 characters. | 235 | |
Line contains a tab character. | 235 | |
'(' is followed by whitespace. | 235 | |
'(' is followed by whitespace. | 235 | |
Line contains a tab character. | 236 | |
'}' should be on the same line. | 236 | |
Line contains a tab character. | 237 | |
Line contains a tab character. | 238 | |
'{' should be on the previous line. | 238 | |
Line contains a tab character. | 239 | |
Line is longer than 80 characters. | 240 | |
Line contains a tab character. | 240 | |
'(' is followed by whitespace. | 240 | |
Line has trailing spaces. | 241 | |
Line contains a tab character. | 241 | |
Line contains a tab character. | 242 | |
Line contains a tab character. | 244 | |
Method 'setFile' is not designed for extension - needs to be abstract, final or empty. | 244 | |
Missing a Javadoc comment. | 244 | |
Parameter file should be final. | 244 | |
'file' hides a field. | 244 | |
Line contains a tab character. | 245 | |
'{' should be on the previous line. | 245 | |
Line contains a tab character. | 246 | |
Line contains a tab character. | 247 | |
Line has trailing spaces. | 248 | |
Line contains a tab character. | 248 | |
Line has trailing spaces. | 250 | |
Line contains a tab character. | 250 | |
Line contains a tab character. | 251 | |
Method 'setPath' is not designed for extension - needs to be abstract, final or empty. | 251 | |
Missing a Javadoc comment. | 251 | |
Parameter string should be final. | 251 | |
Line contains a tab character. | 252 | |
'{' should be on the previous line. | 252 | |
Line contains a tab character. | 253 | |
Line contains a tab character. | 254 | |
Line has trailing spaces. | 255 | |
Line contains a tab character. | 255 | |
Line contains a tab character. | 256 | |
Method 'setNoSubElements' is not designed for extension - needs to be abstract, final or empty. | 256 | |
Missing a Javadoc comment. | 256 | |
Parameter b should be final. | 256 | |
Line contains a tab character. | 257 | |
'{' should be on the previous line. | 257 | |
Line contains a tab character. | 258 | |
Line contains a tab character. | 259 | |
Line contains a tab character. | 261 | |
Line contains a tab character. | 263 | |
Method 'createExport' is not designed for extension - needs to be abstract, final or empty. | 263 | |
Missing a Javadoc comment. | 263 | |
Line contains a tab character. | 264 | |
'{' should be on the previous line. | 264 | |
Line contains a tab character. | 265 | |
Line contains a tab character. | 266 | |
'(' is followed by whitespace. | 266 | |
Line contains a tab character. | 267 | |
Line contains a tab character. | 268 | |
Line has trailing spaces. | 270 | |
Line contains a tab character. | 270 | |
Line contains a tab character. | 271 | |
Method 'createGet' is not designed for extension - needs to be abstract, final or empty. | 271 | |
Missing a Javadoc comment. | 271 | |
Line contains a tab character. | 272 | |
'{' should be on the previous line. | 272 | |
Line contains a tab character. | 273 | |
Line contains a tab character. | 274 | |
'(' is followed by whitespace. | 274 | |
Line contains a tab character. | 275 | |
Line contains a tab character. | 276 | |
Line contains a tab character. | 278 | |
Method 'createRemove' is not designed for extension - needs to be abstract, final or empty. | 278 | |
Missing a Javadoc comment. | 278 | |
Line contains a tab character. | 279 | |
'{' should be on the previous line. | 279 | |
Line contains a tab character. | 280 | |
Line contains a tab character. | 281 | |
'(' is followed by whitespace. | 281 | |
Line contains a tab character. | 282 | |
Line contains a tab character. | 283 | |
Missing a Javadoc comment. | 285 | |
Line contains a tab character. | 285 | |
Line contains a tab character. | 286 | |
'{' should be on the previous line. | 286 | |
Line contains a tab character. | 287 | |
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 287 | |
Missing a Javadoc comment. | 287 | |
'(' is followed by whitespace. | 287 | |
Parameter p should be final. | 287 | |
Line contains a tab character. | 288 | |
'{' should be on the previous line. | 288 | |
Line contains a tab character. | 289 | |
Line contains a tab character. | 290 | |
'{' should be on the previous line. | 290 | |
Line is longer than 80 characters. | 291 | |
Line contains a tab character. | 291 | |
'(' is followed by whitespace. | 291 | |
Line contains a tab character. | 292 | |
'(' is followed by whitespace. | 292 | |
Line has trailing spaces. | 293 | |
Line contains a tab character. | 293 | |
Line contains a tab character. | 294 | |
Line contains a tab character. | 295 | |
'}' should be on the same line. | 295 | |
Line contains a tab character. | 296 | |
Line contains a tab character. | 297 | |
'{' should be on the previous line. | 297 | |
Line is longer than 80 characters. | 298 | |
Line contains a tab character. | 298 | |
'(' is followed by whitespace. | 298 | |
Line contains a tab character. | 299 | |
'}' should be on the same line. | 299 | |
Line contains a tab character. | 300 | |
Line contains a tab character. | 301 | |
'{' should be on the previous line. | 301 | |
Line is longer than 80 characters. | 302 | |
Line contains a tab character. | 302 | |
'(' is followed by whitespace. | 302 | |
'+' is not preceded with whitespace. | 302 | |
Line has trailing spaces. | 303 | |
Line contains a tab character. | 303 | |
Line contains a tab character. | 304 | |
Line contains a tab character. | 305 | |
Line has trailing spaces. | 306 | |
Line contains a tab character. | 306 | |
Line contains a tab character. | 307 | |
Method 'createLong' is not designed for extension - needs to be abstract, final or empty. | 307 | |
Missing a Javadoc comment. | 307 | |
Line contains a tab character. | 308 | |
'{' should be on the previous line. | 308 | |
Line contains a tab character. | 309 | |
Line contains a tab character. | 310 | |
'(' is followed by whitespace. | 310 | |
Line contains a tab character. | 311 | |
Line contains a tab character. | 312 | |
Line has trailing spaces. | 313 | |
Line contains a tab character. | 313 | |
Missing a Javadoc comment. | 314 | |
Line contains a tab character. | 314 | |
Line contains a tab character. | 315 | |
'{' should be on the previous line. | 315 | |
Line contains a tab character. | 316 | |
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 316 | |
Missing a Javadoc comment. | 316 | |
'(' is followed by whitespace. | 316 | |
Parameter p should be final. | 316 | |
Line contains a tab character. | 317 | |
'{' should be on the previous line. | 317 | |
Line contains a tab character. | 318 | |
'if' construct must use '{}'s. | 319 | |
Line contains a tab character. | 319 | |
'if' is not followed by whitespace. | 319 | |
'(' is followed by whitespace. | 319 | |
Line is longer than 80 characters. | 320 | |
Line contains a tab character. | 320 | |
'(' is followed by whitespace. | 320 | |
Line has trailing spaces. | 321 | |
Line contains a tab character. | 321 | |
Line contains a tab character. | 322 | |
Line contains a tab character. | 323 | |
'{' should be on the previous line. | 323 | |
Line contains a tab character. | 324 | |
'(' is followed by whitespace. | 324 | |
'(' is followed by whitespace. | 324 | |
Line has trailing spaces. | 325 | |
Line contains a tab character. | 325 | |
Line contains a tab character. | 326 | |
Line contains a tab character. | 327 | |
'}' should be on the same line. | 327 | |
Line contains a tab character. | 328 | |
Line contains a tab character. | 329 | |
'{' should be on the previous line. | 329 | |
Line is longer than 80 characters. | 330 | |
Line contains a tab character. | 330 | |
'(' is followed by whitespace. | 330 | |
'+' is not preceded with whitespace. | 330 | |
Line contains a tab character. | 331 | |
Line contains a tab character. | 332 | |
Line contains a tab character. | 333 | |
Line contains a tab character. | 335 | |
Method 'createBoolean' is not designed for extension - needs to be abstract, final or empty. | 335 | |
Missing a Javadoc comment. | 335 | |
Line contains a tab character. | 336 | |
'{' should be on the previous line. | 336 | |
Line contains a tab character. | 337 | |
Line contains a tab character. | 338 | |
'(' is followed by whitespace. | 338 | |
Line contains a tab character. | 339 | |
Line contains a tab character. | 340 | |
Missing a Javadoc comment. | 342 | |
Line contains a tab character. | 342 | |
Line contains a tab character. | 343 | |
'{' should be on the previous line. | 343 | |
Line contains a tab character. | 344 | |
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 344 | |
Missing a Javadoc comment. | 344 | |
'(' is followed by whitespace. | 344 | |
Parameter p should be final. | 344 | |
Line contains a tab character. | 345 | |
'{' should be on the previous line. | 345 | |
Line contains a tab character. | 346 | |
Line contains a tab character. | 347 | |
'{' should be on the previous line. | 347 | |
Line is longer than 80 characters. | 348 | |
Line contains a tab character. | 348 | |
'(' is followed by whitespace. | 348 | |
Line contains a tab character. | 349 | |
'(' is followed by whitespace. | 349 | |
Line has trailing spaces. | 350 | |
Line contains a tab character. | 350 | |
Line contains a tab character. | 351 | |
Line contains a tab character. | 352 | |
'}' should be on the same line. | 352 | |
Line contains a tab character. | 353 | |
Line contains a tab character. | 354 | |
'{' should be on the previous line. | 354 | |
Line is longer than 80 characters. | 355 | |
Line contains a tab character. | 355 | |
'(' is followed by whitespace. | 355 | |
Line contains a tab character. | 356 | |
'}' should be on the same line. | 356 | |
Line contains a tab character. | 357 | |
Line contains a tab character. | 358 | |
'{' should be on the previous line. | 358 | |
Line is longer than 80 characters. | 359 | |
Line contains a tab character. | 359 | |
'(' is followed by whitespace. | 359 | |
'+' is not preceded with whitespace. | 359 | |
Line has trailing spaces. | 360 | |
Line contains a tab character. | 360 | |
Line contains a tab character. | 361 | |
Line contains a tab character. | 362 | |
Line contains a tab character. | 364 | |
Method 'createFloat' is not designed for extension - needs to be abstract, final or empty. | 364 | |
Missing a Javadoc comment. | 364 | |
Line contains a tab character. | 365 | |
'{' should be on the previous line. | 365 | |
Line contains a tab character. | 366 | |
Line contains a tab character. | 367 | |
'(' is followed by whitespace. | 367 | |
Line contains a tab character. | 368 | |
Line contains a tab character. | 369 | |
Line has trailing spaces. | 370 | |
Line contains a tab character. | 370 | |
Missing a Javadoc comment. | 371 | |
Line contains a tab character. | 371 | |
Line contains a tab character. | 372 | |
'{' should be on the previous line. | 372 | |
Line contains a tab character. | 373 | |
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 373 | |
Missing a Javadoc comment. | 373 | |
'(' is followed by whitespace. | 373 | |
Parameter p should be final. | 373 | |
Line contains a tab character. | 374 | |
'{' should be on the previous line. | 374 | |
Line contains a tab character. | 375 | |
Line contains a tab character. | 376 | |
'{' should be on the previous line. | 376 | |
Line is longer than 80 characters. | 377 | |
Line contains a tab character. | 377 | |
'(' is followed by whitespace. | 377 | |
Line contains a tab character. | 378 | |
'(' is followed by whitespace. | 378 | |
Line has trailing spaces. | 379 | |
Line contains a tab character. | 379 | |
Line contains a tab character. | 380 | |
Line contains a tab character. | 381 | |
'}' should be on the same line. | 381 | |
Line contains a tab character. | 382 | |
Line contains a tab character. | 383 | |
'{' should be on the previous line. | 383 | |
Line is longer than 80 characters. | 384 | |
Line contains a tab character. | 384 | |
'(' is followed by whitespace. | 384 | |
Line has trailing spaces. | 385 | |
Line contains a tab character. | 385 | |
'}' should be on the same line. | 385 | |
Line contains a tab character. | 386 | |
Line contains a tab character. | 387 | |
'{' should be on the previous line. | 387 | |
Line is longer than 80 characters. | 388 | |
Line contains a tab character. | 388 | |
'(' is followed by whitespace. | 388 | |
'+' is not preceded with whitespace. | 388 | |
Line has trailing spaces. | 389 | |
Line contains a tab character. | 389 | |
Line contains a tab character. | 390 | |
Line contains a tab character. | 391 | |
Line contains a tab character. | 393 | |
Method 'createDouble' is not designed for extension - needs to be abstract, final or empty. | 393 | |
Missing a Javadoc comment. | 393 | |
Line contains a tab character. | 394 | |
'{' should be on the previous line. | 394 | |
Line contains a tab character. | 395 | |
Line contains a tab character. | 396 | |
'(' is followed by whitespace. | 396 | |
Line contains a tab character. | 397 | |
Line contains a tab character. | 398 | |
Missing a Javadoc comment. | 400 | |
Line contains a tab character. | 400 | |
Line contains a tab character. | 401 | |
'{' should be on the previous line. | 401 | |
Line contains a tab character. | 402 | |
Missing a Javadoc comment. | 402 | |
Variable 'separator' must be private and have accessor methods. | 402 | |
Line has trailing spaces. | 403 | |
Line contains a tab character. | 403 | |
Missing a Javadoc comment. | 403 | |
Variable 'radix' must be private and have accessor methods. | 403 | |
'10' is a magic number. | 403 | |
Line has trailing spaces. | 404 | |
Line contains a tab character. | 404 | |
Line contains a tab character. | 405 | |
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 405 | |
Missing a Javadoc comment. | 405 | |
'(' is followed by whitespace. | 405 | |
Parameter p should be final. | 405 | |
Line contains a tab character. | 406 | |
'{' should be on the previous line. | 406 | |
Line is longer than 80 characters. | 407 | |
Line contains a tab character. | 407 | |
'(' is followed by whitespace. | 407 | |
Line contains a tab character. | 408 | |
Line contains a tab character. | 409 | |
Line contains a tab character. | 410 | |
'while' is not followed by whitespace. | 410 | |
'(' is followed by whitespace. | 410 | |
Line contains a tab character. | 411 | |
'{' should be on the previous line. | 411 | |
Line contains a tab character. | 412 | |
Line contains a tab character. | 413 | |
Line contains a tab character. | 414 | |
'{' should be on the previous line. | 414 | |
Line is longer than 80 characters. | 415 | |
Line contains a tab character. | 415 | |
'(' is followed by whitespace. | 415 | |
Line contains a tab character. | 416 | |
'}' should be on the same line. | 416 | |
Line contains a tab character. | 417 | |
Line contains a tab character. | 418 | |
'{' should be on the previous line. | 418 | |
Line is longer than 80 characters. | 419 | |
Line contains a tab character. | 419 | |
'(' is followed by whitespace. | 419 | |
Line contains a tab character. | 420 | |
Line contains a tab character. | 421 | |
Line has trailing spaces. | 422 | |
Line contains a tab character. | 422 | |
Line contains a tab character. | 423 | |
Line contains a tab character. | 424 | |
'{' should be on the previous line. | 424 | |
Line contains a tab character. | 425 | |
'(' is followed by whitespace. | 425 | |
Line contains a tab character. | 426 | |
Line has trailing spaces. | 427 | |
Line contains a tab character. | 427 | |
'}' should be on the same line. | 427 | |
Line contains a tab character. | 428 | |
Line contains a tab character. | 429 | |
'{' should be on the previous line. | 429 | |
Line is longer than 80 characters. | 430 | |
Line contains a tab character. | 430 | |
'(' is followed by whitespace. | 430 | |
'+' is not preceded with whitespace. | 430 | |
Line has trailing spaces. | 431 | |
Line contains a tab character. | 431 | |
Line contains a tab character. | 432 | |
Line contains a tab character. | 434 | |
Method 'getSeparator' is not designed for extension - needs to be abstract, final or empty. | 434 | |
Missing a Javadoc comment. | 434 | |
Line contains a tab character. | 435 | |
'{' should be on the previous line. | 435 | |
Line contains a tab character. | 436 | |
Line contains a tab character. | 437 | |
Line contains a tab character. | 439 | |
Method 'setSeparator' is not designed for extension - needs to be abstract, final or empty. | 439 | |
Missing a Javadoc comment. | 439 | |
Parameter string should be final. | 439 | |
Line contains a tab character. | 440 | |
'{' should be on the previous line. | 440 | |
Line contains a tab character. | 441 | |
Line contains a tab character. | 442 | |
Line contains a tab character. | 444 | |
Method 'getRadix' is not designed for extension - needs to be abstract, final or empty. | 444 | |
Missing a Javadoc comment. | 444 | |
Line contains a tab character. | 445 | |
'{' should be on the previous line. | 445 | |
Line contains a tab character. | 446 | |
Line contains a tab character. | 447 | |
Line contains a tab character. | 449 | |
Method 'setRadix' is not designed for extension - needs to be abstract, final or empty. | 449 | |
Missing a Javadoc comment. | 449 | |
Parameter i should be final. | 449 | |
Line contains a tab character. | 450 | |
'{' should be on the previous line. | 450 | |
Line contains a tab character. | 451 | |
Line contains a tab character. | 452 | |
Line contains a tab character. | 453 | |
Line contains a tab character. | 455 | |
Method 'createByteArray' is not designed for extension - needs to be abstract, final or empty. | 455 | |
Missing a Javadoc comment. | 455 | |
Line contains a tab character. | 456 | |
'{' should be on the previous line. | 456 | |
Line contains a tab character. | 457 | |
Line contains a tab character. | 458 | |
'(' is followed by whitespace. | 458 | |
Line contains a tab character. | 459 | |
Line contains a tab character. | 460 | |
Missing a Javadoc comment. | 462 | |
Line contains a tab character. | 462 | |
Line contains a tab character. | 463 | |
'{' should be on the previous line. | 463 | |
Line contains a tab character. | 464 | |
Missing a Javadoc comment. | 464 | |
Variable 'name' must be private and have accessor methods. | 464 | |
'=' is not preceded with whitespace. | 464 | |
'=' is not followed by whitespace. | 464 | |
Variable 'path' must be private and have accessor methods. | 464 | |
'=' is not preceded with whitespace. | 464 | |
'=' is not followed by whitespace. | 464 | |
Line contains a tab character. | 465 | |
Missing a Javadoc comment. | 465 | |
Variable 'defaultValue' must be private and have accessor methods. | 465 | |
'=' is not preceded with whitespace. | 465 | |
'=' is not followed by whitespace. | 465 | |
Line contains a tab character. | 466 | |
Missing a Javadoc comment. | 466 | |
Variable 'property' must be private and have accessor methods. | 466 | |
Line has trailing spaces. | 467 | |
Line contains a tab character. | 467 | |
Line contains a tab character. | 468 | |
Method 'run' is not designed for extension - needs to be abstract, final or empty. | 468 | |
Missing a Javadoc comment. | 468 | |
Line contains a tab character. | 469 | |
'{' should be on the previous line. | 469 | |
'if' construct must use '{}'s. | 470 | |
Line contains a tab character. | 470 | |
'if' is not followed by whitespace. | 470 | |
'(' is followed by whitespace. | 470 | |
'==' is not preceded with whitespace. | 470 | |
'==' is not followed by whitespace. | 470 | |
Line is longer than 80 characters. | 471 | |
Line contains a tab character. | 471 | |
'(' is followed by whitespace. | 471 | |
Line has trailing spaces. | 472 | |
Line contains a tab character. | 472 | |
'if' construct must use '{}'s. | 473 | |
Line contains a tab character. | 473 | |
'if' is not followed by whitespace. | 473 | |
'(' is followed by whitespace. | 473 | |
'==' is not preceded with whitespace. | 473 | |
'==' is not followed by whitespace. | 473 | |
Line is longer than 80 characters. | 474 | |
Line contains a tab character. | 474 | |
'(' is followed by whitespace. | 474 | |
Line has trailing spaces. | 475 | |
Line contains a tab character. | 475 | |
Line has trailing spaces. | 476 | |
Line contains a tab character. | 476 | |
Line contains a tab character. | 478 | |
Line contains a tab character. | 479 | |
'{' should be on the previous line. | 479 | |
Line contains a tab character. | 480 | |
'if' is not followed by whitespace. | 480 | |
'(' is followed by whitespace. | 480 | |
'!=' is not preceded with whitespace. | 480 | |
'!=' is not followed by whitespace. | 480 | |
Line contains a tab character. | 481 | |
'{' should be on the previous line. | 481 | |
Line contains a tab character. | 482 | |
'if' is not followed by whitespace. | 482 | |
'(' is followed by whitespace. | 482 | |
'(' is followed by whitespace. | 482 | |
Line has trailing spaces. | 483 | |
Line contains a tab character. | 483 | |
'{' should be on the previous line. | 483 | |
Line contains a tab character. | 484 | |
'(' is followed by whitespace. | 484 | |
Line contains a tab character. | 485 | |
'}' should be on the same line. | 485 | |
'else' construct must use '{}'s. | 486 | |
Line contains a tab character. | 486 | |
Line is longer than 80 characters. | 487 | |
Line contains a tab character. | 487 | |
'(' is followed by whitespace. | 487 | |
Line contains a tab character. | 488 | |
Line has trailing spaces. | 489 | |
Line contains a tab character. | 489 | |
Line contains a tab character. | 490 | |
'(' is followed by whitespace. | 490 | |
Line contains a tab character. | 491 | |
'if' is not followed by whitespace. | 491 | |
'(' is followed by whitespace. | 491 | |
'(' is followed by whitespace. | 491 | |
Line has trailing spaces. | 492 | |
Line contains a tab character. | 492 | |
'{' should be on the previous line. | 492 | |
Line is longer than 80 characters. | 493 | |
Line contains a tab character. | 493 | |
'(' is followed by whitespace. | 493 | |
'(' is followed by whitespace. | 493 | |
Line contains a tab character. | 494 | |
'}' should be on the same line. | 494 | |
'if' construct must use '{}'s. | 495 | |
Line contains a tab character. | 495 | |
'if' is not followed by whitespace. | 495 | |
'(' is followed by whitespace. | 495 | |
'!=' is not preceded with whitespace. | 495 | |
'!=' is not followed by whitespace. | 495 | |
Line is longer than 80 characters. | 496 | |
Line contains a tab character. | 496 | |
'(' is followed by whitespace. | 496 | |
Line has trailing spaces. | 497 | |
Line contains a tab character. | 497 | |
Line contains a tab character. | 498 | |
'}' should be on the same line. | 498 | |
Line contains a tab character. | 499 | |
Line contains a tab character. | 500 | |
'{' should be on the previous line. | 500 | |
Line is longer than 80 characters. | 501 | |
Line contains a tab character. | 501 | |
'(' is followed by whitespace. | 501 | |
Line contains a tab character. | 502 | |
Line contains a tab character. | 503 | |
Line contains a tab character. | 505 | |
Method 'getDefaultValue' is not designed for extension - needs to be abstract, final or empty. | 505 | |
Missing a Javadoc comment. | 505 | |
Line contains a tab character. | 506 | |
'{' should be on the previous line. | 506 | |
Line contains a tab character. | 507 | |
Line contains a tab character. | 508 | |
Line contains a tab character. | 510 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 510 | |
Missing a Javadoc comment. | 510 | |
Line contains a tab character. | 511 | |
'{' should be on the previous line. | 511 | |
Line contains a tab character. | 512 | |
Line contains a tab character. | 513 | |
Line contains a tab character. | 515 | |
Method 'getPath' is not designed for extension - needs to be abstract, final or empty. | 515 | |
Missing a Javadoc comment. | 515 | |
Line contains a tab character. | 516 | |
'{' should be on the previous line. | 516 | |
Line contains a tab character. | 517 | |
Line contains a tab character. | 518 | |
Line contains a tab character. | 520 | |
Method 'getProperty' is not designed for extension - needs to be abstract, final or empty. | 520 | |
Missing a Javadoc comment. | 520 | |
Line contains a tab character. | 521 | |
'{' should be on the previous line. | 521 | |
Line contains a tab character. | 522 | |
Line contains a tab character. | 523 | |
Line contains a tab character. | 525 | |
Method 'setDefaultValue' is not designed for extension - needs to be abstract, final or empty. | 525 | |
Missing a Javadoc comment. | 525 | |
Parameter string should be final. | 525 | |
Line contains a tab character. | 526 | |
'{' should be on the previous line. | 526 | |
Line contains a tab character. | 527 | |
Line contains a tab character. | 528 | |
Line contains a tab character. | 530 | |
Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 530 | |
Missing a Javadoc comment. | 530 | |
Parameter string should be final. | 530 | |
Line contains a tab character. | 531 | |
'{' should be on the previous line. | 531 | |
Line contains a tab character. | 532 | |
Line contains a tab character. | 533 | |
Line contains a tab character. | 535 | |
Method 'setPath' is not designed for extension - needs to be abstract, final or empty. | 535 | |
Missing a Javadoc comment. | 535 | |
Parameter string should be final. | 535 | |
Line contains a tab character. | 536 | |
'{' should be on the previous line. | 536 | |
Line contains a tab character. | 537 | |
Line contains a tab character. | 538 | |
Line contains a tab character. | 540 | |
Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 540 | |
Missing a Javadoc comment. | 540 | |
Parameter string should be final. | 540 | |
Line contains a tab character. | 541 | |
'{' should be on the previous line. | 541 | |
Line contains a tab character. | 542 | |
Line contains a tab character. | 543 | |
Line contains a tab character. | 544 | |
Missing a Javadoc comment. | 546 | |
Line contains a tab character. | 546 | |
Line contains a tab character. | 547 | |
'{' should be on the previous line. | 547 | |
Line contains a tab character. | 548 | |
Missing a Javadoc comment. | 548 | |
Variable 'node' must be private and have accessor methods. | 548 | |
'=' is not preceded with whitespace. | 548 | |
'=' is not followed by whitespace. | 548 | |
Variable 'name' must be private and have accessor methods. | 548 | |
'=' is not preceded with whitespace. | 548 | |
'=' is not followed by whitespace. | 548 | |
Line contains a tab character. | 549 | |
Missing a Javadoc comment. | 549 | |
Variable 'path' must be private and have accessor methods. | 549 | |
'=' is not preceded with whitespace. | 549 | |
'=' is not followed by whitespace. | 549 | |
Line has trailing spaces. | 550 | |
Line contains a tab character. | 550 | |
Line contains a tab character. | 551 | |
Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 551 | |
Missing a Javadoc comment. | 551 | |
Parameter string should be final. | 551 | |
Line contains a tab character. | 552 | |
'{' should be on the previous line. | 552 | |
Line contains a tab character. | 553 | |
Line contains a tab character. | 554 | |
Line contains a tab character. | 556 | |
Method 'setNode' is not designed for extension - needs to be abstract, final or empty. | 556 | |
Missing a Javadoc comment. | 556 | |
Parameter string should be final. | 556 | |
Line contains a tab character. | 557 | |
'{' should be on the previous line. | 557 | |
Line contains a tab character. | 558 | |
Line contains a tab character. | 559 | |
Line contains a tab character. | 561 | |
Method 'setPath' is not designed for extension - needs to be abstract, final or empty. | 561 | |
Missing a Javadoc comment. | 561 | |
Parameter string should be final. | 561 | |
Line contains a tab character. | 562 | |
'{' should be on the previous line. | 562 | |
Line contains a tab character. | 563 | |
Line contains a tab character. | 564 | |
Line contains a tab character. | 566 | |
Method 'run' is not designed for extension - needs to be abstract, final or empty. | 566 | |
Missing a Javadoc comment. | 566 | |
Line contains a tab character. | 567 | |
'{' should be on the previous line. | 567 | |
'if' construct must use '{}'s. | 568 | |
Line is longer than 80 characters. | 568 | |
Line contains a tab character. | 568 | |
'if' is not followed by whitespace. | 568 | |
'(' is followed by whitespace. | 568 | |
'!=' is not preceded with whitespace. | 568 | |
'!=' is not followed by whitespace. | 568 | |
'!=' is not preceded with whitespace. | 568 | |
'!=' is not followed by whitespace. | 568 | |
'==' is not preceded with whitespace. | 568 | |
'==' is not followed by whitespace. | 568 | |
'==' is not preceded with whitespace. | 568 | |
'==' is not followed by whitespace. | 568 | |
Line is longer than 80 characters. | 569 | |
Line contains a tab character. | 569 | |
'(' is followed by whitespace. | 569 | |
Line has trailing spaces. | 571 | |
Line contains a tab character. | 571 | |
Line contains a tab character. | 573 | |
Line contains a tab character. | 574 | |
'{' should be on the previous line. | 574 | |
Line contains a tab character. | 575 | |
'if' is not followed by whitespace. | 575 | |
'(' is followed by whitespace. | 575 | |
'!=' is not preceded with whitespace. | 575 | |
'!=' is not followed by whitespace. | 575 | |
Line contains a tab character. | 576 | |
'{' should be on the previous line. | 576 | |
Line contains a tab character. | 577 | |
'if' is not followed by whitespace. | 577 | |
'(' is followed by whitespace. | 577 | |
'(' is followed by whitespace. | 577 | |
Line has trailing spaces. | 578 | |
Line contains a tab character. | 578 | |
'{' should be on the previous line. | 578 | |
Line contains a tab character. | 579 | |
'(' is followed by whitespace. | 579 | |
Line contains a tab character. | 580 | |
Line contains a tab character. | 581 | |
Line contains a tab character. | 583 | |
'if' is not followed by whitespace. | 583 | |
'(' is followed by whitespace. | 583 | |
'!=' is not preceded with whitespace. | 583 | |
'!=' is not followed by whitespace. | 583 | |
Line contains a tab character. | 584 | |
'{' should be on the previous line. | 584 | |
Line contains a tab character. | 585 | |
'(' is followed by whitespace. | 585 | |
Line contains a tab character. | 586 | |
'if' is not followed by whitespace. | 586 | |
'(' is followed by whitespace. | 586 | |
'(' is followed by whitespace. | 586 | |
Line contains a tab character. | 587 | |
'{' should be on the previous line. | 587 | |
Line has trailing spaces. | 588 | |
Line contains a tab character. | 588 | |
'(' is followed by whitespace. | 588 | |
Line contains a tab character. | 589 | |
'}' should be on the same line. | 589 | |
'else' construct must use '{}'s. | 590 | |
Line contains a tab character. | 590 | |
Line is longer than 80 characters. | 591 | |
Line contains a tab character. | 591 | |
'(' is followed by whitespace. | 591 | |
Line contains a tab character. | 592 | |
'}' should be on the same line. | 592 | |
Line contains a tab character. | 593 | |
Line contains a tab character. | 594 | |
'{' should be on the previous line. | 594 | |
'if' construct must use '{}'s. | 595 | |
Line contains a tab character. | 595 | |
'if' is not followed by whitespace. | 595 | |
'(' is followed by whitespace. | 595 | |
'(' is followed by whitespace. | 595 | |
Line contains a tab character. | 596 | |
'(' is followed by whitespace. | 596 | |
'else' construct must use '{}'s. | 597 | |
Line contains a tab character. | 597 | |
Line has trailing spaces. | 598 | |
Line is longer than 80 characters. | 598 | |
Line contains a tab character. | 598 | |
'(' is followed by whitespace. | 598 | |
Line contains a tab character. | 599 | |
Line contains a tab character. | 600 | |
Line contains a tab character. | 601 | |
'}' should be on the same line. | 601 | |
Line contains a tab character. | 602 | |
Line contains a tab character. | 603 | |
'{' should be on the previous line. | 603 | |
Line contains a tab character. | 604 | |
Line is longer than 80 characters. | 605 | |
Line contains a tab character. | 605 | |
'(' is followed by whitespace. | 605 | |
Line has trailing spaces. | 606 | |
Line contains a tab character. | 606 | |
Line contains a tab character. | 607 | |
Line contains a tab character. | 608 | |
Missing a Javadoc comment. | 610 | |
Line contains a tab character. | 610 | |
Line contains a tab character. | 611 | |
'{' should be on the previous line. | 611 | |
Line contains a tab character. | 612 | |
Missing a Javadoc comment. | 612 | |
Variable 'node' must be private and have accessor methods. | 612 | |
'=' is not preceded with whitespace. | 612 | |
'=' is not followed by whitespace. | 612 | |
Variable 'name' must be private and have accessor methods. | 612 | |
'=' is not preceded with whitespace. | 612 | |
'=' is not followed by whitespace. | 612 | |
Line contains a tab character. | 613 | |
Missing a Javadoc comment. | 613 | |
Variable 'path' must be private and have accessor methods. | 613 | |
'=' is not preceded with whitespace. | 613 | |
'=' is not followed by whitespace. | 613 | |
Line contains a tab character. | 614 | |
Missing a Javadoc comment. | 614 | |
Variable 'value' must be private and have accessor methods. | 614 | |
'=' is not preceded with whitespace. | 614 | |
'=' is not followed by whitespace. | 614 | |
Line contains a tab character. | 615 | |
Missing a Javadoc comment. | 615 | |
Variable 'property' must be private and have accessor methods. | 615 | |
Line has trailing spaces. | 616 | |
Line contains a tab character. | 616 | |
Line contains a tab character. | 617 | |
Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 617 | |
Missing a Javadoc comment. | 617 | |
Parameter string should be final. | 617 | |
Line contains a tab character. | 618 | |
'{' should be on the previous line. | 618 | |
Line contains a tab character. | 619 | |
Line contains a tab character. | 620 | |
Line contains a tab character. | 622 | |
Method 'setNode' is not designed for extension - needs to be abstract, final or empty. | 622 | |
Missing a Javadoc comment. | 622 | |
Parameter string should be final. | 622 | |
Line contains a tab character. | 623 | |
'{' should be on the previous line. | 623 | |
Line contains a tab character. | 624 | |
Line contains a tab character. | 625 | |
Line contains a tab character. | 627 | |
Method 'setPath' is not designed for extension - needs to be abstract, final or empty. | 627 | |
Missing a Javadoc comment. | 627 | |
Parameter string should be final. | 627 | |
Line contains a tab character. | 628 | |
'{' should be on the previous line. | 628 | |
Line contains a tab character. | 629 | |
Line contains a tab character. | 630 | |
Line contains a tab character. | 632 | |
Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 632 | |
Missing a Javadoc comment. | 632 | |
Parameter string should be final. | 632 | |
Line contains a tab character. | 633 | |
'{' should be on the previous line. | 633 | |
Line contains a tab character. | 634 | |
Line contains a tab character. | 635 | |
Line contains a tab character. | 637 | |
Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 637 | |
Missing a Javadoc comment. | 637 | |
Parameter string should be final. | 637 | |
Line contains a tab character. | 638 | |
'{' should be on the previous line. | 638 | |
Line contains a tab character. | 639 | |
Line contains a tab character. | 640 | |
Line has trailing spaces. | 641 | |
Line contains a tab character. | 641 | |
Line contains a tab character. | 642 | |
Method 'run' is not designed for extension - needs to be abstract, final or empty. | 642 | |
Missing a Javadoc comment. | 642 | |
Line contains a tab character. | 643 | |
'{' should be on the previous line. | 643 | |
'if' construct must use '{}'s. | 644 | |
Line is longer than 80 characters. | 644 | |
Line contains a tab character. | 644 | |
'if' is not followed by whitespace. | 644 | |
'(' is followed by whitespace. | 644 | |
'!=' is not preceded with whitespace. | 644 | |
'!=' is not followed by whitespace. | 644 | |
'!=' is not preceded with whitespace. | 644 | |
'!=' is not followed by whitespace. | 644 | |
'==' is not preceded with whitespace. | 644 | |
'==' is not followed by whitespace. | 644 | |
'==' is not preceded with whitespace. | 644 | |
'==' is not followed by whitespace. | 644 | |
Line is longer than 80 characters. | 645 | |
Line contains a tab character. | 645 | |
'(' is followed by whitespace. | 645 | |
'if' construct must use '{}'s. | 647 | |
Line contains a tab character. | 647 | |
'if' is not followed by whitespace. | 647 | |
'(' is followed by whitespace. | 647 | |
'==' is not preceded with whitespace. | 647 | |
'==' is not followed by whitespace. | 647 | |
Line is longer than 80 characters. | 648 | |
Line contains a tab character. | 648 | |
'(' is followed by whitespace. | 648 | |
Line has trailing spaces. | 649 | |
Line contains a tab character. | 649 | |
'if' construct must use '{}'s. | 650 | |
Line contains a tab character. | 650 | |
'if' is not followed by whitespace. | 650 | |
'(' is followed by whitespace. | 650 | |
'!=' is not preceded with whitespace. | 650 | |
'!=' is not followed by whitespace. | 650 | |
'!=' is not preceded with whitespace. | 650 | |
'!=' is not followed by whitespace. | 650 | |
Line is longer than 80 characters. | 651 | |
Line contains a tab character. | 651 | |
'(' is followed by whitespace. | 651 | |
Line has trailing spaces. | 652 | |
Line contains a tab character. | 652 | |
Line has trailing spaces. | 653 | |
Line contains a tab character. | 653 | |
Line contains a tab character. | 655 | |
Line contains a tab character. | 656 | |
'{' should be on the previous line. | 656 | |
Line contains a tab character. | 657 | |
'if' is not followed by whitespace. | 657 | |
'(' is followed by whitespace. | 657 | |
'!=' is not preceded with whitespace. | 657 | |
'!=' is not followed by whitespace. | 657 | |
Line contains a tab character. | 658 | |
'{' should be on the previous line. | 658 | |
Line contains a tab character. | 659 | |
'if' is not followed by whitespace. | 659 | |
'(' is followed by whitespace. | 659 | |
'(' is followed by whitespace. | 659 | |
Line has trailing spaces. | 660 | |
Line contains a tab character. | 660 | |
'{' should be on the previous line. | 660 | |
Line contains a tab character. | 661 | |
'(' is followed by whitespace. | 661 | |
Line contains a tab character. | 662 | |
Line contains a tab character. | 663 | |
Line has trailing spaces. | 664 | |
Line contains a tab character. | 664 | |
Line contains a tab character. | 665 | |
'if' is not followed by whitespace. | 665 | |
'(' is followed by whitespace. | 665 | |
'!=' is not preceded with whitespace. | 665 | |
'!=' is not followed by whitespace. | 665 | |
Line contains a tab character. | 666 | |
'{' should be on the previous line. | 666 | |
Line contains a tab character. | 667 | |
'(' is followed by whitespace. | 667 | |
Line contains a tab character. | 668 | |
'if' is not followed by whitespace. | 668 | |
'(' is followed by whitespace. | 668 | |
'(' is followed by whitespace. | 668 | |
Line has trailing spaces. | 669 | |
Line contains a tab character. | 669 | |
'{' should be on the previous line. | 669 | |
'if' construct must use '{}'s. | 670 | |
Line is longer than 80 characters. | 670 | |
Line contains a tab character. | 670 | |
'if' is not followed by whitespace. | 670 | |
'(' is followed by whitespace. | 670 | |
'==' is not preceded with whitespace. | 670 | |
'==' is not followed by whitespace. | 670 | |
'(' is followed by whitespace. | 670 | |
'(' is followed by whitespace. | 670 | |
Line has trailing spaces. | 671 | |
Line is longer than 80 characters. | 671 | |
Line contains a tab character. | 671 | |
'(' is followed by whitespace. | 671 | |
Line contains a tab character. | 672 | |
Line contains a tab character. | 673 | |
'}' should be on the same line. | 673 | |
Line contains a tab character. | 674 | |
Line contains a tab character. | 675 | |
'{' should be on the previous line. | 675 | |
'if' construct must use '{}'s. | 676 | |
Line contains a tab character. | 676 | |
'if' is not followed by whitespace. | 676 | |
'(' is followed by whitespace. | 676 | |
'(' is followed by whitespace. | 676 | |
Line is longer than 80 characters. | 677 | |
Line contains a tab character. | 677 | |
'(' is followed by whitespace. | 677 | |
Line contains a tab character. | 678 | |
Line has trailing spaces. | 679 | |
Line contains a tab character. | 679 | |
Line contains a tab character. | 680 | |
Line contains a tab character. | 681 | |
'}' should be on the same line. | 681 | |
Line contains a tab character. | 682 | |
Line contains a tab character. | 683 | |
'{' should be on the previous line. | 683 | |
Line is longer than 80 characters. | 684 | |
Line contains a tab character. | 684 | |
'(' is followed by whitespace. | 684 | |
Line contains a tab character. | 685 | |
Line has trailing spaces. | 686 | |
Line contains a tab character. | 686 | |
Line contains a tab character. | 687 | |
Line has trailing spaces. | 688 | |
Line contains a tab character. | 688 | |
Line contains a tab character. | 689 | |
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 689 | |
Missing a Javadoc comment. | 689 | |
Redundant throws: 'BuildException' is unchecked exception. | 689 | |
Line has trailing spaces. | 690 | |
Line contains a tab character. | 690 | |
'{' should be on the previous line. | 690 | |
'if' construct must use '{}'s. | 691 | |
Line contains a tab character. | 691 | |
'if' is not followed by whitespace. | 691 | |
'(' is followed by whitespace. | 691 | |
'(' is followed by whitespace. | 691 | |
Line contains a tab character. | 692 | |
'if' construct must use '{}'s. | 693 | |
Line contains a tab character. | 693 | |
'if' is not followed by whitespace. | 693 | |
'(' is followed by whitespace. | 693 | |
'(' is followed by whitespace. | 693 | |
Line contains a tab character. | 694 | |
'else' construct must use '{}'s. | 695 | |
Line has trailing spaces. | 695 | |
Line contains a tab character. | 695 | |
Line is longer than 80 characters. | 696 | |
Line contains a tab character. | 696 | |
'(' is followed by whitespace. | 696 | |
Line has trailing spaces. | 697 | |
Line contains a tab character. | 697 | |
'if' construct must use '{}'s. | 698 | |
Line contains a tab character. | 698 | |
'if' is not followed by whitespace. | 698 | |
'(' is followed by whitespace. | 698 | |
'!=' is not preceded with whitespace. | 698 | |
'!=' is not followed by whitespace. | 698 | |
Line contains a tab character. | 699 | |
'(' is followed by whitespace. | 699 | |
Line has trailing spaces. | 700 | |
Line contains a tab character. | 700 | |
'if' construct must use '{}'s. | 701 | |
Line contains a tab character. | 701 | |
'if' is not followed by whitespace. | 701 | |
'(' is followed by whitespace. | 701 | |
'==' is not preceded with whitespace. | 701 | |
'==' is not followed by whitespace. | 701 | |
Line is longer than 80 characters. | 702 | |
Line contains a tab character. | 702 | |
'(' is followed by whitespace. | 702 | |
Line has trailing spaces. | 703 | |
Line contains a tab character. | 703 | |
Line contains a tab character. | 704 | |
Line contains a tab character. | 705 | |
Line contains a tab character. | 706 | |
'{' should be on the previous line. | 706 | |
Line contains a tab character. | 707 | |
'cast' is not followed by whitespace. | 707 | |
Line contains a tab character. | 708 | |
Line contains a tab character. | 709 | |
Line has trailing spaces. | 710 | |
Line contains a tab character. | 710 | |
Line contains a tab character. | 712 | |
Method 'setPath' is not designed for extension - needs to be abstract, final or empty. | 712 | |
Missing a Javadoc comment. | 712 | |
Parameter string should be final. | 712 | |
Line contains a tab character. | 713 | |
'{' should be on the previous line. | 713 | |
Line contains a tab character. | 714 | |
Line contains a tab character. | 715 | |
Line contains a tab character. | 717 | |
Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 717 | |
Missing a Javadoc comment. | 717 | |
Parameter string should be final. | 717 | |
Line contains a tab character. | 718 | |
'{' should be on the previous line. | 718 | |
Line contains a tab character. | 719 | |
Line contains a tab character. | 720 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line contains a tab character. | 17 | |
Line contains a tab character. | 18 | |
Line contains a tab character. | 19 | |
Line contains a tab character. | 21 | |
Unclosed HTML tag found: <properties file="test.properties"> | 21 | |
Line contains a tab character. | 22 | |
Line contains a tab character. | 23 | |
Line contains a tab character. | 24 | |
Line contains a tab character. | 25 | |
Line contains a tab character. | 26 | |
Line contains a tab character. | 27 | |
Line contains a tab character. | 28 | |
'{' should be on the previous line. | 34 | |
Line has trailing spaces. | 35 | |
Line contains a tab character. | 35 | |
Missing a Javadoc comment. | 35 | |
Variable 'file' must be private and have accessor methods. | 35 | |
Line contains a tab character. | 37 | |
Missing a Javadoc comment. | 37 | |
Variable 'header' must be private and have accessor methods. | 37 | |
Line has trailing spaces. | 38 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Missing a Javadoc comment. | 39 | |
Variable 'overwrite' must be private and have accessor methods. | 39 | |
Line has trailing spaces. | 40 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Missing a Javadoc comment. | 41 | |
Variable 'properties' must be private and have accessor methods. | 41 | |
Line has trailing spaces. | 42 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Missing a Javadoc comment. | 43 | |
Variable 'merge' must be private and have accessor methods. | 43 | |
Line has trailing spaces. | 44 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Method 'setOverwrite' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
'(' is followed by whitespace. | 45 | |
Parameter b should be final. | 45 | |
Line has trailing spaces. | 46 | |
Line contains a tab character. | 46 | |
'{' should be on the previous line. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Line has trailing spaces. | 49 | |
Line contains a tab character. | 49 | |
Line has trailing spaces. | 50 | |
Missing a Javadoc comment. | 50 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
'{' should be on the previous line. | 51 | |
Line contains a tab character. | 52 | |
Missing a Javadoc comment. | 52 | |
Variable 'name' must be private and have accessor methods. | 52 | |
'=' is not preceded with whitespace. | 52 | |
'=' is not followed by whitespace. | 52 | |
Line contains a tab character. | 53 | |
Missing a Javadoc comment. | 53 | |
Variable 'value' must be private and have accessor methods. | 53 | |
'=' is not preceded with whitespace. | 53 | |
'=' is not followed by whitespace. | 53 | |
Line has trailing spaces. | 54 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Missing a Javadoc comment. | 55 | |
Variable 'isTrue' must be private and have accessor methods. | 55 | |
Line contains a tab character. | 56 | |
Missing a Javadoc comment. | 56 | |
Variable 'isFalse' must be private and have accessor methods. | 56 | |
Line contains a tab character. | 57 | |
Missing a Javadoc comment. | 57 | |
Name '_if' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 | |
Variable '_if' must be private and have accessor methods. | 57 | |
Line contains a tab character. | 58 | |
Missing a Javadoc comment. | 58 | |
Variable 'unless' must be private and have accessor methods. | 58 | |
Line contains a tab character. | 59 | |
Missing a Javadoc comment. | 59 | |
Variable 'available' must be private and have accessor methods. | 59 | |
Line has trailing spaces. | 60 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
Method 'setIsFalse' is not designed for extension - needs to be abstract, final or empty. | 61 | |
Missing a Javadoc comment. | 61 | |
Parameter string should be final. | 61 | |
Line contains a tab character. | 62 | |
'{' should be on the previous line. | 62 | |
'if' construct must use '{}'s. | 63 | |
Line is longer than 80 characters. | 63 | |
Line contains a tab character. | 63 | |
'if' is not followed by whitespace. | 63 | |
'(' is followed by whitespace. | 63 | |
'!=' is not preceded with whitespace. | 63 | |
'!=' is not followed by whitespace. | 63 | |
'!=' is not preceded with whitespace. | 63 | |
'!=' is not followed by whitespace. | 63 | |
'!=' is not preceded with whitespace. | 63 | |
'!=' is not followed by whitespace. | 63 | |
'!=' is not preceded with whitespace. | 63 | |
'!=' is not followed by whitespace. | 63 | |
'!=' is not preceded with whitespace. | 63 | |
'!=' is not followed by whitespace. | 63 | |
Line is longer than 80 characters. | 64 | |
Line contains a tab character. | 64 | |
'(' is followed by whitespace. | 64 | |
Line has trailing spaces. | 65 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 69 | |
Method 'setIsTrue' is not designed for extension - needs to be abstract, final or empty. | 69 | |
Missing a Javadoc comment. | 69 | |
Parameter string should be final. | 69 | |
Line contains a tab character. | 70 | |
'{' should be on the previous line. | 70 | |
'if' construct must use '{}'s. | 71 | |
Line is longer than 80 characters. | 71 | |
Line contains a tab character. | 71 | |
'if' is not followed by whitespace. | 71 | |
'(' is followed by whitespace. | 71 | |
'!=' is not preceded with whitespace. | 71 | |
'!=' is not followed by whitespace. | 71 | |
'!=' is not preceded with whitespace. | 71 | |
'!=' is not followed by whitespace. | 71 | |
'!=' is not preceded with whitespace. | 71 | |
'!=' is not followed by whitespace. | 71 | |
'!=' is not preceded with whitespace. | 71 | |
'!=' is not followed by whitespace. | 71 | |
'!=' is not preceded with whitespace. | 71 | |
'!=' is not followed by whitespace. | 71 | |
Line is longer than 80 characters. | 72 | |
Line contains a tab character. | 72 | |
'(' is followed by whitespace. | 72 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 77 | |
Method 'setAvailable' is not designed for extension - needs to be abstract, final or empty. | 77 | |
Missing a Javadoc comment. | 77 | |
Parameter string should be final. | 77 | |
Line contains a tab character. | 78 | |
'{' should be on the previous line. | 78 | |
'if' construct must use '{}'s. | 79 | |
Line is longer than 80 characters. | 79 | |
Line contains a tab character. | 79 | |
'if' is not followed by whitespace. | 79 | |
'(' is followed by whitespace. | 79 | |
'!=' is not preceded with whitespace. | 79 | |
'!=' is not followed by whitespace. | 79 | |
'!=' is not preceded with whitespace. | 79 | |
'!=' is not followed by whitespace. | 79 | |
'!=' is not preceded with whitespace. | 79 | |
'!=' is not followed by whitespace. | 79 | |
'!=' is not preceded with whitespace. | 79 | |
'!=' is not followed by whitespace. | 79 | |
'!=' is not preceded with whitespace. | 79 | |
'!=' is not followed by whitespace. | 79 | |
Line is longer than 80 characters. | 80 | |
Line contains a tab character. | 80 | |
'(' is followed by whitespace. | 80 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 85 | |
Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 85 | |
Missing a Javadoc comment. | 85 | |
Parameter string should be final. | 85 | |
Line contains a tab character. | 86 | |
'{' should be on the previous line. | 86 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 90 | |
Method 'setIf' is not designed for extension - needs to be abstract, final or empty. | 90 | |
Missing a Javadoc comment. | 90 | |
Parameter string should be final. | 90 | |
Line contains a tab character. | 91 | |
'{' should be on the previous line. | 91 | |
'if' construct must use '{}'s. | 92 | |
Line is longer than 80 characters. | 92 | |
Line contains a tab character. | 92 | |
'if' is not followed by whitespace. | 92 | |
'(' is followed by whitespace. | 92 | |
'!=' is not preceded with whitespace. | 92 | |
'!=' is not followed by whitespace. | 92 | |
'!=' is not preceded with whitespace. | 92 | |
'!=' is not followed by whitespace. | 92 | |
'!=' is not preceded with whitespace. | 92 | |
'!=' is not followed by whitespace. | 92 | |
'!=' is not preceded with whitespace. | 92 | |
'!=' is not followed by whitespace. | 92 | |
'!=' is not preceded with whitespace. | 92 | |
'!=' is not followed by whitespace. | 92 | |
Line is longer than 80 characters. | 93 | |
Line contains a tab character. | 93 | |
'(' is followed by whitespace. | 93 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 96 | |
Line contains a tab character. | 98 | |
Method 'setUnless' is not designed for extension - needs to be abstract, final or empty. | 98 | |
Missing a Javadoc comment. | 98 | |
Parameter string should be final. | 98 | |
Line contains a tab character. | 99 | |
'{' should be on the previous line. | 99 | |
'if' construct must use '{}'s. | 100 | |
Line is longer than 80 characters. | 100 | |
Line contains a tab character. | 100 | |
'if' is not followed by whitespace. | 100 | |
'(' is followed by whitespace. | 100 | |
'!=' is not preceded with whitespace. | 100 | |
'!=' is not followed by whitespace. | 100 | |
'!=' is not preceded with whitespace. | 100 | |
'!=' is not followed by whitespace. | 100 | |
'!=' is not preceded with whitespace. | 100 | |
'!=' is not followed by whitespace. | 100 | |
'!=' is not preceded with whitespace. | 100 | |
'!=' is not followed by whitespace. | 100 | |
'!=' is not preceded with whitespace. | 100 | |
'!=' is not followed by whitespace. | 100 | |
Line is longer than 80 characters. | 101 | |
Line contains a tab character. | 101 | |
'(' is followed by whitespace. | 101 | |
Line contains a tab character. | 103 | |
Line contains a tab character. | 104 | |
Line contains a tab character. | 106 | |
Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 106 | |
Missing a Javadoc comment. | 106 | |
Parameter string should be final. | 106 | |
Line contains a tab character. | 107 | |
'{' should be on the previous line. | 107 | |
'if' construct must use '{}'s. | 108 | |
Line contains a tab character. | 108 | |
'if' is not followed by whitespace. | 108 | |
'(' is followed by whitespace. | 108 | |
'!=' is not preceded with whitespace. | 108 | |
'!=' is not followed by whitespace. | 108 | |
Line is longer than 80 characters. | 109 | |
Line contains a tab character. | 109 | |
'(' is followed by whitespace. | 109 | |
Line contains a tab character. | 110 | |
Line contains a tab character. | 111 | |
Line has trailing spaces. | 112 | |
Line contains a tab character. | 112 | |
Line contains a tab character. | 113 | |
Method 'addText' is not designed for extension - needs to be abstract, final or empty. | 113 | |
Missing a Javadoc comment. | 113 | |
'(' is followed by whitespace. | 113 | |
Parameter s should be final. | 113 | |
Line contains a tab character. | 114 | |
'{' should be on the previous line. | 114 | |
Line contains a tab character. | 115 | |
'if' is not followed by whitespace. | 115 | |
'(' is followed by whitespace. | 115 | |
'>' is not preceded with whitespace. | 115 | |
'>' is not followed by whitespace. | 115 | |
Line contains a tab character. | 116 | |
'{' should be on the previous line. | 116 | |
'if' construct must use '{}'s. | 117 | |
Line contains a tab character. | 117 | |
'if' is not followed by whitespace. | 117 | |
'(' is followed by whitespace. | 117 | |
'!=' is not preceded with whitespace. | 117 | |
'!=' is not followed by whitespace. | 117 | |
Line is longer than 80 characters. | 118 | |
Line contains a tab character. | 118 | |
'(' is followed by whitespace. | 118 | |
Line is longer than 80 characters. | 120 | |
Line contains a tab character. | 120 | |
'(' is followed by whitespace. | 120 | |
Line contains a tab character. | 121 | |
Line contains a tab character. | 122 | |
Line has trailing spaces. | 123 | |
Line contains a tab character. | 123 | |
Line contains a tab character. | 124 | |
Method 'attach' is not designed for extension - needs to be abstract, final or empty. | 124 | |
Missing a Javadoc comment. | 124 | |
'(' is followed by whitespace. | 124 | |
Parameter p should be final. | 124 | |
Line contains a tab character. | 125 | |
'{' should be on the previous line. | 125 | |
'if' construct must use '{}'s. | 126 | |
Line contains a tab character. | 126 | |
'if' is not followed by whitespace. | 126 | |
'(' is followed by whitespace. | 126 | |
'==' is not preceded with whitespace. | 126 | |
'==' is not followed by whitespace. | 126 | |
Line is longer than 80 characters. | 127 | |
Line contains a tab character. | 127 | |
'(' is followed by whitespace. | 127 | |
'if' construct must use '{}'s. | 129 | |
Line contains a tab character. | 129 | |
'if' is not followed by whitespace. | 129 | |
'(' is followed by whitespace. | 129 | |
'==' is not preceded with whitespace. | 129 | |
'==' is not followed by whitespace. | 129 | |
Line is longer than 80 characters. | 130 | |
Line contains a tab character. | 130 | |
'(' is followed by whitespace. | 130 | |
Line has trailing spaces. | 131 | |
Line contains a tab character. | 131 | |
Line contains a tab character. | 132 | |
'if' is not followed by whitespace. | 132 | |
'(' is followed by whitespace. | 132 | |
'!=' is not preceded with whitespace. | 132 | |
'!=' is not followed by whitespace. | 132 | |
Line contains a tab character. | 133 | |
'{' should be on the previous line. | 133 | |
'if' construct must use '{}'s. | 134 | |
Line contains a tab character. | 134 | |
'if' is not followed by whitespace. | 134 | |
'(' is followed by whitespace. | 134 | |
'(' is followed by whitespace. | 134 | |
Line contains a tab character. | 135 | |
'(' is followed by whitespace. | 135 | |
Line contains a tab character. | 136 | |
'}' should be on the same line. | 136 | |
Line contains a tab character. | 137 | |
'if' is not followed by whitespace. | 137 | |
'(' is followed by whitespace. | 137 | |
'!=' is not preceded with whitespace. | 137 | |
'!=' is not followed by whitespace. | 137 | |
Line contains a tab character. | 138 | |
'{' should be on the previous line. | 138 | |
'if' construct must use '{}'s. | 139 | |
Line contains a tab character. | 139 | |
'if' is not followed by whitespace. | 139 | |
'(' is followed by whitespace. | 139 | |
'(' is followed by whitespace. | 139 | |
Line has trailing spaces. | 140 | |
Line is longer than 80 characters. | 140 | |
Line contains a tab character. | 140 | |
'(' is followed by whitespace. | 140 | |
Line contains a tab character. | 141 | |
'}' should be on the same line. | 141 | |
Line contains a tab character. | 142 | |
'if' is not followed by whitespace. | 142 | |
'(' is followed by whitespace. | 142 | |
'!=' is not preceded with whitespace. | 142 | |
'!=' is not followed by whitespace. | 142 | |
Line contains a tab character. | 143 | |
'{' should be on the previous line. | 143 | |
Line contains a tab character. | 144 | |
Line contains a tab character. | 145 | |
'{' should be on the previous line. | 145 | |
Line contains a tab character. | 146 | |
'(' is followed by whitespace. | 146 | |
Line contains a tab character. | 147 | |
'(' is followed by whitespace. | 147 | |
Line contains a tab character. | 148 | |
'}' should be on the same line. | 148 | |
Line contains a tab character. | 149 | |
Line contains a tab character. | 150 | |
'{' should be on the previous line. | 150 | |
'if' construct must use '{}'s. | 151 | |
Line is longer than 80 characters. | 151 | |
Line contains a tab character. | 151 | |
'if' is not followed by whitespace. | 151 | |
'(' is followed by whitespace. | 151 | |
'(' is followed by whitespace. | 151 | |
'!=' is not preceded with whitespace. | 151 | |
'!=' is not followed by whitespace. | 151 | |
Empty statement. | 151 | |
Line contains a tab character. | 152 | |
'(' is followed by whitespace. | 152 | |
Line has trailing spaces. | 153 | |
Line contains a tab character. | 153 | |
Line contains a tab character. | 154 | |
'}' should be on the same line. | 154 | |
Line contains a tab character. | 155 | |
'if' is not followed by whitespace. | 155 | |
'(' is followed by whitespace. | 155 | |
'!=' is not preceded with whitespace. | 155 | |
'!=' is not followed by whitespace. | 155 | |
Line contains a tab character. | 156 | |
'{' should be on the previous line. | 156 | |
'if' construct must use '{}'s. | 157 | |
Line contains a tab character. | 157 | |
'if' is not followed by whitespace. | 157 | |
'(' is followed by whitespace. | 157 | |
'(' is followed by whitespace. | 157 | |
'!=' is not preceded with whitespace. | 157 | |
'!=' is not followed by whitespace. | 157 | |
Line has trailing spaces. | 158 | |
Line is longer than 80 characters. | 158 | |
Line contains a tab character. | 158 | |
'(' is followed by whitespace. | 158 | |
Line contains a tab character. | 159 | |
'}' should be on the same line. | 159 | |
Line contains a tab character. | 160 | |
'if' is not followed by whitespace. | 160 | |
'(' is followed by whitespace. | 160 | |
'!=' is not preceded with whitespace. | 160 | |
'!=' is not followed by whitespace. | 160 | |
Line contains a tab character. | 161 | |
'{' should be on the previous line. | 161 | |
'if' construct must use '{}'s. | 162 | |
Line contains a tab character. | 162 | |
'if' is not followed by whitespace. | 162 | |
'(' is followed by whitespace. | 162 | |
'(' is followed by whitespace. | 162 | |
'==' is not preceded with whitespace. | 162 | |
'==' is not followed by whitespace. | 162 | |
Line has trailing spaces. | 163 | |
Line is longer than 80 characters. | 163 | |
Line contains a tab character. | 163 | |
'(' is followed by whitespace. | 163 | |
Line contains a tab character. | 164 | |
'}' should be on the same line. | 164 | |
'else' construct must use '{}'s. | 165 | |
Line contains a tab character. | 165 | |
Line contains a tab character. | 166 | |
'(' is followed by whitespace. | 166 | |
Line contains a tab character. | 167 | |
Line contains a tab character. | 168 | |
Line has trailing spaces. | 169 | |
Line contains a tab character. | 169 | |
Line contains a tab character. | 170 | |
Method 'setFile' is not designed for extension - needs to be abstract, final or empty. | 170 | |
Missing a Javadoc comment. | 170 | |
'(' is followed by whitespace. | 170 | |
Parameter f should be final. | 170 | |
Line contains a tab character. | 171 | |
'{' should be on the previous line. | 171 | |
Line contains a tab character. | 172 | |
Line contains a tab character. | 173 | |
Line has trailing spaces. | 174 | |
Line contains a tab character. | 174 | |
Line contains a tab character. | 175 | |
Method 'setHeader' is not designed for extension - needs to be abstract, final or empty. | 175 | |
Missing a Javadoc comment. | 175 | |
'(' is followed by whitespace. | 175 | |
Parameter s should be final. | 175 | |
Line contains a tab character. | 176 | |
'{' should be on the previous line. | 176 | |
Line contains a tab character. | 177 | |
Line contains a tab character. | 178 | |
Line contains a tab character. | 180 | |
Method 'createProperty' is not designed for extension - needs to be abstract, final or empty. | 180 | |
Missing a Javadoc comment. | 180 | |
Line contains a tab character. | 181 | |
'{' should be on the previous line. | 181 | |
Line contains a tab character. | 182 | |
Line contains a tab character. | 183 | |
'(' is followed by whitespace. | 183 | |
Line has trailing spaces. | 184 | |
Line contains a tab character. | 184 | |
Line contains a tab character. | 185 | |
Line has trailing spaces. | 186 | |
Line contains a tab character. | 186 | |
Line contains a tab character. | 187 | |
Method 'createMerge' is not designed for extension - needs to be abstract, final or empty. | 187 | |
Missing a Javadoc comment. | 187 | |
Line contains a tab character. | 188 | |
'{' should be on the previous line. | 188 | |
'if' construct must use '{}'s. | 189 | |
Line contains a tab character. | 189 | |
'if' is not followed by whitespace. | 189 | |
'(' is followed by whitespace. | 189 | |
'!=' is not preceded with whitespace. | 189 | |
'!=' is not followed by whitespace. | 189 | |
Line is longer than 80 characters. | 190 | |
Line contains a tab character. | 190 | |
'(' is followed by whitespace. | 190 | |
Line contains a tab character. | 191 | |
Line has trailing spaces. | 192 | |
Line contains a tab character. | 192 | |
Line contains a tab character. | 193 | |
Line has trailing spaces. | 194 | |
Line contains a tab character. | 194 | |
Missing a Javadoc comment. | 195 | |
Line contains a tab character. | 195 | |
Line contains a tab character. | 196 | |
'{' should be on the previous line. | 196 | |
Line contains a tab character. | 197 | |
Method 'addText' is not designed for extension - needs to be abstract, final or empty. | 197 | |
Missing a Javadoc comment. | 197 | |
'(' is followed by whitespace. | 197 | |
Parameter s should be final. | 197 | |
Line contains a tab character. | 198 | |
'{' should be on the previous line. | 198 | |
'if' construct must use '{}'s. | 199 | |
Line contains a tab character. | 199 | |
'if' is not followed by whitespace. | 199 | |
'(' is followed by whitespace. | 199 | |
'>' is not preceded with whitespace. | 199 | |
'>' is not followed by whitespace. | 199 | |
Line is longer than 80 characters. | 200 | |
Line contains a tab character. | 200 | |
'(' is followed by whitespace. | 200 | |
Line contains a tab character. | 201 | |
Line contains a tab character. | 202 | |
Line has trailing spaces. | 203 | |
Line contains a tab character. | 203 | |
Line contains a tab character. | 204 | |
Method 'createHeader' is not designed for extension - needs to be abstract, final or empty. | 204 | |
Missing a Javadoc comment. | 204 | |
Line contains a tab character. | 205 | |
'{' should be on the previous line. | 205 | |
'if' construct must use '{}'s. | 206 | |
Line contains a tab character. | 206 | |
'if' is not followed by whitespace. | 206 | |
'(' is followed by whitespace. | 206 | |
'!=' is not preceded with whitespace. | 206 | |
'!=' is not followed by whitespace. | 206 | |
Line is longer than 80 characters. | 207 | |
Line contains a tab character. | 207 | |
'(' is followed by whitespace. | 207 | |
Line has trailing spaces. | 208 | |
Line contains a tab character. | 208 | |
Line has trailing spaces. | 209 | |
Line contains a tab character. | 209 | |
Line contains a tab character. | 210 | |
Line has trailing spaces. | 211 | |
Line contains a tab character. | 211 | |
Line contains a tab character. | 212 | |
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 212 | |
Missing a Javadoc comment. | 212 | |
Redundant throws: 'BuildException' is unchecked exception. | 212 | |
Line contains a tab character. | 213 | |
'{' should be on the previous line. | 213 | |
'if' construct must use '{}'s. | 214 | |
Line contains a tab character. | 214 | |
'if' is not followed by whitespace. | 214 | |
'(' is followed by whitespace. | 214 | |
'==' is not preceded with whitespace. | 214 | |
'==' is not followed by whitespace. | 214 | |
Line is longer than 80 characters. | 215 | |
Line contains a tab character. | 215 | |
'(' is followed by whitespace. | 215 | |
'if' construct must use '{}'s. | 216 | |
Line contains a tab character. | 216 | |
'if' is not followed by whitespace. | 216 | |
'(' is followed by whitespace. | 216 | |
Line is longer than 80 characters. | 217 | |
Line contains a tab character. | 217 | |
'(' is followed by whitespace. | 217 | |
Line has trailing spaces. | 218 | |
Line contains a tab character. | 218 | |
Line contains a tab character. | 219 | |
Line contains a tab character. | 220 | |
'{' should be on the previous line. | 220 | |
Line contains a tab character. | 221 | |
Line has trailing spaces. | 222 | |
Line contains a tab character. | 222 | |
Line contains a tab character. | 223 | |
'if' is not followed by whitespace. | 223 | |
'(' is followed by whitespace. | 223 | |
Line contains a tab character. | 224 | |
'{' should be on the previous line. | 224 | |
Line is longer than 80 characters. | 225 | |
Line contains a tab character. | 225 | |
'(' is followed by whitespace. | 225 | |
Line contains a tab character. | 226 | |
'(' is followed by whitespace. | 226 | |
'(' is followed by whitespace. | 226 | |
Line contains a tab character. | 227 | |
Line has trailing spaces. | 228 | |
Line contains a tab character. | 228 | |
Line has trailing spaces. | 229 | |
Line contains a tab character. | 229 | |
Line contains a tab character. | 230 | |
'if' is not followed by whitespace. | 230 | |
'(' is followed by whitespace. | 230 | |
'!=' is not preceded with whitespace. | 230 | |
'!=' is not followed by whitespace. | 230 | |
Line contains a tab character. | 231 | |
'{' should be on the previous line. | 231 | |
Line is longer than 80 characters. | 232 | |
Line contains a tab character. | 232 | |
'(' is followed by whitespace. | 232 | |
Line contains a tab character. | 233 | |
Array brackets at illegal position. | 233 | |
Line contains a tab character. | 234 | |
Line contains a tab character. | 235 | |
'{' should be on the previous line. | 235 | |
Line is longer than 80 characters. | 236 | |
Line contains a tab character. | 236 | |
Name '_file' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 236 | |
'(' is followed by whitespace. | 236 | |
Line contains a tab character. | 237 | |
'if' is not followed by whitespace. | 237 | |
'(' is followed by whitespace. | 237 | |
'(' is followed by whitespace. | 237 | |
Line contains a tab character. | 238 | |
'{' should be on the previous line. | 238 | |
Line is longer than 80 characters. | 239 | |
Line contains a tab character. | 239 | |
'(' is followed by whitespace. | 239 | |
Line has trailing spaces. | 240 | |
Line is longer than 80 characters. | 240 | |
Line contains a tab character. | 240 | |
'(' is followed by whitespace. | 240 | |
'(' is followed by whitespace. | 240 | |
Line contains a tab character. | 241 | |
Line contains a tab character. | 242 | |
Line has trailing spaces. | 243 | |
Line contains a tab character. | 243 | |
Line has trailing spaces. | 244 | |
Line contains a tab character. | 244 | |
Line contains a tab character. | 245 | |
Line contains a tab character. | 246 | |
Line contains a tab character. | 247 | |
'{' should be on the previous line. | 247 | |
Line contains a tab character. | 248 | |
'cast' is not followed by whitespace. | 248 | |
Line contains a tab character. | 249 | |
'(' is followed by whitespace. | 249 | |
Line contains a tab character. | 250 | |
Line has trailing spaces. | 252 | |
Line is longer than 80 characters. | 252 | |
Line contains a tab character. | 252 | |
'(' is followed by whitespace. | 252 | |
Line contains a tab character. | 253 | |
'(' is followed by whitespace. | 253 | |
'(' is followed by whitespace. | 253 | |
Line contains a tab character. | 254 | |
'}' should be on the same line. | 254 | |
Line contains a tab character. | 255 | |
Line contains a tab character. | 256 | |
'{' should be on the previous line. | 256 | |
Line is longer than 80 characters. | 257 | |
Line contains a tab character. | 257 | |
'(' is followed by whitespace. | 257 | |
Line contains a tab character. | 258 | |
Line contains a tab character. | 259 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line has trailing spaces. | 19 | |
Missing a Javadoc comment. | 24 | |
Name '__MODE_' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 24 | |
Missing a Javadoc comment. | 25 | |
Name '__EXECUTABLE__PATH__' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 25 | |
Missing a Javadoc comment. | 26 | |
Name '__EXECUTABLE__NAME__' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 26 | |
Missing a Javadoc comment. | 28 | |
Avoid inline conditionals. | 35 | |
Line is longer than 80 characters. | 38 | |
Avoid inline conditionals. | 46 | |
Line is longer than 80 characters. | 55 | |
Line has trailing spaces. | 73 | |
Line has trailing spaces. | 80 | |
Line has trailing spaces. | 95 | |
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 98 | |
Missing a Javadoc comment. | 98 | |
Redundant throws: 'BuildException' is unchecked exception. | 99 | |
'else' construct must use '{}'s. | 118 | |
Method 'getWin32ConsoleLessStub' is not designed for extension - needs to be abstract, final or empty. | 124 | |
Missing a Javadoc comment. | 124 | |
Method 'getWin32ConsoleStub' is not designed for extension - needs to be abstract, final or empty. | 129 | |
Missing a Javadoc comment. | 129 | |
Method 'getShellStub' is not designed for extension - needs to be abstract, final or empty. | 134 | |
Missing a Javadoc comment. | 134 | |
Method 'getTokenLength' is not designed for extension - needs to be abstract, final or empty. | 139 | |
Missing a Javadoc comment. | 139 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line has trailing spaces. | 7 | |
Missing a Javadoc comment. | 18 | |
'{' should be on the previous line. | 19 | |
Line contains a tab character. | 20 | |
Missing a Javadoc comment. | 20 | |
Line contains a tab character. | 21 | |
Missing a Javadoc comment. | 21 | |
Line contains a tab character. | 22 | |
Missing a Javadoc comment. | 22 | |
Line contains a tab character. | 23 | |
Missing a Javadoc comment. | 23 | |
Line has trailing spaces. | 25 | |
Line contains a tab character. | 25 | |
Line contains a tab character. | 26 | |
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 26 | |
Expected @throws tag for 'BuildException'. | 26 | |
Redundant throws: 'BuildException' is unchecked exception. | 26 | |
Line contains a tab character. | 27 | |
'{' should be on the previous line. | 27 | |
'if' construct must use '{}'s. | 28 | |
Line contains a tab character. | 28 | |
Line is longer than 80 characters. | 29 | |
Line contains a tab character. | 29 | |
'if' construct must use '{}'s. | 30 | |
Line contains a tab character. | 30 | |
Line is longer than 80 characters. | 31 | |
Line contains a tab character. | 31 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
'{' should be on the previous line. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
'{' should be on the previous line. | 42 | |
Line is longer than 80 characters. | 43 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
'{' should be on the previous line. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
'if' construct must use '{}'s. | 53 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
'if' construct must use '{}'s. | 57 | |
Line contains a tab character. | 57 | |
Line is longer than 80 characters. | 58 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 63 | |
Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 63 | |
Missing a Javadoc comment. | 63 | |
Parameter value should be final. | 63 | |
'value' hides a field. | 63 | |
Line contains a tab character. | 64 | |
'{' should be on the previous line. | 64 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 68 | |
Method 'setCaseInsensitive' is not designed for extension - needs to be abstract, final or empty. | 68 | |
Missing a Javadoc comment. | 68 | |
Parameter c should be final. | 68 | |
Line contains a tab character. | 69 | |
'{' should be on the previous line. | 69 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
Missing a Javadoc comment. | 73 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 74 | |
'{' should be on the previous line. | 74 | |
Line contains a tab character. | 75 | |
Missing a Javadoc comment. | 75 | |
Line contains a tab character. | 77 | |
Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 77 | |
Missing a Javadoc comment. | 77 | |
Parameter value should be final. | 77 | |
'value' hides a field. | 77 | |
Line contains a tab character. | 78 | |
'{' should be on the previous line. | 78 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 82 | |
Definition of 'equals()' without corresponding definition of 'hashCode()'. | 82 | |
Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 82 | |
Missing a Javadoc comment. | 82 | |
Parameter o should be final. | 82 | |
Line contains a tab character. | 83 | |
'{' should be on the previous line. | 83 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 85 | |
'if' construct must use '{}'s. | 86 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 92 | |
Method 'createCase' is not designed for extension - needs to be abstract, final or empty. | 92 | |
Missing a Javadoc comment. | 92 | |
Redundant throws: 'BuildException' is unchecked exception. | 92 | |
Line contains a tab character. | 93 | |
'{' should be on the previous line. | 93 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 96 | |
Line contains a tab character. | 97 | |
Line contains a tab character. | 99 | |
Method 'addDefault' is not designed for extension - needs to be abstract, final or empty. | 99 | |
Missing a Javadoc comment. | 99 | |
Parameter res should be final. | 99 | |
Redundant throws: 'BuildException' is unchecked exception. | 99 | |
Line contains a tab character. | 100 | |
'{' should be on the previous line. | 100 | |
'if' construct must use '{}'s. | 101 | |
Line contains a tab character. | 101 | |
Line is longer than 80 characters. | 102 | |
Line contains a tab character. | 102 | |
Line contains a tab character. | 104 | |
Line contains a tab character. | 105 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line contains a tab character. | 13 | |
Line contains a tab character. | 14 | |
Line contains a tab character. | 15 | |
Line has trailing spaces. | 19 | |
'{' should be on the previous line. | 20 | |
Line has trailing spaces. | 21 | |
Line contains a tab character. | 21 | |
Missing a Javadoc comment. | 21 | |
Variable 'file' must be private and have accessor methods. | 21 | |
Line contains a tab character. | 22 | |
Missing a Javadoc comment. | 22 | |
Variable 'target' must be private and have accessor methods. | 22 | |
Line has trailing spaces. | 23 | |
Line contains a tab character. | 23 | |
Line has trailing spaces. | 24 | |
Line contains a tab character. | 24 | |
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 24 | |
Missing a Javadoc comment. | 24 | |
Redundant throws: 'BuildException' is unchecked exception. | 24 | |
Line contains a tab character. | 25 | |
'{' should be on the previous line. | 25 | |
Line contains a tab character. | 26 | |
'if' is not followed by whitespace. | 26 | |
'(' is followed by whitespace. | 26 | |
'==' is not preceded with whitespace. | 26 | |
'==' is not followed by whitespace. | 26 | |
'==' is not preceded with whitespace. | 26 | |
'==' is not followed by whitespace. | 26 | |
Line contains a tab character. | 27 | |
'{' should be on the previous line. | 27 | |
Line is longer than 80 characters. | 28 | |
Line contains a tab character. | 28 | |
Line contains a tab character. | 29 | |
Line has trailing spaces. | 30 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 31 | |
Line contains a tab character. | 32 | |
'(' is followed by whitespace. | 32 | |
Line contains a tab character. | 33 | |
Line has trailing spaces. | 34 | |
Line contains a tab character. | 34 | |
'{' should be on the previous line. | 34 | |
Line is longer than 80 characters. | 35 | |
Line contains a tab character. | 35 | |
'(' is followed by whitespace. | 35 | |
Line has trailing spaces. | 36 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
'(' is followed by whitespace. | 37 | |
Line is longer than 80 characters. | 38 | |
Line contains a tab character. | 38 | |
'(' is followed by whitespace. | 38 | |
Line contains a tab character. | 39 | |
'if' construct must use '{}'s. | 40 | |
Line contains a tab character. | 40 | |
'if' is not followed by whitespace. | 40 | |
'(' is followed by whitespace. | 40 | |
'!=' is not preceded with whitespace. | 40 | |
'!=' is not followed by whitespace. | 40 | |
Line has trailing spaces. | 41 | |
Line is longer than 80 characters. | 41 | |
Line contains a tab character. | 41 | |
'(' is followed by whitespace. | 41 | |
'(' is followed by whitespace. | 41 | |
Line contains a tab character. | 42 | |
'}' should be on the same line. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
'{' should be on the previous line. | 44 | |
'if' construct must use '{}'s. | 45 | |
Line contains a tab character. | 45 | |
'if' is not followed by whitespace. | 45 | |
'(' is followed by whitespace. | 45 | |
Line contains a tab character. | 46 | |
'cast' is not followed by whitespace. | 46 | |
'else' construct must use '{}'s. | 47 | |
Line contains a tab character. | 47 | |
Line is longer than 80 characters. | 48 | |
Line contains a tab character. | 48 | |
'(' is followed by whitespace. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Line has trailing spaces. | 52 | |
Line contains a tab character. | 52 | |
Method 'setFile' is not designed for extension - needs to be abstract, final or empty. | 52 | |
Missing a Javadoc comment. | 52 | |
Parameter file should be final. | 52 | |
'file' hides a field. | 52 | |
Line contains a tab character. | 53 | |
'{' should be on the previous line. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Line has trailing spaces. | 57 | |
Line contains a tab character. | 57 | |
Method 'setTarget' is not designed for extension - needs to be abstract, final or empty. | 57 | |
Missing a Javadoc comment. | 57 | |
Parameter target should be final. | 57 | |
'target' hides a field. | 57 | |
Line contains a tab character. | 58 | |
'{' should be on the previous line. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line contains a tab character. | 18 | |
Line contains a tab character. | 19 | |
Line contains a tab character. | 20 | |
'{' should be on the previous line. | 25 | |
Line contains a tab character. | 26 | |
Missing a Javadoc comment. | 26 | |
Variable 'environment' must be private and have accessor methods. | 26 | |
Line has trailing spaces. | 27 | |
Line contains a tab character. | 27 | |
Line contains a tab character. | 28 | |
Method 'init' is not designed for extension - needs to be abstract, final or empty. | 28 | |
Missing a Javadoc comment. | 28 | |
Redundant throws: 'BuildException' is unchecked exception. | 28 | |
Line contains a tab character. | 29 | |
'{' should be on the previous line. | 29 | |
Line contains a tab character. | 30 | |
'if' is not followed by whitespace. | 30 | |
'(' is followed by whitespace. | 30 | |
'==' is not preceded with whitespace. | 30 | |
'==' is not followed by whitespace. | 30 | |
Line contains a tab character. | 31 | |
'{' should be on the previous line. | 31 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 33 | |
Line is longer than 80 characters. | 34 | |
Line contains a tab character. | 34 | |
'for' is not followed by whitespace. | 34 | |
Line contains a tab character. | 35 | |
'{' should be on the previous line. | 35 | |
Line contains a tab character. | 36 | |
'cast' is not followed by whitespace. | 36 | |
Line contains a tab character. | 37 | |
'if' construct must use '{}'s. | 38 | |
Line contains a tab character. | 38 | |
'if' is not followed by whitespace. | 38 | |
Line is longer than 80 characters. | 39 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
'{' should be on the previous line. | 41 | |
Line is longer than 80 characters. | 42 | |
Line contains a tab character. | 42 | |
'(' is followed by whitespace. | 42 | |
Line is longer than 80 characters. | 43 | |
Line contains a tab character. | 43 | |
Line has trailing spaces. | 44 | |
Line contains a tab character. | 44 | |
Line has trailing spaces. | 45 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 | |
Line has trailing spaces. | 48 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
Missing a Javadoc comment. | 49 | |
'(' is followed by whitespace. | 49 | |
Parameter s should be final. | 49 | |
Line contains a tab character. | 50 | |
'{' should be on the previous line. | 50 | |
Line contains a tab character. | 51 | |
'if' is not followed by whitespace. | 51 | |
'(' is followed by whitespace. | 51 | |
'!=' is not preceded with whitespace. | 51 | |
'!=' is not followed by whitespace. | 51 | |
Line contains a tab character. | 52 | |
'{' should be on the previous line. | 52 | |
Line has trailing spaces. | 53 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
'}' should be on the same line. | 54 | |
'else' construct must use '{}'s. | 55 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Line has trailing spaces. | 58 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 59 | |
Missing a Javadoc comment. | 59 | |
Redundant throws: 'BuildException' is unchecked exception. | 59 | |
Line contains a tab character. | 60 | |
'{' should be on the previous line. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
'if' is not followed by whitespace. | 62 | |
'(' is followed by whitespace. | 62 | |
'(' is followed by whitespace. | 62 | |
'!=' is not preceded with whitespace. | 62 | |
'!=' is not followed by whitespace. | 62 | |
Line contains a tab character. | 63 | |
'{' should be on the previous line. | 63 | |
Line is longer than 80 characters. | 64 | |
Line contains a tab character. | 64 | |
'(' is followed by whitespace. | 64 | |
'(' is followed by whitespace. | 64 | |
'(' is followed by whitespace. | 64 | |
Line contains a tab character. | 65 | |
'while' is not followed by whitespace. | 65 | |
Line contains a tab character. | 66 | |
'{' should be on the previous line. | 66 | |
Line is longer than 80 characters. | 67 | |
Line contains a tab character. | 67 | |
'(' is followed by whitespace. | 67 | |
'(' is followed by whitespace. | 67 | |
Line contains a tab character. | 68 | |
'if' is not followed by whitespace. | 68 | |
'(' is followed by whitespace. | 68 | |
Line contains a tab character. | 69 | |
'{' should be on the previous line. | 69 | |
Line is longer than 80 characters. | 71 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 75 | |
'if' is not followed by whitespace. | 75 | |
'(' is followed by whitespace. | 75 | |
'==' is not preceded with whitespace. | 75 | |
'==' is not followed by whitespace. | 75 | |
Line contains a tab character. | 76 | |
'{' should be on the previous line. | 76 | |
Line is longer than 80 characters. | 77 | |
Line contains a tab character. | 77 | |
'(' is followed by whitespace. | 77 | |
Line contains a tab character. | 78 | |
'}' should be on the same line. | 78 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
'{' should be on the previous line. | 80 | |
Line is longer than 80 characters. | 81 | |
Line contains a tab character. | 81 | |
'(' is followed by whitespace. | 81 | |
'(' is followed by whitespace. | 81 | |
'{' is followed by whitespace. | 81 | |
Line contains a tab character. | 82 | |
'if' is not followed by whitespace. | 82 | |
'(' is followed by whitespace. | 82 | |
'!=' is not preceded with whitespace. | 82 | |
'!=' is not followed by whitespace. | 82 | |
Line has trailing spaces. | 83 | |
Line contains a tab character. | 83 | |
'{' should be on the previous line. | 83 | |
Line is longer than 80 characters. | 84 | |
Line contains a tab character. | 84 | |
'(' is followed by whitespace. | 84 | |
'(' is followed by whitespace. | 84 | |
Line contains a tab character. | 85 | |
'if' is not followed by whitespace. | 85 | |
'(' is followed by whitespace. | 85 | |
'>' is not preceded with whitespace. | 85 | |
'>' is not followed by whitespace. | 85 | |
Line contains a tab character. | 86 | |
'{' should be on the previous line. | 86 | |
Line has trailing spaces. | 87 | |
Line is longer than 80 characters. | 87 | |
Line contains a tab character. | 87 | |
Line is longer than 80 characters. | 88 | |
Line contains a tab character. | 88 | |
'(' is followed by whitespace. | 88 | |
Line has trailing spaces. | 89 | |
Line contains a tab character. | 89 | |
Line is longer than 80 characters. | 90 | |
Line contains a tab character. | 90 | |
'(' is followed by whitespace. | 90 | |
Line contains a tab character. | 91 | |
Line has trailing spaces. | 92 | |
Line contains a tab character. | 92 | |
Line is longer than 80 characters. | 93 | |
Line contains a tab character. | 93 | |
'(' is followed by whitespace. | 93 | |
'(' is followed by whitespace. | 93 | |
'{' is followed by whitespace. | 93 | |
Line contains a tab character. | 94 | |
'if' is not followed by whitespace. | 94 | |
'(' is followed by whitespace. | 94 | |
'!=' is not preceded with whitespace. | 94 | |
'!=' is not followed by whitespace. | 94 | |
Line contains a tab character. | 95 | |
'{' should be on the previous line. | 95 | |
Line is longer than 80 characters. | 96 | |
Line contains a tab character. | 96 | |
'(' is followed by whitespace. | 96 | |
'(' is followed by whitespace. | 96 | |
Line contains a tab character. | 97 | |
'if' is not followed by whitespace. | 97 | |
'(' is followed by whitespace. | 97 | |
'>' is not preceded with whitespace. | 97 | |
'>' is not followed by whitespace. | 97 | |
Line contains a tab character. | 98 | |
'{' should be on the previous line. | 98 | |
Line has trailing spaces. | 99 | |
Line is longer than 80 characters. | 99 | |
Line contains a tab character. | 99 | |
Line is longer than 80 characters. | 100 | |
Line contains a tab character. | 100 | |
'(' is followed by whitespace. | 100 | |
Line has trailing spaces. | 101 | |
Line is longer than 80 characters. | 101 | |
Line contains a tab character. | 101 | |
Line is longer than 80 characters. | 102 | |
Line contains a tab character. | 102 | |
'(' is followed by whitespace. | 102 | |
Line contains a tab character. | 103 | |
Line has trailing spaces. | 104 | |
Line contains a tab character. | 104 | |
Line is longer than 80 characters. | 105 | |
Line contains a tab character. | 105 | |
'(' is followed by whitespace. | 105 | |
'(' is followed by whitespace. | 105 | |
'{' is followed by whitespace. | 105 | |
Line contains a tab character. | 106 | |
'if' is not followed by whitespace. | 106 | |
'(' is followed by whitespace. | 106 | |
'!=' is not preceded with whitespace. | 106 | |
'!=' is not followed by whitespace. | 106 | |
Line contains a tab character. | 107 | |
'{' should be on the previous line. | 107 | |
Line is longer than 80 characters. | 108 | |
Line contains a tab character. | 108 | |
'(' is followed by whitespace. | 108 | |
'(' is followed by whitespace. | 108 | |
Line contains a tab character. | 109 | |
'if' is not followed by whitespace. | 109 | |
'(' is followed by whitespace. | 109 | |
'>' is not preceded with whitespace. | 109 | |
'>' is not followed by whitespace. | 109 | |
Line contains a tab character. | 110 | |
'{' should be on the previous line. | 110 | |
Line has trailing spaces. | 111 | |
Line is longer than 80 characters. | 111 | |
Line contains a tab character. | 111 | |
Line is longer than 80 characters. | 112 | |
Line contains a tab character. | 112 | |
'(' is followed by whitespace. | 112 | |
Line has trailing spaces. | 113 | |
Line is longer than 80 characters. | 113 | |
Line contains a tab character. | 113 | |
Line is longer than 80 characters. | 114 | |
Line contains a tab character. | 114 | |
'(' is followed by whitespace. | 114 | |
Line contains a tab character. | 115 | |
Line has trailing spaces. | 116 | |
Line contains a tab character. | 116 | |
Line is longer than 80 characters. | 117 | |
Line contains a tab character. | 117 | |
'(' is followed by whitespace. | 117 | |
'(' is followed by whitespace. | 117 | |
'{' is followed by whitespace. | 117 | |
Line contains a tab character. | 118 | |
'if' is not followed by whitespace. | 118 | |
'(' is followed by whitespace. | 118 | |
'!=' is not preceded with whitespace. | 118 | |
'!=' is not followed by whitespace. | 118 | |
Line contains a tab character. | 119 | |
'{' should be on the previous line. | 119 | |
Line is longer than 80 characters. | 120 | |
Line contains a tab character. | 120 | |
'(' is followed by whitespace. | 120 | |
'(' is followed by whitespace. | 120 | |
Line contains a tab character. | 121 | |
'if' is not followed by whitespace. | 121 | |
'(' is followed by whitespace. | 121 | |
'>' is not preceded with whitespace. | 121 | |
'>' is not followed by whitespace. | 121 | |
Line contains a tab character. | 122 | |
'{' should be on the previous line. | 122 | |
Line has trailing spaces. | 123 | |
Line is longer than 80 characters. | 123 | |
Line contains a tab character. | 123 | |
Line has trailing spaces. | 124 | |
Line is longer than 80 characters. | 124 | |
Line contains a tab character. | 124 | |
Line is longer than 80 characters. | 125 | |
Line contains a tab character. | 125 | |
'(' is followed by whitespace. | 125 | |
Line contains a tab character. | 126 | |
Line has trailing spaces. | 127 | |
Line contains a tab character. | 127 | |
Line is longer than 80 characters. | 128 | |
Line contains a tab character. | 128 | |
'(' is followed by whitespace. | 128 | |
'(' is followed by whitespace. | 128 | |
'{' is followed by whitespace. | 128 | |
Line contains a tab character. | 129 | |
'if' is not followed by whitespace. | 129 | |
'(' is followed by whitespace. | 129 | |
'!=' is not preceded with whitespace. | 129 | |
'!=' is not followed by whitespace. | 129 | |
Line contains a tab character. | 130 | |
'{' should be on the previous line. | 130 | |
Line is longer than 80 characters. | 131 | |
Line contains a tab character. | 131 | |
'(' is followed by whitespace. | 131 | |
'(' is followed by whitespace. | 131 | |
Line contains a tab character. | 132 | |
'if' is not followed by whitespace. | 132 | |
'(' is followed by whitespace. | 132 | |
'>' is not preceded with whitespace. | 132 | |
'>' is not followed by whitespace. | 132 | |
Line contains a tab character. | 133 | |
'{' should be on the previous line. | 133 | |
Line has trailing spaces. | 134 | |
Line is longer than 80 characters. | 134 | |
Line contains a tab character. | 134 | |
Line is longer than 80 characters. | 135 | |
Line contains a tab character. | 135 | |
'(' is followed by whitespace. | 135 | |
Line has trailing spaces. | 136 | |
Line contains a tab character. | 136 | |
Line is longer than 80 characters. | 137 | |
Line contains a tab character. | 137 | |
'(' is followed by whitespace. | 137 | |
Line contains a tab character. | 138 | |
Line has trailing spaces. | 139 | |
Line contains a tab character. | 139 | |
Line is longer than 80 characters. | 140 | |
Line contains a tab character. | 140 | |
'(' is followed by whitespace. | 140 | |
'(' is followed by whitespace. | 140 | |
'{' is followed by whitespace. | 140 | |
Line contains a tab character. | 141 | |
'if' is not followed by whitespace. | 141 | |
'(' is followed by whitespace. | 141 | |
'!=' is not preceded with whitespace. | 141 | |
'!=' is not followed by whitespace. | 141 | |
Line has trailing spaces. | 142 | |
Line contains a tab character. | 142 | |
'{' should be on the previous line. | 142 | |
Line is longer than 80 characters. | 143 | |
Line contains a tab character. | 143 | |
'(' is followed by whitespace. | 143 | |
'(' is followed by whitespace. | 143 | |
Line contains a tab character. | 144 | |
'if' is not followed by whitespace. | 144 | |
'(' is followed by whitespace. | 144 | |
'>' is not preceded with whitespace. | 144 | |
'>' is not followed by whitespace. | 144 | |
Line contains a tab character. | 145 | |
'{' should be on the previous line. | 145 | |
Line has trailing spaces. | 146 | |
Line is longer than 80 characters. | 146 | |
Line contains a tab character. | 146 | |
Line is longer than 80 characters. | 147 | |
Line contains a tab character. | 147 | |
'(' is followed by whitespace. | 147 | |
Line has trailing spaces. | 148 | |
Line is longer than 80 characters. | 148 | |
Line contains a tab character. | 148 | |
Line is longer than 80 characters. | 149 | |
Line contains a tab character. | 149 | |
'(' is followed by whitespace. | 149 | |
Line contains a tab character. | 150 | |
Line has trailing spaces. | 151 | |
Line contains a tab character. | 151 | |
Line is longer than 80 characters. | 152 | |
Line contains a tab character. | 152 | |
'(' is followed by whitespace. | 152 | |
'(' is followed by whitespace. | 152 | |
Line has trailing spaces. | 153 | |
Line contains a tab character. | 153 | |
Line has trailing spaces. | 154 | |
Line contains a tab character. | 154 | |
Line has trailing spaces. | 155 | |
Line contains a tab character. | 155 | |
Line contains a tab character. | 156 | |
'if' construct must use '{}'s. | 157 | |
Line contains a tab character. | 157 | |
'if' is not followed by whitespace. | 157 | |
'(' is followed by whitespace. | 157 | |
'!=' is not preceded with whitespace. | 157 | |
'!=' is not followed by whitespace. | 157 | |
Line is longer than 80 characters. | 158 | |
Line contains a tab character. | 158 | |
'(' is followed by whitespace. | 158 | |
Line has trailing spaces. | 159 | |
Line contains a tab character. | 159 | |
Line is longer than 80 characters. | 160 | |
Line contains a tab character. | 160 | |
'(' is followed by whitespace. | 160 | |
Line contains a tab character. | 162 | |
'(' is followed by whitespace. | 162 | |
'(' is followed by whitespace. | 162 | |
Line contains a tab character. | 163 | |
'if' is not followed by whitespace. | 163 | |
'(' is followed by whitespace. | 163 | |
Line has trailing spaces. | 164 | |
Line contains a tab character. | 164 | |
'{' should be on the previous line. | 164 | |
'if' construct must use '{}'s. | 165 | |
Line contains a tab character. | 165 | |
'if' is not followed by whitespace. | 165 | |
'(' is followed by whitespace. | 165 | |
Line is longer than 80 characters. | 166 | |
Line contains a tab character. | 166 | |
'(' is followed by whitespace. | 166 | |
Line contains a tab character. | 167 | |
Line contains a tab character. | 168 | |
'{' should be on the previous line. | 168 | |
Line is longer than 80 characters. | 169 | |
Line contains a tab character. | 169 | |
'(' is followed by whitespace. | 169 | |
Line is longer than 80 characters. | 170 | |
Line contains a tab character. | 170 | |
'(' is followed by whitespace. | 170 | |
Line contains a tab character. | 171 | |
Line contains a tab character. | 172 | |
'}' should be on the same line. | 172 | |
'else' construct must use '{}'s. | 173 | |
Line contains a tab character. | 173 | |
Line is longer than 80 characters. | 174 | |
Line contains a tab character. | 174 | |
'(' is followed by whitespace. | 174 | |
Line has trailing spaces. | 175 | |
Line contains a tab character. | 175 | |
Line contains a tab character. | 176 | |
'if' is not followed by whitespace. | 176 | |
'(' is followed by whitespace. | 176 | |
'(' is followed by whitespace. | 176 | |
'!=' is not preceded with whitespace. | 176 | |
'!=' is not followed by whitespace. | 176 | |
Line contains a tab character. | 177 | |
'{' should be on the previous line. | 177 | |
Line contains a tab character. | 178 | |
'if' construct must use '{}'s. | 179 | |
Line is longer than 80 characters. | 179 | |
Line contains a tab character. | 179 | |
'if' is not followed by whitespace. | 179 | |
'(' is followed by whitespace. | 179 | |
'(' is followed by whitespace. | 179 | |
'(' is followed by whitespace. | 179 | |
'==' is not preceded with whitespace. | 179 | |
'==' is not followed by whitespace. | 179 | |
Line is longer than 80 characters. | 180 | |
Line contains a tab character. | 180 | |
'(' is followed by whitespace. | 180 | |
Line has trailing spaces. | 181 | |
Line contains a tab character. | 181 | |
'}' should be on the same line. | 181 | |
Line has trailing spaces. | 182 | |
Line contains a tab character. | 182 | |
Line contains a tab character. | 183 | |
'{' should be on the previous line. | 183 | |
Must have at least one statement. | 183 | |
Line has trailing spaces. | 184 | |
Line contains a tab character. | 184 | |
Line contains a tab character. | 185 | |
Line contains a tab character. | 186 | |
Line has trailing spaces. | 187 | |
Line contains a tab character. | 187 | |
Line contains a tab character. | 188 | |
Line contains a tab character. | 189 | |
Line contains a tab character. | 190 | |
Line contains a tab character. | 191 | |
Line contains a tab character. | 192 | |
Line contains a tab character. | 193 | |
Line contains a tab character. | 194 | |
Line contains a tab character. | 195 | |
Line contains a tab character. | 196 | |
Line contains a tab character. | 197 | |
Line has trailing spaces. | 198 | |
Line contains a tab character. | 198 | |
Line contains a tab character. | 199 | |
Missing a Javadoc comment. | 199 | |
'(' is followed by whitespace. | 199 | |
Parameter command should be final. | 199 | |
Line contains a tab character. | 200 | |
'{' should be on the previous line. | 200 | |
Line contains a tab character. | 201 | |
Line contains a tab character. | 202 | |
'{' should be on the previous line. | 202 | |
Line has trailing spaces. | 203 | |
Line is longer than 80 characters. | 203 | |
Line contains a tab character. | 203 | |
Line contains a tab character. | 204 | |
'(' is followed by whitespace. | 204 | |
Line contains a tab character. | 205 | |
'(' is followed by whitespace. | 205 | |
Line contains a tab character. | 206 | |
'(' is followed by whitespace. | 206 | |
Line contains a tab character. | 207 | |
Line contains a tab character. | 209 | |
'(' is followed by whitespace. | 209 | |
Line contains a tab character. | 210 | |
'}' should be on the same line. | 210 | |
Line contains a tab character. | 211 | |
Line contains a tab character. | 212 | |
'{' should be on the previous line. | 212 | |
Line is longer than 80 characters. | 213 | |
Line contains a tab character. | 213 | |
'(' is followed by whitespace. | 213 | |
Line contains a tab character. | 214 | |
Line contains a tab character. | 215 | |
Line contains a tab character. | 216 | |
Line has trailing spaces. | 217 | |
Line contains a tab character. | 217 | |
Line has trailing spaces. | 218 | |
Line is longer than 80 characters. | 218 | |
Line contains a tab character. | 218 | |
Missing a Javadoc comment. | 218 | |
Variable 'commonProgramsFolders' must be private and have accessor methods. | 218 | |
'{' is followed by whitespace. | 218 | |
Line has trailing spaces. | 219 | |
Line contains a tab character. | 219 | |
Line contains a tab character. | 220 | |
Missing a Javadoc comment. | 220 | |
Line contains a tab character. | 221 | |
'{' should be on the previous line. | 221 | |
Line contains a tab character. | 222 | |
Line contains a tab character. | 223 | |
'{' should be on the previous line. | 223 | |
Line contains a tab character. | 224 | |
Line contains a tab character. | 225 | |
'(' is followed by whitespace. | 225 | |
'if' construct must use '{}'s. | 226 | |
Line contains a tab character. | 226 | |
'if' is not followed by whitespace. | 226 | |
'(' is followed by whitespace. | 226 | |
Line contains a tab character. | 227 | |
Line contains a tab character. | 228 | |
Line has trailing spaces. | 229 | |
Line contains a tab character. | 229 | |
Line contains a tab character. | 230 | |
Line has trailing spaces. | 231 | |
Line contains a tab character. | 231 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line contains a tab character. | 9 | |
Line contains a tab character. | 10 | |
Line contains a tab character. | 11 | |
'{' should be on the previous line. | 16 | |
Line contains a tab character. | 17 | |
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 17 | |
Missing a Javadoc comment. | 17 | |
Redundant throws: 'BuildException' is unchecked exception. | 17 | |
Line contains a tab character. | 18 | |
'{' should be on the previous line. | 18 | |
Line contains a tab character. | 19 | |
Line is longer than 80 characters. | 20 | |
Line contains a tab character. | 20 | |
'(' is followed by whitespace. | 20 | |
'(' is followed by whitespace. | 20 | |
Line contains a tab character. | 21 | |
Line contains a tab character. | 22 | |
Line contains a tab character. | 23 | |
Line contains a tab character. | 24 | |
Line contains a tab character. | 25 | |
Line is longer than 80 characters. | 26 | |
Line contains a tab character. | 26 | |
'(' is followed by whitespace. | 26 | |
'(' is followed by whitespace. | 26 | |
Line contains a tab character. | 27 | |
Line contains a tab character. | 28 | |
Line contains a tab character. | 29 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 31 | |
Line is longer than 80 characters. | 32 | |
Line contains a tab character. | 32 | |
'(' is followed by whitespace. | 32 | |
'(' is followed by whitespace. | 32 | |
Line contains a tab character. | 33 | |
Must have at least one statement. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Line is longer than 80 characters. | 36 | |
Line contains a tab character. | 36 | |
'(' is followed by whitespace. | 36 | |
'(' is followed by whitespace. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Line is longer than 80 characters. | 42 | |
Line contains a tab character. | 42 | |
'(' is followed by whitespace. | 42 | |
'(' is followed by whitespace. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Line is longer than 80 characters. | 47 | |
Line contains a tab character. | 47 | |
'(' is followed by whitespace. | 47 | |
'(' is followed by whitespace. | 47 | |
Line contains a tab character. | 48 | |
Line is longer than 80 characters. | 49 | |
Line contains a tab character. | 49 | |
'(' is followed by whitespace. | 49 | |
'(' is followed by whitespace. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line is longer than 80 characters. | 55 | |
Line contains a tab character. | 55 | |
'(' is followed by whitespace. | 55 | |
'(' is followed by whitespace. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
Line is longer than 80 characters. | 61 | |
Line contains a tab character. | 61 | |
'(' is followed by whitespace. | 61 | |
'(' is followed by whitespace. | 61 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Line is longer than 80 characters. | 67 | |
Line contains a tab character. | 67 | |
'(' is followed by whitespace. | 67 | |
'(' is followed by whitespace. | 67 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 72 | |
Line is longer than 80 characters. | 73 | |
Line contains a tab character. | 73 | |
'(' is followed by whitespace. | 73 | |
'(' is followed by whitespace. | 73 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Line is longer than 80 characters. | 79 | |
Line contains a tab character. | 79 | |
'(' is followed by whitespace. | 79 | |
'(' is followed by whitespace. | 79 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
Line is longer than 80 characters. | 85 | |
Line contains a tab character. | 85 | |
'(' is followed by whitespace. | 85 | |
'(' is followed by whitespace. | 85 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 90 | |
Line is longer than 80 characters. | 91 | |
Line contains a tab character. | 91 | |
'(' is followed by whitespace. | 91 | |
'(' is followed by whitespace. | 91 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 96 | |
Line is longer than 80 characters. | 97 | |
Line contains a tab character. | 97 | |
'(' is followed by whitespace. | 97 | |
'(' is followed by whitespace. | 97 | |
Line contains a tab character. | 98 | |
Line contains a tab character. | 99 | |
Line contains a tab character. | 100 | |
Line contains a tab character. | 101 | |
Line contains a tab character. | 102 | |
Line is longer than 80 characters. | 103 | |
Line contains a tab character. | 103 | |
'(' is followed by whitespace. | 103 | |
'(' is followed by whitespace. | 103 | |
Line contains a tab character. | 104 | |
Line contains a tab character. | 105 | |
Line contains a tab character. | 106 | |
Line contains a tab character. | 107 | |
Line contains a tab character. | 108 | |
Line is longer than 80 characters. | 109 | |
Line contains a tab character. | 109 | |
'(' is followed by whitespace. | 109 | |
Line contains a tab character. | 110 | |
Line contains a tab character. | 111 | |
Line contains a tab character. | 112 | |
Line contains a tab character. | 113 | |
Line contains a tab character. | 114 | |
Line is longer than 80 characters. | 115 | |
Line contains a tab character. | 115 | |
'(' is followed by whitespace. | 115 | |
Line contains a tab character. | 116 | |
Line contains a tab character. | 117 | |
Line contains a tab character. | 118 | |
Line contains a tab character. | 119 | |
Line contains a tab character. | 120 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line contains a tab character. | 31 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 33 | |
Line has trailing spaces. | 39 | |
'{' should be on the previous line. | 39 | |
Line contains a tab character. | 39 | |
Missing a Javadoc comment. | 40 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
'{' should be on the previous line. | 41 | |
Line contains a tab character. | 42 | |
Missing a Javadoc comment. | 42 | |
Variable 'property' must be private and have accessor methods. | 42 | |
'=' is not preceded with whitespace. | 42 | |
'=' is not followed by whitespace. | 42 | |
Line contains a tab character. | 43 | |
Missing a Javadoc comment. | 43 | |
Variable 'entry' must be private and have accessor methods. | 43 | |
'=' is not preceded with whitespace. | 43 | |
'=' is not followed by whitespace. | 43 | |
Line has trailing spaces. | 44 | |
Line contains a tab character. | 44 | |
Missing a Javadoc comment. | 44 | |
Variable 'subKey' must be private and have accessor methods. | 44 | |
'=' is not preceded with whitespace. | 44 | |
'=' is not followed by whitespace. | 44 | |
Line has trailing spaces. | 45 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 46 | |
Missing a Javadoc comment. | 46 | |
'(' is followed by whitespace. | 46 | |
Parameter s should be final. | 46 | |
Line contains a tab character. | 47 | |
'{' should be on the previous line. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
Line has trailing spaces. | 50 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Method 'setEntry' is not designed for extension - needs to be abstract, final or empty. | 51 | |
Missing a Javadoc comment. | 51 | |
'(' is followed by whitespace. | 51 | |
Parameter s should be final. | 51 | |
Line contains a tab character. | 52 | |
'{' should be on the previous line. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line has trailing spaces. | 55 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Method 'setSubKey' is not designed for extension - needs to be abstract, final or empty. | 56 | |
Missing a Javadoc comment. | 56 | |
'(' is followed by whitespace. | 56 | |
Parameter s should be final. | 56 | |
Line contains a tab character. | 57 | |
'{' should be on the previous line. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Line has trailing spaces. | 60 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
Method 'run' is not designed for extension - needs to be abstract, final or empty. | 61 | |
Missing a Javadoc comment. | 61 | |
Line contains a tab character. | 62 | |
'{' should be on the previous line. | 62 | |
'if' construct must use '{}'s. | 63 | |
Line contains a tab character. | 63 | |
'if' is not followed by whitespace. | 63 | |
'(' is followed by whitespace. | 63 | |
'==' is not preceded with whitespace. | 63 | |
'==' is not followed by whitespace. | 63 | |
Line is longer than 80 characters. | 64 | |
Line contains a tab character. | 64 | |
'(' is followed by whitespace. | 64 | |
Line has trailing spaces. | 65 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
'reg' hides a field. | 66 | |
'=' is not preceded with whitespace. | 66 | |
'=' is not followed by whitespace. | 66 | |
Line has trailing spaces. | 67 | |
Line contains a tab character. | 67 | |
'if' construct must use '{}'s. | 68 | |
Line contains a tab character. | 68 | |
'if' is not followed by whitespace. | 68 | |
'(' is followed by whitespace. | 68 | |
'!=' is not preceded with whitespace. | 68 | |
'!=' is not followed by whitespace. | 68 | |
Line is longer than 80 characters. | 69 | |
Line contains a tab character. | 69 | |
'(' is followed by whitespace. | 69 | |
'else' construct must use '{}'s. | 70 | |
Line contains a tab character. | 70 | |
Line has trailing spaces. | 71 | |
Line contains a tab character. | 71 | |
Line has trailing spaces. | 72 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 73 | |
'if' is not followed by whitespace. | 73 | |
'(' is followed by whitespace. | 73 | |
'!=' is not preceded with whitespace. | 73 | |
'!=' is not followed by whitespace. | 73 | |
Line contains a tab character. | 74 | |
'{' should be on the previous line. | 74 | |
'if' construct must use '{}'s. | 75 | |
Line contains a tab character. | 75 | |
'if' is not followed by whitespace. | 75 | |
'(' is followed by whitespace. | 75 | |
'(' is followed by whitespace. | 75 | |
Line is longer than 80 characters. | 76 | |
Line contains a tab character. | 76 | |
'(' is followed by whitespace. | 76 | |
Line contains a tab character. | 77 | |
'}' should be on the same line. | 77 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
'{' should be on the previous line. | 79 | |
'if' construct must use '{}'s. | 80 | |
Line contains a tab character. | 80 | |
'if' is not followed by whitespace. | 80 | |
'(' is followed by whitespace. | 80 | |
Line has trailing spaces. | 81 | |
Line is longer than 80 characters. | 81 | |
Line contains a tab character. | 81 | |
'(' is followed by whitespace. | 81 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
Line has trailing spaces. | 85 | |
Line contains a tab character. | 85 | |
Missing a Javadoc comment. | 86 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 87 | |
'{' should be on the previous line. | 87 | |
Line contains a tab character. | 88 | |
Missing a Javadoc comment. | 88 | |
Variable 'entry' must be private and have accessor methods. | 88 | |
'=' is not preceded with whitespace. | 88 | |
'=' is not followed by whitespace. | 88 | |
Line has trailing spaces. | 89 | |
Line contains a tab character. | 89 | |
Missing a Javadoc comment. | 89 | |
Variable 'subKey' must be private and have accessor methods. | 89 | |
'=' is not preceded with whitespace. | 89 | |
'=' is not followed by whitespace. | 89 | |
Line has trailing spaces. | 90 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 91 | |
Method 'setEntry' is not designed for extension - needs to be abstract, final or empty. | 91 | |
Missing a Javadoc comment. | 91 | |
'(' is followed by whitespace. | 91 | |
Parameter s should be final. | 91 | |
Line contains a tab character. | 92 | |
'{' should be on the previous line. | 92 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 94 | |
Line has trailing spaces. | 95 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 96 | |
Method 'setSubKey' is not designed for extension - needs to be abstract, final or empty. | 96 | |
Missing a Javadoc comment. | 96 | |
'(' is followed by whitespace. | 96 | |
Parameter s should be final. | 96 | |
Line contains a tab character. | 97 | |
'{' should be on the previous line. | 97 | |
Line contains a tab character. | 98 | |
Line contains a tab character. | 99 | |
Line has trailing spaces. | 100 | |
Line contains a tab character. | 100 | |
Line contains a tab character. | 101 | |
Method 'run' is not designed for extension - needs to be abstract, final or empty. | 101 | |
Missing a Javadoc comment. | 101 | |
Line contains a tab character. | 102 | |
'{' should be on the previous line. | 102 | |
Line contains a tab character. | 103 | |
'reg' hides a field. | 103 | |
'=' is not preceded with whitespace. | 103 | |
'=' is not followed by whitespace. | 103 | |
Line has trailing spaces. | 104 | |
Line contains a tab character. | 104 | |
'if' construct must use '{}'s. | 105 | |
Line contains a tab character. | 105 | |
'if' is not followed by whitespace. | 105 | |
'(' is followed by whitespace. | 105 | |
'!=' is not preceded with whitespace. | 105 | |
'!=' is not followed by whitespace. | 105 | |
Line is longer than 80 characters. | 106 | |
Line contains a tab character. | 106 | |
'(' is followed by whitespace. | 106 | |
'else' construct must use '{}'s. | 107 | |
Line contains a tab character. | 107 | |
Line has trailing spaces. | 108 | |
Line contains a tab character. | 108 | |
Line contains a tab character. | 110 | |
'if' is not followed by whitespace. | 110 | |
'(' is followed by whitespace. | 110 | |
'!=' is not preceded with whitespace. | 110 | |
'!=' is not followed by whitespace. | 110 | |
Line contains a tab character. | 111 | |
'{' should be on the previous line. | 111 | |
Line contains a tab character. | 112 | |
'if' is not followed by whitespace. | 112 | |
'(' is followed by whitespace. | 112 | |
'(' is followed by whitespace. | 112 | |
Line contains a tab character. | 113 | |
'{' should be on the previous line. | 113 | |
Line is longer than 80 characters. | 114 | |
Line contains a tab character. | 114 | |
'(' is followed by whitespace. | 114 | |
'+' is not followed by whitespace. | 114 | |
Line contains a tab character. | 115 | |
'(' is followed by whitespace. | 115 | |
Line contains a tab character. | 116 | |
'}' should be on the same line. | 116 | |
'else' construct must use '{}'s. | 117 | |
Line contains a tab character. | 117 | |
Line is longer than 80 characters. | 118 | |
Line contains a tab character. | 118 | |
'(' is followed by whitespace. | 118 | |
Line contains a tab character. | 119 | |
'}' should be on the same line. | 119 | |
Line contains a tab character. | 120 | |
Line contains a tab character. | 121 | |
'{' should be on the previous line. | 121 | |
'if' construct must use '{}'s. | 122 | |
Line contains a tab character. | 122 | |
'if' is not followed by whitespace. | 122 | |
'(' is followed by whitespace. | 122 | |
Line contains a tab character. | 123 | |
'else' construct must use '{}'s. | 124 | |
Line contains a tab character. | 124 | |
Line has trailing spaces. | 125 | |
Line is longer than 80 characters. | 125 | |
Line contains a tab character. | 125 | |
'(' is followed by whitespace. | 125 | |
Line contains a tab character. | 126 | |
Line contains a tab character. | 127 | |
Line contains a tab character. | 128 | |
Line has trailing spaces. | 129 | |
Line contains a tab character. | 129 | |
Line contains a tab character. | 130 | |
Missing a Javadoc comment. | 130 | |
Parameter reg should be final. | 130 | |
'reg' hides a field. | 130 | |
Parameter name should be final. | 130 | |
Line contains a tab character. | 131 | |
'(' is followed by whitespace. | 131 | |
Line contains a tab character. | 132 | |
Avoid nested blocks. | 132 | |
Line contains a tab character. | 133 | |
Line contains a tab character. | 134 | |
Line contains a tab character. | 135 | |
Avoid nested blocks. | 135 | |
Line contains a tab character. | 136 | |
Line contains a tab character. | 137 | |
Line contains a tab character. | 138 | |
Avoid nested blocks. | 138 | |
Line contains a tab character. | 139 | |
Line contains a tab character. | 140 | |
Line contains a tab character. | 141 | |
Avoid nested blocks. | 141 | |
Line contains a tab character. | 142 | |
Line contains a tab character. | 143 | |
Line contains a tab character. | 144 | |
Avoid nested blocks. | 144 | |
Line contains a tab character. | 145 | |
Line contains a tab character. | 146 | |
Line contains a tab character. | 147 | |
Avoid nested blocks. | 147 | |
Line contains a tab character. | 148 | |
Line contains a tab character. | 149 | |
Line contains a tab character. | 150 | |
Avoid nested blocks. | 150 | |
Line contains a tab character. | 151 | |
Line contains a tab character. | 152 | |
Line contains a tab character. | 153 | |
Avoid nested blocks. | 153 | |
Line contains a tab character. | 154 | |
Line contains a tab character. | 155 | |
Line contains a tab character. | 156 | |
Avoid nested blocks. | 156 | |
Line contains a tab character. | 157 | |
Line contains a tab character. | 158 | |
Line contains a tab character. | 159 | |
Avoid nested blocks. | 159 | |
Line contains a tab character. | 160 | |
Line contains a tab character. | 161 | |
Line contains a tab character. | 162 | |
Avoid nested blocks. | 162 | |
Line contains a tab character. | 163 | |
Line contains a tab character. | 164 | |
Line contains a tab character. | 165 | |
Avoid nested blocks. | 165 | |
Line contains a tab character. | 166 | |
Line contains a tab character. | 167 | |
Line contains a tab character. | 168 | |
Line contains a tab character. | 169 | |
Line contains a tab character. | 170 | |
Line contains a tab character. | 171 | |
Missing a Javadoc comment. | 173 | |
Line contains a tab character. | 173 | |
Line contains a tab character. | 174 | |
'{' should be on the previous line. | 174 | |
Line contains a tab character. | 175 | |
Missing a Javadoc comment. | 175 | |
Variable 'property' must be private and have accessor methods. | 175 | |
'=' is not preceded with whitespace. | 175 | |
'=' is not followed by whitespace. | 175 | |
Line contains a tab character. | 176 | |
Missing a Javadoc comment. | 176 | |
Variable 'entry' must be private and have accessor methods. | 176 | |
'=' is not preceded with whitespace. | 176 | |
'=' is not followed by whitespace. | 176 | |
Line has trailing spaces. | 177 | |
Line contains a tab character. | 177 | |
Missing a Javadoc comment. | 177 | |
Variable 'subKey' must be private and have accessor methods. | 177 | |
'=' is not preceded with whitespace. | 177 | |
'=' is not followed by whitespace. | 177 | |
Line contains a tab character. | 179 | |
Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 179 | |
Missing a Javadoc comment. | 179 | |
'(' is followed by whitespace. | 179 | |
Parameter s should be final. | 179 | |
Line contains a tab character. | 180 | |
'{' should be on the previous line. | 180 | |
Line contains a tab character. | 181 | |
Line contains a tab character. | 182 | |
Line contains a tab character. | 184 | |
Method 'setEntry' is not designed for extension - needs to be abstract, final or empty. | 184 | |
Missing a Javadoc comment. | 184 | |
'(' is followed by whitespace. | 184 | |
Parameter s should be final. | 184 | |
Line contains a tab character. | 185 | |
'{' should be on the previous line. | 185 | |
Line contains a tab character. | 186 | |
Line contains a tab character. | 187 | |
Line contains a tab character. | 189 | |
Method 'setSubKey' is not designed for extension - needs to be abstract, final or empty. | 189 | |
Missing a Javadoc comment. | 189 | |
'(' is followed by whitespace. | 189 | |
Parameter s should be final. | 189 | |
Line contains a tab character. | 190 | |
'{' should be on the previous line. | 190 | |
Line contains a tab character. | 191 | |
Line contains a tab character. | 192 | |
Line contains a tab character. | 194 | |
Method 'run' is not designed for extension - needs to be abstract, final or empty. | 194 | |
Missing a Javadoc comment. | 194 | |
Line contains a tab character. | 195 | |
'{' should be on the previous line. | 195 | |
'if' construct must use '{}'s. | 196 | |
Line contains a tab character. | 196 | |
'if' is not followed by whitespace. | 196 | |
'(' is followed by whitespace. | 196 | |
'==' is not preceded with whitespace. | 196 | |
'==' is not followed by whitespace. | 196 | |
Line is longer than 80 characters. | 197 | |
Line contains a tab character. | 197 | |
'(' is followed by whitespace. | 197 | |
'if' construct must use '{}'s. | 199 | |
Line contains a tab character. | 199 | |
'if' is not followed by whitespace. | 199 | |
'(' is followed by whitespace. | 199 | |
'==' is not preceded with whitespace. | 199 | |
'==' is not followed by whitespace. | 199 | |
Line is longer than 80 characters. | 200 | |
Line contains a tab character. | 200 | |
'(' is followed by whitespace. | 200 | |
Line contains a tab character. | 202 | |
'reg' hides a field. | 202 | |
'=' is not preceded with whitespace. | 202 | |
'=' is not followed by whitespace. | 202 | |
'if' construct must use '{}'s. | 204 | |
Line contains a tab character. | 204 | |
'if' is not followed by whitespace. | 204 | |
'(' is followed by whitespace. | 204 | |
'!=' is not preceded with whitespace. | 204 | |
'!=' is not followed by whitespace. | 204 | |
Line is longer than 80 characters. | 205 | |
Line contains a tab character. | 205 | |
'(' is followed by whitespace. | 205 | |
'else' construct must use '{}'s. | 206 | |
Line contains a tab character. | 206 | |
Line has trailing spaces. | 207 | |
Line contains a tab character. | 207 | |
'if' construct must use '{}'s. | 209 | |
Line contains a tab character. | 209 | |
'if' is not followed by whitespace. | 209 | |
'(' is followed by whitespace. | 209 | |
Line is longer than 80 characters. | 210 | |
Line contains a tab character. | 210 | |
'(' is followed by whitespace. | 210 | |
'if' construct must use '{}'s. | 212 | |
Line contains a tab character. | 212 | |
'if' is not followed by whitespace. | 212 | |
'(' is followed by whitespace. | 212 | |
'(' is followed by whitespace. | 212 | |
Line is longer than 80 characters. | 213 | |
Line contains a tab character. | 213 | |
'(' is followed by whitespace. | 213 | |
Line has trailing spaces. | 214 | |
Line contains a tab character. | 214 | |
Line is longer than 80 characters. | 215 | |
Line contains a tab character. | 215 | |
'(' is followed by whitespace. | 215 | |
Line has trailing spaces. | 216 | |
Line contains a tab character. | 216 | |
Line contains a tab character. | 217 | |
Line has trailing spaces. | 218 | |
Line contains a tab character. | 218 | |
Missing a Javadoc comment. | 219 | |
Line contains a tab character. | 219 | |
Line contains a tab character. | 220 | |
'{' should be on the previous line. | 220 | |
Line contains a tab character. | 221 | |
Missing a Javadoc comment. | 221 | |
Variable 'entry' must be private and have accessor methods. | 221 | |
Line contains a tab character. | 222 | |
Missing a Javadoc comment. | 222 | |
Variable 'value' must be private and have accessor methods. | 222 | |
Line has trailing spaces. | 223 | |
Line contains a tab character. | 223 | |
Missing a Javadoc comment. | 223 | |
Variable 'subKey' must be private and have accessor methods. | 223 | |
Line has trailing spaces. | 224 | |
Missing a Javadoc comment. | 224 | |
Variable 'valueType' must be private and have accessor methods. | 224 | |
Line has trailing spaces. | 225 | |
Line contains a tab character. | 226 | |
Method 'setEntry' is not designed for extension - needs to be abstract, final or empty. | 226 | |
Missing a Javadoc comment. | 226 | |
'(' is followed by whitespace. | 226 | |
Parameter s should be final. | 226 | |
Line contains a tab character. | 227 | |
'{' should be on the previous line. | 227 | |
Line contains a tab character. | 228 | |
Line contains a tab character. | 229 | |
Line contains a tab character. | 231 | |
Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 231 | |
Missing a Javadoc comment. | 231 | |
'(' is followed by whitespace. | 231 | |
Parameter s should be final. | 231 | |
Line contains a tab character. | 232 | |
'{' should be on the previous line. | 232 | |
Line contains a tab character. | 233 | |
Line contains a tab character. | 234 | |
Line contains a tab character. | 236 | |
Method 'setValueType' is not designed for extension - needs to be abstract, final or empty. | 236 | |
Missing a Javadoc comment. | 236 | |
'(' is followed by whitespace. | 236 | |
Parameter s should be final. | 236 | |
Line contains a tab character. | 237 | |
'{' should be on the previous line. | 237 | |
Line contains a tab character. | 238 | |
Line contains a tab character. | 239 | |
Line contains a tab character. | 241 | |
Method 'addText' is not designed for extension - needs to be abstract, final or empty. | 241 | |
Missing a Javadoc comment. | 241 | |
'(' is followed by whitespace. | 241 | |
Parameter s should be final. | 241 | |
Line contains a tab character. | 242 | |
'{' should be on the previous line. | 242 | |
Line contains a tab character. | 243 | |
'if' is not followed by whitespace. | 243 | |
'(' is followed by whitespace. | 243 | |
'!=' is not preceded with whitespace. | 243 | |
'!=' is not followed by whitespace. | 243 | |
Line contains a tab character. | 244 | |
'{' should be on the previous line. | 244 | |
Line is longer than 80 characters. | 245 | |
Line contains a tab character. | 245 | |
'(' is followed by whitespace. | 245 | |
Line contains a tab character. | 246 | |
Line contains a tab character. | 247 | |
Line has trailing spaces. | 248 | |
Line contains a tab character. | 248 | |
Line contains a tab character. | 249 | |
'(' is followed by whitespace. | 249 | |
Line contains a tab character. | 250 | |
Line contains a tab character. | 252 | |
Method 'setSubKey' is not designed for extension - needs to be abstract, final or empty. | 252 | |
Missing a Javadoc comment. | 252 | |
'(' is followed by whitespace. | 252 | |
Parameter s should be final. | 252 | |
Line contains a tab character. | 253 | |
'{' should be on the previous line. | 253 | |
Line contains a tab character. | 254 | |
Line contains a tab character. | 255 | |
Line contains a tab character. | 257 | |
Method 'run' is not designed for extension - needs to be abstract, final or empty. | 257 | |
Missing a Javadoc comment. | 257 | |
Line contains a tab character. | 258 | |
'{' should be on the previous line. | 258 | |
'if' construct must use '{}'s. | 259 | |
Line contains a tab character. | 259 | |
'if' is not followed by whitespace. | 259 | |
'(' is followed by whitespace. | 259 | |
'==' is not preceded with whitespace. | 259 | |
'==' is not followed by whitespace. | 259 | |
Line is longer than 80 characters. | 260 | |
Line contains a tab character. | 260 | |
'(' is followed by whitespace. | 260 | |
'if' construct must use '{}'s. | 262 | |
Line contains a tab character. | 262 | |
'if' is not followed by whitespace. | 262 | |
'(' is followed by whitespace. | 262 | |
'==' is not preceded with whitespace. | 262 | |
'==' is not followed by whitespace. | 262 | |
Line is longer than 80 characters. | 263 | |
Line contains a tab character. | 263 | |
'(' is followed by whitespace. | 263 | |
Line contains a tab character. | 265 | |
'reg' hides a field. | 265 | |
'=' is not preceded with whitespace. | 265 | |
'=' is not followed by whitespace. | 265 | |
'if' construct must use '{}'s. | 267 | |
Line contains a tab character. | 267 | |
'if' is not followed by whitespace. | 267 | |
'(' is followed by whitespace. | 267 | |
'!=' is not preceded with whitespace. | 267 | |
'!=' is not followed by whitespace. | 267 | |
Line is longer than 80 characters. | 268 | |
Line contains a tab character. | 268 | |
'(' is followed by whitespace. | 268 | |
'else' construct must use '{}'s. | 269 | |
Line contains a tab character. | 269 | |
Line has trailing spaces. | 270 | |
Line contains a tab character. | 270 | |
'if' construct must use '{}'s. | 272 | |
Line contains a tab character. | 272 | |
'if' is not followed by whitespace. | 272 | |
'(' is followed by whitespace. | 272 | |
Line contains a tab character. | 273 | |
Line has trailing spaces. | 274 | |
Line contains a tab character. | 275 | |
Line has trailing spaces. | 276 | |
Line contains a tab character. | 276 | |
Line contains a tab character. | 277 | |
Missing a Javadoc comment. | 279 | |
Line contains a tab character. | 279 | |
Line contains a tab character. | 280 | |
'{' should be on the previous line. | 280 | |
Line contains a tab character. | 281 | |
Missing a Javadoc comment. | 281 | |
Variable 'file' must be private and have accessor methods. | 281 | |
'=' is not preceded with whitespace. | 281 | |
'=' is not followed by whitespace. | 281 | |
Line has trailing spaces. | 282 | |
Line contains a tab character. | 282 | |
Missing a Javadoc comment. | 282 | |
Variable 'subKey' must be private and have accessor methods. | 282 | |
'=' is not preceded with whitespace. | 282 | |
'=' is not followed by whitespace. | 282 | |
Line contains a tab character. | 284 | |
Method 'setSubKey' is not designed for extension - needs to be abstract, final or empty. | 284 | |
Missing a Javadoc comment. | 284 | |
'(' is followed by whitespace. | 284 | |
Parameter s should be final. | 284 | |
Line contains a tab character. | 285 | |
'{' should be on the previous line. | 285 | |
Line contains a tab character. | 286 | |
Line contains a tab character. | 287 | |
Line contains a tab character. | 289 | |
Method 'setFile' is not designed for extension - needs to be abstract, final or empty. | 289 | |
Missing a Javadoc comment. | 289 | |
'(' is followed by whitespace. | 289 | |
Parameter f should be final. | 289 | |
Line contains a tab character. | 290 | |
'{' should be on the previous line. | 290 | |
Line contains a tab character. | 291 | |
Line contains a tab character. | 292 | |
Line contains a tab character. | 294 | |
Method 'run' is not designed for extension - needs to be abstract, final or empty. | 294 | |
Missing a Javadoc comment. | 294 | |
Line contains a tab character. | 295 | |
'{' should be on the previous line. | 295 | |
'if' construct must use '{}'s. | 296 | |
Line contains a tab character. | 296 | |
'if' is not followed by whitespace. | 296 | |
'(' is followed by whitespace. | 296 | |
'==' is not preceded with whitespace. | 296 | |
'==' is not followed by whitespace. | 296 | |
Line is longer than 80 characters. | 297 | |
Line contains a tab character. | 297 | |
'(' is followed by whitespace. | 297 | |
Line has trailing spaces. | 298 | |
Line contains a tab character. | 298 | |
Line contains a tab character. | 299 | |
'reg' hides a field. | 299 | |
'=' is not preceded with whitespace. | 299 | |
'=' is not followed by whitespace. | 299 | |
'if' construct must use '{}'s. | 301 | |
Line contains a tab character. | 301 | |
'if' is not followed by whitespace. | 301 | |
'(' is followed by whitespace. | 301 | |
'!=' is not preceded with whitespace. | 301 | |
'!=' is not followed by whitespace. | 301 | |
Line is longer than 80 characters. | 302 | |
Line contains a tab character. | 302 | |
'(' is followed by whitespace. | 302 | |
'else' construct must use '{}'s. | 303 | |
Line contains a tab character. | 303 | |
Line has trailing spaces. | 304 | |
Line contains a tab character. | 304 | |
'if' construct must use '{}'s. | 306 | |
Line contains a tab character. | 306 | |
'if' is not followed by whitespace. | 306 | |
'(' is followed by whitespace. | 306 | |
Line is longer than 80 characters. | 307 | |
Line contains a tab character. | 307 | |
'(' is followed by whitespace. | 307 | |
Line contains a tab character. | 309 | |
'(' is followed by whitespace. | 309 | |
')' is preceded with whitespace. | 309 | |
Line contains a tab character. | 310 | |
'root' hides a field. | 310 | |
'(' is followed by whitespace. | 310 | |
Line contains a tab character. | 311 | |
'(' is followed by whitespace. | 311 | |
Line is longer than 80 characters. | 313 | |
Line contains a tab character. | 313 | |
'(' is followed by whitespace. | 313 | |
'(' is followed by whitespace. | 313 | |
Line contains a tab character. | 314 | |
'(' is followed by whitespace. | 314 | |
Line has trailing spaces. | 315 | |
Line contains a tab character. | 315 | |
Line contains a tab character. | 316 | |
'(' is followed by whitespace. | 316 | |
Line has trailing spaces. | 317 | |
Line contains a tab character. | 317 | |
Line contains a tab character. | 318 | |
Line contains a tab character. | 319 | |
'{' should be on the previous line. | 319 | |
Line contains a tab character. | 320 | |
'(' is followed by whitespace. | 320 | |
Line has trailing spaces. | 321 | |
Line is longer than 80 characters. | 321 | |
Line contains a tab character. | 321 | |
'(' is followed by whitespace. | 321 | |
Line contains a tab character. | 322 | |
'(' is followed by whitespace. | 322 | |
Line is longer than 80 characters. | 323 | |
Line contains a tab character. | 323 | |
Line is longer than 80 characters. | 324 | |
Line contains a tab character. | 324 | |
'(' is followed by whitespace. | 324 | |
Line is longer than 80 characters. | 325 | |
Line contains a tab character. | 325 | |
Line contains a tab character. | 326 | |
'(' is followed by whitespace. | 326 | |
Line contains a tab character. | 327 | |
Line contains a tab character. | 328 | |
'}' should be on the same line. | 328 | |
Line contains a tab character. | 329 | |
'catch' is not followed by whitespace. | 329 | |
Line contains a tab character. | 330 | |
'{' should be on the previous line. | 330 | |
Line is longer than 80 characters. | 331 | |
Line contains a tab character. | 331 | |
'(' is followed by whitespace. | 331 | |
Line has trailing spaces. | 332 | |
Line contains a tab character. | 332 | |
Line has trailing spaces. | 333 | |
Line contains a tab character. | 333 | |
Line has trailing spaces. | 334 | |
Line contains a tab character. | 334 | |
Line is longer than 80 characters. | 335 | |
Line contains a tab character. | 335 | |
Method 'addSubKey' is not designed for extension - needs to be abstract, final or empty. | 335 | |
Missing a Javadoc comment. | 335 | |
'(' is followed by whitespace. | 335 | |
Parameter doc should be final. | 335 | |
Parameter elm should be final. | 335 | |
Parameter reg should be final. | 335 | |
'reg' hides a field. | 335 | |
Line contains a tab character. | 336 | |
'{' should be on the previous line. | 336 | |
Line contains a tab character. | 337 | |
'for' is not followed by whitespace. | 337 | |
':' is not preceded with whitespace. | 337 | |
Line contains a tab character. | 338 | |
'{' should be on the previous line. | 338 | |
Line has trailing spaces. | 339 | |
Line contains a tab character. | 339 | |
Line contains a tab character. | 340 | |
'(' is followed by whitespace. | 340 | |
Line contains a tab character. | 341 | |
'(' is followed by whitespace. | 341 | |
Line is longer than 80 characters. | 342 | |
Line contains a tab character. | 342 | |
'(' is followed by whitespace. | 342 | |
'(' is followed by whitespace. | 342 | |
'(' is followed by whitespace. | 342 | |
Line contains a tab character. | 343 | |
Line contains a tab character. | 344 | |
'(' is followed by whitespace. | 344 | |
Line contains a tab character. | 345 | |
'(' is followed by whitespace. | 345 | |
Line contains a tab character. | 346 | |
Line has trailing spaces. | 347 | |
Line contains a tab character. | 347 | |
Line contains a tab character. | 348 | |
Line contains a tab character. | 349 | |
'{' should be on the previous line. | 349 | |
Line contains a tab character. | 350 | |
'subKey' hides a field. | 350 | |
'(' is followed by whitespace. | 350 | |
Line contains a tab character. | 351 | |
'(' is followed by whitespace. | 351 | |
Line contains a tab character. | 352 | |
'(' is followed by whitespace. | 352 | |
Line has trailing spaces. | 353 | |
Line contains a tab character. | 353 | |
Line is longer than 80 characters. | 354 | |
Line contains a tab character. | 354 | |
'(' is followed by whitespace. | 354 | |
'(' is followed by whitespace. | 354 | |
Line contains a tab character. | 355 | |
Line contains a tab character. | 356 | |
Line contains a tab character. | 358 | |
Line has trailing spaces. | 359 | |
Line contains a tab character. | 359 | |
Missing a Javadoc comment. | 360 | |
Line contains a tab character. | 360 | |
Line contains a tab character. | 361 | |
'{' should be on the previous line. | 361 | |
Line contains a tab character. | 362 | |
Missing a Javadoc comment. | 362 | |
Variable 'file' must be private and have accessor methods. | 362 | |
'=' is not preceded with whitespace. | 362 | |
'=' is not followed by whitespace. | 362 | |
Line has trailing spaces. | 363 | |
Line contains a tab character. | 363 | |
Missing a Javadoc comment. | 363 | |
Variable 'subKey' must be private and have accessor methods. | 363 | |
'=' is not preceded with whitespace. | 363 | |
'=' is not followed by whitespace. | 363 | |
Line contains a tab character. | 364 | |
Missing a Javadoc comment. | 364 | |
Variable 'text' must be private and have accessor methods. | 364 | |
Line has trailing spaces. | 365 | |
Line contains a tab character. | 365 | |
Line contains a tab character. | 366 | |
Method 'setSubKey' is not designed for extension - needs to be abstract, final or empty. | 366 | |
Missing a Javadoc comment. | 366 | |
'(' is followed by whitespace. | 366 | |
Parameter s should be final. | 366 | |
Line contains a tab character. | 367 | |
'{' should be on the previous line. | 367 | |
Line contains a tab character. | 368 | |
Line contains a tab character. | 369 | |
Line contains a tab character. | 371 | |
Method 'setFile' is not designed for extension - needs to be abstract, final or empty. | 371 | |
Missing a Javadoc comment. | 371 | |
'(' is followed by whitespace. | 371 | |
Parameter f should be final. | 371 | |
Line contains a tab character. | 372 | |
'{' should be on the previous line. | 372 | |
Line contains a tab character. | 373 | |
Line contains a tab character. | 374 | |
Line contains a tab character. | 376 | |
Method 'addText' is not designed for extension - needs to be abstract, final or empty. | 376 | |
Missing a Javadoc comment. | 376 | |
'(' is followed by whitespace. | 376 | |
Parameter s should be final. | 376 | |
Line contains a tab character. | 377 | |
'{' should be on the previous line. | 377 | |
Line contains a tab character. | 378 | |
'(' is followed by whitespace. | 378 | |
Line contains a tab character. | 379 | |
Line contains a tab character. | 381 | |
Method 'run' is not designed for extension - needs to be abstract, final or empty. | 381 | |
Missing a Javadoc comment. | 381 | |
Line contains a tab character. | 382 | |
'{' should be on the previous line. | 382 | |
'if' construct must use '{}'s. | 383 | |
Line contains a tab character. | 383 | |
'if' is not followed by whitespace. | 383 | |
'(' is followed by whitespace. | 383 | |
'cast' is not followed by whitespace. | 383 | |
'==' is not preceded with whitespace. | 383 | |
'==' is not followed by whitespace. | 383 | |
'cast' is not followed by whitespace. | 383 | |
Line is longer than 80 characters. | 384 | |
Line contains a tab character. | 384 | |
'(' is followed by whitespace. | 384 | |
Line has trailing spaces. | 385 | |
Line contains a tab character. | 385 | |
Line contains a tab character. | 386 | |
'reg' hides a field. | 386 | |
'=' is not preceded with whitespace. | 386 | |
'=' is not followed by whitespace. | 386 | |
'if' construct must use '{}'s. | 388 | |
Line contains a tab character. | 388 | |
'if' is not followed by whitespace. | 388 | |
'(' is followed by whitespace. | 388 | |
'!=' is not preceded with whitespace. | 388 | |
'!=' is not followed by whitespace. | 388 | |
Line is longer than 80 characters. | 389 | |
Line contains a tab character. | 389 | |
'(' is followed by whitespace. | 389 | |
'else' construct must use '{}'s. | 390 | |
Line contains a tab character. | 390 | |
Line has trailing spaces. | 391 | |
Line contains a tab character. | 391 | |
'if' construct must use '{}'s. | 393 | |
Line contains a tab character. | 393 | |
'if' is not followed by whitespace. | 393 | |
'(' is followed by whitespace. | 393 | |
Line contains a tab character. | 394 | |
Line contains a tab character. | 396 | |
Line contains a tab character. | 397 | |
'{' should be on the previous line. | 397 | |
Line is longer than 80 characters. | 398 | |
Line contains a tab character. | 398 | |
'!=' is not preceded with whitespace. | 398 | |
'!=' is not followed by whitespace. | 398 | |
Avoid inline conditionals. | 398 | |
'(' is followed by whitespace. | 398 | |
'(' is followed by whitespace. | 398 | |
'(' is followed by whitespace. | 398 | |
'(' is followed by whitespace. | 398 | |
Line has trailing spaces. | 400 | |
Line contains a tab character. | 400 | |
Line contains a tab character. | 401 | |
'(' is followed by whitespace. | 401 | |
Line contains a tab character. | 402 | |
'}' should be on the same line. | 402 | |
Line contains a tab character. | 403 | |
'catch' is not followed by whitespace. | 403 | |
Line contains a tab character. | 404 | |
'{' should be on the previous line. | 404 | |
Line contains a tab character. | 405 | |
Line is longer than 80 characters. | 406 | |
Line contains a tab character. | 406 | |
'(' is followed by whitespace. | 406 | |
Line has trailing spaces. | 407 | |
Line contains a tab character. | 407 | |
Line has trailing spaces. | 408 | |
Line contains a tab character. | 408 | |
Line contains a tab character. | 410 | |
Method 'importSubKey' is not designed for extension - needs to be abstract, final or empty. | 410 | |
Missing a Javadoc comment. | 410 | |
'(' is followed by whitespace. | 410 | |
Parameter element should be final. | 410 | |
Parameter reg should be final. | 410 | |
'reg' hides a field. | 410 | |
Line has trailing spaces. | 411 | |
Line contains a tab character. | 411 | |
'{' should be on the previous line. | 411 | |
Line contains a tab character. | 412 | |
Line contains a tab character. | 413 | |
'for' is not followed by whitespace. | 413 | |
'(' is followed by whitespace. | 413 | |
'=' is not preceded with whitespace. | 413 | |
'=' is not followed by whitespace. | 413 | |
'<' is not preceded with whitespace. | 413 | |
'<' is not followed by whitespace. | 413 | |
Line contains a tab character. | 414 | |
'{' should be on the previous line. | 414 | |
Line is longer than 80 characters. | 415 | |
Line contains a tab character. | 415 | |
'if' is not followed by whitespace. | 415 | |
'(' is followed by whitespace. | 415 | |
'(' is followed by whitespace. | 415 | |
'==' is not preceded with whitespace. | 415 | |
'==' is not followed by whitespace. | 415 | |
Line contains a tab character. | 416 | |
'{' should be on the previous line. | 416 | |
Line contains a tab character. | 417 | |
'cast' is not followed by whitespace. | 417 | |
'(' is followed by whitespace. | 417 | |
Line contains a tab character. | 418 | |
'if' is not followed by whitespace. | 418 | |
'(' is followed by whitespace. | 418 | |
'(' is followed by whitespace. | 418 | |
Line contains a tab character. | 419 | |
'{' should be on the previous line. | 419 | |
Line is longer than 80 characters. | 420 | |
Line contains a tab character. | 420 | |
'(' is followed by whitespace. | 420 | |
'(' is followed by whitespace. | 420 | |
'if' construct must use '{}'s. | 421 | |
Line contains a tab character. | 421 | |
'if' is not followed by whitespace. | 421 | |
'(' is followed by whitespace. | 421 | |
Line contains a tab character. | 422 | |
Line has trailing spaces. | 423 | |
Line contains a tab character. | 423 | |
Line contains a tab character. | 424 | |
'(' is followed by whitespace. | 424 | |
Line contains a tab character. | 425 | |
'}' should be on the same line. | 425 | |
'else' construct must use '{}'s. | 426 | |
Line contains a tab character. | 426 | |
Line has trailing spaces. | 427 | |
Line is longer than 80 characters. | 427 | |
Line contains a tab character. | 427 | |
'(' is followed by whitespace. | 427 | |
'(' is followed by whitespace. | 427 | |
'(' is followed by whitespace. | 427 | |
Line contains a tab character. | 428 | |
Line has trailing spaces. | 429 | |
Line contains a tab character. | 429 | |
Line contains a tab character. | 430 | |
Line contains a tab character. | 431 | |
Line has trailing spaces. | 432 | |
Line contains a tab character. | 432 | |
Line contains a tab character. | 433 | |
Missing a Javadoc comment. | 433 | |
Name 'builder' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 433 | |
Line contains a tab character. | 435 | |
Line contains a tab character. | 436 | |
Line contains a tab character. | 438 | |
Line is longer than 80 characters. | 439 | |
Line has trailing spaces. | 443 | |
'{' should be on the previous line. | 445 | |
'}' should be on the same line. | 447 | |
'{' should be on the previous line. | 449 | |
Line contains a tab character. | 457 | |
Line has trailing spaces. | 458 | |
Line contains a tab character. | 458 | |
Line contains a tab character. | 459 | |
Missing a Javadoc comment. | 459 | |
Variable 'root' must be private and have accessor methods. | 459 | |
'=' is not preceded with whitespace. | 459 | |
'=' is not followed by whitespace. | 459 | |
Line contains a tab character. | 460 | |
Missing a Javadoc comment. | 460 | |
Variable 'key' must be private and have accessor methods. | 460 | |
'=' is not preceded with whitespace. | 460 | |
'=' is not followed by whitespace. | 460 | |
Line has trailing spaces. | 461 | |
Line contains a tab character. | 461 | |
Line contains a tab character. | 462 | |
Missing a Javadoc comment. | 462 | |
Variable 'reg' must be private and have accessor methods. | 462 | |
Line has trailing spaces. | 463 | |
Line contains a tab character. | 463 | |
Line contains a tab character. | 464 | |
Missing a Javadoc comment. | 464 | |
Variable 'subTasks' must be private and have accessor methods. | 464 | |
Line contains a tab character. | 466 | |
Method 'createExists' is not designed for extension - needs to be abstract, final or empty. | 466 | |
Missing a Javadoc comment. | 466 | |
Line contains a tab character. | 467 | |
'{' should be on the previous line. | 467 | |
Line contains a tab character. | 468 | |
Line contains a tab character. | 469 | |
'(' is followed by whitespace. | 469 | |
Line has trailing spaces. | 470 | |
Line contains a tab character. | 470 | |
Line has trailing spaces. | 471 | |
Line contains a tab character. | 471 | |
Line contains a tab character. | 472 | |
Line contains a tab character. | 474 | |
Method 'createDelete' is not designed for extension - needs to be abstract, final or empty. | 474 | |
Missing a Javadoc comment. | 474 | |
Line contains a tab character. | 475 | |
'{' should be on the previous line. | 475 | |
Line contains a tab character. | 476 | |
Line contains a tab character. | 477 | |
'(' is followed by whitespace. | 477 | |
Line has trailing spaces. | 478 | |
Line contains a tab character. | 478 | |
Line has trailing spaces. | 479 | |
Line contains a tab character. | 479 | |
Line contains a tab character. | 480 | |
Line contains a tab character. | 482 | |
Method 'createGet' is not designed for extension - needs to be abstract, final or empty. | 482 | |
Missing a Javadoc comment. | 482 | |
Line contains a tab character. | 483 | |
'{' should be on the previous line. | 483 | |
Line contains a tab character. | 484 | |
Line contains a tab character. | 485 | |
'(' is followed by whitespace. | 485 | |
Line has trailing spaces. | 486 | |
Line contains a tab character. | 486 | |
Line has trailing spaces. | 487 | |
Line contains a tab character. | 487 | |
Line contains a tab character. | 488 | |
Line contains a tab character. | 490 | |
Method 'createSet' is not designed for extension - needs to be abstract, final or empty. | 490 | |
Missing a Javadoc comment. | 490 | |
Line contains a tab character. | 491 | |
'{' should be on the previous line. | 491 | |
Line contains a tab character. | 492 | |
Line contains a tab character. | 493 | |
'(' is followed by whitespace. | 493 | |
Line has trailing spaces. | 495 | |
Line contains a tab character. | 495 | |
Line contains a tab character. | 496 | |
Line has trailing spaces. | 497 | |
Line contains a tab character. | 497 | |
Line contains a tab character. | 498 | |
Method 'createImport' is not designed for extension - needs to be abstract, final or empty. | 498 | |
Missing a Javadoc comment. | 498 | |
Line contains a tab character. | 499 | |
'{' should be on the previous line. | 499 | |
Line contains a tab character. | 500 | |
Name '_import' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 500 | |
Line contains a tab character. | 501 | |
'(' is followed by whitespace. | 501 | |
Line has trailing spaces. | 503 | |
Line contains a tab character. | 503 | |
Line contains a tab character. | 504 | |
Line has trailing spaces. | 505 | |
Line contains a tab character. | 505 | |
Line contains a tab character. | 506 | |
Method 'createExport' is not designed for extension - needs to be abstract, final or empty. | 506 | |
Missing a Javadoc comment. | 506 | |
Line contains a tab character. | 507 | |
'{' should be on the previous line. | 507 | |
Line contains a tab character. | 508 | |
Line contains a tab character. | 509 | |
'(' is followed by whitespace. | 509 | |
Line has trailing spaces. | 511 | |
Line contains a tab character. | 511 | |
Line contains a tab character. | 512 | |
Line has trailing spaces. | 513 | |
Line contains a tab character. | 513 | |
Line contains a tab character. | 514 | |
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 514 | |
Missing a Javadoc comment. | 514 | |
Redundant throws: 'BuildException' is unchecked exception. | 514 | |
Line contains a tab character. | 515 | |
'{' should be on the previous line. | 515 | |
'if' construct must use '{}'s. | 516 | |
Line contains a tab character. | 516 | |
'if' is not followed by whitespace. | 516 | |
'(' is followed by whitespace. | 516 | |
'==' is not preceded with whitespace. | 516 | |
'==' is not followed by whitespace. | 516 | |
Line is longer than 80 characters. | 517 | |
Line contains a tab character. | 517 | |
'(' is followed by whitespace. | 517 | |
Line has trailing spaces. | 518 | |
Line contains a tab character. | 518 | |
'if' construct must use '{}'s. | 519 | |
Line contains a tab character. | 519 | |
'if' is not followed by whitespace. | 519 | |
'(' is followed by whitespace. | 519 | |
'==' is not preceded with whitespace. | 519 | |
'==' is not followed by whitespace. | 519 | |
Line contains a tab character. | 520 | |
'=' is not preceded with whitespace. | 520 | |
'=' is not followed by whitespace. | 520 | |
Line has trailing spaces. | 521 | |
Line contains a tab character. | 521 | |
Line has trailing spaces. | 522 | |
Line contains a tab character. | 522 | |
'(' is followed by whitespace. | 522 | |
Line has trailing spaces. | 523 | |
Line contains a tab character. | 523 | |
Line contains a tab character. | 524 | |
Line contains a tab character. | 525 | |
'while' is not followed by whitespace. | 525 | |
'(' is followed by whitespace. | 525 | |
Line contains a tab character. | 526 | |
'{' should be on the previous line. | 526 | |
Line has trailing spaces. | 527 | |
Line contains a tab character. | 527 | |
'cast' is not followed by whitespace. | 527 | |
Line contains a tab character. | 528 | |
Line contains a tab character. | 529 | |
Line has trailing spaces. | 530 | |
Line contains a tab character. | 530 | |
Line contains a tab character. | 531 | |
Method 'setKey' is not designed for extension - needs to be abstract, final or empty. | 531 | |
Missing a Javadoc comment. | 531 | |
Parameter string should be final. | 531 | |
Line contains a tab character. | 532 | |
'{' should be on the previous line. | 532 | |
Line contains a tab character. | 533 | |
Line contains a tab character. | 534 | |
Line contains a tab character. | 536 | |
Method 'setRoot' is not designed for extension - needs to be abstract, final or empty. | 536 | |
Missing a Javadoc comment. | 536 | |
Parameter string should be final. | 536 | |
Line contains a tab character. | 537 | |
'{' should be on the previous line. | 537 | |
Line has trailing spaces. | 538 | |
Line contains a tab character. | 538 | |
'if' construct must use '{}'s. | 539 | |
Line contains a tab character. | 539 | |
'if' is not followed by whitespace. | 539 | |
'(' is followed by whitespace. | 539 | |
'(' is followed by whitespace. | 539 | |
Line contains a tab character. | 540 | |
'if' construct must use '{}'s. | 541 | |
Line contains a tab character. | 541 | |
'if' is not followed by whitespace. | 541 | |
'(' is followed by whitespace. | 541 | |
'(' is followed by whitespace. | 541 | |
Line contains a tab character. | 542 | |
'if' construct must use '{}'s. | 543 | |
Line contains a tab character. | 543 | |
'if' is not followed by whitespace. | 543 | |
'(' is followed by whitespace. | 543 | |
'(' is followed by whitespace. | 543 | |
Line contains a tab character. | 544 | |
'if' construct must use '{}'s. | 545 | |
Line contains a tab character. | 545 | |
'if' is not followed by whitespace. | 545 | |
'(' is followed by whitespace. | 545 | |
'(' is followed by whitespace. | 545 | |
Line contains a tab character. | 546 | |
'else' construct must use '{}'s. | 547 | |
Line contains a tab character. | 547 | |
Line is longer than 80 characters. | 548 | |
Line contains a tab character. | 548 | |
'(' is followed by whitespace. | 548 | |
Line contains a tab character. | 549 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line has trailing spaces. | 15 | |
Missing a Javadoc comment. | 15 | |
'{' should be on the previous line. | 16 | |
Line contains a tab character. | 17 | |
Missing a Javadoc comment. | 17 | |
Variable 'icon' must be private and have accessor methods. | 17 | |
Line has trailing spaces. | 18 | |
Line contains a tab character. | 18 | |
Line contains a tab character. | 19 | |
Missing a Javadoc comment. | 19 | |
Variable 'source' must be private and have accessor methods. | 19 | |
Line has trailing spaces. | 20 | |
Line contains a tab character. | 20 | |
Line contains a tab character. | 21 | |
Missing a Javadoc comment. | 21 | |
Variable 'target' must be private and have accessor methods. | 21 | |
Line has trailing spaces. | 22 | |
Line contains a tab character. | 22 | |
Line has trailing spaces. | 23 | |
Line contains a tab character. | 23 | |
Method 'setIcon' is not designed for extension - needs to be abstract, final or empty. | 23 | |
Missing a Javadoc comment. | 23 | |
Parameter icon should be final. | 23 | |
'icon' hides a field. | 23 | |
Line contains a tab character. | 24 | |
'{' should be on the previous line. | 24 | |
Line contains a tab character. | 25 | |
Line contains a tab character. | 26 | |
Line has trailing spaces. | 28 | |
Line contains a tab character. | 28 | |
Method 'setSource' is not designed for extension - needs to be abstract, final or empty. | 28 | |
Missing a Javadoc comment. | 28 | |
Parameter source should be final. | 28 | |
'source' hides a field. | 28 | |
Line contains a tab character. | 29 | |
'{' should be on the previous line. | 29 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 31 | |
Line has trailing spaces. | 32 | |
Line contains a tab character. | 32 | |
Line has trailing spaces. | 33 | |
Line contains a tab character. | 33 | |
Method 'setTarget' is not designed for extension - needs to be abstract, final or empty. | 33 | |
Missing a Javadoc comment. | 33 | |
Parameter target should be final. | 33 | |
'target' hides a field. | 33 | |
Line contains a tab character. | 34 | |
'{' should be on the previous line. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Line has trailing spaces. | 37 | |
Line contains a tab character. | 37 | |
Line has trailing spaces. | 38 | |
Line contains a tab character. | 38 | |
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 38 | |
Missing a Javadoc comment. | 38 | |
Redundant throws: 'BuildException' is unchecked exception. | 38 | |
Line contains a tab character. | 39 | |
'{' should be on the previous line. | 39 | |
'if' construct must use '{}'s. | 40 | |
Line contains a tab character. | 40 | |
'if' is not followed by whitespace. | 40 | |
'(' is followed by whitespace. | 40 | |
'==' is not preceded with whitespace. | 40 | |
'==' is not followed by whitespace. | 40 | |
Line contains a tab character. | 41 | |
'(' is followed by whitespace. | 41 | |
'if' construct must use '{}'s. | 43 | |
Line contains a tab character. | 43 | |
'if' is not followed by whitespace. | 43 | |
'(' is followed by whitespace. | 43 | |
'==' is not preceded with whitespace. | 43 | |
'==' is not followed by whitespace. | 43 | |
Line contains a tab character. | 44 | |
'(' is followed by whitespace. | 44 | |
Line has trailing spaces. | 45 | |
Line contains a tab character. | 45 | |
'if' construct must use '{}'s. | 46 | |
Line contains a tab character. | 46 | |
'if' is not followed by whitespace. | 46 | |
'(' is followed by whitespace. | 46 | |
'==' is not preceded with whitespace. | 46 | |
'==' is not followed by whitespace. | 46 | |
Line contains a tab character. | 47 | |
'(' is followed by whitespace. | 47 | |
Line has trailing spaces. | 48 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
'(' is followed by whitespace. | 50 | |
Line has trailing spaces. | 51 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
'if' construct must use '{}'s. | 53 | |
Line contains a tab character. | 53 | |
'if' is not followed by whitespace. | 53 | |
'(' is followed by whitespace. | 53 | |
'(' is followed by whitespace. | 53 | |
Line is longer than 80 characters. | 54 | |
Line contains a tab character. | 54 | |
'(' is followed by whitespace. | 54 | |
'(' is followed by whitespace. | 54 | |
'else' construct must use '{}'s. | 55 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
'(' is followed by whitespace. | 56 | |
Line has trailing spaces. | 57 | |
Line contains a tab character. | 57 | |
Line is longer than 80 characters. | 58 | |
Line contains a tab character. | 58 | |
'(' is followed by whitespace. | 58 | |
'32' is a magic number. | 58 | |
'32' is a magic number. | 58 | |
'while' construct must use '{}'s. | 59 | |
Line contains a tab character. | 59 | |
'while' is not followed by whitespace. | 59 | |
'(' is followed by whitespace. | 59 | |
'(' is followed by whitespace. | 59 | |
'==' is not preceded with whitespace. | 59 | |
'==' is not followed by whitespace. | 59 | |
Line has trailing spaces. | 60 | |
Line is longer than 80 characters. | 60 | |
Line contains a tab character. | 60 | |
'(' is followed by whitespace. | 60 | |
'50' is a magic number. | 60 | |
Line contains a tab character. | 61 | |
'(' is followed by whitespace. | 61 | |
Line has trailing spaces. | 62 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 | |
'(' is followed by whitespace. | 63 | |
Line contains a tab character. | 65 | |
Line has trailing spaces. | 66 | |
Line contains a tab character. | 66 | |
'}' should be on the same line. | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
'{' should be on the previous line. | 68 | |
Line contains a tab character. | 69 | |
Line is longer than 80 characters. | 70 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 73 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line contains a tab character. | 15 | |
Line contains a tab character. | 16 | |
Line contains a tab character. | 17 | |
'{' should be on the previous line. | 22 | |
Line contains a tab character. | 23 | |
Missing a Javadoc comment. | 23 | |
Missing a Javadoc comment. | 24 | |
Missing a Javadoc comment. | 25 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 29 | |
Line has trailing spaces. | 30 | |
Missing a Javadoc comment. | 30 | |
Line contains a tab character. | 30 | |
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 33 | |
Line has trailing spaces. | 34 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Method 'setHotKey' is not designed for extension - needs to be abstract, final or empty. | 35 | |
Missing a Javadoc comment. | 35 | |
Parameter i should be final. | 35 | |
Line contains a tab character. | 36 | |
'{' should be on the previous line. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 40 | |
Method 'setFile' is not designed for extension - needs to be abstract, final or empty. | 40 | |
Missing a Javadoc comment. | 40 | |
'(' is followed by whitespace. | 40 | |
Parameter file should be final. | 40 | |
'file' hides a field. | 40 | |
Line contains a tab character. | 41 | |
'{' should be on the previous line. | 41 | |
'if' construct must use '{}'s. | 42 | |
Line is longer than 80 characters. | 42 | |
Line contains a tab character. | 42 | |
'if' is not followed by whitespace. | 42 | |
'(' is followed by whitespace. | 42 | |
'(' is followed by whitespace. | 42 | |
'(' is followed by whitespace. | 42 | |
Line contains a tab character. | 43 | |
'else' construct must use '{}'s. | 44 | |
Line contains a tab character. | 44 | |
Line is longer than 80 characters. | 45 | |
Line contains a tab character. | 45 | |
'(' is followed by whitespace. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 48 | |
Method 'setIconFile' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Missing a Javadoc comment. | 48 | |
Parameter string should be final. | 48 | |
Line contains a tab character. | 49 | |
'{' should be on the previous line. | 49 | |
Line contains a tab character. | 50 | |
Line has trailing spaces. | 51 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 53 | |
Method 'setComment' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Missing a Javadoc comment. | 53 | |
Parameter string should be final. | 53 | |
Line contains a tab character. | 54 | |
'{' should be on the previous line. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Line has trailing spaces. | 57 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
Method 'setIconIndex' is not designed for extension - needs to be abstract, final or empty. | 58 | |
Missing a Javadoc comment. | 58 | |
Parameter i should be final. | 58 | |
Line contains a tab character. | 59 | |
'{' should be on the previous line. | 59 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 63 | |
Method 'setModified' is not designed for extension - needs to be abstract, final or empty. | 63 | |
Missing a Javadoc comment. | 63 | |
Parameter string should be final. | 63 | |
Line contains a tab character. | 64 | |
'{' should be on the previous line. | 64 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 68 | |
Method 'setShowCommand' is not designed for extension - needs to be abstract, final or empty. | 68 | |
Missing a Javadoc comment. | 68 | |
'(' is followed by whitespace. | 68 | |
Parameter showCommand should be final. | 68 | |
'showCommand' hides a field. | 68 | |
Line contains a tab character. | 69 | |
'{' should be on the previous line. | 69 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
'if' is not followed by whitespace. | 71 | |
'(' is followed by whitespace. | 71 | |
'(' is followed by whitespace. | 71 | |
Line contains a tab character. | 72 | |
'{' should be on the previous line. | 72 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 74 | |
'}' should be on the same line. | 74 | |
Line contains a tab character. | 75 | |
'if' is not followed by whitespace. | 75 | |
'(' is followed by whitespace. | 75 | |
'(' is followed by whitespace. | 75 | |
Line contains a tab character. | 76 | |
'{' should be on the previous line. | 76 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
'}' should be on the same line. | 78 | |
Line contains a tab character. | 79 | |
'if' is not followed by whitespace. | 79 | |
'(' is followed by whitespace. | 79 | |
'(' is followed by whitespace. | 79 | |
Line contains a tab character. | 80 | |
'{' should be on the previous line. | 80 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 | |
'}' should be on the same line. | 82 | |
'else' construct must use '{}'s. | 83 | |
Line contains a tab character. | 83 | |
Line has trailing spaces. | 84 | |
Line is longer than 80 characters. | 84 | |
Line contains a tab character. | 84 | |
'(' is followed by whitespace. | 84 | |
Line contains a tab character. | 85 | |
Missing a Javadoc comment. | 87 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
'{' should be on the previous line. | 88 | |
Line contains a tab character. | 89 | |
Method 'addText' is not designed for extension - needs to be abstract, final or empty. | 89 | |
Missing a Javadoc comment. | 89 | |
'(' is followed by whitespace. | 89 | |
Parameter s should be final. | 89 | |
Line contains a tab character. | 90 | |
'{' should be on the previous line. | 90 | |
'if' construct must use '{}'s. | 91 | |
Line contains a tab character. | 91 | |
'if' is not followed by whitespace. | 91 | |
'(' is followed by whitespace. | 91 | |
'!=' is not preceded with whitespace. | 91 | |
'!=' is not followed by whitespace. | 91 | |
Line is longer than 80 characters. | 92 | |
Line contains a tab character. | 92 | |
'(' is followed by whitespace. | 92 | |
Line has trailing spaces. | 93 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 95 | |
'{' should be on the previous line. | 95 | |
Line is longer than 80 characters. | 96 | |
Line contains a tab character. | 96 | |
'(' is followed by whitespace. | 96 | |
'(' is followed by whitespace. | 96 | |
Line contains a tab character. | 97 | |
'}' should be on the same line. | 97 | |
Line contains a tab character. | 98 | |
Line contains a tab character. | 99 | |
'{' should be on the previous line. | 99 | |
Line is longer than 80 characters. | 100 | |
Line contains a tab character. | 100 | |
'(' is followed by whitespace. | 100 | |
Line contains a tab character. | 101 | |
Line contains a tab character. | 102 | |
Line contains a tab character. | 103 | |
Line contains a tab character. | 105 | |
Method 'createUrl' is not designed for extension - needs to be abstract, final or empty. | 105 | |
Missing a Javadoc comment. | 105 | |
Line contains a tab character. | 106 | |
'{' should be on the previous line. | 106 | |
'if' construct must use '{}'s. | 107 | |
Line contains a tab character. | 107 | |
'if' is not followed by whitespace. | 107 | |
'(' is followed by whitespace. | 107 | |
'!=' is not preceded with whitespace. | 107 | |
'!=' is not followed by whitespace. | 107 | |
Line is longer than 80 characters. | 108 | |
Line contains a tab character. | 108 | |
'(' is followed by whitespace. | 108 | |
Line contains a tab character. | 110 | |
Line contains a tab character. | 111 | |
Line contains a tab character. | 113 | |
Method 'setUrl' is not designed for extension - needs to be abstract, final or empty. | 113 | |
Missing a Javadoc comment. | 113 | |
Parameter url should be final. | 113 | |
'url' hides a field. | 113 | |
Line contains a tab character. | 114 | |
'{' should be on the previous line. | 114 | |
Line contains a tab character. | 115 | |
Line contains a tab character. | 116 | |
Missing a Javadoc comment. | 118 | |
Line contains a tab character. | 118 | |
Line contains a tab character. | 119 | |
'{' should be on the previous line. | 119 | |
Line contains a tab character. | 120 | |
Method 'addText' is not designed for extension - needs to be abstract, final or empty. | 120 | |
Missing a Javadoc comment. | 120 | |
'(' is followed by whitespace. | 120 | |
Parameter s should be final. | 120 | |
Line contains a tab character. | 121 | |
'{' should be on the previous line. | 121 | |
Line contains a tab character. | 122 | |
'(' is followed by whitespace. | 122 | |
Line contains a tab character. | 123 | |
Line contains a tab character. | 124 | |
Line contains a tab character. | 126 | |
Method 'createExecute' is not designed for extension - needs to be abstract, final or empty. | 126 | |
Missing a Javadoc comment. | 126 | |
Line contains a tab character. | 127 | |
'{' should be on the previous line. | 127 | |
'if' construct must use '{}'s. | 128 | |
Line contains a tab character. | 128 | |
'if' is not followed by whitespace. | 128 | |
'(' is followed by whitespace. | 128 | |
'!=' is not preceded with whitespace. | 128 | |
'!=' is not followed by whitespace. | 128 | |
Line is longer than 80 characters. | 129 | |
Line contains a tab character. | 129 | |
'(' is followed by whitespace. | 129 | |
Line has trailing spaces. | 130 | |
Line contains a tab character. | 130 | |
Line contains a tab character. | 131 | |
Line contains a tab character. | 132 | |
Line contains a tab character. | 134 | |
Method 'setExecute' is not designed for extension - needs to be abstract, final or empty. | 134 | |
Missing a Javadoc comment. | 134 | |
Parameter string should be final. | 134 | |
Line contains a tab character. | 135 | |
'{' should be on the previous line. | 135 | |
'if' construct must use '{}'s. | 136 | |
Line contains a tab character. | 136 | |
'if' is not followed by whitespace. | 136 | |
'(' is followed by whitespace. | 136 | |
'!=' is not preceded with whitespace. | 136 | |
'!=' is not followed by whitespace. | 136 | |
Line is longer than 80 characters. | 137 | |
Line contains a tab character. | 137 | |
'(' is followed by whitespace. | 137 | |
Line contains a tab character. | 139 | |
'(' is followed by whitespace. | 139 | |
Line contains a tab character. | 140 | |
Missing a Javadoc comment. | 142 | |
Line contains a tab character. | 142 | |
Line contains a tab character. | 143 | |
'{' should be on the previous line. | 143 | |
Line contains a tab character. | 144 | |
Method 'addText' is not designed for extension - needs to be abstract, final or empty. | 144 | |
Missing a Javadoc comment. | 144 | |
'(' is followed by whitespace. | 144 | |
Parameter s should be final. | 144 | |
Line contains a tab character. | 145 | |
'{' should be on the previous line. | 145 | |
Line contains a tab character. | 146 | |
'(' is followed by whitespace. | 146 | |
Line contains a tab character. | 147 | |
Line contains a tab character. | 148 | |
Line contains a tab character. | 150 | |
Method 'createWorkingDirectory' is not designed for extension - needs to be abstract, final or empty. | 150 | |
Missing a Javadoc comment. | 150 | |
Line contains a tab character. | 151 | |
'{' should be on the previous line. | 151 | |
'if' construct must use '{}'s. | 152 | |
Line contains a tab character. | 152 | |
'if' is not followed by whitespace. | 152 | |
'(' is followed by whitespace. | 152 | |
'!=' is not preceded with whitespace. | 152 | |
'!=' is not followed by whitespace. | 152 | |
Line is longer than 80 characters. | 153 | |
Line contains a tab character. | 153 | |
'(' is followed by whitespace. | 153 | |
Line contains a tab character. | 155 | |
Line contains a tab character. | 156 | |
Line contains a tab character. | 158 | |
Method 'setWorkingDirectory' is not designed for extension - needs to be abstract, final or empty. | 158 | |
Missing a Javadoc comment. | 158 | |
Parameter string should be final. | 158 | |
Line contains a tab character. | 159 | |
'{' should be on the previous line. | 159 | |
'if' construct must use '{}'s. | 160 | |
Line contains a tab character. | 160 | |
'if' is not followed by whitespace. | 160 | |
'(' is followed by whitespace. | 160 | |
'!=' is not preceded with whitespace. | 160 | |
'!=' is not followed by whitespace. | 160 | |
Line is longer than 80 characters. | 161 | |
Line contains a tab character. | 161 | |
'(' is followed by whitespace. | 161 | |
Line has trailing spaces. | 162 | |
Line contains a tab character. | 162 | |
Line contains a tab character. | 163 | |
Line contains a tab character. | 164 | |
Line has trailing spaces. | 165 | |
Line contains a tab character. | 165 | |
Line contains a tab character. | 166 | |
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 166 | |
Missing a Javadoc comment. | 166 | |
Redundant throws: 'BuildException' is unchecked exception. | 166 | |
Line contains a tab character. | 167 | |
'{' should be on the previous line. | 167 | |
'if' construct must use '{}'s. | 168 | |
Line contains a tab character. | 168 | |
'if' is not followed by whitespace. | 168 | |
'(' is followed by whitespace. | 168 | |
'==' is not preceded with whitespace. | 168 | |
'==' is not followed by whitespace. | 168 | |
Line is longer than 80 characters. | 169 | |
Line contains a tab character. | 169 | |
'(' is followed by whitespace. | 169 | |
'else' construct must use '{}'s. | 170 | |
Line contains a tab character. | 170 | |
Line is longer than 80 characters. | 171 | |
Line contains a tab character. | 171 | |
'(' is followed by whitespace. | 171 | |
Line has trailing spaces. | 172 | |
Line contains a tab character. | 172 | |
'if' construct must use '{}'s. | 173 | |
Line contains a tab character. | 173 | |
'if' is not followed by whitespace. | 173 | |
'(' is followed by whitespace. | 173 | |
'!=' is not preceded with whitespace. | 173 | |
'!=' is not followed by whitespace. | 173 | |
'==' is not preceded with whitespace. | 173 | |
'==' is not followed by whitespace. | 173 | |
'!=' is not preceded with whitespace. | 173 | |
'!=' is not followed by whitespace. | 173 | |
Line is longer than 80 characters. | 174 | |
Line contains a tab character. | 174 | |
'(' is followed by whitespace. | 174 | |
Line has trailing spaces. | 175 | |
Line contains a tab character. | 175 | |
Line contains a tab character. | 176 | |
Line contains a tab character. | 177 | |
'{' should be on the previous line. | 177 | |
Line contains a tab character. | 178 | |
'if' is not followed by whitespace. | 178 | |
'(' is followed by whitespace. | 178 | |
'!=' is not preceded with whitespace. | 178 | |
'!=' is not followed by whitespace. | 178 | |
Line contains a tab character. | 179 | |
'{' should be on the previous line. | 179 | |
Line contains a tab character. | 180 | |
'(' is followed by whitespace. | 180 | |
'if' construct must use '{}'s. | 181 | |
'if' is not followed by whitespace. | 181 | |
'(' is followed by whitespace. | 181 | |
'!=' is not preceded with whitespace. | 181 | |
'!=' is not followed by whitespace. | 181 | |
Line is longer than 80 characters. | 182 | |
'(' is followed by whitespace. | 182 | |
Line contains a tab character. | 183 | |
'(' is followed by whitespace. | 183 | |
Line has trailing spaces. | 184 | |
Line contains a tab character. | 184 | |
'(' is followed by whitespace. | 184 | |
Line contains a tab character. | 185 | |
'(' is followed by whitespace. | 185 | |
Line contains a tab character. | 186 | |
'(' is followed by whitespace. | 186 | |
Line contains a tab character. | 187 | |
'(' is followed by whitespace. | 187 | |
'if' construct must use '{}'s. | 188 | |
Line contains a tab character. | 188 | |
'if' is not followed by whitespace. | 188 | |
'(' is followed by whitespace. | 188 | |
'!=' is not preceded with whitespace. | 188 | |
'!=' is not followed by whitespace. | 188 | |
Line is longer than 80 characters. | 189 | |
Line contains a tab character. | 189 | |
'(' is followed by whitespace. | 189 | |
Line has trailing spaces. | 190 | |
Line contains a tab character. | 190 | |
Line contains a tab character. | 191 | |
'(' is followed by whitespace. | 191 | |
Line contains a tab character. | 192 | |
'(' is followed by whitespace. | 192 | |
Line contains a tab character. | 193 | |
Line contains a tab character. | 194 | |
'}' should be on the same line. | 194 | |
Line contains a tab character. | 195 | |
Line contains a tab character. | 196 | |
'{' should be on the previous line. | 196 | |
Line contains a tab character. | 197 | |
'if' construct must use '{}'s. | 198 | |
Line contains a tab character. | 198 | |
'if' is not followed by whitespace. | 198 | |
'(' is followed by whitespace. | 198 | |
Line is longer than 80 characters. | 199 | |
Line contains a tab character. | 199 | |
'(' is followed by whitespace. | 199 | |
Line has trailing spaces. | 200 | |
Line contains a tab character. | 200 | |
Line contains a tab character. | 201 | |
'if' is not followed by whitespace. | 201 | |
'(' is followed by whitespace. | 201 | |
Line contains a tab character. | 202 | |
'{' should be on the previous line. | 202 | |
Line contains a tab character. | 203 | |
'if' construct must use '{}'s. | 204 | |
Line contains a tab character. | 204 | |
'if' is not followed by whitespace. | 204 | |
'(' is followed by whitespace. | 204 | |
Line has trailing spaces. | 205 | |
Line is longer than 80 characters. | 205 | |
Line contains a tab character. | 205 | |
'(' is followed by whitespace. | 205 | |
Line contains a tab character. | 206 | |
Line has trailing spaces. | 207 | |
Line contains a tab character. | 207 | |
Line is longer than 80 characters. | 208 | |
Line contains a tab character. | 208 | |
'(' is followed by whitespace. | 208 | |
'(' is followed by whitespace. | 208 | |
'-' is not preceded with whitespace. | 208 | |
'-' is not followed by whitespace. | 208 | |
'4' is a magic number. | 208 | |
Line contains a tab character. | 209 | |
'if' construct must use '{}'s. | 210 | |
'if' is not followed by whitespace. | 210 | |
'(' is followed by whitespace. | 210 | |
'!=' is not preceded with whitespace. | 210 | |
'!=' is not followed by whitespace. | 210 | |
Line is longer than 80 characters. | 211 | |
Line contains a tab character. | 211 | |
'(' is followed by whitespace. | 211 | |
Line has trailing spaces. | 212 | |
Line contains a tab character. | 212 | |
Line has trailing spaces. | 213 | |
Line contains a tab character. | 213 | |
'(' is followed by whitespace. | 213 | |
Line contains a tab character. | 214 | |
'(' is followed by whitespace. | 214 | |
Line has trailing spaces. | 215 | |
Line contains a tab character. | 215 | |
'if' construct must use '{}'s. | 216 | |
Line contains a tab character. | 216 | |
'if' is not followed by whitespace. | 216 | |
'(' is followed by whitespace. | 216 | |
'!=' is not preceded with whitespace. | 216 | |
'!=' is not followed by whitespace. | 216 | |
Line is longer than 80 characters. | 217 | |
Line contains a tab character. | 217 | |
'(' is followed by whitespace. | 217 | |
'if' construct must use '{}'s. | 219 | |
Line contains a tab character. | 219 | |
'if' is not followed by whitespace. | 219 | |
'(' is followed by whitespace. | 219 | |
'!=' is not preceded with whitespace. | 219 | |
'!=' is not followed by whitespace. | 219 | |
Line is longer than 80 characters. | 220 | |
Line contains a tab character. | 220 | |
'(' is followed by whitespace. | 220 | |
Line contains a tab character. | 222 | |
'(' is followed by whitespace. | 222 | |
Line contains a tab character. | 223 | |
'(' is followed by whitespace. | 223 | |
Line contains a tab character. | 224 | |
'(' is followed by whitespace. | 224 | |
Line contains a tab character. | 225 | |
Line contains a tab character. | 226 | |
Line contains a tab character. | 227 | |
'}' should be on the same line. | 227 | |
Line contains a tab character. | 228 | |
Line contains a tab character. | 229 | |
'{' should be on the previous line. | 229 | |
Line contains a tab character. | 230 | |
Line has trailing spaces. | 231 | |
Line is longer than 80 characters. | 231 | |
Line contains a tab character. | 231 | |
'(' is followed by whitespace. | 231 | |
Line contains a tab character. | 232 | |
Line contains a tab character. | 233 | |
Method 'setArguments' is not designed for extension - needs to be abstract, final or empty. | 235 | |
Missing a Javadoc comment. | 235 | |
Parameter arguments should be final. | 235 | |
'arguments' hides a field. | 235 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line contains a tab character. | 15 | |
Line contains a tab character. | 16 | |
Line contains a tab character. | 17 | |
'{' should be on the previous line. | 22 | |
Line contains a tab character. | 23 | |
Missing a Javadoc comment. | 23 | |
Variable 'file' must be private and have accessor methods. | 23 | |
Line has trailing spaces. | 24 | |
Line contains a tab character. | 24 | |
Line contains a tab character. | 25 | |
Missing a Javadoc comment. | 25 | |
Variable 'text' must be private and have accessor methods. | 25 | |
Line has trailing spaces. | 26 | |
Line contains a tab character. | 26 | |
Line contains a tab character. | 27 | |
Missing a Javadoc comment. | 27 | |
Variable 'append' must be private and have accessor methods. | 27 | |
Line has trailing spaces. | 28 | |
Line contains a tab character. | 28 | |
Line contains a tab character. | 29 | |
Method 'setSrc' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
'(' is followed by whitespace. | 29 | |
Parameter file should be final. | 29 | |
'file' hides a field. | 29 | |
Line contains a tab character. | 30 | |
'{' should be on the previous line. | 30 | |
Line has trailing spaces. | 31 | |
Line contains a tab character. | 31 | |
Line contains a tab character. | 32 | |
'{' should be on the previous line. | 32 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
'(' is followed by whitespace. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
'while' is not followed by whitespace. | 36 | |
'(' is followed by whitespace. | 36 | |
'=' is not preceded with whitespace. | 36 | |
'=' is not followed by whitespace. | 36 | |
'!=' is not preceded with whitespace. | 36 | |
'!=' is not followed by whitespace. | 36 | |
Line contains a tab character. | 37 | |
'{' should be on the previous line. | 37 | |
Line contains a tab character. | 38 | |
'(' is followed by whitespace. | 38 | |
Line has trailing spaces. | 39 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Line has trailing spaces. | 42 | |
Line contains a tab character. | 42 | |
'}' should be on the same line. | 42 | |
Line has trailing spaces. | 43 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
'{' should be on the previous line. | 44 | |
Line is longer than 80 characters. | 45 | |
Line contains a tab character. | 45 | |
'(' is followed by whitespace. | 45 | |
Line contains a tab character. | 46 | |
Line has trailing spaces. | 47 | |
Line contains a tab character. | 47 | |
Line has trailing spaces. | 48 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
Method 'addText' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Missing a Javadoc comment. | 49 | |
'(' is followed by whitespace. | 49 | |
Parameter s should be final. | 49 | |
Line contains a tab character. | 50 | |
'{' should be on the previous line. | 50 | |
'if' construct must use '{}'s. | 51 | |
Line contains a tab character. | 51 | |
'if' is not followed by whitespace. | 51 | |
'(' is followed by whitespace. | 51 | |
'!=' is not preceded with whitespace. | 51 | |
'!=' is not followed by whitespace. | 51 | |
Line is longer than 80 characters. | 52 | |
Line contains a tab character. | 52 | |
'(' is followed by whitespace. | 52 | |
Line has trailing spaces. | 53 | |
Line contains a tab character. | 53 | |
'if' construct must use '{}'s. | 54 | |
Line contains a tab character. | 54 | |
'if' is not followed by whitespace. | 54 | |
'(' is followed by whitespace. | 54 | |
'>' is not preceded with whitespace. | 54 | |
'>' is not followed by whitespace. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Line has trailing spaces. | 57 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
Method 'setFile' is not designed for extension - needs to be abstract, final or empty. | 58 | |
Missing a Javadoc comment. | 58 | |
Parameter file should be final. | 58 | |
'file' hides a field. | 58 | |
Line contains a tab character. | 59 | |
'{' should be on the previous line. | 59 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
Line has trailing spaces. | 62 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 | |
Method 'setAppend' is not designed for extension - needs to be abstract, final or empty. | 63 | |
Missing a Javadoc comment. | 63 | |
'(' is followed by whitespace. | 63 | |
Parameter b should be final. | 63 | |
Line contains a tab character. | 64 | |
'{' should be on the previous line. | 64 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Line has trailing spaces. | 67 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 68 | |
Missing a Javadoc comment. | 68 | |
Redundant throws: 'BuildException' is unchecked exception. | 68 | |
Line contains a tab character. | 69 | |
'{' should be on the previous line. | 69 | |
'if' construct must use '{}'s. | 70 | |
Line contains a tab character. | 70 | |
'if' is not followed by whitespace. | 70 | |
'(' is followed by whitespace. | 70 | |
'==' is not preceded with whitespace. | 70 | |
'==' is not followed by whitespace. | 70 | |
Line is longer than 80 characters. | 71 | |
Line contains a tab character. | 71 | |
'(' is followed by whitespace. | 71 | |
'if' construct must use '{}'s. | 73 | |
Line contains a tab character. | 73 | |
'if' is not followed by whitespace. | 73 | |
'(' is followed by whitespace. | 73 | |
'==' is not preceded with whitespace. | 73 | |
'==' is not followed by whitespace. | 73 | |
Line is longer than 80 characters. | 74 | |
Line contains a tab character. | 74 | |
'(' is followed by whitespace. | 74 | |
Line has trailing spaces. | 75 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 76 | |
'if' is not followed by whitespace. | 76 | |
'(' is followed by whitespace. | 76 | |
Line contains a tab character. | 77 | |
'{' should be on the previous line. | 77 | |
Line has trailing spaces. | 78 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
'{' should be on the previous line. | 79 | |
Line is longer than 80 characters. | 80 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
'(' is followed by whitespace. | 81 | |
Line has trailing spaces. | 82 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
'while' is not followed by whitespace. | 84 | |
'(' is followed by whitespace. | 84 | |
'=' is not preceded with whitespace. | 84 | |
'=' is not followed by whitespace. | 84 | |
'!=' is not preceded with whitespace. | 84 | |
'!=' is not followed by whitespace. | 84 | |
Line contains a tab character. | 85 | |
'{' should be on the previous line. | 85 | |
Line contains a tab character. | 86 | |
'(' is followed by whitespace. | 86 | |
Line has trailing spaces. | 87 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 | |
Line has trailing spaces. | 90 | |
Line contains a tab character. | 90 | |
'}' should be on the same line. | 90 | |
Line has trailing spaces. | 91 | |
Line contains a tab character. | 91 | |
Line contains a tab character. | 92 | |
'{' should be on the previous line. | 92 | |
Line is longer than 80 characters. | 93 | |
Line contains a tab character. | 93 | |
'(' is followed by whitespace. | 93 | |
Line has trailing spaces. | 94 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 95 | |
Line has trailing spaces. | 96 | |
Line contains a tab character. | 96 | |
Line has trailing spaces. | 97 | |
Line contains a tab character. | 97 | |
Line contains a tab character. | 98 | |
'{' should be on the previous line. | 98 | |
Line is longer than 80 characters. | 99 | |
Line contains a tab character. | 99 | |
'(' is followed by whitespace. | 99 | |
'(' is followed by whitespace. | 99 | |
Line has trailing spaces. | 100 | |
Line contains a tab character. | 100 | |
Line contains a tab character. | 101 | |
'(' is followed by whitespace. | 101 | |
'(' is followed by whitespace. | 101 | |
Line has trailing spaces. | 102 | |
Line contains a tab character. | 102 | |
Line contains a tab character. | 103 | |
Line has trailing spaces. | 104 | |
Line contains a tab character. | 104 | |
'}' should be on the same line. | 104 | |
Line has trailing spaces. | 105 | |
Line contains a tab character. | 105 | |
Line contains a tab character. | 106 | |
'{' should be on the previous line. | 106 | |
Line is longer than 80 characters. | 107 | |
Line contains a tab character. | 107 | |
'(' is followed by whitespace. | 107 | |
Line contains a tab character. | 108 | |
Line contains a tab character. | 109 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line contains a tab character. | 2 | |
Line contains a tab character. | 3 | |
Line contains a tab character. | 4 | |
Missing a Javadoc comment. | 10 | |
First sentence should end with a period. | 12 | |
Line is longer than 80 characters. | 15 | |
Parameter data should be final. | 25 | |
'3' is a magic number. | 26 | |
'4' is a magic number. | 26 | |
'3' is a magic number. | 32 | |
'4' is a magic number. | 32 | |
'0xFF' is a magic number. | 36 | |
'8' is a magic number. | 37 | |
'0xFF' is a magic number. | 39 | |
'8' is a magic number. | 42 | |
'0xFF' is a magic number. | 44 | |
'3' is a magic number. | 47 | |
Avoid inline conditionals. | 47 | |
'0x3F' is a magic number. | 47 | |
'64' is a magic number. | 47 | |
'6' is a magic number. | 48 | |
Avoid inline conditionals. | 49 | |
'0x3F' is a magic number. | 49 | |
'64' is a magic number. | 49 | |
'6' is a magic number. | 50 | |
'0x3F' is a magic number. | 51 | |
'6' is a magic number. | 52 | |
'0x3F' is a magic number. | 53 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line contains a tab character. | 2 | |
Line contains a tab character. | 3 | |
Line contains a tab character. | 4 | |
Line is longer than 80 characters. | 15 | |
First sentence should end with a period. | 20 | |
Parameter url should be final. | 25 | |
First sentence should end with a period. | 30 | |
Parameter filename should be final. | 47 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line contains a tab character. | 2 | |
Line contains a tab character. | 3 | |
Line contains a tab character. | 4 | |
First sentence should end with a period. | 24 | |
First sentence should end with a period. | 29 | |
First sentence should end with a period. | 34 | |
First sentence should end with a period. | 40 | |
Method 'setFailOnError' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Parameter failonerror should be final. | 45 | |
'failonerror' hides a field. | 45 | |
First sentence should end with a period. | 50 | |
Method 'setAddress' is not designed for extension - needs to be abstract, final or empty. | 55 | |
Parameter address should be final. | 55 | |
'address' hides a field. | 55 | |
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 65 | |
Redundant throws: 'BuildException' is unchecked exception. | 66 | |
'if' is not followed by whitespace. | 67 | |
'==' is not preceded with whitespace. | 67 | |
'==' is not followed by whitespace. | 67 | |
Line has trailing spaces. | 68 | |
'}' should be on the same line. | 75 | |
'}' should be on the same line. | 88 | |
First sentence should end with a period. | 96 | |
Method 'getAddress' is not designed for extension - needs to be abstract, final or empty. | 103 | |
Redundant throws: 'SecurityException' is unchecked exception. | 104 | |
First sentence should end with a period. | 109 | |
Method 'getHostname' is not designed for extension - needs to be abstract, final or empty. | 116 | |
Redundant throws: 'SecurityException' is unchecked exception. | 117 | |
First sentence should end with a period. | 122 | |
Method 'getLocalHostAddress' is not designed for extension - needs to be abstract, final or empty. | 128 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line contains a tab character. | 2 | |
Line contains a tab character. | 3 | |
Line contains a tab character. | 4 | |
First sentence should end with a period. | 21 | |
Redundant 'public' modifier. | 31 | |
Expected @throws tag for 'BuildException'. | 34 | |
Redundant throws: 'BuildException' is unchecked exception. | 34 | |
';' is preceded with whitespace. | 34 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line contains a tab character. | 2 | |
Line contains a tab character. | 3 | |
Line contains a tab character. | 4 | |
First sentence should end with a period. | 22 | |
Unused @param tag for 'user'. | 29 | |
Method 'setAuthenticationHeader' is not designed for extension - needs to be abstract, final or empty. | 32 | |
Parameter requestConnection should be final. | 32 | |
Parameter responseConnection should be final. | 33 | |
Parameter username should be final. | 34 | |
Expected @param tag for 'username'. | 34 | |
Parameter password should be final. | 34 | |
Expected @throws tag for 'BuildException'. | 35 | |
Redundant throws: 'BuildException' is unchecked exception. | 35 | |
Line has trailing spaces. | 41 | |
'=' is not preceded with whitespace. | 44 | |
'+' is not followed by whitespace. | 49 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line contains a tab character. | 4 | |
Line contains a tab character. | 5 | |
Line contains a tab character. | 6 | |
First sentence should end with a period. | 23 | |
Unused @param tag for 'user'. | 30 | |
Method 'setAuthenticationHeader' is not designed for extension - needs to be abstract, final or empty. | 33 | |
Parameter requestConnection should be final. | 33 | |
Parameter responseConnection should be final. | 34 | |
Parameter username should be final. | 35 | |
Expected @param tag for 'username'. | 35 | |
Parameter password should be final. | 35 | |
Expected @throws tag for 'BuildException'. | 36 | |
Redundant throws: 'BuildException' is unchecked exception. | 36 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line contains a tab character. | 2 | |
Line contains a tab character. | 3 | |
Line contains a tab character. | 4 | |
First sentence should end with a period. | 20 | |
Method 'areParamsAddedToUrl' is not designed for extension - needs to be abstract, final or empty. | 25 | |
First sentence should end with a period. | 29 | |
Method 'getRequestMethod' is not designed for extension - needs to be abstract, final or empty. | 34 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line contains a tab character. | 2 | |
Line contains a tab character. | 3 | |
Line contains a tab character. | 4 | |
First sentence should end with a period. | 20 | |
Method 'getRequestMethod' is not designed for extension - needs to be abstract, final or empty. | 25 | |
First sentence should end with a period. | 29 | |
Method 'areParamsAddedToUrl' is not designed for extension - needs to be abstract, final or empty. | 34 | |
Unused Javadoc tag. | 42 | |
Method 'verifyArguments' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Redundant throws: 'BuildException' is unchecked exception. | 49 | |
'if' is not followed by whitespace. | 50 | |
'!=' is not followed by whitespace. | 50 | |
Line is longer than 80 characters. | 51 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line contains a tab character. | 2 | |
Line contains a tab character. | 3 | |
Line contains a tab character. | 4 | |
Variable 'postFile' must be private and have accessor methods. | 37 | |
'=' is not preceded with whitespace. | 37 | |
'=' is not followed by whitespace. | 37 | |
First sentence should end with a period. | 39 | |
Method 'setUploadFile' is not designed for extension - needs to be abstract, final or empty. | 42 | |
Parameter postFile should be final. | 42 | |
'postFile' hides a field. | 42 | |
Expected @param tag for 'postFile'. | 42 | |
'=' is not preceded with whitespace. | 43 | |
'=' is not followed by whitespace. | 43 | |
First sentence should end with a period. | 46 | |
Method 'getUploadFile' is not designed for extension - needs to be abstract, final or empty. | 50 | |
Method 'setContentType' is not designed for extension - needs to be abstract, final or empty. | 64 | |
Parameter contentType should be final. | 64 | |
'contentType' hides a field. | 64 | |
Expected @param tag for 'contentType'. | 64 | |
'=' is not preceded with whitespace. | 65 | |
'=' is not followed by whitespace. | 65 | |
First sentence should end with a period. | 68 | |
Method 'getContentType' is not designed for extension - needs to be abstract, final or empty. | 72 | |
First sentence should end with a period. | 76 | |
Method 'areParamsAddedToUrl' is not designed for extension - needs to be abstract, final or empty. | 81 | |
First sentence should end with a period. | 85 | |
Expected an @return tag. | 93 | |
Method 'doConnect' is not designed for extension - needs to be abstract, final or empty. | 93 | |
Parameter connection should be final. | 93 | |
Redundant throws: 'BuildException' is unchecked exception. | 94 | |
'if' is not followed by whitespace. | 96 | |
'==' is not preceded with whitespace. | 96 | |
'==' is not followed by whitespace. | 96 | |
'}' should be on the same line. | 98 | |
First sentence should end with a period. | 104 | |
Expected an @return tag. | 111 | |
Method 'doConnectFormPost' is not designed for extension - needs to be abstract, final or empty. | 111 | |
Parameter connection should be final. | 111 | |
Redundant throws: 'BuildException' is unchecked exception. | 112 | |
',' is not followed by whitespace. | 114 | |
'256' is a magic number. | 116 | |
'=' is not preceded with whitespace. | 121 | |
'=' is not followed by whitespace. | 121 | |
Line has trailing spaces. | 123 | |
First sentence should end with a period. | 130 | |
Expected an @return tag. | 137 | |
Method 'doConnectFilePost' is not designed for extension - needs to be abstract, final or empty. | 137 | |
Parameter connection should be final. | 137 | |
Redundant throws: 'BuildException' is unchecked exception. | 138 | |
'=' is not preceded with whitespace. | 139 | |
'=' is not followed by whitespace. | 139 | |
'cast' is not followed by whitespace. | 139 | |
'+' is not preceded with whitespace. | 140 | |
'+' is not followed by whitespace. | 140 | |
',' is not followed by whitespace. | 140 | |
'=' is not preceded with whitespace. | 141 | |
'=' is not followed by whitespace. | 141 | |
'=' is not preceded with whitespace. | 142 | |
'=' is not followed by whitespace. | 142 | |
'if' is not followed by whitespace. | 143 | |
'==' is not preceded with whitespace. | 143 | |
'==' is not followed by whitespace. | 143 | |
'=' is not preceded with whitespace. | 144 | |
'=' is not followed by whitespace. | 144 | |
First sentence should end with a period. | 153 | |
Method 'writePostData' is not designed for extension - needs to be abstract, final or empty. | 158 | |
Parameter out should be final. | 158 | |
'=' is not preceded with whitespace. | 160 | |
'=' is not followed by whitespace. | 160 | |
'+' is not preceded with whitespace. | 167 | |
'+' is not followed by whitespace. | 167 | |
',' is not followed by whitespace. | 167 | |
First sentence should end with a period. | 171 | |
Method 'getRequestMethod' is not designed for extension - needs to be abstract, final or empty. | 176 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line contains a tab character. | 2 | |
Line contains a tab character. | 3 | |
Line contains a tab character. | 4 | |
First sentence should end with a period. | 12 | |
First sentence should end with a period. | 21 | |
Line has trailing spaces. | 25 | |
First sentence should end with a period. | 26 | |
First sentence should end with a period. | 32 | |
Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Parameter name should be final. | 37 | |
'name' hides a field. | 37 | |
First sentence should end with a period. | 42 | |
Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 47 | |
Parameter value should be final. | 47 | |
'value' hides a field. | 47 | |
First sentence should end with a period. | 52 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 57 | |
First sentence should end with a period. | 62 | |
Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 67 | |
First sentence should end with a period. | 72 | |
Method 'addText' is not designed for extension - needs to be abstract, final or empty. | 77 | |
Parameter text should be final. | 77 | |
First sentence should end with a period. | 82 | |
Line is longer than 80 characters. | 83 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 87 | |
'+' is not preceded with whitespace. | 88 | |
'+' should be on a new line. | 88 | |
'+' is not preceded with whitespace. | 89 | |
'+' is not followed by whitespace. | 89 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line contains a tab character. | 2 | |
Line contains a tab character. | 3 | |
Line contains a tab character. | 4 | |
First sentence should end with a period. | 43 | |
Variable 'failOnError' must be private and have accessor methods. | 46 | |
'=' is not preceded with whitespace. | 46 | |
'=' is not followed by whitespace. | 46 | |
First sentence should end with a period. | 48 | |
Variable 'blockSize' must be private and have accessor methods. | 52 | |
'64' is a magic number. | 52 | |
First sentence should end with a period. | 54 | |
Variable 'successProperty' must be private and have accessor methods. | 58 | |
First sentence should end with a period. | 65 | |
First sentence should end with a period. | 69 | |
First sentence should end with a period. | 84 | |
First sentence should end with a period. | 89 | |
First sentence should end with a period. | 94 | |
First sentence should end with a period. | 99 | |
First sentence should end with a period. | 104 | |
First sentence should end with a period. | 109 | |
First sentence should end with a period. | 115 | |
'=' is not preceded with whitespace. | 119 | |
'=' is not followed by whitespace. | 119 | |
First sentence should end with a period. | 121 | |
'static' modifier out of order with the JLS suggestions. | 124 | |
First sentence should end with a period. | 126 | |
'static' modifier out of order with the JLS suggestions. | 129 | |
'static' modifier out of order with the JLS suggestions. | 134 | |
Method 'setUseCaches' is not designed for extension - needs to be abstract, final or empty. | 143 | |
Parameter usecaches should be final. | 143 | |
'usecaches' hides a field. | 143 | |
Unused @param tag for 'usecaches'. | 151 | |
Method 'setUseResponseCode' is not designed for extension - needs to be abstract, final or empty. | 153 | |
Parameter useResponseCode should be final. | 153 | |
'useResponseCode' hides a field. | 153 | |
Expected @param tag for 'useResponseCode'. | 153 | |
')' is preceded with whitespace. | 153 | |
';' is preceded with whitespace. | 154 | |
Method 'setURL' is not designed for extension - needs to be abstract, final or empty. | 163 | |
Parameter u should be final. | 163 | |
Method 'setDest' is not designed for extension - needs to be abstract, final or empty. | 174 | |
Parameter dest should be final. | 174 | |
'dest' hides a field. | 174 | |
Unused @param tag for 'dest'. | 182 | |
Method 'setDestinationProperty' is not designed for extension - needs to be abstract, final or empty. | 184 | |
Parameter name should be final. | 184 | |
Expected @param tag for 'name'. | 184 | |
Method 'setVerbose' is not designed for extension - needs to be abstract, final or empty. | 194 | |
Parameter verbose should be final. | 194 | |
'verbose' hides a field. | 194 | |
First sentence should end with a period. | 199 | |
Method 'setFailOnError' is not designed for extension - needs to be abstract, final or empty. | 204 | |
Parameter b should be final. | 204 | |
Method 'setUseTimestamp' is not designed for extension - needs to be abstract, final or empty. | 226 | |
Parameter usetimestamp should be final. | 226 | |
'}' should be on the same line. | 229 | |
First sentence should end with a period. | 236 | |
Method 'setAuthtype' is not designed for extension - needs to be abstract, final or empty. | 241 | |
Parameter type should be final. | 241 | |
'=' is not preceded with whitespace. | 242 | |
'=' is not followed by whitespace. | 242 | |
Method 'setUsername' is not designed for extension - needs to be abstract, final or empty. | 252 | |
Parameter username should be final. | 252 | |
'username' hides a field. | 252 | |
First sentence should end with a period. | 260 | |
Method 'setPassword' is not designed for extension - needs to be abstract, final or empty. | 265 | |
Parameter password should be final. | 265 | |
'password' hides a field. | 265 | |
First sentence should end with a period. | 270 | |
Method 'setSuccessProperty' is not designed for extension - needs to be abstract, final or empty. | 275 | |
Parameter successProperty should be final. | 275 | |
'successProperty' hides a field. | 275 | |
First sentence should end with a period. | 279 | |
Expected an @return tag. | 283 | |
Method 'getBlockSize' is not designed for extension - needs to be abstract, final or empty. | 283 | |
First sentence should end with a period. | 287 | |
Unused @param tag for 'the'. | 289 | |
Method 'setBlockSize' is not designed for extension - needs to be abstract, final or empty. | 291 | |
Parameter blockSize should be final. | 291 | |
'blockSize' hides a field. | 291 | |
Expected @param tag for 'blockSize'. | 291 | |
'=' is not preceded with whitespace. | 292 | |
'=' is not followed by whitespace. | 292 | |
First sentence should end with a period. | 296 | |
Method 'getUseCaches' is not designed for extension - needs to be abstract, final or empty. | 301 | |
First sentence should end with a period. | 306 | |
Method 'getFailOnError' is not designed for extension - needs to be abstract, final or empty. | 311 | |
First sentence should end with a period. | 316 | |
Method 'getUsername' is not designed for extension - needs to be abstract, final or empty. | 321 | |
First sentence should end with a period. | 326 | |
Method 'getPassword' is not designed for extension - needs to be abstract, final or empty. | 331 | |
Method 'getURL' is not designed for extension - needs to be abstract, final or empty. | 339 | |
First sentence should end with a period. | 344 | |
Method 'getRequestParameters' is not designed for extension - needs to be abstract, final or empty. | 349 | |
First sentence should end with a period. | 354 | |
Method 'getSuccessProperty' is not designed for extension - needs to be abstract, final or empty. | 359 | |
First sentence should end with a period. | 363 | |
Method 'getDestinationProperty' is not designed for extension - needs to be abstract, final or empty. | 368 | |
First sentence should end with a period. | 372 | |
Method 'getDest' is not designed for extension - needs to be abstract, final or empty. | 377 | |
Unused Javadoc tag. | 386 | |
Method 'noteSuccess' is not designed for extension - needs to be abstract, final or empty. | 389 | |
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 402 | |
Method length is 217 lines (max allowed is 150). | 402 | |
Redundant throws: 'BuildException' is unchecked exception. | 403 | |
Line has trailing spaces. | 406 | |
Line has trailing spaces. | 408 | |
'=' is not preceded with whitespace. | 434 | |
'=' is not followed by whitespace. | 434 | |
Line is longer than 80 characters. | 436 | |
',' is not followed by whitespace. | 436 | |
',' is not followed by whitespace. | 436 | |
',' is not followed by whitespace. | 436 | |
Line is longer than 80 characters. | 443 | |
'=' is not preceded with whitespace. | 448 | |
'=' is not followed by whitespace. | 448 | |
'+' is not preceded with whitespace. | 454 | |
'+' is not followed by whitespace. | 454 | |
'+' is not preceded with whitespace. | 454 | |
'+' is not followed by whitespace. | 454 | |
'+' is not preceded with whitespace. | 454 | |
'+' is not followed by whitespace. | 454 | |
'=' is not preceded with whitespace. | 458 | |
'=' is not followed by whitespace. | 458 | |
Line is longer than 80 characters. | 460 | |
'if' is not followed by whitespace. | 469 | |
Line is longer than 80 characters. | 473 | |
Line is longer than 80 characters. | 475 | |
Line is longer than 80 characters. | 477 | |
Line has trailing spaces. | 484 | |
Line has trailing spaces. | 491 | |
'+' is not preceded with whitespace. | 503 | |
'+' is not followed by whitespace. | 503 | |
',' is not followed by whitespace. | 503 | |
'}' should be on the same line. | 505 | |
'if' is not followed by whitespace. | 507 | |
'!=' is not preceded with whitespace. | 507 | |
'!=' is not followed by whitespace. | 507 | |
'+' is not preceded with whitespace. | 509 | |
'+' is not followed by whitespace. | 509 | |
'=' is not preceded with whitespace. | 511 | |
'=' is not followed by whitespace. | 511 | |
'1024' is a magic number. | 511 | |
'}' should be on the same line. | 512 | |
Line has trailing spaces. | 521 | |
'=' is not preceded with whitespace. | 523 | |
'=' is not followed by whitespace. | 523 | |
',' is not followed by whitespace. | 523 | |
'=' is not preceded with whitespace. | 524 | |
'=' is not followed by whitespace. | 524 | |
Line has trailing spaces. | 525 | |
'1024' is a magic number. | 527 | |
Line has trailing spaces. | 530 | |
Inner assignments should be avoided. | 530 | |
'&&' should be on a new line. | 530 | |
'==' is not preceded with whitespace. | 531 | |
'==' is not followed by whitespace. | 531 | |
'<' is not preceded with whitespace. | 531 | |
'<' is not followed by whitespace. | 531 | |
'+=' is not preceded with whitespace. | 532 | |
'+=' is not followed by whitespace. | 532 | |
'if' is not followed by whitespace. | 547 | |
Line has trailing spaces. | 551 | |
'=' is not preceded with whitespace. | 556 | |
'=' is not followed by whitespace. | 556 | |
'=' is not preceded with whitespace. | 557 | |
'=' is not followed by whitespace. | 557 | |
Line has trailing spaces. | 558 | |
Line is longer than 80 characters. | 568 | |
Line is longer than 80 characters. | 574 | |
Avoid inline conditionals. | 574 | |
Line has trailing spaces. | 581 | |
'=' is not preceded with whitespace. | 582 | |
'=' is not followed by whitespace. | 582 | |
'if' is not followed by whitespace. | 583 | |
'>' is not preceded with whitespace. | 583 | |
'>' is not followed by whitespace. | 583 | |
'!=' is not preceded with whitespace. | 583 | |
'!=' is not followed by whitespace. | 583 | |
'=' is not preceded with whitespace. | 584 | |
'=' is not followed by whitespace. | 584 | |
'+' is not preceded with whitespace. | 584 | |
'+' is not followed by whitespace. | 584 | |
'+' is not followed by whitespace. | 585 | |
'+' is not preceded with whitespace. | 585 | |
'+' is not followed by whitespace. | 585 | |
'+' is not preceded with whitespace. | 585 | |
'+' is not followed by whitespace. | 585 | |
'}' should be on the same line. | 586 | |
'=' is not preceded with whitespace. | 593 | |
'=' is not followed by whitespace. | 593 | |
'if' is not followed by whitespace. | 594 | |
'200' is a magic number. | 594 | |
'<' is not followed by whitespace. | 594 | |
'299' is a magic number. | 594 | |
'>' is not followed by whitespace. | 594 | |
Line is longer than 80 characters. | 595 | |
'=' is not preceded with whitespace. | 595 | |
'=' is not followed by whitespace. | 595 | |
'+' is not preceded with whitespace. | 595 | |
'+' is not followed by whitespace. | 595 | |
'+' is not preceded with whitespace. | 595 | |
'+' is not followed by whitespace. | 595 | |
Line has trailing spaces. | 599 | |
'if' is not followed by whitespace. | 601 | |
'==' is not preceded with whitespace. | 601 | |
'==' is not followed by whitespace. | 601 | |
'}' should be on the same line. | 603 | |
'if' construct must use '{}'s. | 605 | |
'if' is not followed by whitespace. | 605 | |
'else' construct must use '{}'s. | 607 | |
',' is not followed by whitespace. | 608 | |
Line has trailing spaces. | 610 | |
'}' should be on the same line. | 611 | |
'+' is not preceded with whitespace. | 613 | |
'+' is not followed by whitespace. | 613 | |
'+' is not followed by whitespace. | 613 | |
'+' should be on a new line. | 613 | |
'+' is not preceded with whitespace. | 614 | |
'+' is not followed by whitespace. | 614 | |
First sentence should end with a period. | 621 | |
Method 'showProgressChar' is not designed for extension - needs to be abstract, final or empty. | 626 | |
Parameter c should be final. | 626 | |
Expected @param tag for 'c'. | 626 | |
Method 'addParam' is not designed for extension - needs to be abstract, final or empty. | 637 | |
Parameter param should be final. | 637 | |
Method 'addHeader' is not designed for extension - needs to be abstract, final or empty. | 647 | |
Parameter header should be final. | 647 | |
First sentence should end with a period. | 652 | |
Method 'getTimestamp' is not designed for extension - needs to be abstract, final or empty. | 669 | |
'}' should be on the same line. | 673 | |
Method 'getAuthenticationString' is not designed for extension - needs to be abstract, final or empty. | 687 | |
Avoid inline conditionals. | 690 | |
'}' should be on the same line. | 696 | |
Unused Javadoc tag. | 709 | |
Method 'verifyArguments' is not designed for extension - needs to be abstract, final or empty. | 715 | |
Redundant throws: 'BuildException' is unchecked exception. | 716 | |
Line is longer than 80 characters. | 721 | |
Line is longer than 80 characters. | 724 | |
'}' should be on the same line. | 725 | |
Line is longer than 80 characters. | 727 | |
'if' is not followed by whitespace. | 731 | |
'!=' is not preceded with whitespace. | 731 | |
'!=' is not followed by whitespace. | 731 | |
'==' is not preceded with whitespace. | 731 | |
'==' is not followed by whitespace. | 731 | |
Line is longer than 80 characters. | 732 | |
Method 'touchFile' is not designed for extension - needs to be abstract, final or empty. | 746 | |
Parameter file should be final. | 746 | |
Parameter timemillis should be final. | 746 | |
Redundant throws: 'BuildException' is unchecked exception. | 747 | |
First sentence should end with a period. | 752 | |
Method 'buildURL' is not designed for extension - needs to be abstract, final or empty. | 758 | |
Redundant throws: 'BuildException' is unchecked exception. | 759 | |
'}' should be on the same line. | 766 | |
Method 'parameterizeURL' is not designed for extension - needs to be abstract, final or empty. | 780 | |
Redundant throws: 'BuildException' is unchecked exception. | 781 | |
Avoid inline conditionals. | 790 | |
First sentence should end with a period. | 806 | |
Method 'areParamsAddedToUrl' is not designed for extension - needs to be abstract, final or empty. | 813 | |
First sentence should end with a period. | 817 | |
Method 'getAuthStrategy' is not designed for extension - needs to be abstract, final or empty. | 823 | |
'=' is not preceded with whitespace. | 824 | |
'=' is not followed by whitespace. | 824 | |
'=' is not preceded with whitespace. | 827 | |
'=' is not followed by whitespace. | 827 | |
Line is longer than 80 characters. | 854 | |
Method 'makeConnectionWithAuthHandling' is not designed for extension - needs to be abstract, final or empty. | 854 | |
Parameter connection should be final. | 854 | |
Redundant throws: 'BuildException' is unchecked exception. | 855 | |
Line has trailing spaces. | 856 | |
'+' is not preceded with whitespace. | 856 | |
'+' is not followed by whitespace. | 856 | |
',' is not followed by whitespace. | 856 | |
'=' is not preceded with whitespace. | 858 | |
'=' is not followed by whitespace. | 858 | |
',' is not followed by whitespace. | 859 | |
Line is longer than 80 characters. | 862 | |
'if' is not followed by whitespace. | 862 | |
'==' is not preceded with whitespace. | 862 | |
'==' is not followed by whitespace. | 862 | |
'==' is not preceded with whitespace. | 863 | |
'==' is not followed by whitespace. | 863 | |
Line is longer than 80 characters. | 867 | |
',' is not followed by whitespace. | 867 | |
Line has trailing spaces. | 875 | |
Line has trailing spaces. | 878 | |
Method 'probeConnection' is not designed for extension - needs to be abstract, final or empty. | 880 | |
'(' is preceded with whitespace. | 880 | |
Parameter connection should be final. | 880 | |
Expected @param tag for 'connection'. | 880 | |
Line has trailing spaces. | 883 | |
Line is longer than 80 characters. | 889 | |
Line is longer than 80 characters. | 891 | |
Line is longer than 80 characters. | 892 | |
Line is longer than 80 characters. | 893 | |
Method 'getResponseCode' is not designed for extension - needs to be abstract, final or empty. | 902 | |
Parameter connection should be final. | 902 | |
'=' is not preceded with whitespace. | 909 | |
'=' is not followed by whitespace. | 909 | |
'=' is not preceded with whitespace. | 910 | |
'=' is not followed by whitespace. | 910 | |
'=' is not preceded with whitespace. | 911 | |
'=' is not followed by whitespace. | 911 | |
'5' is a magic number. | 912 | |
'=' is not preceded with whitespace. | 915 | |
'=' is not followed by whitespace. | 915 | |
'}' should be on the same line. | 917 | |
',' is not followed by whitespace. | 921 | |
'=' is not preceded with whitespace. | 922 | |
'=' is not followed by whitespace. | 922 | |
'if' is not followed by whitespace. | 925 | |
'!=' is not preceded with whitespace. | 925 | |
'!=' is not followed by whitespace. | 925 | |
Unclosed HTML tag found: <blockquote> | 936 | |
Line is longer than 80 characters. | 937 | |
Line is longer than 80 characters. | 938 | |
Line is longer than 80 characters. | 939 | |
Line is longer than 80 characters. | 943 | |
Line is longer than 80 characters. | 944 | |
Line is longer than 80 characters. | 945 | |
Method 'getInputStream' is not designed for extension - needs to be abstract, final or empty. | 952 | |
Parameter connection should be final. | 952 | |
'=' is not preceded with whitespace. | 954 | |
'=' is not followed by whitespace. | 954 | |
'=' is not preceded with whitespace. | 955 | |
'=' is not followed by whitespace. | 955 | |
'5' is a magic number. | 956 | |
'}' should be on the same line. | 960 | |
',' is not followed by whitespace. | 964 | |
'=' is not preceded with whitespace. | 965 | |
'=' is not followed by whitespace. | 965 | |
'if' is not followed by whitespace. | 968 | |
'==' is not preceded with whitespace. | 968 | |
'==' is not followed by whitespace. | 968 | |
'!=' is not preceded with whitespace. | 968 | |
'!=' is not followed by whitespace. | 968 | |
Expected an @return tag. | 987 | |
Method 'doConnect' is not designed for extension - needs to be abstract, final or empty. | 987 | |
Parameter connection should be final. | 987 | |
Redundant throws: 'BuildException' is unchecked exception. | 988 | |
First sentence should end with a period. | 993 | |
Expected an @return tag. | 1002 | |
Method 'doConnectWithUpload' is not designed for extension - needs to be abstract, final or empty. | 1002 | |
Parameter connection should be final. | 1002 | |
Parameter contentType should be final. | 1003 | |
Parameter contentLength should be final. | 1003 | |
Parameter content should be final. | 1004 | |
Line is longer than 80 characters. | 1014 | |
'=' is not preceded with whitespace. | 1023 | |
'=' is not followed by whitespace. | 1023 | |
'*' is not preceded with whitespace. | 1023 | |
'*' is not followed by whitespace. | 1023 | |
'1024' is a magic number. | 1023 | |
'if' construct must use '{}'s. | 1024 | |
'if' is not followed by whitespace. | 1024 | |
'<' is not preceded with whitespace. | 1024 | |
'<' is not followed by whitespace. | 1024 | |
'=' is not preceded with whitespace. | 1025 | |
'=' is not followed by whitespace. | 1025 | |
'+' is not preceded with whitespace. | 1031 | |
'+' is not followed by whitespace. | 1031 | |
',' is not followed by whitespace. | 1031 | |
',' is not followed by whitespace. | 1041 | |
First sentence should end with a period. | 1045 | |
Method 'onConnected' is not designed for extension - needs to be abstract, final or empty. | 1053 | |
Parameter connection should be final. | 1053 | |
Redundant throws: 'BuildException' is unchecked exception. | 1054 | |
Method 'onDownloadFinished' is not designed for extension - needs to be abstract, final or empty. | 1069 | |
Parameter connection should be final. | 1069 | |
Redundant throws: 'BuildException' is unchecked exception. | 1070 | |
First sentence should end with a period. | 1075 | |
First sentence should end with a period. | 1082 | |
Method 'getValues' is not designed for extension - needs to be abstract, final or empty. | 1087 | |
',' is not followed by whitespace. | 1088 | |
Unused @param tag for 'choice'. | 1093 | |
Method 'mapValueToNumber' is not designed for extension - needs to be abstract, final or empty. | 1096 | |
'=' is not preceded with whitespace. | 1097 | |
'=' is not followed by whitespace. | 1097 | |
'=' is not preceded with whitespace. | 1098 | |
'=' is not followed by whitespace. | 1098 | |
'=' is not preceded with whitespace. | 1099 | |
'=' is not followed by whitespace. | 1099 | |
'for' is not followed by whitespace. | 1100 | |
'=' is not preceded with whitespace. | 1100 | |
'=' is not followed by whitespace. | 1100 | |
';' is not followed by whitespace. | 1100 | |
'<' is not preceded with whitespace. | 1100 | |
'<' is not followed by whitespace. | 1100 | |
';' is not followed by whitespace. | 1100 | |
'if' construct must use '{}'s. | 1101 | |
'if' is not followed by whitespace. | 1101 | |
'=' is not preceded with whitespace. | 1102 | |
'=' is not followed by whitespace. | 1102 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line contains a tab character. | 4 | |
Line contains a tab character. | 5 | |
Line contains a tab character. | 6 | |
First sentence should end with a period. | 14 | |
First sentence should end with a period. | 22 | |
Parameter b should be final. | 28 | |
First sentence should end with a period. | 33 | |
Parameter b should be final. | 39 | |
First sentence should end with a period. | 44 | |
Parameter b should be final. | 52 | |
Parameter off should be final. | 53 | |
Parameter len should be final. | 54 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line contains a tab character. | 2 | |
Line contains a tab character. | 3 | |
Line contains a tab character. | 4 | |
First sentence should end with a period. | 26 | |
Variable 'proxyHost' must be private and have accessor methods. | 29 | |
First sentence should end with a period. | 31 | |
Variable 'proxyPort' must be private and have accessor methods. | 34 | |
'80' is a magic number. | 34 | |
'1080' is a magic number. | 43 | |
Method 'setProxyHost' is not designed for extension - needs to be abstract, final or empty. | 52 | |
Parameter hostname should be final. | 52 | |
Method 'setProxyPort' is not designed for extension - needs to be abstract, final or empty. | 62 | |
Parameter port should be final. | 62 | |
First sentence should end with a period. | 67 | |
Method 'getProxyHost' is not designed for extension - needs to be abstract, final or empty. | 73 | |
First sentence should end with a period. | 78 | |
Method 'getProxyPort' is not designed for extension - needs to be abstract, final or empty. | 84 | |
First sentence should end with a period. | 89 | |
Method 'setSocksProxyHost' is not designed for extension - needs to be abstract, final or empty. | 94 | |
Parameter host should be final. | 94 | |
First sentence should end with a period. | 99 | |
Method 'setSocksProxyPort' is not designed for extension - needs to be abstract, final or empty. | 104 | |
Parameter port should be final. | 104 | |
First sentence should end with a period. | 110 | |
Unused Javadoc tag. | 115 | |
Method 'applyWebProxySettings' is not designed for extension - needs to be abstract, final or empty. | 118 | |
'=' is not preceded with whitespace. | 119 | |
'=' is not followed by whitespace. | 119 | |
'=' is not preceded with whitespace. | 130 | |
'=' is not followed by whitespace. | 130 | |
'=' is not preceded with whitespace. | 139 | |
'=' is not followed by whitespace. | 139 | |
Line is longer than 80 characters. | 143 | |
'if' is not followed by whitespace. | 143 | |
Method 'legacyResetProxySettingsCall' is not designed for extension - needs to be abstract, final or empty. | 159 | |
'}' should be on the same line. | 165 | |
'}' should be on the same line. | 168 | |
'}' should be on the same line. | 171 | |
'}' should be on the same line. | 174 | |
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 187 | |
Redundant throws: 'BuildException' is unchecked exception. | 188 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line contains a tab character. | 2 | |
Line contains a tab character. | 3 | |
Line contains a tab character. | 4 | |
Unused import - java.io.InputStream. | 19 | |
Missing a Javadoc comment. | 36 | |
Name 'stub' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 36 | |
'{' should be on the previous line. | 37 | |
Line contains a tab character. | 38 | |
Missing a Javadoc comment. | 38 | |
Name '__EXECUTABLE__NAME__' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 38 | |
Variable '__EXECUTABLE__NAME__' must be private and have accessor methods. | 38 | |
Line has trailing spaces. | 39 | |
Line contains a tab character. | 39 | |
Name '__EXECUTABLE__PATH__' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 | |
Variable '__EXECUTABLE__PATH__' must be private and have accessor methods. | 39 | |
Line has trailing spaces. | 40 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Missing a Javadoc comment. | 41 | |
Variable 'consoleMode' must be private and have accessor methods. | 41 | |
Line has trailing spaces. | 42 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Missing a Javadoc comment. | 43 | |
Variable 'tempDir' must be private and have accessor methods. | 43 | |
Line has trailing spaces. | 44 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Missing a Javadoc comment. | 45 | |
Variable 'buffer' must be private and have accessor methods. | 45 | |
'8192' is a magic number. | 45 | |
Line has trailing spaces. | 46 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 | |
Missing a Javadoc comment. | 47 | |
Variable 'jframe' must be private and have accessor methods. | 47 | |
Line contains a tab character. | 48 | |
Missing a Javadoc comment. | 48 | |
Variable 'progressBar' must be private and have accessor methods. | 48 | |
'=' is not preceded with whitespace. | 48 | |
'=' is not followed by whitespace. | 48 | |
Line has trailing spaces. | 49 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Missing a Javadoc comment. | 50 | |
Parameter args should be final. | 50 | |
Line contains a tab character. | 51 | |
'{' should be on the previous line. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Line is longer than 80 characters. | 57 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
Line has trailing spaces. | 59 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
'(' is followed by whitespace. | 61 | |
'(' is followed by whitespace. | 61 | |
Line contains a tab character. | 62 | |
Line has trailing spaces. | 63 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
Missing a Javadoc comment. | 64 | |
Variable 'bytesToWrite' must be private and have accessor methods. | 64 | |
Line contains a tab character. | 65 | |
Missing a Javadoc comment. | 65 | |
Variable 'bytesWritten' must be private and have accessor methods. | 65 | |
Line has trailing spaces. | 66 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
Method 'unjar' is not designed for extension - needs to be abstract, final or empty. | 67 | |
Missing a Javadoc comment. | 67 | |
'(' is followed by whitespace. | 67 | |
Parameter jarFileName should be final. | 67 | |
Parameter args should be final. | 67 | |
Line contains a tab character. | 68 | |
'{' should be on the previous line. | 68 | |
'if' construct must use '{}'s. | 69 | |
'if' is not followed by whitespace. | 69 | |
'(' is followed by whitespace. | 69 | |
'(' is followed by whitespace. | 69 | |
'==' is not preceded with whitespace. | 69 | |
'==' is not followed by whitespace. | 69 | |
Line is longer than 80 characters. | 70 | |
Line contains a tab character. | 70 | |
'(' is followed by whitespace. | 70 | |
'(' is followed by whitespace. | 70 | |
'(' is followed by whitespace. | 70 | |
'else' construct must use '{}'s. | 71 | |
Line contains a tab character. | 71 | |
Line is longer than 80 characters. | 72 | |
Line contains a tab character. | 72 | |
'(' is followed by whitespace. | 72 | |
'(' is followed by whitespace. | 72 | |
'(' is followed by whitespace. | 72 | |
'(' is followed by whitespace. | 72 | |
'(' is followed by whitespace. | 72 | |
'+' is not preceded with whitespace. | 72 | |
'+' is not followed by whitespace. | 72 | |
Line has trailing spaces. | 73 | |
Line contains a tab character. | 73 | |
'(' is followed by whitespace. | 74 | |
'(' is followed by whitespace. | 74 | |
Line has trailing spaces. | 75 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 76 | |
Line is longer than 80 characters. | 77 | |
Line contains a tab character. | 77 | |
'(' is followed by whitespace. | 77 | |
'(' is followed by whitespace. | 77 | |
Line has trailing spaces. | 78 | |
Line is longer than 80 characters. | 78 | |
Line contains a tab character. | 78 | |
'(' is followed by whitespace. | 78 | |
Line is longer than 80 characters. | 79 | |
Line contains a tab character. | 79 | |
'(' is followed by whitespace. | 79 | |
Line is longer than 80 characters. | 80 | |
Line contains a tab character. | 80 | |
'(' is followed by whitespace. | 80 | |
'(' is followed by whitespace. | 80 | |
Line is longer than 80 characters. | 81 | |
Line has trailing spaces. | 82 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 83 | |
'if' is not followed by whitespace. | 83 | |
'(' is followed by whitespace. | 83 | |
Line contains a tab character. | 84 | |
'{' should be on the previous line. | 84 | |
Line is longer than 80 characters. | 85 | |
Line contains a tab character. | 85 | |
'(' is followed by whitespace. | 85 | |
Line has trailing spaces. | 86 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 87 | |
'(' is followed by whitespace. | 87 | |
Line is longer than 80 characters. | 88 | |
Line contains a tab character. | 88 | |
'(' is followed by whitespace. | 88 | |
'(' is followed by whitespace. | 88 | |
'(' is followed by whitespace. | 88 | |
Line is longer than 80 characters. | 89 | |
Line contains a tab character. | 89 | |
'cast' is not followed by whitespace. | 89 | |
'(' is followed by whitespace. | 89 | |
'(' is followed by whitespace. | 89 | |
'10' is a magic number. | 89 | |
'10' is a magic number. | 89 | |
'10' is a magic number. | 89 | |
'10' is a magic number. | 89 | |
Line is longer than 80 characters. | 90 | |
Line contains a tab character. | 90 | |
'(' is followed by whitespace. | 90 | |
Inner assignments should be avoided. | 90 | |
'(' is followed by whitespace. | 90 | |
Line is longer than 80 characters. | 92 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 93 | |
Line has trailing spaces. | 94 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 95 | |
Line is longer than 80 characters. | 96 | |
Line contains a tab character. | 96 | |
Line is longer than 80 characters. | 97 | |
Line contains a tab character. | 97 | |
'(' is followed by whitespace. | 97 | |
'if' construct must use '{}'s. | 98 | |
Line is longer than 80 characters. | 98 | |
Line contains a tab character. | 98 | |
'if' is not followed by whitespace. | 98 | |
'(' is followed by whitespace. | 98 | |
'-' is not preceded with whitespace. | 98 | |
'-' is not followed by whitespace. | 98 | |
'/' is not preceded with whitespace. | 98 | |
'/' is not followed by whitespace. | 98 | |
'<' is not preceded with whitespace. | 98 | |
'<' is not followed by whitespace. | 98 | |
'-' is not preceded with whitespace. | 98 | |
'-' is not followed by whitespace. | 98 | |
'/' is not preceded with whitespace. | 98 | |
'/' is not followed by whitespace. | 98 | |
'<' is not preceded with whitespace. | 98 | |
'<' is not followed by whitespace. | 98 | |
Line contains a tab character. | 99 | |
'(' is followed by whitespace. | 99 | |
Line is longer than 80 characters. | 100 | |
Line contains a tab character. | 100 | |
'(' is followed by whitespace. | 100 | |
'-' is not preceded with whitespace. | 100 | |
'-' is not followed by whitespace. | 100 | |
'/' is not preceded with whitespace. | 100 | |
'/' is not followed by whitespace. | 100 | |
'-' is not preceded with whitespace. | 100 | |
'-' is not followed by whitespace. | 100 | |
'/' is not preceded with whitespace. | 100 | |
'/' is not followed by whitespace. | 100 | |
Line has trailing spaces. | 101 | |
Line contains a tab character. | 101 | |
Line contains a tab character. | 102 | |
'(' is followed by whitespace. | 102 | |
Line contains a tab character. | 103 | |
Line has trailing spaces. | 104 | |
Line contains a tab character. | 104 | |
Line contains a tab character. | 105 | |
Line has trailing spaces. | 106 | |
Line contains a tab character. | 106 | |
Line contains a tab character. | 107 | |
Line contains a tab character. | 108 | |
Line contains a tab character. | 109 | |
'{' should be on the previous line. | 109 | |
Line contains a tab character. | 110 | |
Line is longer than 80 characters. | 111 | |
Line contains a tab character. | 111 | |
'if' is not followed by whitespace. | 111 | |
'(' is followed by whitespace. | 111 | |
'(' is followed by whitespace. | 111 | |
'(' is followed by whitespace. | 111 | |
'(' is followed by whitespace. | 111 | |
Line contains a tab character. | 112 | |
Line contains a tab character. | 113 | |
'if' is not followed by whitespace. | 113 | |
'(' is followed by whitespace. | 113 | |
Line contains a tab character. | 114 | |
'{' should be on the previous line. | 114 | |
Line contains a tab character. | 115 | |
Line has trailing spaces. | 116 | |
Line is longer than 80 characters. | 116 | |
Line contains a tab character. | 116 | |
'(' is followed by whitespace. | 116 | |
Line contains a tab character. | 118 | |
'(' is followed by whitespace. | 118 | |
Line contains a tab character. | 120 | |
'if' is not followed by whitespace. | 120 | |
'(' is followed by whitespace. | 120 | |
Line has trailing spaces. | 121 | |
Line contains a tab character. | 121 | |
'{' should be on the previous line. | 121 | |
Line contains a tab character. | 122 | |
'if' construct must use '{}'s. | 123 | |
Line contains a tab character. | 123 | |
'if' is not followed by whitespace. | 123 | |
'(' is followed by whitespace. | 123 | |
Line has trailing spaces. | 124 | |
Line is longer than 80 characters. | 124 | |
Line contains a tab character. | 124 | |
'(' is followed by whitespace. | 124 | |
Line has trailing spaces. | 125 | |
Line contains a tab character. | 125 | |
Line contains a tab character. | 126 | |
'}' should be on the same line. | 126 | |
Line contains a tab character. | 127 | |
Line contains a tab character. | 128 | |
'{' should be on the previous line. | 128 | |
Line is longer than 80 characters. | 129 | |
Line contains a tab character. | 129 | |
Line contains a tab character. | 130 | |
'(' is followed by whitespace. | 130 | |
Line contains a tab character. | 131 | |
Line contains a tab character. | 132 | |
Line contains a tab character. | 133 | |
Line contains a tab character. | 134 | |
Line contains a tab character. | 136 | |
'if' is not followed by whitespace. | 136 | |
'(' is followed by whitespace. | 136 | |
Line contains a tab character. | 137 | |
'{' should be on the previous line. | 137 | |
Line contains a tab character. | 138 | |
'(' is followed by whitespace. | 138 | |
Line contains a tab character. | 139 | |
'(' is followed by whitespace. | 139 | |
Line contains a tab character. | 140 | |
'(' is followed by whitespace. | 140 | |
Line contains a tab character. | 141 | |
Line has trailing spaces. | 142 | |
Line contains a tab character. | 142 | |
Line contains a tab character. | 143 | |
Line contains a tab character. | 144 | |
'{' should be on the previous line. | 144 | |
Line contains a tab character. | 145 | |
'cast' is not followed by whitespace. | 145 | |
'(' is followed by whitespace. | 145 | |
Line contains a tab character. | 146 | |
'(' is followed by whitespace. | 146 | |
Line contains a tab character. | 147 | |
Line contains a tab character. | 148 | |
'(' is followed by whitespace. | 148 | |
Line has trailing spaces. | 149 | |
Line contains a tab character. | 149 | |
Line contains a tab character. | 151 | |
'if' construct must use '{}'s. | 152 | |
Line contains a tab character. | 152 | |
'if' is not followed by whitespace. | 152 | |
'(' is followed by whitespace. | 152 | |
'!=' is not preceded with whitespace. | 152 | |
'!=' is not followed by whitespace. | 152 | |
Line is longer than 80 characters. | 153 | |
Line contains a tab character. | 153 | |
'(' is followed by whitespace. | 153 | |
'(' is followed by whitespace. | 153 | |
Line has trailing spaces. | 154 | |
Line contains a tab character. | 154 | |
Line contains a tab character. | 155 | |
')' is preceded with whitespace. | 155 | |
Line contains a tab character. | 156 | |
'if' is not followed by whitespace. | 156 | |
'(' is followed by whitespace. | 156 | |
'(' is followed by whitespace. | 156 | |
'!=' is not preceded with whitespace. | 156 | |
'!=' is not followed by whitespace. | 156 | |
Line contains a tab character. | 157 | |
'{' should be on the previous line. | 157 | |
Line is longer than 80 characters. | 158 | |
Line contains a tab character. | 158 | |
Line contains a tab character. | 159 | |
Line contains a tab character. | 161 | |
'(' is followed by whitespace. | 161 | |
Line contains a tab character. | 162 | |
Line has trailing spaces. | 163 | |
Line contains a tab character. | 164 | |
Line contains a tab character. | 165 | |
Line contains a tab character. | 166 | |
Line contains a tab character. | 167 | |
':' is not preceded with whitespace. | 169 | |
Line has trailing spaces. | 172 | |
Line contains a tab character. | 173 | |
Line contains a tab character. | 174 | |
'{' should be on the previous line. | 174 | |
Line contains a tab character. | 175 | |
Line contains a tab character. | 176 | |
'(' is followed by whitespace. | 176 | |
Line contains a tab character. | 177 | |
Line has trailing spaces. | 178 | |
Line contains a tab character. | 178 | |
Line contains a tab character. | 179 | |
'(' is followed by whitespace. | 179 | |
Line has trailing spaces. | 180 | |
Line contains a tab character. | 180 | |
Line contains a tab character. | 181 | |
Line contains a tab character. | 182 | |
'{' should be on the previous line. | 182 | |
Line is longer than 80 characters. | 183 | |
Line contains a tab character. | 183 | |
'(' is followed by whitespace. | 183 | |
Line has trailing spaces. | 187 | |
Line contains a tab character. | 191 | |
'}' should be on the same line. | 191 | |
Line contains a tab character. | 192 | |
Line contains a tab character. | 193 | |
'{' should be on the previous line. | 193 | |
Line contains a tab character. | 194 | |
Line is longer than 80 characters. | 195 | |
Line contains a tab character. | 195 | |
'(' is followed by whitespace. | 195 | |
Line contains a tab character. | 196 | |
'if' construct must use '{}'s. | 197 | |
Line contains a tab character. | 197 | |
'if' is not followed by whitespace. | 197 | |
'(' is followed by whitespace. | 197 | |
Line contains a tab character. | 198 | |
Line contains a tab character. | 199 | |
Line has trailing spaces. | 200 | |
Line contains a tab character. | 200 | |
Line contains a tab character. | 201 | |
Method 'writeEntry' is not designed for extension - needs to be abstract, final or empty. | 201 | |
Missing a Javadoc comment. | 201 | |
'(' is followed by whitespace. | 201 | |
Parameter jarFile should be final. | 201 | |
Parameter entry should be final. | 201 | |
Line contains a tab character. | 202 | |
'{' should be on the previous line. | 202 | |
Line contains a tab character. | 203 | |
Line has trailing spaces. | 204 | |
Line contains a tab character. | 204 | |
'(' is followed by whitespace. | 204 | |
Line has trailing spaces. | 205 | |
Line contains a tab character. | 205 | |
Line contains a tab character. | 206 | |
'(' is followed by whitespace. | 206 | |
Line has trailing spaces. | 207 | |
Line contains a tab character. | 207 | |
Line contains a tab character. | 208 | |
Line contains a tab character. | 209 | |
'if' is not followed by whitespace. | 209 | |
'(' is followed by whitespace. | 209 | |
Line has trailing spaces. | 210 | |
Line contains a tab character. | 210 | |
'{' should be on the previous line. | 210 | |
Line contains a tab character. | 211 | |
'if' construct must use '{}'s. | 212 | |
Line contains a tab character. | 212 | |
'if' is not followed by whitespace. | 212 | |
'(' is followed by whitespace. | 212 | |
Line has trailing spaces. | 213 | |
Line is longer than 80 characters. | 213 | |
Line contains a tab character. | 213 | |
'(' is followed by whitespace. | 213 | |
Line has trailing spaces. | 214 | |
Line contains a tab character. | 214 | |
Line has trailing spaces. | 215 | |
Line contains a tab character. | 215 | |
Line contains a tab character. | 216 | |
Line contains a tab character. | 217 | |
'{' should be on the previous line. | 217 | |
Line is longer than 80 characters. | 218 | |
Line contains a tab character. | 218 | |
'(' is followed by whitespace. | 218 | |
'(' is followed by whitespace. | 218 | |
Line is longer than 80 characters. | 219 | |
Line contains a tab character. | 219 | |
'(' is followed by whitespace. | 219 | |
'(' is followed by whitespace. | 219 | |
Line has trailing spaces. | 220 | |
Line contains a tab character. | 220 | |
Line is longer than 80 characters. | 221 | |
Line contains a tab character. | 221 | |
'if' construct must use '{}'s. | 222 | |
Line contains a tab character. | 222 | |
'if' is not followed by whitespace. | 222 | |
'(' is followed by whitespace. | 222 | |
Line contains a tab character. | 223 | |
'(' is followed by whitespace. | 223 | |
Line has trailing spaces. | 224 | |
Line contains a tab character. | 224 | |
Line contains a tab character. | 225 | |
Line contains a tab character. | 226 | |
'while' is not followed by whitespace. | 226 | |
'(' is followed by whitespace. | 226 | |
'=' is not preceded with whitespace. | 226 | |
'=' is not followed by whitespace. | 226 | |
'(' is followed by whitespace. | 226 | |
'!=' is not preceded with whitespace. | 226 | |
'!=' is not followed by whitespace. | 226 | |
Line contains a tab character. | 227 | |
'{' should be on the previous line. | 227 | |
Line contains a tab character. | 228 | |
'(' is followed by whitespace. | 228 | |
'if' construct must use '{}'s. | 229 | |
Line contains a tab character. | 229 | |
'if' is not followed by whitespace. | 229 | |
'(' is followed by whitespace. | 229 | |
'!=' is not preceded with whitespace. | 229 | |
'!=' is not followed by whitespace. | 229 | |
Line is longer than 80 characters. | 230 | |
Line contains a tab character. | 230 | |
'(' is followed by whitespace. | 230 | |
'+=' is not preceded with whitespace. | 230 | |
Inner assignments should be avoided. | 230 | |
'+=' is not followed by whitespace. | 230 | |
Line contains a tab character. | 231 | |
Line has trailing spaces. | 232 | |
Line contains a tab character. | 232 | |
Line contains a tab character. | 233 | |
Line contains a tab character. | 234 | |
Line contains a tab character. | 235 | |
'}' should be on the same line. | 235 | |
Line contains a tab character. | 236 | |
'catch' is not followed by whitespace. | 236 | |
'(' is followed by whitespace. | 236 | |
Line contains a tab character. | 237 | |
'{' should be on the previous line. | 237 | |
Line is longer than 80 characters. | 238 | |
Line contains a tab character. | 238 | |
'(' is followed by whitespace. | 238 | |
Line has trailing spaces. | 239 | |
Line contains a tab character. | 239 | |
Line contains a tab character. | 240 | |
Line has trailing spaces. | 241 | |
Line contains a tab character. | 241 | |
Line contains a tab character. | 242 | |
Method 'alert' is not designed for extension - needs to be abstract, final or empty. | 242 | |
Missing a Javadoc comment. | 242 | |
'(' is followed by whitespace. | 242 | |
Parameter s should be final. | 242 | |
Line contains a tab character. | 243 | |
'{' should be on the previous line. | 243 | |
'if' construct must use '{}'s. | 244 | |
Line contains a tab character. | 244 | |
'if' is not followed by whitespace. | 244 | |
'(' is followed by whitespace. | 244 | |
Line contains a tab character. | 245 | |
'(' is followed by whitespace. | 245 | |
'else' construct must use '{}'s. | 246 | |
Line contains a tab character. | 246 | |
Line is longer than 80 characters. | 247 | |
Line contains a tab character. | 247 | |
'(' is followed by whitespace. | 247 | |
Line has trailing spaces. | 248 | |
Line contains a tab character. | 248 | |
'if' construct must use '{}'s. | 249 | |
Line contains a tab character. | 249 | |
'if' is not followed by whitespace. | 249 | |
'(' is followed by whitespace. | 249 | |
Line contains a tab character. | 250 | |
Line has trailing spaces. | 251 | |
Line contains a tab character. | 251 | |
Line contains a tab character. | 252 | |
'(' is followed by whitespace. | 252 | |
Line contains a tab character. | 253 |