Checkstyle Results

The following document contains the results of Checkstyle.

Summary

FilesInfosWarningsErrors
13900841

Files

FilesIWE
nl/openedge/baritus/ConverterRegistry.java 0075
nl/openedge/baritus/DefaultValidatorDelegate.java 0042
nl/openedge/baritus/ExecutionParams.java 0010
nl/openedge/baritus/FormBeanContext.java 0058
nl/openedge/baritus/FormBeanCtrlBase.java 0056
nl/openedge/baritus/InterceptorDelegate.java 0050
nl/openedge/baritus/InterceptorRegistry.java 0012
nl/openedge/baritus/LogConstants.java 0011
nl/openedge/baritus/PopulatorRegistry.java 0015
nl/openedge/baritus/ValidatorDelegate.java 001
nl/openedge/baritus/ValidatorDelegate.java 001
nl/openedge/baritus/ValidatorRegistry.java 0015
nl/openedge/baritus/converters/BaseLocaleConverter.java 0028
nl/openedge/baritus/converters/BooleanConverter.java 005
nl/openedge/baritus/converters/ByteConverter.java 003
nl/openedge/baritus/converters/ByteLocaleConverter.java 008
nl/openedge/baritus/converters/CharacterConverter.java 002
nl/openedge/baritus/converters/ConversionException.java 006
nl/openedge/baritus/converters/Converter.java 004
nl/openedge/baritus/converters/DateLocaleConverter.java 0021
nl/openedge/baritus/converters/DecimalLocaleConverter.java 0026
nl/openedge/baritus/converters/DoubleConverter.java 003
nl/openedge/baritus/converters/DoubleLocaleConverter.java 005
nl/openedge/baritus/converters/FloatConverter.java 003
nl/openedge/baritus/converters/FloatLocaleConverter.java 0010
nl/openedge/baritus/converters/Formatter.java 004
nl/openedge/baritus/converters/IntegerConverter.java 003
nl/openedge/baritus/converters/LocaleConverter.java 001
nl/openedge/baritus/converters/LocaleConverter.java 004
nl/openedge/baritus/converters/LocaleFormatter.java 003
nl/openedge/baritus/converters/LongConverter.java 003
nl/openedge/baritus/converters/LongLocaleConverter.java 005
nl/openedge/baritus/converters/NoopConverter.java 001
nl/openedge/baritus/converters/ShortConverter.java 003
nl/openedge/baritus/converters/ShortLocaleConverter.java 005
nl/openedge/baritus/interceptors/AfterPerformInterceptor.java 007
nl/openedge/baritus/interceptors/AfterPopulationInterceptor.java 007
nl/openedge/baritus/interceptors/BeforeMakeFormBeanInterceptor.java 007
nl/openedge/baritus/interceptors/BeforePopulationInterceptor.java 007
nl/openedge/baritus/interceptors/DispatchNowFlowException.java 006
nl/openedge/baritus/interceptors/FlowException.java 001
nl/openedge/baritus/interceptors/FlowException.java 002
nl/openedge/baritus/interceptors/Interceptor.java 002
nl/openedge/baritus/interceptors/PerformExceptionInterceptor.java 007
nl/openedge/baritus/interceptors/PopulationErrorInterceptor.java 007
nl/openedge/baritus/interceptors/ReturnNowFlowException.java 001
nl/openedge/baritus/interceptors/ReturnNowFlowException.java 003
nl/openedge/baritus/population/AbstractFieldPopulator.java 009
nl/openedge/baritus/population/FieldPopulator.java 001
nl/openedge/baritus/population/FieldPopulator.java 003
nl/openedge/baritus/population/IgnoreFieldPopulator.java 0012
nl/openedge/baritus/population/OgnlConverterWrapper.java 0013
nl/openedge/baritus/population/OgnlFieldPopulator.java 0028
nl/openedge/baritus/util/MessageUtils.java 004
nl/openedge/baritus/util/MultiHashMap.java 0035
nl/openedge/baritus/util/ValueUtils.java 0017
nl/openedge/baritus/validation/AbstractFieldValidator.java 001
nl/openedge/baritus/validation/AbstractValidator.java 008
nl/openedge/baritus/validation/FieldValidator.java 003
nl/openedge/baritus/validation/FormValidator.java 002
nl/openedge/baritus/validation/ValidationActivationRule.java 001
nl/openedge/baritus/validation/ValidationRuleDependend.java 003
nl/openedge/baritus/validation/impl/MaximumFieldLengthValidator.java 0018
nl/openedge/baritus/validation/impl/MinimumFieldLengthValidator.java 0018
nl/openedge/baritus/validation/impl/NestedValidationActivationRule.java 007
nl/openedge/baritus/validation/impl/PropertyNotNullFormValidator.java 0019
nl/openedge/baritus/validation/impl/RegexValidator.java 0050
nl/openedge/baritus/validation/impl/RequiredFieldValidator.java 0014
nl/openedge/baritus/validation/impl/RequiredSessionAttributeValidator.java 0016

