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 'static' modifier out of order with the JLS suggestions. 58
Error Redundant 'public' modifier. 63
Error 'static' modifier out of order with the JLS suggestions. 63

nl/openedge/baritus/PopulatorRegistry.java

ErrorLine
Error Missing a Javadoc comment. 49
Error Missing a Javadoc comment. 51
Error Missing a Javadoc comment. 53
Error First sentence should end with a period. 55
Error Expected @param tag for 'formBeanCtrl'. 59
Error First sentence should end with a period. 80
Error 'if' construct must use '{}'s. 89
Error First sentence should end with a period. 111
Error First sentence should end with a period. 123
Error First sentence should end with a period. 132
Error Avoid inline conditionals. 139
Error 'cast' is not followed by whitespace. 140
Error First sentence should end with a period. 143
Error First sentence should end with a period. 152
Error First sentence should end with a period. 161

nl/openedge/baritus/ValidatorDelegate.java

ErrorLine
Error File does not end with a newline. 0

nl/openedge/baritus/ValidatorDelegate.java

ErrorLine
Error Redundant 'public' modifier. 82

nl/openedge/baritus/ValidatorRegistry.java

ErrorLine
Error Missing a Javadoc comment. 51
Error Missing a Javadoc comment. 53
Error Missing a Javadoc comment. 55
Error First sentence should end with a period. 85
Error First sentence should end with a period. 97
Error First sentence should end with a period. 110
Error First sentence should end with a period. 122
Error First sentence should end with a period. 135
Error 'if' construct must use '{}'s. 144
Error First sentence should end with a period. 148
Error Avoid inline conditionals. 156
Error 'cast' is not followed by whitespace. 157
Error First sentence should end with a period. 160
Error First sentence should end with a period. 169
Error First sentence should end with a period. 178

nl/openedge/baritus/converters/BaseLocaleConverter.java

ErrorLine
Error First sentence should end with a period. 37
Error Variable 'locale' must be private and have accessor methods. 47
Error Variable 'pattern' must be private and have accessor methods. 50
Error Variable 'locPattern' must be private and have accessor methods. 53
Error 'locale' hides a field. 65
Error 'pattern' hides a field. 65
Error 'locale' hides a field. 80
Error 'pattern' hides a field. 81
Error 'locPattern' hides a field. 82
Error Unused @throws tag for 'ConversionException'. 103
Error Expected an @return tag. 107
Error 'protected' modifier out of order with the JLS suggestions. 107
Error 'pattern' hides a field. 107
Error Expected @throws tag for 'ParseException'. 108
Error Unused @throws tag for 'ConversionException'. 116
Error Expected an @return tag. 119
Error Unused @throws tag for 'ConversionException'. 131
Error Expected an @return tag. 134
Error 'pattern' hides a field. 134
Error Unused @throws tag for 'ConversionException'. 146
Error Expected an @return tag. 149
Error First sentence should end with a period. 188
Error First sentence should end with a period. 197
Error First sentence should end with a period. 206
Error 'locale' hides a field. 210
Error Expected @param tag for 'locale'. 210
Error First sentence should end with a period. 215
Error Expected @param tag for 'string'. 219

nl/openedge/baritus/converters/BooleanConverter.java

ErrorLine
Error Unused @throws tag for 'ConversionException'. 61
Error Expected an @return tag. 64
Error Cyclomatic Complexity is 16 (max allowed is 9). 64
Error '{' should be on a new line. 84
Error '{' should be on a new line. 91

nl/openedge/baritus/converters/ByteConverter.java

ErrorLine
Error Unused @throws tag for 'ConversionException'. 62
Error Expected an @return tag. 65
Error 'cast' is not followed by whitespace. 79

nl/openedge/baritus/converters/ByteLocaleConverter.java

ErrorLine
Error First sentence should end with a period. 38
Error Unused @throws tag for 'ConversionException'. 113
Error Expected an @return tag. 116
Error Expected @throws tag for 'ParseException'. 116
Error Unused @throws tag for 'ConversionException'. 136
Error Expected an @return tag. 139
Error Avoid inline conditionals. 148
Error 'cast' is not followed by whitespace. 148

nl/openedge/baritus/converters/CharacterConverter.java

ErrorLine
Error Unused @throws tag for 'ConversionException'. 61
Error Expected an @return tag. 64

