The following document contains the results of Checkstyle.
Files | Infos | Warnings | Errors |
---|---|---|---|
139 | 0 | 0 | 841 |
Error | Line | |
---|---|---|
![]() | First sentence should end with a period. | 96 |
![]() | Name '_instance' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 99 |
![]() | First sentence should end with a period. | 101 |
![]() | Missing a Javadoc comment. | 112 |
![]() | Missing a Javadoc comment. | 117 |
![]() | First sentence should end with a period. | 122 |
![]() | Missing a Javadoc comment. | 139 |
![]() | First sentence should end with a period. | 217 |
![]() | First sentence should end with a period. | 228 |
![]() | First sentence should end with a period. | 240 |
![]() | Expected @param tag for 'locale'. | 258 |
![]() | First sentence should end with a period. | 282 |
![]() | ';' is followed by whitespace. | 290 |
![]() | 'cast' is not followed by whitespace. | 293 |
![]() | ';' is followed by whitespace. | 299 |
![]() | ';' is followed by whitespace. | 307 |
![]() | 'cast' is not followed by whitespace. | 310 |
![]() | ';' is followed by whitespace. | 316 |
![]() | First sentence should end with a period. | 324 |
![]() | ';' is followed by whitespace. | 332 |
![]() | Name '_converter' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 335 |
![]() | 'cast' is not followed by whitespace. | 335 |
![]() | ';' is followed by whitespace. | 341 |
![]() | First sentence should end with a period. | 349 |
![]() | First sentence should end with a period. | 360 |
![]() | First sentence should end with a period. | 371 |
![]() | First sentence should end with a period. | 380 |
![]() | 'cast' is not followed by whitespace. | 389 |
![]() | Throws count is 5 (max allowed is 2). | 402 |
![]() | Expected @throws tag for 'NoSuchMethodException'. | 402 |
![]() | Expected @throws tag for 'IllegalArgumentException'. | 403 |
![]() | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 403 |
![]() | Expected @throws tag for 'InstantiationException'. | 404 |
![]() | Expected @throws tag for 'IllegalAccessException'. | 405 |
![]() | Expected @throws tag for 'InvocationTargetException'. | 406 |
![]() | Throws count is 5 (max allowed is 2). | 436 |
![]() | Expected @throws tag for 'NoSuchMethodException'. | 436 |
![]() | Expected @throws tag for 'IllegalArgumentException'. | 437 |
![]() | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 437 |
![]() | Expected @throws tag for 'InstantiationException'. | 438 |
![]() | Expected @throws tag for 'IllegalAccessException'. | 439 |
![]() | Expected @throws tag for 'InvocationTargetException'. | 440 |
![]() | 'cast' is not followed by whitespace. | 448 |
![]() | Name '_converter' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 451 |
![]() | 'cast' is not followed by whitespace. | 451 |
![]() | '{' is followed by whitespace. | 456 |
![]() | '{' is followed by whitespace. | 458 |
![]() | Name '_newConverter' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 460 |
![]() | 'cast' is not followed by whitespace. | 461 |
![]() | 'cast' is not followed by whitespace. | 467 |
![]() | 'cast' is not followed by whitespace. | 468 |
![]() | 'cast' is not followed by whitespace. | 481 |
![]() | Expected an @return tag. | 511 |
![]() | Throws count is 5 (max allowed is 2). | 512 |
![]() | Expected @throws tag for 'NoSuchMethodException'. | 512 |
![]() | Expected @throws tag for 'IllegalArgumentException'. | 513 |
![]() | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 513 |
![]() | Expected @throws tag for 'InstantiationException'. | 514 |
![]() | Expected @throws tag for 'IllegalAccessException'. | 515 |
![]() | Expected @throws tag for 'InvocationTargetException'. | 516 |
![]() | 'cast' is not followed by whitespace. | 524 |
![]() | Name '_formatter' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 528 |
![]() | 'cast' is not followed by whitespace. | 528 |
![]() | Name '_newFormatter' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 533 |
![]() | 'cast' is not followed by whitespace. | 533 |
![]() | 'cast' is not followed by whitespace. | 545 |
![]() | Missing a Javadoc comment. | 557 |
![]() | Avoid inline conditionals. | 560 |
![]() | Avoid inline conditionals. | 561 |
![]() | Avoid inline conditionals. | 562 |
![]() | Missing a Javadoc comment. | 571 |
![]() | Avoid inline conditionals. | 574 |
![]() | Avoid inline conditionals. | 575 |
![]() | Avoid inline conditionals. | 576 |
![]() | Missing a Javadoc comment. | 584 |
Error | Line | |
---|---|---|
![]() | Missing a Javadoc comment. | 58 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Missing a Javadoc comment. | 64 |
![]() | Missing a Javadoc comment. | 66 |
![]() | Name 'BREAKSYMBOLS' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 66 |
![]() | ',' is not followed by whitespace. | 66 |
![]() | First sentence should end with a period. | 68 |
![]() | 'validatorRegistry' hides a field. | 74 |
![]() | Expected @param tag for 'validatorRegistry'. | 74 |
![]() | 'ctrl' hides a field. | 75 |
![]() | Expected @param tag for 'ctrl'. | 75 |
![]() | Line is longer than 100 characters. | 82 |
![]() | Cyclomatic Complexity is 20 (max allowed is 9). | 84 |
![]() | 'if' construct must use '{}'s. | 92 |
![]() | Line is longer than 100 characters. | 105 |
![]() | ';' is followed by whitespace. | 107 |
![]() | 'cast' is not followed by whitespace. | 109 |
![]() | 'if' construct must use '{}'s. | 111 |
![]() | 'cast' is not followed by whitespace. | 123 |
![]() | 'if' construct must use '{}'s. | 124 |
![]() | '&&' should be on the previous line. | 135 |
![]() | ';' is followed by whitespace. | 139 |
![]() | 'cast' is not followed by whitespace. | 141 |
![]() | Cyclomatic Complexity is 12 (max allowed is 9). | 153 |
![]() | Missing a Javadoc comment. | 153 |
![]() | 'cast' is not followed by whitespace. | 167 |
![]() | Avoid inline conditionals. | 178 |
![]() | Avoid inline conditionals. | 190 |
![]() | 'if' construct must use '{}'s. | 203 |
![]() | Missing a Javadoc comment. | 209 |
![]() | Missing a Javadoc comment. | 240 |
![]() | Missing a Javadoc comment. | 260 |
![]() | 'cast' is not followed by whitespace. | 263 |
![]() | 'if' construct must use '{}'s. | 266 |
![]() | Cyclomatic Complexity is 12 (max allowed is 9). | 293 |
![]() | Missing a Javadoc comment. | 293 |
![]() | ';' is followed by whitespace. | 311 |
![]() | 'cast' is not followed by whitespace. | 313 |
![]() | 'cast' is not followed by whitespace. | 319 |
![]() | Avoid inline conditionals. | 328 |
![]() | Avoid inline conditionals. | 354 |
![]() | Expected @param tag for 'cs'. | 381 |
Error | Line | |
---|---|---|
![]() | First sentence should end with a period. | 57 |
![]() | First sentence should end with a period. | 181 |
![]() | First sentence should end with a period. | 190 |
![]() | 'noCache' hides a field. | 194 |
![]() | Expected @param tag for 'noCache'. | 194 |
![]() | Expected @param tag for 'b'. | 214 |
![]() | Line is longer than 100 characters. | 344 |
![]() | Line is longer than 100 characters. | 357 |
![]() | Expected @param tag for 'b'. | 417 |
![]() | 'populateAndValidate' hides a field. | 502 |
Error | Line | |
---|---|---|
![]() | Missing a Javadoc comment. | 62 |
![]() | Missing a Javadoc comment. | 68 |
![]() | Missing a Javadoc comment. | 71 |
![]() | Missing a Javadoc comment. | 74 |
![]() | Missing a Javadoc comment. | 77 |
![]() | Missing a Javadoc comment. | 83 |
![]() | Missing a Javadoc comment. | 86 |
![]() | Missing a Javadoc comment. | 89 |
![]() | First sentence should end with a period. | 91 |
![]() | 'static' modifier out of order with the JLS suggestions. | 92 |
![]() | First sentence should end with a period. | 94 |
![]() | 'static' modifier out of order with the JLS suggestions. | 95 |
![]() | 'bean' hides a field. | 134 |
![]() | Avoid inline conditionals. | 159 |
![]() | 'cast' is not followed by whitespace. | 159 |
![]() | 'errors' hides a field. | 166 |
![]() | 'if' construct must use '{}'s. | 243 |
![]() | Missing a Javadoc comment. | 263 |
![]() | Avoid inline conditionals. | 320 |
![]() | 'cast' is not followed by whitespace. | 341 |
![]() | Line is longer than 100 characters. | 353 |
![]() | Cyclomatic Complexity is 16 (max allowed is 9). | 405 |
![]() | 'if' construct must use '{}'s. | 407 |
![]() | Name '_overrideFields' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 413 |
![]() | 'cast' is not followed by whitespace. | 425 |
![]() | Name '_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 460 |
![]() | Cyclomatic Complexity is 11 (max allowed is 9). | 496 |
![]() | 'cast' is not followed by whitespace. | 519 |
![]() | 'if' construct must use '{}'s. | 589 |
![]() | Avoid inline conditionals. | 629 |
![]() | Expected an @return tag. | 640 |
![]() | 'if' construct must use '{}'s. | 642 |
![]() | First sentence should end with a period. | 646 |
![]() | Avoid inline conditionals. | 653 |
![]() | First sentence should end with a period. | 656 |
![]() | Avoid inline conditionals. | 663 |
![]() | First sentence should end with a period. | 666 |
![]() | First sentence should end with a period. | 675 |
![]() | Avoid inline conditionals. | 682 |
![]() | First sentence should end with a period. | 685 |
![]() | 'if' construct must use '{}'s. | 692 |
![]() | First sentence should end with a period. | 696 |
![]() | Avoid inline conditionals. | 703 |
![]() | First sentence should end with a period. | 706 |
![]() | Avoid inline conditionals. | 714 |
![]() | First sentence should end with a period. | 717 |
![]() | Avoid inline conditionals. | 724 |
![]() | First sentence should end with a period. | 727 |
![]() | Avoid inline conditionals. | 735 |
![]() | First sentence should end with a period. | 738 |
![]() | Avoid inline conditionals. | 746 |
![]() | First sentence should end with a period. | 749 |
![]() | First sentence should end with a period. | 758 |
![]() | 'controller' hides a field. | 762 |
![]() | ';' is followed by whitespace. | 781 |
![]() | 'cast' is not followed by whitespace. | 783 |
![]() | ';' is followed by whitespace. | 797 |
![]() | 'cast' is not followed by whitespace. | 799 |
Error | Line | |
---|---|---|
![]() | Line is longer than 100 characters. | 137 |
![]() | First sentence should end with a period. | 145 |
![]() | First sentence should end with a period. | 148 |
![]() | Line is longer than 100 characters. | 162 |
![]() | Cyclomatic Complexity is 20 (max allowed is 9). | 164 |
![]() | Expected @throws tag for 'ServletException'. | 164 |
![]() | 'cast' is not followed by whitespace. | 278 |
![]() | Name '_execParams' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 308 |
![]() | Line is longer than 100 characters. | 314 |
![]() | 'cast' is not followed by whitespace. | 314 |
![]() | Cyclomatic Complexity is 18 (max allowed is 9). | 353 |
![]() | Expected @param tag for '_execParams'. | 356 |
![]() | Name '_execParams' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 356 |
![]() | Expected @throws tag for 'Exception'. | 357 |
![]() | Line is longer than 100 characters. | 373 |
![]() | '{' should be on a new line. | 391 |
![]() | 'cast' is not followed by whitespace. | 394 |
![]() | 'if' construct must use '{}'s. | 414 |
![]() | 'cast' is not followed by whitespace. | 417 |
![]() | '&&' should be on the previous line. | 419 |
![]() | 'if' construct must use '{}'s. | 435 |
![]() | Name '_succeeded' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 453 |
![]() | 'cast' is not followed by whitespace. | 455 |
![]() | 'if' construct must use '{}'s. | 459 |
![]() | Redundant 'final' modifier. | 473 |
![]() | 'if' construct must use '{}'s. | 483 |
![]() | Unused @param tag for 'locale'. | 494 |
![]() | Cyclomatic Complexity is 15 (max allowed is 9). | 523 |
![]() | 'cast' is not followed by whitespace. | 536 |
![]() | 'cast' is not followed by whitespace. | 539 |
![]() | 'cast' is not followed by whitespace. | 552 |
![]() | Line is longer than 100 characters. | 558 |
![]() | Unused @param tag for 'locale'. | 603 |
![]() | 'cast' is not followed by whitespace. | 619 |
![]() | 'if' construct must use '{}'s. | 620 |
![]() | Unused @param tag for 'params'. | 654 |
![]() | Expected @param tag for 'execParams'. | 659 |
![]() | Expected @param tag for 'e'. | 661 |
![]() | Expected @throws tag for 'ServletException'. | 662 |
![]() | 'if' construct must use '{}'s. | 664 |
![]() | Redundant 'final' modifier. | 696 |
![]() | Line is longer than 100 characters. | 701 |
![]() | 'cast' is not followed by whitespace. | 752 |
![]() | Line is longer than 100 characters. | 757 |
![]() | '{' is followed by whitespace. | 757 |
![]() | Line is longer than 100 characters. | 761 |
![]() | '{' is followed by whitespace. | 761 |
![]() | Cyclomatic Complexity is 11 (max allowed is 9). | 793 |
![]() | Expected @param tag for 'validatorDelegate'. | 910 |
![]() | Expected @param tag for 'validatorDelegate'. | 925 |
![]() | First sentence should end with a period. | 1092 |
![]() | First sentence should end with a period. | 1101 |
![]() | 'cast' is not followed by whitespace. | 1225 |
![]() | 'cast' is not followed by whitespace. | 1280 |
![]() | 'cast' is not followed by whitespace. | 1283 |
![]() | 'cast' is not followed by whitespace. | 1289 |
Error | Line | |
---|---|---|
![]() | Line does not match expected header line of ' * Copyright (c) 2003, Open Edge B.V.'. | 7 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Missing a Javadoc comment. | 46 |
![]() | 'static' modifier out of order with the JLS suggestions. | 46 |
![]() | Missing a Javadoc comment. | 47 |
![]() | 'static' modifier out of order with the JLS suggestions. | 47 |
![]() | Missing a Javadoc comment. | 48 |
![]() | 'static' modifier out of order with the JLS suggestions. | 48 |
![]() | Missing a Javadoc comment. | 49 |
![]() | 'static' modifier out of order with the JLS suggestions. | 49 |
![]() | Missing a Javadoc comment. | 50 |
![]() | 'static' modifier out of order with the JLS suggestions. | 50 |
![]() | Missing a Javadoc comment. | 51 |
![]() | 'static' modifier out of order with the JLS suggestions. | 51 |
![]() | 'interceptorRegistry' hides a field. | 58 |
![]() | Expected @throws tag for 'ServletException'. | 83 |
![]() | Expected @throws tag for 'FlowException'. | 83 |
![]() | Missing a Javadoc comment. | 88 |
![]() | Expected @throws tag for 'ServletException'. | 111 |
![]() | Expected @throws tag for 'FlowException'. | 111 |
![]() | Missing a Javadoc comment. | 116 |
![]() | Expected @throws tag for 'ServletException'. | 141 |
![]() | Expected @throws tag for 'FlowException'. | 141 |
![]() | Missing a Javadoc comment. | 146 |
![]() | Expected @throws tag for 'ServletException'. | 170 |
![]() | Expected @throws tag for 'FlowException'. | 170 |
![]() | Missing a Javadoc comment. | 175 |
![]() | Expected @throws tag for 'ServletException'. | 200 |
![]() | Expected @throws tag for 'FlowException'. | 200 |
![]() | Missing a Javadoc comment. | 205 |
![]() | Expected @throws tag for 'ServletException'. | 229 |
![]() | Expected @throws tag for 'FlowException'. | 229 |
![]() | Missing a Javadoc comment. | 234 |
![]() | Cyclomatic Complexity is 16 (max allowed is 9). | 247 |
![]() | Missing a Javadoc comment. | 247 |
![]() | 'if' construct must use '{}'s. | 257 |
![]() | 'if' construct must use '{}'s. | 260 |
![]() | 'cast' is not followed by whitespace. | 273 |
![]() | 'cast' is not followed by whitespace. | 277 |
![]() | 'cast' is not followed by whitespace. | 281 |
![]() | 'cast' is not followed by whitespace. | 285 |
![]() | 'cast' is not followed by whitespace. | 289 |
![]() | 'cast' is not followed by whitespace. | 293 |
![]() | Missing a Javadoc comment. | 320 |
![]() | 'cast' is not followed by whitespace. | 334 |
![]() | 'cast' is not followed by whitespace. | 343 |
![]() | Line is longer than 100 characters. | 372 |
![]() | Cyclomatic Complexity is 11 (max allowed is 9). | 376 |
![]() | Missing a Javadoc comment. | 376 |
Error | Line | |
---|---|---|
![]() | Missing a Javadoc comment. | 48 |
![]() | Missing a Javadoc comment. | 50 |
![]() | First sentence should end with a period. | 53 |
![]() | First sentence should end with a period. | 66 |
![]() | First sentence should end with a period. | 81 |
![]() | 'if' construct must use '{}'s. | 90 |
![]() | First sentence should end with a period. | 94 |
![]() | ';' is followed by whitespace. | 105 |
![]() | 'cast' is not followed by whitespace. | 107 |
![]() | 'cast' is not followed by whitespace. | 115 |
![]() | First sentence should end with a period. | 121 |
![]() | Avoid inline conditionals. | 128 |
Error | Line | |
---|---|---|
![]() | interfaces should describe a type and hence have methods. | 38 |
![]() | Redundant 'public' modifier. | 43 |
![]() | 'static' modifier out of order with the JLS suggestions. | 43 |
![]() | Redundant 'public' modifier. | 48 |
![]() | 'static' modifier out of order with the JLS suggestions. | 48 |
![]() | Redundant 'public' modifier. | 53 |
![]() | 'static' modifier out of order with the JLS suggestions. | 53 |
![]() | Redundant 'public' modifier. | 58 |
![]() | 'static' modifier out of order with the JLS suggestions. | 58 |
![]() | Redundant 'public' modifier. | 63 |
![]() | 'static' modifier out of order with the JLS suggestions. | 63 |
Error | Line | |
---|---|---|
![]() | Missing a Javadoc comment. | 49 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Missing a Javadoc comment. | 53 |
![]() | First sentence should end with a period. | 55 |
![]() | Expected @param tag for 'formBeanCtrl'. | 59 |
![]() | First sentence should end with a period. | 80 |
![]() | 'if' construct must use '{}'s. | 89 |
![]() | First sentence should end with a period. | 111 |
![]() | First sentence should end with a period. | 123 |
![]() | First sentence should end with a period. | 132 |
![]() | Avoid inline conditionals. | 139 |
![]() | 'cast' is not followed by whitespace. | 140 |
![]() | First sentence should end with a period. | 143 |
![]() | First sentence should end with a period. | 152 |
![]() | First sentence should end with a period. | 161 |
Error | Line | |
---|---|---|
![]() | File does not end with a newline. | 0 |
Error | Line | |
---|---|---|
![]() | Redundant 'public' modifier. | 82 |
Error | Line | |
---|---|---|
![]() | Missing a Javadoc comment. | 51 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Missing a Javadoc comment. | 55 |
![]() | First sentence should end with a period. | 85 |
![]() | First sentence should end with a period. | 97 |
![]() | First sentence should end with a period. | 110 |
![]() | First sentence should end with a period. | 122 |
![]() | First sentence should end with a period. | 135 |
![]() | 'if' construct must use '{}'s. | 144 |
![]() | First sentence should end with a period. | 148 |
![]() | Avoid inline conditionals. | 156 |
![]() | 'cast' is not followed by whitespace. | 157 |
![]() | First sentence should end with a period. | 160 |
![]() | First sentence should end with a period. | 169 |
![]() | First sentence should end with a period. | 178 |
Error | Line | |
---|---|---|
![]() | First sentence should end with a period. | 37 |
![]() | Variable 'locale' must be private and have accessor methods. | 47 |
![]() | Variable 'pattern' must be private and have accessor methods. | 50 |
![]() | Variable 'locPattern' must be private and have accessor methods. | 53 |
![]() | 'locale' hides a field. | 65 |
![]() | 'pattern' hides a field. | 65 |
![]() | 'locale' hides a field. | 80 |
![]() | 'pattern' hides a field. | 81 |
![]() | 'locPattern' hides a field. | 82 |
![]() | Unused @throws tag for 'ConversionException'. | 103 |
![]() | Expected an @return tag. | 107 |
![]() | 'protected' modifier out of order with the JLS suggestions. | 107 |
![]() | 'pattern' hides a field. | 107 |
![]() | Expected @throws tag for 'ParseException'. | 108 |
![]() | Unused @throws tag for 'ConversionException'. | 116 |
![]() | Expected an @return tag. | 119 |
![]() | Unused @throws tag for 'ConversionException'. | 131 |
![]() | Expected an @return tag. | 134 |
![]() | 'pattern' hides a field. | 134 |
![]() | Unused @throws tag for 'ConversionException'. | 146 |
![]() | Expected an @return tag. | 149 |
![]() | First sentence should end with a period. | 188 |
![]() | First sentence should end with a period. | 197 |
![]() | First sentence should end with a period. | 206 |
![]() | 'locale' hides a field. | 210 |
![]() | Expected @param tag for 'locale'. | 210 |
![]() | First sentence should end with a period. | 215 |
![]() | Expected @param tag for 'string'. | 219 |
Error | Line | |
---|---|---|
![]() | Unused @throws tag for 'ConversionException'. | 61 |
![]() | Expected an @return tag. | 64 |
![]() | Cyclomatic Complexity is 16 (max allowed is 9). | 64 |
![]() | '{' should be on a new line. | 84 |
![]() | '{' should be on a new line. | 91 |
Error | Line | |
---|---|---|
![]() | Unused @throws tag for 'ConversionException'. | 62 |
![]() | Expected an @return tag. | 65 |
![]() | 'cast' is not followed by whitespace. | 79 |
Error | Line | |
---|---|---|
![]() | First sentence should end with a period. | 38 |
![]() | Unused @throws tag for 'ConversionException'. | 113 |
![]() | Expected an @return tag. | 116 |
![]() | Expected @throws tag for 'ParseException'. | 116 |
![]() | Unused @throws tag for 'ConversionException'. | 136 |
![]() | Expected an @return tag. | 139 |
![]() | Avoid inline conditionals. | 148 |
![]() | 'cast' is not followed by whitespace. | 148 |
Error | Line | |
---|---|---|
![]() | Unused @throws tag for 'ConversionException'. | 61 |
![]() | Expected an @return tag. | 64 |
Error | Line | |
---|---|---|
![]() | First sentence should end with a period. | 33 |
![]() | Missing a Javadoc comment. | 40 |
![]() | 'desiredPattern' hides a field. | 56 |
![]() | 'desiredPattern' hides a field. | 78 |
![]() | 'desiredPattern' hides a field. | 98 |
![]() | Avoid inline conditionals. | 130 |
Error | Line | |
---|---|---|
![]() | '{' should be on a new line. | 40 |
![]() | Unused @throws tag for 'ConversionException'. | 50 |
![]() | Expected an @return tag. | 53 |
![]() | Redundant 'public' modifier. | 53 |
Error | Line | |
---|---|---|
![]() | Missing a Javadoc comment. | 55 |
![]() | Missing a Javadoc comment. | 56 |
![]() | 'lenient' hides a field. | 120 |
![]() | First sentence should end with a period. | 125 |
![]() | First sentence should end with a period. | 134 |
![]() | 'dateStyle' hides a field. | 138 |
![]() | Expected @param tag for 'dateStyle'. | 138 |
![]() | Expected an @return tag. | 155 |
![]() | Redundant throws: 'ConversionException' is unchecked exception. | 155 |
![]() | 'cast' is not followed by whitespace. | 172 |
![]() | First sentence should end with a period. | 179 |
![]() | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 183 |
![]() | 'cast' is not followed by whitespace. | 189 |
![]() | 'cast' is not followed by whitespace. | 193 |
![]() | First sentence should end with a period. | 198 |
![]() | Expected an @return tag. | 201 |
![]() | Expected @param tag for 'pattern'. | 201 |
![]() | Expected @param tag for 'locale'. | 201 |
![]() | Name '_format' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 210 |
![]() | Unused @throws tag for 'ConversionException'. | 233 |
![]() | Expected an @return tag. | 236 |
Error | Line | |
---|---|---|
![]() | First sentence should end with a period. | 40 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Variable 'nonDigitPattern' must be private and have accessor methods. | 50 |
![]() | Unused @throws tag for 'ConversionException'. | 120 |
![]() | Expected an @return tag. | 122 |
![]() | Expected @throws tag for 'ParseException'. | 122 |
![]() | 'if' construct must use '{}'s. | 124 |
![]() | First sentence should end with a period. | 130 |
![]() | Expected an @return tag. | 138 |
![]() | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 138 |
![]() | 'if' construct must use '{}'s. | 140 |
![]() | First sentence should end with a period. | 146 |
![]() | 'cast' is not followed by whitespace. | 153 |
![]() | First sentence should end with a period. | 168 |
![]() | Cyclomatic Complexity is 12 (max allowed is 9). | 175 |
![]() | Expected @throws tag for 'ConversionException'. | 175 |
![]() | Redundant throws: 'ConversionException' is unchecked exception. | 175 |
![]() | 'if' construct must use '{}'s. | 177 |
![]() | 'cast' is not followed by whitespace. | 177 |
![]() | 'cast' is not followed by whitespace. | 184 |
![]() | 'if' construct must use '{}'s. | 189 |
![]() | 'cast' is not followed by whitespace. | 189 |
![]() | 'if' construct must use '{}'s. | 190 |
![]() | 'cast' is not followed by whitespace. | 190 |
![]() | 'else' construct must use '{}'s. | 191 |
![]() | 'cast' is not followed by whitespace. | 199 |
Error | Line | |
---|---|---|
![]() | Unused @throws tag for 'ConversionException'. | 61 |
![]() | Expected an @return tag. | 64 |
![]() | 'cast' is not followed by whitespace. | 77 |
Error | Line | |
---|---|---|
![]() | First sentence should end with a period. | 36 |
![]() | Unused @throws tag for 'ConversionException'. | 109 |
![]() | Expected an @return tag. | 112 |
![]() | Avoid inline conditionals. | 121 |
![]() | 'cast' is not followed by whitespace. | 121 |
Error | Line | |
---|---|---|
![]() | Unused @throws tag for 'ConversionException'. | 61 |
![]() | Expected an @return tag. | 64 |
![]() | 'cast' is not followed by whitespace. | 78 |
Error | Line | |
---|---|---|
![]() | First sentence should end with a period. | 36 |
![]() | Unused @throws tag for 'ConversionException'. | 109 |
![]() | Expected an @return tag. | 112 |
![]() | Expected @throws tag for 'ParseException'. | 112 |
![]() | '>' should be on the previous line. | 116 |
![]() | '0.00001' is a magic number. | 116 |
![]() | Unused @throws tag for 'ConversionException'. | 133 |
![]() | Expected an @return tag. | 136 |
![]() | Avoid inline conditionals. | 145 |
![]() | 'cast' is not followed by whitespace. | 145 |
Error | Line | |
---|---|---|
![]() | First sentence should end with a period. | 41 |
![]() | Expected an @return tag. | 49 |
![]() | Redundant 'public' modifier. | 49 |
![]() | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 49 |
Error | Line | |
---|---|---|
![]() | Unused @throws tag for 'ConversionException'. | 61 |
![]() | Expected an @return tag. | 64 |
![]() | 'cast' is not followed by whitespace. | 78 |
Error | Line | |
---|---|---|
![]() | File does not end with a newline. | 0 |
Error | Line | |
---|---|---|
![]() | '{' should be on a new line. | 40 |
![]() | Unused @throws tag for 'ConversionException'. | 51 |
![]() | Expected an @return tag. | 54 |
![]() | Redundant 'public' modifier. | 54 |
Error | Line | |
---|---|---|
![]() | Redundant 'public' modifier. | 45 |
![]() | First sentence should end with a period. | 47 |
![]() | Redundant 'public' modifier. | 51 |
Error | Line | |
---|---|---|
![]() | Unused @throws tag for 'ConversionException'. | 61 |
![]() | Expected an @return tag. | 64 |
![]() | 'cast' is not followed by whitespace. | 78 |
Error | Line | |
---|---|---|
![]() | First sentence should end with a period. | 36 |
![]() | Unused @throws tag for 'ConversionException'. | 108 |
![]() | Expected an @return tag. | 111 |
![]() | Avoid inline conditionals. | 120 |
![]() | 'cast' is not followed by whitespace. | 120 |
Error | Line | |
---|---|---|
![]() | First sentence should end with a period. | 42 |
Error | Line | |
---|---|---|
![]() | Unused @throws tag for 'ConversionException'. | 61 |
![]() | Expected an @return tag. | 64 |
![]() | 'cast' is not followed by whitespace. | 78 |
Error | Line | |
---|---|---|
![]() | First sentence should end with a period. | 36 |
![]() | Unused @throws tag for 'ConversionException'. | 108 |
![]() | Expected an @return tag. | 111 |
![]() | Avoid inline conditionals. | 120 |
![]() | 'cast' is not followed by whitespace. | 120 |
Error | Line | |
---|---|---|
![]() | Unused @throws tag for 'RedirectingException'. | 71 |
![]() | Unused @throws tag for 'DirectReturnFlowException'. | 72 |
![]() | Redundant 'public' modifier. | 74 |
![]() | Throws count is 3 (max allowed is 2). | 77 |
![]() | Expected @throws tag for 'ServletException'. | 77 |
![]() | Expected @throws tag for 'DispatchNowFlowException'. | 78 |
![]() | Expected @throws tag for 'ReturnNowFlowException'. | 79 |
Error | Line | |
---|---|---|
![]() | Unused @throws tag for 'RedirectingException'. | 55 |
![]() | Unused @throws tag for 'DirectReturnFlowException'. | 56 |
![]() | Redundant 'public' modifier. | 58 |
![]() | Throws count is 3 (max allowed is 2). | 61 |
![]() | Expected @throws tag for 'ServletException'. | 61 |
![]() | Expected @throws tag for 'DispatchNowFlowException'. | 62 |
![]() | Expected @throws tag for 'ReturnNowFlowException'. | 63 |
Error | Line | |
---|---|---|
![]() | Unused @throws tag for 'RedirectingException'. | 54 |
![]() | Unused @throws tag for 'DirectReturnFlowException'. | 55 |
![]() | Redundant 'public' modifier. | 57 |
![]() | Throws count is 3 (max allowed is 2). | 60 |
![]() | Expected @throws tag for 'ServletException'. | 60 |
![]() | Expected @throws tag for 'DispatchNowFlowException'. | 61 |
![]() | Expected @throws tag for 'ReturnNowFlowException'. | 62 |
Error | Line | |
---|---|---|
![]() | Unused @throws tag for 'RedirectingException'. | 55 |
![]() | Unused @throws tag for 'DirectReturnFlowException'. | 56 |
![]() | Redundant 'public' modifier. | 58 |
![]() | Throws count is 3 (max allowed is 2). | 61 |
![]() | Expected @throws tag for 'ServletException'. | 61 |
![]() | Expected @throws tag for 'DispatchNowFlowException'. | 62 |
![]() | Expected @throws tag for 'ReturnNowFlowException'. | 63 |
Error | Line | |
---|---|---|
![]() | '{' should be on a new line. | 39 |
![]() | Missing a Javadoc comment. | 42 |
![]() | 'dispatchPath' hides a field. | 48 |
![]() | Expected @param tag for 'dispatchPath'. | 48 |
![]() | First sentence should end with a period. | 53 |
![]() | Expected an @return tag. | 57 |
Error | Line | |
---|---|---|
![]() | File does not end with a newline. | 0 |
Error | Line | |
---|---|---|
![]() | '{' should be on a new line. | 38 |
![]() | Expected @param tag for 'b'. | 62 |
Error | Line | |
---|---|---|
![]() | Line is longer than 100 characters. | 40 |
![]() | Line is longer than 100 characters. | 42 |
Error | Line | |
---|---|---|
![]() | Unused @throws tag for 'RedirectingException'. | 55 |
![]() | Unused @throws tag for 'DirectReturnFlowException'. | 56 |
![]() | Redundant 'public' modifier. | 58 |
![]() | Throws count is 3 (max allowed is 2). | 62 |
![]() | Expected @throws tag for 'ServletException'. | 62 |
![]() | Expected @throws tag for 'DispatchNowFlowException'. | 63 |
![]() | Expected @throws tag for 'ReturnNowFlowException'. | 64 |
Error | Line | |
---|---|---|
![]() | Unused @throws tag for 'RedirectingException'. | 55 |
![]() | Unused @throws tag for 'DirectReturnFlowException'. | 56 |
![]() | Redundant 'public' modifier. | 58 |
![]() | Throws count is 3 (max allowed is 2). | 62 |
![]() | Expected @throws tag for 'ServletException'. | 62 |
![]() | Expected @throws tag for 'DispatchNowFlowException'. | 63 |
![]() | Expected @throws tag for 'ReturnNowFlowException'. | 64 |
Error | Line | |
---|---|---|
![]() | File does not end with a newline. | 0 |
Error | Line | |
---|---|---|
![]() | '{' should be on a new line. | 39 |
![]() | Missing a Javadoc comment. | 41 |
![]() | 'view' hides a field. | 47 |
Error | Line | |
---|---|---|
![]() | First sentence should end with a period. | 45 |
![]() | Variable 'ctrl' must be private and have accessor methods. | 46 |
![]() | First sentence should end with a period. | 48 |
![]() | First sentence should end with a period. | 56 |
![]() | 'ctrl' hides a field. | 59 |
![]() | Expected @param tag for 'ctrl'. | 59 |
![]() | First sentence should end with a period. | 64 |
![]() | First sentence should end with a period. | 73 |
![]() | 'ctrl' hides a field. | 77 |
Error | Line | |
---|---|---|
![]() | File does not end with a newline. | 0 |
Error | Line | |
---|---|---|
![]() | First sentence should end with a period. | 46 |
![]() | Redundant 'public' modifier. | 55 |
![]() | Expected @throws tag for 'Exception'. | 60 |
Error | Line | |
---|---|---|
![]() | Missing a Javadoc comment. | 46 |
![]() | First sentence should end with a period. | 57 |
![]() | 'fail' hides a field. | 63 |
![]() | Expected an @return tag. | 73 |
![]() | Expected @param tag for 'cctx'. | 74 |
![]() | Expected @param tag for 'form'. | 75 |
![]() | Expected @param tag for 'name'. | 76 |
![]() | Expected @param tag for 'value'. | 77 |
![]() | Expected @throws tag for 'Exception'. | 78 |
![]() | First sentence should end with a period. | 83 |
![]() | Line is longer than 100 characters. | 85 |
![]() | First sentence should end with a period. | 94 |
Error | Line | |
---|---|---|
![]() | Missing a Javadoc comment. | 60 |
![]() | Cyclomatic Complexity is 18 (max allowed is 9). | 70 |
![]() | 'if' construct must use '{}'s. | 73 |
![]() | 'cast' is not followed by whitespace. | 77 |
![]() | 'cast' is not followed by whitespace. | 81 |
![]() | 'cast' is not followed by whitespace. | 83 |
![]() | 'cast' is not followed by whitespace. | 86 |
![]() | '&&' should be on the previous line. | 87 |
![]() | 'cast' is not followed by whitespace. | 91 |
![]() | 'cast' is not followed by whitespace. | 111 |
![]() | '+' should be on the previous line. | 114 |
![]() | 'cast' is not followed by whitespace. | 121 |
![]() | 'cast' is not followed by whitespace. | 123 |
Error | Line | |
---|---|---|
![]() | Missing a Javadoc comment. | 57 |
![]() | Missing a Javadoc comment. | 59 |
![]() | 'static' modifier out of order with the JLS suggestions. | 59 |
![]() | Name 'converter' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 59 |
![]() | First sentence should end with a period. | 61 |
![]() | 'static' modifier out of order with the JLS suggestions. | 62 |
![]() | First sentence should end with a period. | 64 |
![]() | 'static' modifier out of order with the JLS suggestions. | 65 |
![]() | First sentence should end with a period. | 67 |
![]() | 'static' modifier out of order with the JLS suggestions. | 68 |
![]() | First sentence should end with a period. | 70 |
![]() | 'static' modifier out of order with the JLS suggestions. | 71 |
![]() | First sentence should end with a period. | 73 |
![]() | 'static' modifier out of order with the JLS suggestions. | 74 |
![]() | First sentence should end with a period. | 76 |
![]() | 'static' modifier out of order with the JLS suggestions. | 77 |
![]() | First sentence should end with a period. | 79 |
![]() | Expected @param tag for 'ctrl'. | 83 |
![]() | First sentence should end with a period. | 88 |
![]() | Expected an @return tag. | 96 |
![]() | Cyclomatic Complexity is 13 (max allowed is 9). | 96 |
![]() | Expected @throws tag for 'Exception'. | 101 |
![]() | Redundant throws: 'Exception' is unchecked exception. | 101 |
![]() | 'cast' is not followed by whitespace. | 120 |
![]() | Name '_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 124 |
![]() | 'cast' is not followed by whitespace. | 124 |
![]() | 'cast' is not followed by whitespace. | 147 |
![]() | 'cast' is not followed by whitespace. | 181 |
Error | Line | |
---|---|---|
![]() | Line does not match expected header line of ' * Copyright (c) 2003, Open Edge B.V.'. | 7 |
![]() | Utility classes should not have a public or default constructor. | 24 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Missing a Javadoc comment. | 107 |
Error | Line | |
---|---|---|
![]() | Line is longer than 100 characters. | 2 |
![]() | Line does not match expected header line of ' *'. | 5 |
![]() | Missing a Javadoc comment. | 105 |
![]() | Expected @param tag for 's'. | 149 |
![]() | Expected @throws tag for 'IOException'. | 150 |
![]() | Expected @throws tag for 'ClassNotFoundException'. | 150 |
![]() | Must have at least one statement. | 165 |
![]() | 'cast' is not followed by whitespace. | 175 |
![]() | 'cast' is not followed by whitespace. | 179 |
![]() | 'cast' is not followed by whitespace. | 198 |
![]() | Avoid inline conditionals. | 206 |
![]() | 'cast' is not followed by whitespace. | 228 |
![]() | 'cast' is not followed by whitespace. | 229 |
![]() | 'cast' is not followed by whitespace. | 249 |
![]() | 'cast' is not followed by whitespace. | 277 |
![]() | 'cast' is not followed by whitespace. | 278 |
![]() | Avoid inline conditionals. | 294 |
![]() | Missing a Javadoc comment. | 303 |
![]() | Missing a Javadoc comment. | 308 |
![]() | Missing a Javadoc comment. | 320 |
![]() | Class ValueIterator should be declared as final. | 330 |
![]() | Missing a Javadoc comment. | 332 |
![]() | Missing a Javadoc comment. | 333 |
![]() | Missing a Javadoc comment. | 335 |
![]() | Missing a Javadoc comment. | 340 |
![]() | Expression can be simplified. | 342 |
![]() | Expression can be simplified. | 344 |
![]() | 'cast' is not followed by whitespace. | 348 |
![]() | Missing a Javadoc comment. | 353 |
![]() | Missing a Javadoc comment. | 358 |
![]() | Expression can be simplified. | 360 |
![]() | Missing a Javadoc comment. | 367 |
![]() | 'cast' is not followed by whitespace. | 387 |
![]() | 'cast' is not followed by whitespace. | 392 |
![]() | 'cast' is not followed by whitespace. | 393 |
Error | Line | |
---|---|---|
![]() | First sentence should end with a period. | 44 |
![]() | Utility classes should not have a public or default constructor. | 49 |
![]() | Missing a Javadoc comment. | 53 |
![]() | First sentence should end with a period. | 55 |
![]() | Cyclomatic Complexity is 13 (max allowed is 9). | 61 |
![]() | 'cast' is not followed by whitespace. | 65 |
![]() | 'cast' is not followed by whitespace. | 73 |
![]() | 'cast' is not followed by whitespace. | 77 |
![]() | 'cast' is not followed by whitespace. | 79 |
![]() | 'cast' is not followed by whitespace. | 88 |
![]() | 'cast' is not followed by whitespace. | 92 |
![]() | Expected an @return tag. | 110 |
![]() | Cyclomatic Complexity is 13 (max allowed is 9). | 110 |
![]() | Avoid inline conditionals. | 134 |
![]() | 'cast' is not followed by whitespace. | 135 |
![]() | Avoid inline conditionals. | 150 |
![]() | 'cast' is not followed by whitespace. | 151 |
Error | Line | |
---|---|---|
![]() | Expected @param tag for 'value'. | 64 |
Error | Line | |
---|---|---|
![]() | First sentence should end with a period. | 39 |
![]() | Missing a Javadoc comment. | 46 |
![]() | First sentence should end with a period. | 48 |
![]() | First sentence should end with a period. | 56 |
![]() | First sentence should end with a period. | 65 |
![]() | Line is longer than 100 characters. | 132 |
![]() | Avoid inline conditionals. | 152 |
![]() | 'if' construct must use '{}'s. | 176 |
Error | Line | |
---|---|---|
![]() | First sentence should end with a period. | 37 |
![]() | Redundant 'public' modifier. | 63 |
![]() | Redundant 'public' modifier. | 75 |
Error | Line | |
---|---|---|
![]() | First sentence should end with a period. | 37 |
![]() | Redundant 'public' modifier. | 50 |
Error | Line | |
---|---|---|
![]() | Redundant 'public' modifier. | 54 |
Error | Line | |
---|---|---|
![]() | Redundant 'public' modifier. | 45 |
![]() | Redundant 'public' modifier. | 50 |
![]() | Redundant 'public' modifier. | 56 |
Error | Line | |
---|---|---|
![]() | First sentence should end with a period. | 51 |
![]() | 'static' modifier out of order with the JLS suggestions. | 52 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Missing a Javadoc comment. | 58 |
![]() | 'errorMessageKey' hides a field. | 72 |
![]() | Expected @param tag for 'errorMessageKey'. | 72 |
![]() | 'errorMessageKey' hides a field. | 83 |
![]() | 'maxLength' hides a field. | 83 |
![]() | 'errorMessageKey' hides a field. | 104 |
![]() | 'maxLength' hides a field. | 115 |
![]() | Line is longer than 100 characters. | 128 |
![]() | Expected @param tag for 'cctx'. | 131 |
![]() | Expected @param tag for 'formBeanContext'. | 132 |
![]() | Expected @param tag for 'fieldName'. | 133 |
![]() | Expected @param tag for 'value'. | 134 |
![]() | 'cast' is not followed by whitespace. | 141 |
![]() | 'cast' is not followed by whitespace. | 150 |
Error | Line | |
---|---|---|
![]() | First sentence should end with a period. | 51 |
![]() | 'static' modifier out of order with the JLS suggestions. | 52 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Missing a Javadoc comment. | 58 |
![]() | 'errorMessageKey' hides a field. | 72 |
![]() | 'errorMessageKey' hides a field. | 83 |
![]() | 'minLength' hides a field. | 83 |
![]() | 'errorMessageKey' hides a field. | 104 |
![]() | Expected @param tag for 'errorMessageKey'. | 104 |
![]() | 'minLength' hides a field. | 115 |
![]() | Line is longer than 100 characters. | 128 |
![]() | Expected @param tag for 'cctx'. | 131 |
![]() | Expected @param tag for 'formBeanContext'. | 132 |
![]() | Expected @param tag for 'fieldName'. | 133 |
![]() | Expected @param tag for 'value'. | 134 |
![]() | 'cast' is not followed by whitespace. | 141 |
![]() | 'cast' is not followed by whitespace. | 150 |
Error | Line | |
---|---|---|
![]() | Missing a Javadoc comment. | 52 |
![]() | Line is longer than 100 characters. | 60 |
![]() | ';' is followed by whitespace. | 70 |
![]() | 'cast' is not followed by whitespace. | 72 |
![]() | 'if' construct must use '{}'s. | 75 |
![]() | 'rules' hides a field. | 116 |
![]() | First sentence should end with a period. | 138 |
Error | Line | |
---|---|---|
![]() | Missing a Javadoc comment. | 52 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Missing a Javadoc comment. | 56 |
![]() | First sentence should end with a period. | 58 |
![]() | First sentence should end with a period. | 66 |
![]() | 'errorMessageKey' hides a field. | 70 |
![]() | Expected @param tag for 'errorMessageKey'. | 70 |
![]() | First sentence should end with a period. | 75 |
![]() | First sentence should end with a period. | 84 |
![]() | 'errorMessageKey' hides a field. | 90 |
![]() | First sentence should end with a period. | 97 |
![]() | 'propertyName' hides a field. | 102 |
![]() | 'errorMessageKey' hides a field. | 102 |
![]() | First sentence should end with a period. | 108 |
![]() | Line is longer than 100 characters. | 113 |
![]() | Expected @param tag for 'cctx'. | 115 |
![]() | Expected @param tag for 'formBeanContext'. | 115 |
![]() | First sentence should end with a period. | 139 |
![]() | First sentence should end with a period. | 148 |
Error | Line | |
---|---|---|
![]() | First sentence should end with a period. | 53 |
![]() | 'static' modifier out of order with the JLS suggestions. | 54 |
![]() | First sentence should end with a period. | 56 |
![]() | 'static' modifier out of order with the JLS suggestions. | 57 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Missing a Javadoc comment. | 65 |
![]() | First sentence should end with a period. | 67 |
![]() | First sentence should end with a period. | 75 |
![]() | 'pattern' hides a field. | 79 |
![]() | Expected @param tag for 'pattern'. | 79 |
![]() | First sentence should end with a period. | 84 |
![]() | 'errorMessageKey' hides a field. | 89 |
![]() | Expected @param tag for 'errorMessageKey'. | 89 |
![]() | 'pattern' hides a field. | 89 |
![]() | Expected @param tag for 'pattern'. | 89 |
![]() | First sentence should end with a period. | 95 |
![]() | 'errorMessageKey' hides a field. | 101 |
![]() | Expected @param tag for 'errorMessageKey'. | 101 |
![]() | Expected @param tag for 'rule'. | 101 |
![]() | 'pattern' hides a field. | 101 |
![]() | Expected @param tag for 'pattern'. | 101 |
![]() | First sentence should end with a period. | 108 |
![]() | 'pattern' hides a field. | 113 |
![]() | Expected @param tag for 'pattern'. | 113 |
![]() | 'mode' hides a field. | 113 |
![]() | Expected @param tag for 'mode'. | 113 |
![]() | First sentence should end with a period. | 119 |
![]() | 'errorMessageKey' hides a field. | 125 |
![]() | Expected @param tag for 'errorMessageKey'. | 125 |
![]() | 'pattern' hides a field. | 125 |
![]() | Expected @param tag for 'pattern'. | 125 |
![]() | 'mode' hides a field. | 125 |
![]() | Expected @param tag for 'mode'. | 125 |
![]() | First sentence should end with a period. | 132 |
![]() | 'errorMessageKey' hides a field. | 140 |
![]() | Expected @param tag for 'errorMessageKey'. | 140 |
![]() | Expected @param tag for 'rule'. | 140 |
![]() | 'pattern' hides a field. | 140 |
![]() | Expected @param tag for 'pattern'. | 140 |
![]() | 'mode' hides a field. | 140 |
![]() | Expected @param tag for 'mode'. | 140 |
![]() | Line is longer than 100 characters. | 149 |
![]() | 'if' construct must use '{}'s. | 157 |
![]() | Avoid inline conditionals. | 162 |
![]() | First sentence should end with a period. | 175 |
![]() | First sentence should end with a period. | 184 |
![]() | First sentence should end with a period. | 193 |
![]() | First sentence should end with a period. | 202 |
![]() | 'pattern' hides a field. | 206 |
Error | Line | |
---|---|---|
![]() | Missing a Javadoc comment. | 58 |
![]() | Line is longer than 100 characters. | 69 |
![]() | Expected @param tag for 'rule'. | 72 |
![]() | First sentence should end with a period. | 77 |
![]() | 'errorMessageKey' hides a field. | 83 |
![]() | Expected @param tag for 'errorMessageKey'. | 83 |
![]() | Expected @param tag for 'rule'. | 84 |
![]() | 'errorMessageKey' hides a field. | 94 |
![]() | Line is longer than 100 characters. | 115 |
![]() | Expected @param tag for 'cctx'. | 118 |
![]() | Expected @param tag for 'formBeanContext'. | 119 |
![]() | Expected @param tag for 'fieldName'. | 120 |
![]() | Expected @param tag for 'value'. | 121 |
![]() | 'cast' is not followed by whitespace. | 132 |
Error | Line | |
---|---|---|
![]() | Missing a Javadoc comment. | 50 |
![]() | Missing a Javadoc comment. | 52 |
![]() | 'errorMessageKey' hides a field. | 66 |
![]() | Expected @param tag for 'errorMessageKey'. | 66 |
![]() | Expected @param tag for 'rule'. | 75 |
![]() | 'errorMessageKey' hides a field. | 86 |
![]() | Expected @param tag for 'errorMessageKey'. | 86 |
![]() | Expected @param tag for 'rule'. | 87 |
![]() | 'errorMessageKey' hides a field. | 97 |
![]() | Expected @param tag for 'errorMessageKey'. | 97 |
![]() | 'sessionAttributeKey' hides a field. | 97 |
![]() | Expected @param tag for 'sessionAttributeKey'. | 97 |
![]() | Line is longer than 100 characters. | 104 |
![]() | Missing a Javadoc comment. | 106 |
![]() | First sentence should end with a period. | 124 |
![]() | First sentence should end with a period. | 133 |