nl/openedge/baritus/ConverterRegistry.java

ErrorLine
Error First sentence should end with a period. 96
Error Name '_instance' must match pattern '^[a-z][a-zA-Z0-9]*$'. 99
Error First sentence should end with a period. 101
Error Missing a Javadoc comment. 112
Error Missing a Javadoc comment. 117
Error First sentence should end with a period. 122
Error Missing a Javadoc comment. 139
Error First sentence should end with a period. 217
Error First sentence should end with a period. 228
Error First sentence should end with a period. 240
Error Expected @param tag for 'locale'. 258
Error First sentence should end with a period. 282
Error ';' is followed by whitespace. 290
Error 'cast' is not followed by whitespace. 293
Error ';' is followed by whitespace. 299
Error ';' is followed by whitespace. 307
Error 'cast' is not followed by whitespace. 310
Error ';' is followed by whitespace. 316
Error First sentence should end with a period. 324
Error ';' is followed by whitespace. 332
Error Name '_converter' must match pattern '^[a-z][a-zA-Z0-9]*$'. 335
Error 'cast' is not followed by whitespace. 335
Error ';' is followed by whitespace. 341
Error First sentence should end with a period. 349
Error First sentence should end with a period. 360
Error First sentence should end with a period. 371
Error First sentence should end with a period. 380
Error 'cast' is not followed by whitespace. 389
Error Throws count is 5 (max allowed is 2). 402
Error Expected @throws tag for 'NoSuchMethodException'. 402
Error Expected @throws tag for 'IllegalArgumentException'. 403
Error Redundant throws: 'IllegalArgumentException' is unchecked exception. 403
Error Expected @throws tag for 'InstantiationException'. 404
Error Expected @throws tag for 'IllegalAccessException'. 405
Error Expected @throws tag for 'InvocationTargetException'. 406
Error Throws count is 5 (max allowed is 2). 436
Error Expected @throws tag for 'NoSuchMethodException'. 436
Error Expected @throws tag for 'IllegalArgumentException'. 437
Error Redundant throws: 'IllegalArgumentException' is unchecked exception. 437
Error Expected @throws tag for 'InstantiationException'. 438
Error Expected @throws tag for 'IllegalAccessException'. 439
Error Expected @throws tag for 'InvocationTargetException'. 440
Error 'cast' is not followed by whitespace. 448
Error Name '_converter' must match pattern '^[a-z][a-zA-Z0-9]*$'. 451
Error 'cast' is not followed by whitespace. 451
Error '{' is followed by whitespace. 456
Error '{' is followed by whitespace. 458
Error Name '_newConverter' must match pattern '^[a-z][a-zA-Z0-9]*$'. 460
Error 'cast' is not followed by whitespace. 461
Error 'cast' is not followed by whitespace. 467
Error 'cast' is not followed by whitespace. 468
Error 'cast' is not followed by whitespace. 481
Error Expected an @return tag. 511
Error Throws count is 5 (max allowed is 2). 512
Error Expected @throws tag for 'NoSuchMethodException'. 512
Error Expected @throws tag for 'IllegalArgumentException'. 513
Error Redundant throws: 'IllegalArgumentException' is unchecked exception. 513
Error Expected @throws tag for 'InstantiationException'. 514
Error Expected @throws tag for 'IllegalAccessException'. 515
Error Expected @throws tag for 'InvocationTargetException'. 516
Error 'cast' is not followed by whitespace. 524
Error Name '_formatter' must match pattern '^[a-z][a-zA-Z0-9]*$'. 528
Error 'cast' is not followed by whitespace. 528
Error Name '_newFormatter' must match pattern '^[a-z][a-zA-Z0-9]*$'. 533
Error 'cast' is not followed by whitespace. 533
Error 'cast' is not followed by whitespace. 545
Error Missing a Javadoc comment. 557
Error Avoid inline conditionals. 560
Error Avoid inline conditionals. 561
Error Avoid inline conditionals. 562
Error Missing a Javadoc comment. 571
Error Avoid inline conditionals. 574
Error Avoid inline conditionals. 575
Error Avoid inline conditionals. 576
Error Missing a Javadoc comment. 584