nl/openedge/baritus/converters/ConversionException.java

ErrorLine
Error First sentence should end with a period. 33
Error Missing a Javadoc comment. 40
Error 'desiredPattern' hides a field. 56
Error 'desiredPattern' hides a field. 78
Error 'desiredPattern' hides a field. 98
Error Avoid inline conditionals. 130

nl/openedge/baritus/converters/Converter.java

ErrorLine
Error '{' should be on a new line. 40
Error Unused @throws tag for 'ConversionException'. 50
Error Expected an @return tag. 53
Error Redundant 'public' modifier. 53

nl/openedge/baritus/converters/DateLocaleConverter.java

ErrorLine
Error Missing a Javadoc comment. 55
Error Missing a Javadoc comment. 56
Error 'lenient' hides a field. 120
Error First sentence should end with a period. 125
Error First sentence should end with a period. 134
Error 'dateStyle' hides a field. 138
Error Expected @param tag for 'dateStyle'. 138
Error Expected an @return tag. 155
Error Redundant throws: 'ConversionException' is unchecked exception. 155
Error 'cast' is not followed by whitespace. 172
Error First sentence should end with a period. 179
Error Redundant throws: 'IllegalArgumentException' is unchecked exception. 183
Error 'cast' is not followed by whitespace. 189
Error 'cast' is not followed by whitespace. 193
Error First sentence should end with a period. 198
Error Expected an @return tag. 201
Error Expected @param tag for 'pattern'. 201
Error Expected @param tag for 'locale'. 201
Error Name '_format' must match pattern '^[a-z][a-zA-Z0-9]*$'. 210
Error Unused @throws tag for 'ConversionException'. 233
Error Expected an @return tag. 236

nl/openedge/baritus/converters/DecimalLocaleConverter.java

ErrorLine
Error First sentence should end with a period. 40
Error Missing a Javadoc comment. 50
Error Variable 'nonDigitPattern' must be private and have accessor methods. 50
Error Unused @throws tag for 'ConversionException'. 120
Error Expected an @return tag. 122
Error Expected @throws tag for 'ParseException'. 122
Error 'if' construct must use '{}'s. 124
Error First sentence should end with a period. 130
Error Expected an @return tag. 138
Error Redundant throws: 'IllegalArgumentException' is unchecked exception. 138
Error 'if' construct must use '{}'s. 140
Error First sentence should end with a period. 146
Error 'cast' is not followed by whitespace. 153
Error First sentence should end with a period. 168
Error Cyclomatic Complexity is 12 (max allowed is 9). 175
Error Expected @throws tag for 'ConversionException'. 175
Error Redundant throws: 'ConversionException' is unchecked exception. 175
Error 'if' construct must use '{}'s. 177
Error 'cast' is not followed by whitespace. 177
Error 'cast' is not followed by whitespace. 184
Error 'if' construct must use '{}'s. 189
Error 'cast' is not followed by whitespace. 189
Error 'if' construct must use '{}'s. 190
Error 'cast' is not followed by whitespace. 190
Error 'else' construct must use '{}'s. 191
Error 'cast' is not followed by whitespace. 199

nl/openedge/baritus/converters/DoubleConverter.java

ErrorLine
Error Unused @throws tag for 'ConversionException'. 61
Error Expected an @return tag. 64
Error 'cast' is not followed by whitespace. 77

nl/openedge/baritus/converters/DoubleLocaleConverter.java

ErrorLine
Error First sentence should end with a period. 36
Error Unused @throws tag for 'ConversionException'. 109
Error Expected an @return tag. 112
Error Avoid inline conditionals. 121
Error 'cast' is not followed by whitespace. 121

nl/openedge/baritus/converters/FloatConverter.java

ErrorLine
Error Unused @throws tag for 'ConversionException'. 61
Error Expected an @return tag. 64
Error 'cast' is not followed by whitespace. 78

nl/openedge/baritus/converters/FloatLocaleConverter.java

ErrorLine
Error First sentence should end with a period. 36
Error Unused @throws tag for 'ConversionException'. 109
Error Expected an @return tag. 112
Error Expected @throws tag for 'ParseException'. 112
Error '>' should be on the previous line. 116
Error '0.00001' is a magic number. 116
Error Unused @throws tag for 'ConversionException'. 133
Error Expected an @return tag. 136
Error Avoid inline conditionals. 145
Error 'cast' is not followed by whitespace. 145

