Checkstyle Results

The following document contains the results of Checkstyle .

Summary

FilesInfosWarningsErrors
8800558

Files

FilesIWE
org/apache/commons/configuration/AbstractConfiguration.java 0019
org/apache/commons/configuration/AbstractFileConfiguration.java 001
org/apache/commons/configuration/AbstractFileConfiguration.java 0043
org/apache/commons/configuration/CompositeConfiguration.java 001
org/apache/commons/configuration/Configuration.java 0026
org/apache/commons/configuration/ConfigurationConverter.java 001
org/apache/commons/configuration/ConfigurationFactory.java 007
org/apache/commons/configuration/ConfigurationKey.java 002
org/apache/commons/configuration/ConfigurationMap.java 0026
org/apache/commons/configuration/ConfigurationUtils.java 001
org/apache/commons/configuration/ConfigurationUtils.java 009
org/apache/commons/configuration/DataConfiguration.java 0024
org/apache/commons/configuration/FileConfiguration.java 0030
org/apache/commons/configuration/HierarchicalConfiguration.java 001
org/apache/commons/configuration/HierarchicalConfiguration.java 0074
org/apache/commons/configuration/HierarchicalXMLConfiguration.java 003
org/apache/commons/configuration/JNDIConfiguration.java 0010
org/apache/commons/configuration/MapConfiguration.java 008
org/apache/commons/configuration/PropertiesConfiguration.java 0060
org/apache/commons/configuration/PropertyConverter.java 0049
org/apache/commons/configuration/SubsetConfiguration.java 005
org/apache/commons/configuration/XMLConfiguration.java 001
org/apache/commons/configuration/XMLConfiguration.java 0074
org/apache/commons/configuration/XMLPropertiesConfiguration.java 009
org/apache/commons/configuration/beanutils/ConfigurationDynaBean.java 007
org/apache/commons/configuration/beanutils/ConfigurationDynaClass.java 006
org/apache/commons/configuration/beanutils/package.html 001
org/apache/commons/configuration/reloading/FileChangedReloadingStrategy.java 009
org/apache/commons/configuration/reloading/InvariantReloadingStrategy.java 004
org/apache/commons/configuration/reloading/ReloadingStrategy.java 003
org/apache/commons/configuration/reloading/package.html 001
org/apache/commons/configuration/web/AppletConfiguration.java 009
org/apache/commons/configuration/web/ServletConfiguration.java 008
org/apache/commons/configuration/web/ServletContextConfiguration.java 008
org/apache/commons/configuration/web/ServletFilterConfiguration.java 009
org/apache/commons/configuration/web/ServletRequestConfiguration.java 009

org/apache/commons/configuration/AbstractConfiguration.java

ErrorLine
Error Line has trailing spaces. 35
Error Name 'DELIMITER' must match pattern '^[a-z][a-zA-Z0-9]*$'. 51
Error Variable 'throwExceptionOnMissing' explicitly initialized to 'false' (default value for its type). 57
Error Line has trailing spaces. 62
Error Line has trailing spaces. 72
Error Line has trailing spaces. 82
Error Line has trailing spaces. 92
Error Line has trailing spaces. 115
Error Line has trailing spaces. 123
Error Line has trailing spaces. 125
Error Line has trailing spaces. 135
Error Line has trailing spaces. 137
Error Line has trailing spaces. 143
Error Line has trailing spaces. 305
Error Line has trailing spaces. 309
Error Line has trailing spaces. 311
Error Line has trailing spaces. 314
Error Line has trailing spaces. 901
Error Line has trailing spaces. 903

org/apache/commons/configuration/AbstractFileConfiguration.java

ErrorLine
Error File does not end with a newline. 0

org/apache/commons/configuration/AbstractFileConfiguration.java