nl/openedge/baritus/DefaultValidatorDelegate.java

ErrorLine
Error Missing a Javadoc comment. 58
Error Missing a Javadoc comment. 61
Error Missing a Javadoc comment. 64
Error Missing a Javadoc comment. 66
Error Name 'BREAKSYMBOLS' must match pattern '^[a-z][a-zA-Z0-9]*$'. 66
Error ',' is not followed by whitespace. 66
Error First sentence should end with a period. 68
Error 'validatorRegistry' hides a field. 74
Error Expected @param tag for 'validatorRegistry'. 74
Error 'ctrl' hides a field. 75
Error Expected @param tag for 'ctrl'. 75
Error Line is longer than 100 characters. 82
Error Cyclomatic Complexity is 20 (max allowed is 9). 84
Error 'if' construct must use '{}'s. 92
Error Line is longer than 100 characters. 105
Error ';' is followed by whitespace. 107
Error 'cast' is not followed by whitespace. 109
Error 'if' construct must use '{}'s. 111
Error 'cast' is not followed by whitespace. 123
Error 'if' construct must use '{}'s. 124
Error '&&' should be on the previous line. 135
Error ';' is followed by whitespace. 139
Error 'cast' is not followed by whitespace. 141
Error Cyclomatic Complexity is 12 (max allowed is 9). 153
Error Missing a Javadoc comment. 153
Error 'cast' is not followed by whitespace. 167
Error Avoid inline conditionals. 178
Error Avoid inline conditionals. 190
Error 'if' construct must use '{}'s. 203
Error Missing a Javadoc comment. 209
Error Missing a Javadoc comment. 240
Error Missing a Javadoc comment. 260
Error 'cast' is not followed by whitespace. 263
Error 'if' construct must use '{}'s. 266
Error Cyclomatic Complexity is 12 (max allowed is 9). 293
Error Missing a Javadoc comment. 293
Error ';' is followed by whitespace. 311
Error 'cast' is not followed by whitespace. 313
Error 'cast' is not followed by whitespace. 319
Error Avoid inline conditionals. 328
Error Avoid inline conditionals. 354
Error Expected @param tag for 'cs'. 381

nl/openedge/baritus/ExecutionParams.java

ErrorLine
Error First sentence should end with a period. 57
Error First sentence should end with a period. 181
Error First sentence should end with a period. 190
Error 'noCache' hides a field. 194
Error Expected @param tag for 'noCache'. 194
Error Expected @param tag for 'b'. 214
Error Line is longer than 100 characters. 344
Error Line is longer than 100 characters. 357
Error Expected @param tag for 'b'. 417
Error 'populateAndValidate' hides a field. 502

nl/openedge/baritus/FormBeanContext.java