nl/openedge/baritus/converters/Formatter.java

ErrorLine
Error First sentence should end with a period. 41
Error Expected an @return tag. 49
Error Redundant 'public' modifier. 49
Error Redundant throws: 'IllegalArgumentException' is unchecked exception. 49

nl/openedge/baritus/converters/IntegerConverter.java

ErrorLine
Error Unused @throws tag for 'ConversionException'. 61
Error Expected an @return tag. 64
Error 'cast' is not followed by whitespace. 78

nl/openedge/baritus/converters/LocaleConverter.java

ErrorLine
Error File does not end with a newline. 0

nl/openedge/baritus/converters/LocaleConverter.java

ErrorLine
Error '{' should be on a new line. 40
Error Unused @throws tag for 'ConversionException'. 51
Error Expected an @return tag. 54
Error Redundant 'public' modifier. 54

nl/openedge/baritus/converters/LocaleFormatter.java

ErrorLine
Error Redundant 'public' modifier. 45
Error First sentence should end with a period. 47
Error Redundant 'public' modifier. 51

nl/openedge/baritus/converters/LongConverter.java

ErrorLine
Error Unused @throws tag for 'ConversionException'. 61
Error Expected an @return tag. 64
Error 'cast' is not followed by whitespace. 78

nl/openedge/baritus/converters/LongLocaleConverter.java

ErrorLine
Error First sentence should end with a period. 36
Error Unused @throws tag for 'ConversionException'. 108
Error Expected an @return tag. 111
Error Avoid inline conditionals. 120
Error 'cast' is not followed by whitespace. 120

nl/openedge/baritus/converters/NoopConverter.java

ErrorLine
Error First sentence should end with a period. 42

nl/openedge/baritus/converters/ShortConverter.java

ErrorLine
Error Unused @throws tag for 'ConversionException'. 61
Error Expected an @return tag. 64
Error 'cast' is not followed by whitespace. 78

nl/openedge/baritus/converters/ShortLocaleConverter.java

ErrorLine
Error First sentence should end with a period. 36
Error Unused @throws tag for 'ConversionException'. 108
Error Expected an @return tag. 111
Error Avoid inline conditionals. 120
Error 'cast' is not followed by whitespace. 120

nl/openedge/baritus/interceptors/AfterPerformInterceptor.java

ErrorLine
Error Unused @throws tag for 'RedirectingException'. 71
Error Unused @throws tag for 'DirectReturnFlowException'. 72
Error Redundant 'public' modifier. 74
Error Throws count is 3 (max allowed is 2). 77
Error Expected @throws tag for 'ServletException'. 77
Error Expected @throws tag for 'DispatchNowFlowException'. 78
Error Expected @throws tag for 'ReturnNowFlowException'. 79

nl/openedge/baritus/interceptors/AfterPopulationInterceptor.java

ErrorLine
Error Unused @throws tag for 'RedirectingException'. 55
Error Unused @throws tag for 'DirectReturnFlowException'. 56
Error Redundant 'public' modifier. 58
Error Throws count is 3 (max allowed is 2). 61
Error Expected @throws tag for 'ServletException'. 61
Error Expected @throws tag for 'DispatchNowFlowException'. 62
Error Expected @throws tag for 'ReturnNowFlowException'. 63

nl/openedge/baritus/interceptors/BeforeMakeFormBeanInterceptor.java

ErrorLine
Error Unused @throws tag for 'RedirectingException'. 54
Error Unused @throws tag for 'DirectReturnFlowException'. 55
Error Redundant 'public' modifier. 57
Error Throws count is 3 (max allowed is 2). 60
Error Expected @throws tag for 'ServletException'. 60
Error Expected @throws tag for 'DispatchNowFlowException'. 61
Error Expected @throws tag for 'ReturnNowFlowException'. 62

nl/openedge/baritus/interceptors/BeforePopulationInterceptor.java

ErrorLine
Error Unused @throws tag for 'RedirectingException'. 55
Error Unused @throws tag for 'DirectReturnFlowException'. 56
Error Redundant 'public' modifier. 58
Error Throws count is 3 (max allowed is 2). 61
Error Expected @throws tag for 'ServletException'. 61
Error Expected @throws tag for 'DispatchNowFlowException'. 62
Error Expected @throws tag for 'ReturnNowFlowException'. 63