ErrorLine
Error Missing a Javadoc comment. 78
Error Missing a Javadoc comment. 80
Error Missing a Javadoc comment. 82
Error Missing a Javadoc comment. 84
Error Missing a Javadoc comment. 86
Error Missing a Javadoc comment. 88
Error Expected @throws tag for 'ConfigurationException'. 176
Error Expected @throws tag for 'ConfigurationException'. 204
Error Expected @throws tag for 'ConfigurationException'. 227
Error Expected @throws tag for 'ConfigurationException'. 269
Error Expected @throws tag for 'ConfigurationException'. 283
Error Expected @throws tag for 'ConfigurationException'. 313
Error Expected @param tag for 'fileName'. 327
Error Expected @throws tag for 'ConfigurationException'. 327
Error Expected @param tag for 'url'. 357
Error Expected @throws tag for 'ConfigurationException'. 357
Error Expected @param tag for 'file'. 379
Error Expected @throws tag for 'ConfigurationException'. 379
Error Expected @param tag for 'out'. 419
Error Expected @throws tag for 'ConfigurationException'. 419
Error Expected @param tag for 'out'. 432
Error Expected @param tag for 'encoding'. 432
Error Expected @throws tag for 'ConfigurationException'. 432
Error Expected an @return tag. 460
Error Expected an @return tag. 480
Error Line has trailing spaces. 500
Error Line has trailing spaces. 525
Error Line has trailing spaces. 536
Error Line has trailing spaces. 546
Error Missing a Javadoc comment. 568
Error Missing a Javadoc comment. 573
Error Missing a Javadoc comment. 597
Error Missing a Javadoc comment. 603
Error Missing a Javadoc comment. 609
Error Missing a Javadoc comment. 614
Error Missing a Javadoc comment. 621
Error Missing a Javadoc comment. 644
Error Missing a Javadoc comment. 650
Error Missing a Javadoc comment. 656
Error Missing a Javadoc comment. 662
Error Expected @param tag for 'file'. 671
Error Missing a Javadoc comment. 687
Error Missing a Javadoc comment. 692

org/apache/commons/configuration/Configuration.java

ErrorLine
Error Type Javadoc comment is missing an @author tag. 30
Error Expected an @return tag. 62
Error Unable to get class information for @throws tag 'NoSuchElementException'. 168
Error Unused @throws tag for 'NoSuchElementException'. 168
Error Expected @throws tag for 'NoClassDefFoundError'. 201
Error Redundant throws: 'NoClassDefFoundError' is unchecked exception. 201
Error Unable to get class information for @throws tag 'NoSuchElementException'. 209
Error Unused @throws tag for 'NoSuchElementException'. 209
Error Unable to get class information for @throws tag 'NoSuchElementException'. 250
Error Unused @throws tag for 'NoSuchElementException'. 250
Error Unable to get class information for @throws tag 'NoSuchElementException'. 290
Error Unused @throws tag for 'NoSuchElementException'. 290
Error Unable to get class information for @throws tag 'NoSuchElementException'. 333
Error Unused @throws tag for 'NoSuchElementException'. 333
Error Unable to get class information for @throws tag 'NoSuchElementException'. 376
Error Unused @throws tag for 'NoSuchElementException'. 376
Error Unable to get class information for @throws tag 'NoSuchElementException'. 419
Error Unused @throws tag for 'NoSuchElementException'. 419
Error Unable to get class information for @throws tag 'NoSuchElementException'. 452
Error Unused @throws tag for 'NoSuchElementException'. 452
Error Unable to get class information for @throws tag 'NoSuchElementException'. 463
Error Unused @throws tag for 'NoSuchElementException'. 463
Error Unable to get class information for @throws tag 'NoSuchElementException'. 488
Error Unused @throws tag for 'NoSuchElementException'. 488
Error Unable to get class information for @throws tag 'NoSuchElementException'. 515
Error Unused @throws tag for 'NoSuchElementException'. 515

org/apache/commons/configuration/ConfigurationFactory.java

ErrorLine
Error Line has trailing spaces. 60
Error Line has trailing spaces. 63
Error Line has trailing spaces. 155
Error 'catch' is not followed by whitespace. 503
Error 'if' is not followed by whitespace. 505
Error Missing a Javadoc comment. 525
Error Missing a Javadoc comment. 537

org/apache/commons/configuration/ConfigurationKey.java

ErrorLine
Error Line has trailing spaces. 126
Error Line has trailing spaces. 129

org/apache/commons/configuration/ConfigurationMap.java