ErrorLine
Error Missing a Javadoc comment. 62
Error Missing a Javadoc comment. 68
Error Missing a Javadoc comment. 71
Error Missing a Javadoc comment. 74
Error Missing a Javadoc comment. 77
Error Missing a Javadoc comment. 83
Error Missing a Javadoc comment. 86
Error Missing a Javadoc comment. 89
Error First sentence should end with a period. 91
Error 'static' modifier out of order with the JLS suggestions. 92
Error First sentence should end with a period. 94
Error 'static' modifier out of order with the JLS suggestions. 95
Error 'bean' hides a field. 134
Error Avoid inline conditionals. 159
Error 'cast' is not followed by whitespace. 159
Error 'errors' hides a field. 166
Error 'if' construct must use '{}'s. 243
Error Missing a Javadoc comment. 263
Error Avoid inline conditionals. 320
Error 'cast' is not followed by whitespace. 341
Error Line is longer than 100 characters. 353
Error Cyclomatic Complexity is 16 (max allowed is 9). 405
Error 'if' construct must use '{}'s. 407
Error Name '_overrideFields' must match pattern '^[a-z][a-zA-Z0-9]*$'. 413
Error 'cast' is not followed by whitespace. 425
Error Name '_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. 460
Error Cyclomatic Complexity is 11 (max allowed is 9). 496
Error 'cast' is not followed by whitespace. 519
Error 'if' construct must use '{}'s. 589
Error Avoid inline conditionals. 629
Error Expected an @return tag. 640
Error 'if' construct must use '{}'s. 642
Error First sentence should end with a period. 646
Error Avoid inline conditionals. 653
Error First sentence should end with a period. 656
Error Avoid inline conditionals. 663
Error First sentence should end with a period. 666
Error First sentence should end with a period. 675
Error Avoid inline conditionals. 682
Error First sentence should end with a period. 685
Error 'if' construct must use '{}'s. 692
Error First sentence should end with a period. 696
Error Avoid inline conditionals. 703
Error First sentence should end with a period. 706
Error Avoid inline conditionals. 714
Error First sentence should end with a period. 717
Error Avoid inline conditionals. 724
Error First sentence should end with a period. 727
Error Avoid inline conditionals. 735
Error First sentence should end with a period. 738
Error Avoid inline conditionals. 746
Error First sentence should end with a period. 749
Error First sentence should end with a period. 758
Error 'controller' hides a field. 762
Error ';' is followed by whitespace. 781
Error 'cast' is not followed by whitespace. 783
Error ';' is followed by whitespace. 797
Error 'cast' is not followed by whitespace. 799

nl/openedge/baritus/FormBeanCtrlBase.java

ErrorLine
Error Line is longer than 100 characters. 137
Error First sentence should end with a period. 145
Error First sentence should end with a period. 148
Error Line is longer than 100 characters. 162
Error Cyclomatic Complexity is 20 (max allowed is 9). 164
Error Expected @throws tag for 'ServletException'. 164
Error 'cast' is not followed by whitespace. 278
Error Name '_execParams' must match pattern '^[a-z][a-zA-Z0-9]*$'. 308
Error Line is longer than 100 characters. 314
Error 'cast' is not followed by whitespace. 314
Error Cyclomatic Complexity is 18 (max allowed is 9). 353
Error Expected @param tag for '_execParams'. 356
Error Name '_execParams' must match pattern '^[a-z][a-zA-Z0-9]*$'. 356
Error Expected @throws tag for 'Exception'. 357
Error Line is longer than 100 characters. 373
Error '{' should be on a new line. 391
Error 'cast' is not followed by whitespace. 394
Error 'if' construct must use '{}'s. 414
Error 'cast' is not followed by whitespace. 417
Error '&&' should be on the previous line. 419
Error 'if' construct must use '{}'s. 435
Error Name '_succeeded' must match pattern '^[a-z][a-zA-Z0-9]*$'. 453
Error 'cast' is not followed by whitespace. 455
Error 'if' construct must use '{}'s. 459
Error Redundant 'final' modifier. 473
Error 'if' construct must use '{}'s. 483
Error Unused @param tag for 'locale'. 494
Error Cyclomatic Complexity is 15 (max allowed is 9). 523
Error 'cast' is not followed by whitespace. 536
Error 'cast' is not followed by whitespace. 539
Error 'cast' is not followed by whitespace. 552
Error Line is longer than 100 characters. 558
Error Unused @param tag for 'locale'. 603
Error 'cast' is not followed by whitespace. 619
Error 'if' construct must use '{}'s. 620
Error Unused @param tag for 'params'. 654
Error Expected @param tag for 'execParams'. 659
Error Expected @param tag for 'e'. 661
Error Expected @throws tag for 'ServletException'. 662
Error 'if' construct must use '{}'s. 664
Error Redundant 'final' modifier. 696
Error Line is longer than 100 characters. 701
Error 'cast' is not followed by whitespace. 752
Error Line is longer than 100 characters. 757
Error '{' is followed by whitespace. 757
Error Line is longer than 100 characters. 761
Error '{' is followed by whitespace. 761
Error Cyclomatic Complexity is 11 (max allowed is 9). 793
Error Expected @param tag for 'validatorDelegate'. 910
Error Expected @param tag for 'validatorDelegate'. 925
Error First sentence should end with a period. 1092
Error First sentence should end with a period. 1101
Error 'cast' is not followed by whitespace. 1225
Error 'cast' is not followed by whitespace. 1280
Error 'cast' is not followed by whitespace. 1283
Error 'cast' is not followed by whitespace. 1289