nl/openedge/baritus/interceptors/DispatchNowFlowException.java

ErrorLine
Error '{' should be on a new line. 39
Error Missing a Javadoc comment. 42
Error 'dispatchPath' hides a field. 48
Error Expected @param tag for 'dispatchPath'. 48
Error First sentence should end with a period. 53
Error Expected an @return tag. 57

nl/openedge/baritus/interceptors/FlowException.java

ErrorLine
Error File does not end with a newline. 0

nl/openedge/baritus/interceptors/FlowException.java

ErrorLine
Error '{' should be on a new line. 38
Error Expected @param tag for 'b'. 62

nl/openedge/baritus/interceptors/Interceptor.java

ErrorLine
Error Line is longer than 100 characters. 40
Error Line is longer than 100 characters. 42

nl/openedge/baritus/interceptors/PerformExceptionInterceptor.java

ErrorLine
Error Unused @throws tag for 'RedirectingException'. 55
Error Unused @throws tag for 'DirectReturnFlowException'. 56
Error Redundant 'public' modifier. 58
Error Throws count is 3 (max allowed is 2). 62
Error Expected @throws tag for 'ServletException'. 62
Error Expected @throws tag for 'DispatchNowFlowException'. 63
Error Expected @throws tag for 'ReturnNowFlowException'. 64

nl/openedge/baritus/interceptors/PopulationErrorInterceptor.java

ErrorLine
Error Unused @throws tag for 'RedirectingException'. 55
Error Unused @throws tag for 'DirectReturnFlowException'. 56
Error Redundant 'public' modifier. 58
Error Throws count is 3 (max allowed is 2). 62
Error Expected @throws tag for 'ServletException'. 62
Error Expected @throws tag for 'DispatchNowFlowException'. 63
Error Expected @throws tag for 'ReturnNowFlowException'. 64

nl/openedge/baritus/interceptors/ReturnNowFlowException.java

ErrorLine
Error File does not end with a newline. 0

nl/openedge/baritus/interceptors/ReturnNowFlowException.java

ErrorLine
Error '{' should be on a new line. 39
Error Missing a Javadoc comment. 41
Error 'view' hides a field. 47

nl/openedge/baritus/population/AbstractFieldPopulator.java

ErrorLine
Error First sentence should end with a period. 45
Error Variable 'ctrl' must be private and have accessor methods. 46
Error First sentence should end with a period. 48
Error First sentence should end with a period. 56
Error 'ctrl' hides a field. 59
Error Expected @param tag for 'ctrl'. 59
Error First sentence should end with a period. 64
Error First sentence should end with a period. 73
Error 'ctrl' hides a field. 77

nl/openedge/baritus/population/FieldPopulator.java

ErrorLine
Error File does not end with a newline. 0

nl/openedge/baritus/population/FieldPopulator.java

ErrorLine
Error First sentence should end with a period. 46
Error Redundant 'public' modifier. 55
Error Expected @throws tag for 'Exception'. 60

nl/openedge/baritus/population/IgnoreFieldPopulator.java

ErrorLine
Error Missing a Javadoc comment. 46
Error First sentence should end with a period. 57
Error 'fail' hides a field. 63
Error Expected an @return tag. 73
Error Expected @param tag for 'cctx'. 74
Error Expected @param tag for 'form'. 75
Error Expected @param tag for 'name'. 76
Error Expected @param tag for 'value'. 77
Error Expected @throws tag for 'Exception'. 78
Error First sentence should end with a period. 83
Error Line is longer than 100 characters. 85
Error First sentence should end with a period. 94

nl/openedge/baritus/population/OgnlConverterWrapper.java

ErrorLine
Error Missing a Javadoc comment. 60
Error Cyclomatic Complexity is 18 (max allowed is 9). 70
Error 'if' construct must use '{}'s. 73
Error 'cast' is not followed by whitespace. 77
Error 'cast' is not followed by whitespace. 81
Error 'cast' is not followed by whitespace. 83
Error 'cast' is not followed by whitespace. 86
Error '&&' should be on the previous line. 87
Error 'cast' is not followed by whitespace. 91
Error 'cast' is not followed by whitespace. 111
Error '+' should be on the previous line. 114
Error 'cast' is not followed by whitespace. 121
Error 'cast' is not followed by whitespace. 123