ErrorLine
Error Line has trailing spaces. 31
Error Variable 'configuration' explicitly initialized to 'null' (default value for its type). 42
Error Variable 'configuration' must be private and have accessor methods. 42
Error Missing a Javadoc comment. 83
Error Missing a Javadoc comment. 85
Error Variable 'configuration' explicitly initialized to 'null' (default value for its type). 85
Error Class Entry should be declared as final. 87
Error Missing a Javadoc comment. 87
Error Missing a Javadoc comment. 89
Error Variable 'key' explicitly initialized to 'null' (default value for its type). 89
Error Line has trailing spaces. 90
Error Missing a Javadoc comment. 91
Error Line has trailing spaces. 95
Error Missing a Javadoc comment. 96
Error Line has trailing spaces. 100
Error Missing a Javadoc comment. 101
Error Missing a Javadoc comment. 106
Error Class ConfigurationSetIterator should be declared as final. 115
Error Missing a Javadoc comment. 115
Error Missing a Javadoc comment. 117
Error Missing a Javadoc comment. 119
Error Missing a Javadoc comment. 124
Error Missing a Javadoc comment. 129
Error Missing a Javadoc comment. 134
Error Missing a Javadoc comment. 141
Error ';' is followed by whitespace. 153

org/apache/commons/configuration/ConfigurationUtils.java

ErrorLine
Error File does not end with a newline. 0

org/apache/commons/configuration/ConfigurationUtils.java

ErrorLine
Error Using the '.*' form of import should be avoided - java.io.*. 19
Error Missing a Javadoc comment. 41
Error Missing a Javadoc comment. 43
Error Expected an @return tag. 384
Error Expected @param tag for 'url'. 384
Error Expected an @return tag. 406
Error Expected @param tag for 'url'. 406
Error Line has trailing spaces. 430
Error Line has trailing spaces. 466

org/apache/commons/configuration/DataConfiguration.java

ErrorLine
Error File length is 2.431 lines (max allowed is 2.000). 1
Error Missing a Javadoc comment. 56
Error Missing a Javadoc comment. 58
Error Expected an @return tag. 66
Error Missing a Javadoc comment. 71
Error Missing a Javadoc comment. 76
Error Missing a Javadoc comment. 81
Error Missing a Javadoc comment. 86
Error Missing a Javadoc comment. 91
Error Missing a Javadoc comment. 96
Error Expected @param tag for 'defaultValue'. 354
Error Expected @param tag for 'defaultValue'. 503
Error Expected @param tag for 'defaultValue'. 653
Error Expected @param tag for 'defaultValue'. 802
Error Expected @param tag for 'defaultValue'. 951
Error Expected @param tag for 'defaultValue'. 1101
Error Expected @param tag for 'defaultValue'. 1245
Error Expected @param tag for 'defaultValue'. 1355
Error Expected @param tag for 'defaultValue'. 1510
Error Expected @param tag for 'defaultValue'. 1782
Error Expected @param tag for 'defaultValue'. 2076
Error Expected an @return tag. 2112
Error Expected @param tag for 'defaultValue'. 2261
Error Expected @param tag for 'defaultValue'. 2418

org/apache/commons/configuration/FileConfiguration.java

ErrorLine
Error Expected @throws tag for 'ConfigurationException'. 43
Error Expected @throws tag for 'ConfigurationException'. 52
Error Expected @throws tag for 'ConfigurationException'. 61
Error Expected @throws tag for 'ConfigurationException'. 70
Error Expected @throws tag for 'ConfigurationException'. 80
Error Expected @throws tag for 'ConfigurationException'. 91
Error Expected @throws tag for 'ConfigurationException'. 100
Error Expected @throws tag for 'ConfigurationException'. 107
Error Expected @param tag for 'fileName'. 116
Error Expected @throws tag for 'ConfigurationException'. 116
Error Expected @param tag for 'file'. 125
Error Expected @throws tag for 'ConfigurationException'. 125
Error Expected @param tag for 'url'. 134
Error Expected @throws tag for 'ConfigurationException'. 134
Error Expected @param tag for 'out'. 144
Error Expected @throws tag for 'ConfigurationException'. 144
Error Expected @param tag for 'out'. 154
Error Expected @param tag for 'encoding'. 154
Error Expected @throws tag for 'ConfigurationException'. 154
Error Expected @throws tag for 'ConfigurationException'. 163
Error Expected an @return tag. 168
Error Expected an @return tag. 180
Error Expected an @return tag. 192
Error Expected @param tag for 'file'. 199
Error Expected an @return tag. 204
Error Expected @param tag for 'url'. 211
Error Expected an @return tag. 234
Error Expected @param tag for 'strategy'. 241
Error Expected an @return tag. 256
Error Expected @param tag for 'encoding'. 264

org/apache/commons/configuration/HierarchicalConfiguration.java

ErrorLine
Error File does not end with a newline. 0

