Violation | Message | Line |
---|
| Line does not match expected header line of ''. | 1 |
| Missing a Javadoc comment. | 40 |
| Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 40 |
| Missing a Javadoc comment. | 41 |
| 'static' modifier out of order with the JLS suggestions. | 41 |
| Missing a Javadoc comment. | 43 |
| Variable 'connector' must be private and have accessor methods. | 43 |
| Missing a Javadoc comment. | 44 |
| Missing a Javadoc comment. | 45 |
| Missing a Javadoc comment. | 46 |
| Line is longer than 120 characters. | 48 |
| Missing a Javadoc comment. | 48 |
| Parameter name should be final. | 48 |
| Parameter protocol should be final. | 48 |
| Parameter host should be final. | 48 |
| Parameter port should be final. | 48 |
| Parameter container should be final. | 48 |
| Comment matches to-do format 'TODO:'. | 49 |
| Line has trailing spaces. | 54 |
| '{' is not preceded with whitespace. | 56 |
| Line has trailing spaces. | 59 |
| '{' is not preceded with whitespace. | 61 |
| 'if' is not followed by whitespace. | 71 |
| '{' is not preceded with whitespace. | 77 |
| '{' is not preceded with whitespace. | 81 |
| Line has trailing spaces. | 84 |
| Line has trailing spaces. | 94 |
| Parameter protocol should be final. | 104 |
| Parameter params should be final. | 104 |
| '{' is not followed by whitespace. | 104 |
| '}' is not preceded with whitespace. | 104 |
| Parameter protocol should be final. | 110 |
| Expected @param tag for 'protocol'. | 110 |
| 'if' is not followed by whitespace. | 111 |
| 'if' is not followed by whitespace. | 114 |
| 'if' is not followed by whitespace. | 116 |
| Line is longer than 120 characters. | 117 |
| '+' is not preceded with whitespace. | 117 |
| '+' is not followed by whitespace. | 117 |
| '+' is not preceded with whitespace. | 117 |
| '+' is not followed by whitespace. | 117 |
| Missing a Javadoc comment. | 121 |
| Missing a Javadoc comment. | 125 |
| Missing a Javadoc comment. | 129 |
| Missing a Javadoc comment. | 135 |
| 'try' is not followed by whitespace. | 136 |
| '{' is not preceded with whitespace. | 136 |
| '{' is not preceded with whitespace. | 138 |
| Missing a Javadoc comment. | 145 |
| Missing a Javadoc comment. | 150 |
| Avoid inline conditionals. | 151 |
| ':' should be on a new line. | 151 |
| Avoid inline conditionals. | 152 |
| '80' is a magic number. | 152 |
| ':' should be on a new line. | 152 |
| Avoid inline conditionals. | 153 |
| '443' is a magic number. | 153 |
| Missing a Javadoc comment. | 156 |
| 'if' is not followed by whitespace. | 157 |
| 'if' is not followed by whitespace. | 159 |
| 'if' is not followed by whitespace. | 166 |
| 'if' is not followed by whitespace. | 168 |
| '+' is not preceded with whitespace. | 175 |
| '+' is not followed by whitespace. | 175 |
| '+' is not preceded with whitespace. | 175 |
| '+' is not followed by whitespace. | 175 |
| '+' is not preceded with whitespace. | 175 |
| '+' is not followed by whitespace. | 175 |
| Avoid inline conditionals. | 175 |
| '+' is not preceded with whitespace. | 175 |
| '+' is not followed by whitespace. | 175 |
| Missing a Javadoc comment. | 178 |
| '{' is not preceded with whitespace. | 178 |
| Line has trailing spaces. | 181 |
| Missing a Javadoc comment. | 182 |
| Parameter emptySessionPath should be final. | 182 |
| '{' is not preceded with whitespace. | 182 |
| Line has trailing spaces. | 183 |
| Expected an @return tag. | 189 |
| 'if' is not followed by whitespace. | 191 |
| 'if' is not followed by whitespace. | 193 |
| 'if' is not followed by whitespace. | 195 |
| '+' is not preceded with whitespace. | 198 |
| '+' is not followed by whitespace. | 198 |
| '+' is not preceded with whitespace. | 198 |
| '+' is not followed by whitespace. | 198 |
| '+' is not preceded with whitespace. | 198 |
| '+' is not followed by whitespace. | 198 |
| '+' is not preceded with whitespace. | 198 |
| '+' is not followed by whitespace. | 198 |
| Expected an @return tag. | 204 |
| Parameter port should be final. | 211 |
| Expected @param tag for 'port'. | 211 |
| Expected an @return tag. | 218 |
| 'if' is not followed by whitespace. | 220 |
| 'if' is not followed by whitespace. | 222 |
| 'cast' is not followed by whitespace. | 223 |
| 'else' construct must use '{}'s. | 224 |
| Parameter host should be final. | 234 |
| Expected @param tag for 'host'. | 234 |
| Expected @throws tag for 'UnknownHostException'. | 234 |
| Expected an @return tag. | 244 |
| Expected an @return tag. | 252 |
| Avoid inline conditionals. | 254 |
| '2048' is a magic number. | 254 |
| Parameter bytes should be final. | 261 |
| Expected @param tag for 'bytes'. | 261 |
| Expected an @return tag. | 269 |
| Avoid inline conditionals. | 271 |
| '200' is a magic number. | 271 |
| Parameter threads should be final. | 278 |
| Expected @param tag for 'threads'. | 278 |
| Expected an @return tag. | 287 |
| Avoid inline conditionals. | 289 |
| '10' is a magic number. | 289 |
| Parameter size should be final. | 297 |
| Expected @param tag for 'size'. | 297 |
| Expected an @return tag. | 305 |
| Avoid inline conditionals. | 307 |
| Parameter millis should be final. | 314 |
| Expected @param tag for 'millis'. | 314 |
| Expected an @return tag. | 323 |
| Avoid inline conditionals. | 325 |
| Parameter enable should be final. | 333 |
| Expected @param tag for 'enable'. | 333 |
| Expected an @return tag. | 343 |
| Parameter port should be final. | 354 |
| Expected @param tag for 'port'. | 354 |
| Missing a Javadoc comment. | 358 |
| Avoid inline conditionals. | 360 |
| '4' is a magic number. | 360 |
| Missing a Javadoc comment. | 363 |
| Parameter threads should be final. | 363 |
| Missing a Javadoc comment. | 367 |
| Avoid inline conditionals. | 369 |
| '50' is a magic number. | 369 |
| Missing a Javadoc comment. | 372 |
| Parameter threads should be final. | 372 |
| Missing a Javadoc comment. | 376 |
| Avoid inline conditionals. | 378 |
| '4096' is a magic number. | 378 |
| Missing a Javadoc comment. | 381 |
| Parameter bytes should be final. | 381 |
| Missing a Javadoc comment. | 385 |
| Missing a Javadoc comment. | 389 |
| Parameter enabled should be final. | 389 |
| Missing a Javadoc comment. | 393 |
| Avoid inline conditionals. | 395 |
| '60000' is a magic number. | 395 |
| Missing a Javadoc comment. | 398 |
| Parameter millis should be final. | 398 |
| Missing a Javadoc comment. | 402 |
| Avoid inline conditionals. | 404 |
| Missing a Javadoc comment. | 407 |
| Parameter enabled should be final. | 407 |
| Missing a Javadoc comment. | 411 |
| Avoid inline conditionals. | 413 |
| '2097152' is a magic number. | 413 |
| Missing a Javadoc comment. | 416 |
| Parameter bytes should be final. | 416 |
| Missing a Javadoc comment. | 420 |
| Avoid inline conditionals. | 422 |
| '4096' is a magic number. | 422 |
| Missing a Javadoc comment. | 425 |
| Parameter kbytes should be final. | 425 |
| Missing a Javadoc comment. | 429 |
| Avoid inline conditionals. | 431 |
| '100' is a magic number. | 431 |
| Missing a Javadoc comment. | 434 |
| Parameter maxKeepAliveRequests should be final. | 434 |
| Missing a Javadoc comment. | 438 |
| Avoid inline conditionals. | 440 |
| '9000' is a magic number. | 440 |
| Missing a Javadoc comment. | 443 |
| Parameter kbytes should be final. | 443 |
| Missing a Javadoc comment. | 447 |
| Missing a Javadoc comment. | 451 |
| Parameter enabled should be final. | 451 |
| Missing a Javadoc comment. | 455 |
| Parameter allow should be final. | 455 |
| Missing a Javadoc comment. | 459 |
| Missing a Javadoc comment. | 463 |
| Parameter proxyName should be final. | 463 |
| Missing a Javadoc comment. | 467 |
| Missing a Javadoc comment. | 471 |
| Parameter port should be final. | 471 |
| Missing a Javadoc comment. | 475 |
| Missing a Javadoc comment. | 479 |
| Parameter scheme should be final. | 479 |
| Missing a Javadoc comment. | 483 |
| Missing a Javadoc comment. | 487 |
| Parameter encoding should be final. | 487 |
| Missing a Javadoc comment. | 491 |
| Missing a Javadoc comment. | 495 |
| Parameter useIPVHosts should be final. | 495 |
| Missing a Javadoc comment. | 499 |
| Missing a Javadoc comment. | 503 |
| Parameter xpoweredBy should be final. | 503 |
| Missing a Javadoc comment. | 507 |
| Missing a Javadoc comment. | 511 |
| Parameter compressableMimeType should be final. | 511 |
| Missing a Javadoc comment. | 515 |
| Missing a Javadoc comment. | 519 |
| Parameter compression should be final. | 519 |
| Missing a Javadoc comment. | 523 |
| Missing a Javadoc comment. | 527 |
| Parameter noCompressionUserAgents should be final. | 527 |
| Missing a Javadoc comment. | 531 |
| Missing a Javadoc comment. | 535 |
| Parameter restrictedUserAgents should be final. | 535 |
| Missing a Javadoc comment. | 539 |
| Missing a Javadoc comment. | 543 |
| Parameter threadPriority should be final. | 543 |
| Missing a Javadoc comment. | 547 |
| Avoid inline conditionals. | 549 |
| '5' is a magic number. | 549 |
| ':' is not followed by whitespace. | 549 |
| Missing a Javadoc comment. | 552 |
| Parameter server should be final. | 552 |
| Missing a Javadoc comment. | 556 |
| Missing a Javadoc comment. | 560 |
| Parameter strategy should be final. | 560 |
| Missing a Javadoc comment. | 564 |
| Missing a Javadoc comment. | 568 |
| '{' is followed by whitespace. | 621 |
| Missing a Javadoc comment. | 625 |