nl/openedge/baritus/population/OgnlFieldPopulator.java

ErrorLine
Error Missing a Javadoc comment. 57
Error Missing a Javadoc comment. 59
Error 'static' modifier out of order with the JLS suggestions. 59
Error Name 'converter' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 59
Error First sentence should end with a period. 61
Error 'static' modifier out of order with the JLS suggestions. 62
Error First sentence should end with a period. 64
Error 'static' modifier out of order with the JLS suggestions. 65
Error First sentence should end with a period. 67
Error 'static' modifier out of order with the JLS suggestions. 68
Error First sentence should end with a period. 70
Error 'static' modifier out of order with the JLS suggestions. 71
Error First sentence should end with a period. 73
Error 'static' modifier out of order with the JLS suggestions. 74
Error First sentence should end with a period. 76
Error 'static' modifier out of order with the JLS suggestions. 77
Error First sentence should end with a period. 79
Error Expected @param tag for 'ctrl'. 83
Error First sentence should end with a period. 88
Error Expected an @return tag. 96
Error Cyclomatic Complexity is 13 (max allowed is 9). 96
Error Expected @throws tag for 'Exception'. 101
Error Redundant throws: 'Exception' is unchecked exception. 101
Error 'cast' is not followed by whitespace. 120
Error Name '_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. 124
Error 'cast' is not followed by whitespace. 124
Error 'cast' is not followed by whitespace. 147
Error 'cast' is not followed by whitespace. 181

nl/openedge/baritus/util/MessageUtils.java

ErrorLine
Error Line does not match expected header line of ' * Copyright (c) 2003, Open Edge B.V.'. 7
Error Utility classes should not have a public or default constructor. 24
Error Missing a Javadoc comment. 27
Error Missing a Javadoc comment. 107

nl/openedge/baritus/util/MultiHashMap.java

ErrorLine
Error Line is longer than 100 characters. 2
Error Line does not match expected header line of ' *'. 5
Error Missing a Javadoc comment. 105
Error Expected @param tag for 's'. 149
Error Expected @throws tag for 'IOException'. 150
Error Expected @throws tag for 'ClassNotFoundException'. 150
Error Must have at least one statement. 165
Error 'cast' is not followed by whitespace. 175
Error 'cast' is not followed by whitespace. 179
Error 'cast' is not followed by whitespace. 198
Error Avoid inline conditionals. 206
Error 'cast' is not followed by whitespace. 228
Error 'cast' is not followed by whitespace. 229
Error 'cast' is not followed by whitespace. 249
Error 'cast' is not followed by whitespace. 277
Error 'cast' is not followed by whitespace. 278
Error Avoid inline conditionals. 294
Error Missing a Javadoc comment. 303
Error Missing a Javadoc comment. 308
Error Missing a Javadoc comment. 320
Error Class ValueIterator should be declared as final. 330
Error Missing a Javadoc comment. 332
Error Missing a Javadoc comment. 333
Error Missing a Javadoc comment. 335
Error Missing a Javadoc comment. 340
Error Expression can be simplified. 342
Error Expression can be simplified. 344
Error 'cast' is not followed by whitespace. 348
Error Missing a Javadoc comment. 353
Error Missing a Javadoc comment. 358
Error Expression can be simplified. 360
Error Missing a Javadoc comment. 367
Error 'cast' is not followed by whitespace. 387
Error 'cast' is not followed by whitespace. 392
Error 'cast' is not followed by whitespace. 393

nl/openedge/baritus/util/ValueUtils.java

ErrorLine
Error First sentence should end with a period. 44
Error Utility classes should not have a public or default constructor. 49
Error Missing a Javadoc comment. 53
Error First sentence should end with a period. 55
Error Cyclomatic Complexity is 13 (max allowed is 9). 61
Error 'cast' is not followed by whitespace. 65
Error 'cast' is not followed by whitespace. 73
Error 'cast' is not followed by whitespace. 77
Error 'cast' is not followed by whitespace. 79
Error 'cast' is not followed by whitespace. 88
Error 'cast' is not followed by whitespace. 92
Error Expected an @return tag. 110
Error Cyclomatic Complexity is 13 (max allowed is 9). 110
Error Avoid inline conditionals. 134
Error 'cast' is not followed by whitespace. 135
Error Avoid inline conditionals. 150
Error 'cast' is not followed by whitespace. 151