org/apache/commons/configuration/HierarchicalConfiguration.java

ErrorLine
Error Line has trailing spaces. 42
Error Line has trailing spaces. 74
Error Line has trailing spaces. 90
Error Line has trailing spaces. 113
Error Line has trailing spaces. 123
Error Line has trailing spaces. 138
Error Line has trailing spaces. 179
Error Line has trailing spaces. 195
Error Line has trailing spaces. 202
Error Line has trailing spaces. 206
Error Line has trailing spaces. 225
Error Line has trailing spaces. 229
Error Line has trailing spaces. 233
Error Line has trailing spaces. 237
Error Line has trailing spaces. 241
Error Line has trailing spaces. 262
Error Line has trailing spaces. 301
Error Line has trailing spaces. 314
Error Line has trailing spaces. 353
Error Expected @param tag for 'key'. 365
Error Expected @param tag for 'value'. 365
Error Line has trailing spaces. 392
Error Line has trailing spaces. 409
Error Line has trailing spaces. 426
Error Line has trailing spaces. 440
Error Line has trailing spaces. 467
Error Line has trailing spaces. 479
Error Line has trailing spaces. 494
Error Line has trailing spaces. 529
Error Line has trailing spaces. 544
Error Line has trailing spaces. 563
Error Line has trailing spaces. 579
Error Line has trailing spaces. 598
Error Line has trailing spaces. 631
Error Line has trailing spaces. 656
Error Line has trailing spaces. 668
Error Line has trailing spaces. 701
Error Line has trailing spaces. 711
Error Line has trailing spaces. 721
Error Line has trailing spaces. 731
Error Line has trailing spaces. 741
Error Line has trailing spaces. 751
Error Line has trailing spaces. 761
Error Line has trailing spaces. 771
Error Line has trailing spaces. 786
Error Line has trailing spaces. 797
Error Line has trailing spaces. 820
Error Line has trailing spaces. 841
Error Line has trailing spaces. 865
Error Line has trailing spaces. 902
Error Line has trailing spaces. 945
Error Line has trailing spaces. 988
Error Line has trailing spaces. 1018
Error Line has trailing spaces. 1038
Error Line has trailing spaces. 1045
Error Line has trailing spaces. 1057
Error Line has trailing spaces. 1071
Error Line has trailing spaces. 1084
Error Line has trailing spaces. 1094
Error Line has trailing spaces. 1104
Error Line has trailing spaces. 1115
Error Line has trailing spaces. 1127
Error Line has trailing spaces. 1148
Error Line has trailing spaces. 1159
Error Line has trailing spaces. 1170
Error Line has trailing spaces. 1184
Error Line has trailing spaces. 1209
Error Line has trailing spaces. 1229
Error Line has trailing spaces. 1244
Error Line has trailing spaces. 1264
Error Line has trailing spaces. 1286
Error Expected @param tag for 'node'. 1293
Error Expected @param tag for 'key'. 1293
Error Line has trailing spaces. 1354

org/apache/commons/configuration/HierarchicalXMLConfiguration.java

ErrorLine
Error Line has trailing spaces. 22
Error Line has trailing spaces. 26
Error Line has trailing spaces. 28

org/apache/commons/configuration/JNDIConfiguration.java

ErrorLine
Error Expected @param tag for 'prefix'. 80
Error Expected @param tag for 'prefix'. 103
Error Expected @param tag for 'key'. 303
Error Expected @param tag for 'value'. 303
Error Expected @param tag for 'key'. 388
Error Expected @param tag for 'obj'. 388
Error Expected an @return tag. 396
Error Expected @throws tag for 'NamingException'. 396
Error Expected an @return tag. 410
Error Expected @param tag for 'context'. 418

org/apache/commons/configuration/MapConfiguration.java

ErrorLine
Error Expected @param tag for 'map'. 42
Error Expected an @return tag. 50
Error Missing a Javadoc comment. 55
Error Missing a Javadoc comment. 69
Error Missing a Javadoc comment. 74
Error Missing a Javadoc comment. 79
Error Missing a Javadoc comment. 84
Error Missing a Javadoc comment. 89

org/apache/commons/configuration/PropertiesConfiguration.java