nl/openedge/baritus/InterceptorDelegate.java

ErrorLine
Error Line does not match expected header line of ' * Copyright (c) 2003, Open Edge B.V.'. 7
Error Missing a Javadoc comment. 41
Error Missing a Javadoc comment. 44
Error Missing a Javadoc comment. 46
Error 'static' modifier out of order with the JLS suggestions. 46
Error Missing a Javadoc comment. 47
Error 'static' modifier out of order with the JLS suggestions. 47
Error Missing a Javadoc comment. 48
Error 'static' modifier out of order with the JLS suggestions. 48
Error Missing a Javadoc comment. 49
Error 'static' modifier out of order with the JLS suggestions. 49
Error Missing a Javadoc comment. 50
Error 'static' modifier out of order with the JLS suggestions. 50
Error Missing a Javadoc comment. 51
Error 'static' modifier out of order with the JLS suggestions. 51
Error 'interceptorRegistry' hides a field. 58
Error Expected @throws tag for 'ServletException'. 83
Error Expected @throws tag for 'FlowException'. 83
Error Missing a Javadoc comment. 88
Error Expected @throws tag for 'ServletException'. 111
Error Expected @throws tag for 'FlowException'. 111
Error Missing a Javadoc comment. 116
Error Expected @throws tag for 'ServletException'. 141
Error Expected @throws tag for 'FlowException'. 141
Error Missing a Javadoc comment. 146
Error Expected @throws tag for 'ServletException'. 170
Error Expected @throws tag for 'FlowException'. 170
Error Missing a Javadoc comment. 175
Error Expected @throws tag for 'ServletException'. 200
Error Expected @throws tag for 'FlowException'. 200
Error Missing a Javadoc comment. 205
Error Expected @throws tag for 'ServletException'. 229
Error Expected @throws tag for 'FlowException'. 229
Error Missing a Javadoc comment. 234
Error Cyclomatic Complexity is 16 (max allowed is 9). 247
Error Missing a Javadoc comment. 247
Error 'if' construct must use '{}'s. 257
Error 'if' construct must use '{}'s. 260
Error 'cast' is not followed by whitespace. 273
Error 'cast' is not followed by whitespace. 277
Error 'cast' is not followed by whitespace. 281
Error 'cast' is not followed by whitespace. 285
Error 'cast' is not followed by whitespace. 289
Error 'cast' is not followed by whitespace. 293
Error Missing a Javadoc comment. 320
Error 'cast' is not followed by whitespace. 334
Error 'cast' is not followed by whitespace. 343
Error Line is longer than 100 characters. 372
Error Cyclomatic Complexity is 11 (max allowed is 9). 376
Error Missing a Javadoc comment. 376

nl/openedge/baritus/InterceptorRegistry.java

ErrorLine
Error Missing a Javadoc comment. 48
Error Missing a Javadoc comment. 50
Error First sentence should end with a period. 53
Error First sentence should end with a period. 66
Error First sentence should end with a period. 81
Error 'if' construct must use '{}'s. 90
Error First sentence should end with a period. 94
Error ';' is followed by whitespace. 105
Error 'cast' is not followed by whitespace. 107
Error 'cast' is not followed by whitespace. 115
Error First sentence should end with a period. 121
Error Avoid inline conditionals. 128

nl/openedge/baritus/LogConstants.java

ErrorLine
Error interfaces should describe a type and hence have methods. 38
Error Redundant 'public' modifier. 43
Error 'static' modifier out of order with the JLS suggestions. 43
Error Redundant 'public' modifier. 48
Error 'static' modifier out of order with the JLS suggestions. 48
Error Redundant 'public' modifier. 53
Error 'static' modifier out of order with the JLS suggestions. 53
Error Redundant 'public' modifier. 58
Error