nl/openedge/baritus/validation/AbstractFieldValidator.java

ErrorLine
Error Expected @param tag for 'value'. 64

nl/openedge/baritus/validation/AbstractValidator.java

ErrorLine
Error First sentence should end with a period. 39
Error Missing a Javadoc comment. 46
Error First sentence should end with a period. 48
Error First sentence should end with a period. 56
Error First sentence should end with a period. 65
Error Line is longer than 100 characters. 132
Error Avoid inline conditionals. 152
Error 'if' construct must use '{}'s. 176

nl/openedge/baritus/validation/FieldValidator.java

ErrorLine
Error First sentence should end with a period. 37
Error Redundant 'public' modifier. 63
Error Redundant 'public' modifier. 75

nl/openedge/baritus/validation/FormValidator.java

ErrorLine
Error First sentence should end with a period. 37
Error Redundant 'public' modifier. 50

nl/openedge/baritus/validation/ValidationRuleDependend.java

ErrorLine
Error Redundant 'public' modifier. 45
Error Redundant 'public' modifier. 50
Error Redundant 'public' modifier. 56

nl/openedge/baritus/validation/impl/MaximumFieldLengthValidator.java

ErrorLine
Error First sentence should end with a period. 51
Error 'static' modifier out of order with the JLS suggestions. 52
Error Missing a Javadoc comment. 54
Error Missing a Javadoc comment. 56
Error Missing a Javadoc comment. 58
Error 'errorMessageKey' hides a field. 72
Error Expected @param tag for 'errorMessageKey'. 72
Error 'errorMessageKey' hides a field. 83
Error 'maxLength' hides a field. 83
Error 'errorMessageKey' hides a field. 104
Error 'maxLength' hides a field. 115
Error Line is longer than 100 characters. 128
Error Expected @param tag for 'cctx'. 131
Error Expected @param tag for 'formBeanContext'. 132
Error Expected @param tag for 'fieldName'. 133
Error Expected @param tag for 'value'. 134
Error 'cast' is not followed by whitespace. 141
Error 'cast' is not followed by whitespace. 150

nl/openedge/baritus/validation/impl/MinimumFieldLengthValidator.java

ErrorLine
Error First sentence should end with a period. 51
Error 'static' modifier out of order with the JLS suggestions. 52
Error Missing a Javadoc comment. 54
Error Missing a Javadoc comment. 56
Error Missing a Javadoc comment. 58
Error 'errorMessageKey' hides a field. 72
Error 'errorMessageKey' hides a field. 83
Error 'minLength' hides a field. 83
Error 'errorMessageKey' hides a field. 104
Error Expected @param tag for 'errorMessageKey'. 104
Error 'minLength' hides a field. 115
Error Line is longer than 100 characters. 128
Error Expected @param tag for 'cctx'. 131
Error Expected @param tag for 'formBeanContext'. 132
Error Expected @param tag for 'fieldName'. 133
Error Expected @param tag for 'value'. 134
Error 'cast' is not followed by whitespace. 141
Error 'cast' is not followed by whitespace. 150

nl/openedge/baritus/validation/impl/NestedValidationActivationRule.java

ErrorLine
Error Missing a Javadoc comment. 52
Error Line is longer than 100 characters. 60
Error ';' is followed by whitespace. 70
Error 'cast' is not followed by whitespace. 72
Error 'if' construct must use '{}'s. 75
Error 'rules' hides a field. 116
Error First sentence should end with a period. 138

nl/openedge/baritus/validation/impl/PropertyNotNullFormValidator.java

ErrorLine
Error Missing a Javadoc comment. 52
Error Missing a Javadoc comment. 54
Error Missing a Javadoc comment. 56
Error First sentence should end with a period. 58
Error First sentence should end with a period. 66
Error 'errorMessageKey' hides a field. 70
Error Expected @param tag for 'errorMessageKey'. 70
Error First sentence should end with a period. 75
Error First sentence should end with a period. 84
Error 'errorMessageKey' hides a field. 90
Error First sentence should end with a period. 97
Error 'propertyName' hides a field. 102
Error 'errorMessageKey' hides a field. 102
Error First sentence should end with a period. 108
Error Line is longer than 100 characters. 113
Error Expected @param tag for 'cctx'. 115
Error Expected @param tag for 'formBeanContext'. 115
Error First sentence should end with a period. 139
Error First sentence should end with a period. 148