ErrorLine
Error Variable 'include' must be private and have accessor methods. 141
Error Expected an @return tag. 249
Error Expected @param tag for 'header'. 259
Error Expected @throws tag for 'ConfigurationException'. 274
Error Expected @throws tag for 'ConfigurationException'. 330
Error Expected @throws tag for 'IOException'. 414
Error Missing a Javadoc comment. 455
Error Expected @param tag for 'delimiter'. 462
Error Expected @param tag for 'key'. 475
Error Expected @param tag for 'value'. 475
Error Expected @throws tag for 'IOException'. 475
Error Expected @throws tag for 'IOException'. 495
Error Expected @param tag for 'comment'. 509
Error Expected @throws tag for 'IOException'. 509
Error Expected an @return tag. 525
Error Expected @param tag for 'delimiter'. 525
Error '4' is a magic number. 533
Error '4' is a magic number. 544
Error '16' is a magic number. 550
Error '==' is not preceded with whitespace. 569
Error '==' is not followed by whitespace. 569
Error '{' is not preceded with whitespace. 569
Error '{' should be on a new line. 569
Error '==' is not preceded with whitespace. 572
Error '==' is not followed by whitespace. 572
Error '{' is not preceded with whitespace. 572
Error '{' should be on a new line. 572
Error '==' is not preceded with whitespace. 575
Error '==' is not followed by whitespace. 575
Error '{' is not preceded with whitespace. 575
Error '{' should be on a new line. 575
Error '==' is not preceded with whitespace. 578
Error '==' is not followed by whitespace. 578
Error '{' is not preceded with whitespace. 578
Error '{' should be on a new line. 578
Error '==' is not preceded with whitespace. 581
Error '==' is not followed by whitespace. 581
Error '{' is not preceded with whitespace. 581
Error '{' should be on a new line. 581
Error '==' is not preceded with whitespace. 584
Error '==' is not followed by whitespace. 584
Error '{' is not preceded with whitespace. 584
Error '{' should be on a new line. 584
Error '==' is not preceded with whitespace. 587
Error '==' is not followed by whitespace. 587
Error '{' is not preceded with whitespace. 587
Error '{' should be on a new line. 587
Error '==' is not preceded with whitespace. 590
Error '==' is not followed by whitespace. 590
Error '{' is not preceded with whitespace. 590
Error '{' should be on a new line. 590
Error '==' is not preceded with whitespace. 593
Error '==' is not followed by whitespace. 593
Error '{' is not preceded with whitespace. 593
Error '{' should be on a new line. 593
Error '==' is not preceded with whitespace. 597
Error '==' is not followed by whitespace. 597
Error '{' is not preceded with whitespace. 597
Error '{' should be on a new line. 597
Error '{' should be on a new line. 601

org/apache/commons/configuration/PropertyConverter.java

ErrorLine
Error Utility classes should not have a public or default constructor. 47
Error Expected an @return tag. 55
Error Redundant throws: 'ConversionException' is unchecked exception. 55
Error Expected an @return tag. 82
Error Redundant throws: 'ConversionException' is unchecked exception. 82
Error '16' is a magic number. 95
Error Expected an @return tag. 119
Error Redundant throws: 'ConversionException' is unchecked exception. 119
Error '16' is a magic number. 132
Error Expected an @return tag. 157
Error Redundant throws: 'ConversionException' is unchecked exception. 157
Error '16' is a magic number. 170
Error Expected an @return tag. 194
Error Redundant throws: 'ConversionException' is unchecked exception. 194
Error '16' is a magic number. 207
Error Expected an @return tag. 231
Error Redundant throws: 'ConversionException' is unchecked exception. 231
Error Expected an @return tag. 260
Error Redundant throws: 'ConversionException' is unchecked exception. 260
Error Expected an @return tag. 289
Error Redundant throws: 'ConversionException' is unchecked exception. 289
Error '16' is a magic number. 302
Error Expected an @return tag. 326
Error Redundant throws: 'ConversionException' is unchecked exception. 326
Error Expected an @return tag. 355
Error Redundant throws: 'ConversionException' is unchecked exception. 355
Error Expected an @return tag. 384
Error Redundant throws: 'ConversionException' is unchecked exception. 384
Error '3' is a magic number. 399
Error Expected an @return tag. 423
Error Expected an @return tag. 484
Error Redundant throws: 'ConversionException' is unchecked exception. 484
Error '6' is a magic number. 490
Error '16' is a magic number. 502
Error '4' is a magic number. 503
Error '16' is a magic number. 503
Error '4' is a magic number. 504
Error '6' is a magic number. 504
Error '16' is a magic number. 504
Error '255' is a magic number. 505
Error '8' is a magic number. 508
Error '6' is a magic number. 510
Error '8' is a magic number. 510
Error '16' is a magic number. 510
Error Expected an @return tag. 533
Error Redundant throws: 'ConversionException' is unchecked exception. 533
Error Expected an @return tag. 567
Error Redundant throws: 'ConversionException' is unchecked exception. 567
Error Expected an @return tag. 612

org/apache/commons/configuration/SubsetConfiguration.java

ErrorLine
Error Expected an @return tag. 78
Error Expected an @return tag. 96
Error Expected an @return tag. 122
Error Expected an @return tag. 130
Error Expected @param tag for 'prefix'. 138

org/apache/commons/configuration/XMLConfiguration.java

ErrorLine
Error File does not end with a newline. 0

org/apache/commons/configuration/XMLConfiguration.java

ErrorLine
Error Line has trailing spaces. 56
Error Line has trailing spaces. 61
Error Line has trailing spaces. 63
Error Name 'ATTR_DELIMITER' must match pattern '^[a-z][a-zA-Z0-9]*$'. 74
Error Missing a Javadoc comment. 76
Error Line has trailing spaces. 95
Error Line has trailing spaces. 109
Error Line has trailing spaces. 126
Error Line has trailing spaces. 142
Error Line has trailing spaces. 166
Error Line has trailing spaces. 178
Error Line has trailing spaces. 183
Error Expected @param tag for 'key'. 194
Error Expected @param tag for 'obj'. 194
Error Expected @param tag for 'key'. 203
Error Expected @param tag for 'key'. 212
Error Line has trailing spaces. 217
Error Expected @param tag for 'key'. 221
Error Expected @param tag for 'value'. 221
Error Line has trailing spaces. 229
Error Line has trailing spaces. 241
Error Line has trailing spaces. 257
Error Unnecessary parentheses around identifier 'elemRefs'. 258
Error Line has trailing spaces. 278
Error Line has trailing spaces. 303
Error Line has trailing spaces. 337
Error Missing a Javadoc comment. 346
Error Missing a Javadoc comment. 351
Error Missing a Javadoc comment. 356
Error Missing a Javadoc comment. 361
Error Missing a Javadoc comment. 366
Error Missing a Javadoc comment. 371
Error Expected @throws tag for 'ConfigurationException'. 386
Error Missing a Javadoc comment. 403
Error Missing a Javadoc comment. 408
Error Missing a Javadoc comment. 413
Error Missing a Javadoc comment. 418
Error Missing a Javadoc comment. 423
Error Missing a Javadoc comment. 428
Error Line has trailing spaces. 435
Error Missing a Javadoc comment. 456
Error Missing a Javadoc comment. 461
Error Missing a Javadoc comment. 466
Error Missing a Javadoc comment. 471
Error Missing a Javadoc comment. 476
Error Missing a Javadoc comment. 481
Error Missing a Javadoc comment. 486
Error Missing a Javadoc comment. 491
Error Missing a Javadoc comment. 496
Error Missing a Javadoc comment. 501
Error Missing a Javadoc comment. 506
Error Missing a Javadoc comment. 511
Error Missing a Javadoc comment. 516
Error Missing a Javadoc comment. 521
Error Missing a Javadoc comment. 526
Error Line has trailing spaces. 540
Error Line has trailing spaces. 552
Error Line has trailing spaces. 565
Error Line has trailing spaces. 610
Error Line has trailing spaces. 647
Error Line has trailing spaces. 659
Error Line has trailing spaces. 712
Error Line has trailing spaces. 722
Error Expected an @return tag. 733
Error Expected @param tag for 'newNode'. 733
Error Expected @param tag for 'parent'. 733
Error Expected @param tag for 'sibling1'. 733
Error Expected @param tag for 'sibling2'. 733
Error Line has trailing spaces. 767
Error Line has trailing spaces. 807
Error Line has trailing spaces. 821
Error Missing a Javadoc comment. 832
Error Missing a Javadoc comment. 834
Error Missing a Javadoc comment. 839

org/apache/commons/configuration/XMLPropertiesConfiguration.java

ErrorLine
Error Missing a Javadoc comment. 122
Error '{' is not preceded with whitespace. 128
Error Missing a Javadoc comment. 155
Error Expected @param tag for 'out'. 192
Error Expected @param tag for 'key'. 192
Error Expected @param tag for 'value'. 192
Error Expected @param tag for 'out'. 214
Error Expected @param tag for 'key'. 214
Error Expected @param tag for 'values'. 214