nl/openedge/baritus/validation/impl/RegexValidator.java

ErrorLine
Error First sentence should end with a period. 53
Error 'static' modifier out of order with the JLS suggestions. 54
Error First sentence should end with a period. 56
Error 'static' modifier out of order with the JLS suggestions. 57
Error Missing a Javadoc comment. 60
Error Missing a Javadoc comment. 63
Error Missing a Javadoc comment. 65
Error First sentence should end with a period. 67
Error First sentence should end with a period. 75
Error 'pattern' hides a field. 79
Error Expected @param tag for 'pattern'. 79
Error First sentence should end with a period. 84
Error 'errorMessageKey' hides a field. 89
Error Expected @param tag for 'errorMessageKey'. 89
Error 'pattern' hides a field. 89
Error Expected @param tag for 'pattern'. 89
Error First sentence should end with a period. 95
Error 'errorMessageKey' hides a field. 101
Error Expected @param tag for 'errorMessageKey'. 101
Error Expected @param tag for 'rule'. 101
Error 'pattern' hides a field. 101
Error Expected @param tag for 'pattern'. 101
Error First sentence should end with a period. 108
Error 'pattern' hides a field. 113
Error Expected @param tag for 'pattern'. 113
Error 'mode' hides a field. 113
Error Expected @param tag for 'mode'. 113
Error First sentence should end with a period. 119
Error 'errorMessageKey' hides a field. 125
Error Expected @param tag for 'errorMessageKey'. 125
Error 'pattern' hides a field. 125
Error Expected @param tag for 'pattern'. 125
Error 'mode' hides a field. 125
Error Expected @param tag for 'mode'. 125
Error First sentence should end with a period. 132
Error 'errorMessageKey' hides a field. 140
Error Expected @param tag for 'errorMessageKey'. 140
Error Expected @param tag for 'rule'. 140
Error 'pattern' hides a field. 140
Error Expected @param tag for 'pattern'. 140
Error 'mode' hides a field. 140
Error Expected @param tag for 'mode'. 140
Error Line is longer than 100 characters. 149
Error 'if' construct must use '{}'s. 157
Error Avoid inline conditionals. 162
Error First sentence should end with a period. 175
Error First sentence should end with a period. 184
Error First sentence should end with a period. 193
Error First sentence should end with a period. 202
Error 'pattern' hides a field. 206

nl/openedge/baritus/validation/impl/RequiredFieldValidator.java

ErrorLine
Error Missing a Javadoc comment. 58
Error Line is longer than 100 characters. 69
Error Expected @param tag for 'rule'. 72
Error First sentence should end with a period. 77
Error 'errorMessageKey' hides a field. 83
Error Expected @param tag for 'errorMessageKey'. 83
Error Expected @param tag for 'rule'. 84
Error 'errorMessageKey' hides a field. 94
Error Line is longer than 100 characters. 115
Error Expected @param tag for 'cctx'. 118
Error Expected @param tag for 'formBeanContext'. 119
Error Expected @param tag for 'fieldName'. 120
Error Expected @param tag for 'value'. 121
Error 'cast' is not followed by whitespace. 132

nl/openedge/baritus/validation/impl/RequiredSessionAttributeValidator.java

ErrorLine
Error Missing a Javadoc comment. 50
Error Missing a Javadoc comment. 52
Error 'errorMessageKey' hides a field. 66
Error Expected @param tag for 'errorMessageKey'. 66
Error Expected @param tag for 'rule'. 75
Error 'errorMessageKey' hides a field. 86
Error Expected @param tag for 'errorMessageKey'. 86
Error Expected @param tag for 'rule'. 87
Error 'errorMessageKey' hides a field. 97
Error Expected @param tag for 'errorMessageKey'. 97
Error 'sessionAttributeKey' hides a field. 97
Error Expected @param tag for 'sessionAttributeKey'. 97
Error Line is longer than 100 characters. 104
Error Missing a Javadoc comment. 106
Error First sentence should end with a period. 124
Error First sentence should end with a period. 133