org/apache/commons/configuration/beanutils/ConfigurationDynaBean.java

ErrorLine
Error Missing a Javadoc comment. 51
Error 'static' modifier out of order with the JLS suggestions. 51
Error Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 51
Error Missing a Javadoc comment. 53
Error Variable 'configuration' must be private and have accessor methods. 53
Error Missing a Javadoc comment. 55
Error Line has trailing spaces. 61

org/apache/commons/configuration/beanutils/ConfigurationDynaClass.java

ErrorLine
Error Missing a Javadoc comment. 41
Error 'static' modifier out of order with the JLS suggestions. 41
Error Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 41
Error Missing a Javadoc comment. 43
Error Variable 'configuration' must be private and have accessor methods. 43
Error 'if' construct must use '{}'s. 53

org/apache/commons/configuration/beanutils/package.html

ErrorLine
Error Missing package documentation file.0

org/apache/commons/configuration/reloading/FileChangedReloadingStrategy.java

ErrorLine
Error Missing a Javadoc comment. 33
Error '5000' is a magic number. 42
Error Missing a Javadoc comment. 44
Error Missing a Javadoc comment. 49
Error Missing a Javadoc comment. 54
Error Missing a Javadoc comment. 69
Error Expected an @return tag. 77
Error Expected an @return tag. 103
Error Unnecessary parentheses around return value. 110

org/apache/commons/configuration/reloading/InvariantReloadingStrategy.java

ErrorLine
Error Missing a Javadoc comment. 30
Error Missing a Javadoc comment. 34
Error Missing a Javadoc comment. 38
Error Missing a Javadoc comment. 43

org/apache/commons/configuration/reloading/ReloadingStrategy.java

ErrorLine
Error '{' should be on a new line. 29
Error Expected @param tag for 'configuration'. 34
Error Expected an @return tag. 44

org/apache/commons/configuration/reloading/package.html

ErrorLine
Error Missing package documentation file.0

org/apache/commons/configuration/web/AppletConfiguration.java

ErrorLine
Error Missing a Javadoc comment. 38
Error Expected @param tag for 'applet'. 46
Error Missing a Javadoc comment. 51
Error Expected @param tag for 'key'. 65
Error Expected @param tag for 'obj'. 65
Error Missing a Javadoc comment. 70
Error Missing a Javadoc comment. 75
Error Expected @param tag for 'key'. 86
Error Missing a Javadoc comment. 91

org/apache/commons/configuration/web/ServletConfiguration.java

ErrorLine
Error Missing a Javadoc comment. 39
Error Missing a Javadoc comment. 62
Error Expected @param tag for 'key'. 76
Error Expected @param tag for 'obj'. 76
Error Missing a Javadoc comment. 81
Error Missing a Javadoc comment. 86
Error Expected @param tag for 'key'. 97
Error Missing a Javadoc comment. 102

org/apache/commons/configuration/web/ServletContextConfiguration.java

ErrorLine
Error Missing a Javadoc comment. 39
Error Missing a Javadoc comment. 63
Error Expected @param tag for 'key'. 77
Error Expected @param tag for 'obj'. 77
Error Missing a Javadoc comment. 82
Error Missing a Javadoc comment. 87
Error Expected @param tag for 'key'. 98
Error Missing a Javadoc comment. 103

org/apache/commons/configuration/web/ServletFilterConfiguration.java

ErrorLine
Error Missing a Javadoc comment. 38
Error Expected @param tag for 'config'. 43
Error Missing a Javadoc comment. 48
Error Expected @param tag for 'key'. 62
Error Expected @param tag for 'obj'. 62
Error Missing a Javadoc comment. 67
Error Missing a Javadoc comment. 72
Error Expected @param tag for 'key'. 83
Error Missing a Javadoc comment. 88

org/apache/commons/configuration/web/ServletRequestConfiguration.java

ErrorLine
Error Missing a Javadoc comment. 37
Error Missing a Javadoc comment. 49
Error Array brackets at illegal position. 51
Error Expected @param tag for 'key'. 73
Error Expected @param tag for 'obj'. 73
Error Missing a Javadoc comment. 78
Error Missing a Javadoc comment. 83
Error Expected @param tag for 'key'. 94
Error Missing a Javadoc comment. 99