Checkstyle Results

The following document contains the results of Checkstyle .

Summary

FilesInfosWarningsErrors
6000255

Files

FilesIWE
org/apache/commons/configuration/AbstractConfiguration.java 008
org/apache/commons/configuration/AbstractFileConfiguration.java 0030
org/apache/commons/configuration/CompositeConfiguration.java 003
org/apache/commons/configuration/Configuration.java 0029
org/apache/commons/configuration/ConfigurationConverter.java 002
org/apache/commons/configuration/ConfigurationMap.java 0026
org/apache/commons/configuration/ConfigurationUtils.java 007
org/apache/commons/configuration/FileConfiguration.java 0026
org/apache/commons/configuration/HierarchicalConfiguration.java 002
org/apache/commons/configuration/HierarchicalXMLConfiguration.java 0027
org/apache/commons/configuration/JNDIConfiguration.java 006
org/apache/commons/configuration/PropertiesConfiguration.java 0056
org/apache/commons/configuration/SubsetConfiguration.java 005
org/apache/commons/configuration/XMLConfiguration.java 0014
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/AbstractConfiguration.java

ErrorLine
Error Name 'DELIMITER' must match pattern '^[a-z][a-zA-Z0-9]*$'. 53
Error Variable 'throwExceptionOnMissing' explicitly initialized to 'false' (default value for its type). 62
Error Line has trailing spaces. 77
Error Declaring variables, return values or parameters of type 'Vector' is not allowed. 1061
Error Declaring variables, return values or parameters of type 'Vector' is not allowed. 1069
Error Declaring variables, return values or parameters of type 'Vector' is not allowed. 1069
Error Declaring variables, return values or parameters of type 'Vector' is not allowed. 1072
Error ';' is followed by whitespace. 1083

org/apache/commons/configuration/AbstractFileConfiguration.java

ErrorLine
Error Missing a Javadoc comment. 45
Error Missing a Javadoc comment. 46
Error Missing a Javadoc comment. 47
Error Expected @throws tag for 'ConfigurationException'. 55
Error Expected @throws tag for 'ConfigurationException'. 74
Error Expected @throws tag for 'ConfigurationException'. 98
Error Expected @throws tag for 'ConfigurationException'. 117
Error Expected @throws tag for 'ConfigurationException'. 155
Error Expected @throws tag for 'ConfigurationException'. 169
Error Line is longer than 120 characters. 181
Error Expected @throws tag for 'ConfigurationException'. 198
Error Expected @param tag for 'fileName'. 211
Error Expected @throws tag for 'ConfigurationException'. 211
Error Expected @param tag for 'url'. 237
Error Expected @throws tag for 'ConfigurationException'. 237
Error Expected @param tag for 'file'. 253
Error Expected @throws tag for 'ConfigurationException'. 253
Error Expected @param tag for 'out'. 290
Error Expected @throws tag for 'ConfigurationException'. 290
Error Expected @param tag for 'out'. 303
Error Expected @param tag for 'encoding'. 303
Error Expected @throws tag for 'ConfigurationException'. 303
Error Line is longer than 120 characters. 315
Error Expected an @return tag. 330
Error Expected an @return tag. 351
Error Expected an @return tag. 371
Error Expected @param tag for 'file'. 388
Error Expected an @return tag. 410
Error Expected @param tag for 'url'. 420
Error '5' is a magic number. 428

org/apache/commons/configuration/CompositeConfiguration.java

ErrorLine
Error Declaring variables, return values or parameters of type 'Vector' is not allowed. 313
Error Declaring variables, return values or parameters of type 'Vector' is not allowed. 313
Error Expected an @return tag. 341

org/apache/commons/configuration/Configuration.java

ErrorLine
Error Type Javadoc comment is missing an @author tag. 31
Error Expected an @return tag. 63
Error Unable to get class information for @throws tag 'NoSuchElementException'. 164
Error Unused @throws tag for 'NoSuchElementException'. 164
Error Expected @throws tag for 'NoClassDefFoundError'. 195
Error Redundant throws: 'NoClassDefFoundError' is unchecked exception. 195
Error Unable to get class information for @throws tag 'NoSuchElementException'. 203
Error Unused @throws tag for 'NoSuchElementException'. 203
Error Unable to get class information for @throws tag 'NoSuchElementException'. 242
Error Unused @throws tag for 'NoSuchElementException'. 242
Error Unable to get class information for @throws tag 'NoSuchElementException'. 280
Error Unused @throws tag for 'NoSuchElementException'. 280
Error Unable to get class information for @throws tag 'NoSuchElementException'. 319
Error Unused @throws tag for 'NoSuchElementException'. 319
Error Unable to get class information for @throws tag 'NoSuchElementException'. 358
Error Unused @throws tag for 'NoSuchElementException'. 358
Error Unable to get class information for @throws tag 'NoSuchElementException'. 397
Error Unused @throws tag for 'NoSuchElementException'. 397
Error Unable to get class information for @throws tag 'NoSuchElementException'. 428
Error Unused @throws tag for 'NoSuchElementException'. 428
Error Unable to get class information for @throws tag 'NoSuchElementException'. 439
Error Unused @throws tag for 'NoSuchElementException'. 439
Error Unable to get class information for @throws tag 'NoSuchElementException'. 462
Error Unused @throws tag for 'NoSuchElementException'. 462
Error Unable to get class information for @throws tag 'NoSuchElementException'. 487
Error Unused @throws tag for 'NoSuchElementException'. 487
Error Declaring variables, return values or parameters of type 'Vector' is not allowed. 555
Error Declaring variables, return values or parameters of type 'Vector' is not allowed. 571
Error Declaring variables, return values or parameters of type 'Vector' is not allowed. 571

org/apache/commons/configuration/ConfigurationConverter.java

ErrorLine
Error Missing a Javadoc comment. 37
Error '{' should be on a new line. 155

org/apache/commons/configuration/ConfigurationMap.java

ErrorLine
Error Line has trailing spaces. 32
Error Variable 'configuration' explicitly initialized to 'null' (default value for its type). 44
Error Variable 'configuration' must be private and have accessor methods. 44
Error Missing a Javadoc comment. 85
Error Missing a Javadoc comment. 88
Error Variable 'configuration' explicitly initialized to 'null' (default value for its type). 88
Error Class Entry should be declared as final. 90
Error Missing a Javadoc comment. 90
Error Missing a Javadoc comment. 93
Error Variable 'key' explicitly initialized to 'null' (default value for its type). 93
Error Line has trailing spaces. 94
Error Missing a Javadoc comment. 95
Error Line has trailing spaces. 99
Error Missing a Javadoc comment. 100
Error Line has trailing spaces. 104
Error Missing a Javadoc comment. 105
Error Missing a Javadoc comment. 110
Error Class ConfigurationSetIterator should be declared as final. 119
Error Missing a Javadoc comment. 119
Error Missing a Javadoc comment. 122
Error Missing a Javadoc comment. 124
Error Missing a Javadoc comment. 129
Error Missing a Javadoc comment. 134
Error Missing a Javadoc comment. 139
Error Missing a Javadoc comment. 146
Error ';' is followed by whitespace. 158

org/apache/commons/configuration/ConfigurationUtils.java

ErrorLine
Error Missing a Javadoc comment. 42
Error Missing a Javadoc comment. 44
Error Must have at least one statement. 234
Error Expected an @return tag. 335
Error Expected @param tag for 'url'. 335
Error Expected an @return tag. 352
Error Expected @param tag for 'url'. 352

org/apache/commons/configuration/FileConfiguration.java

ErrorLine
Error Expected @throws tag for 'ConfigurationException'. 41
Error Expected @throws tag for 'ConfigurationException'. 50
Error Expected @throws tag for 'ConfigurationException'. 59
Error Expected @throws tag for 'ConfigurationException'. 68
Error Expected @throws tag for 'ConfigurationException'. 78
Error Expected @throws tag for 'ConfigurationException'. 89
Error Expected @throws tag for 'ConfigurationException'. 98
Error Expected @throws tag for 'ConfigurationException'. 105
Error Expected @param tag for 'fileName'. 114
Error Expected @throws tag for 'ConfigurationException'. 114
Error Expected @param tag for 'file'. 123
Error Expected @throws tag for 'ConfigurationException'. 123
Error Expected @param tag for 'url'. 132
Error Expected @throws tag for 'ConfigurationException'. 132
Error Expected @param tag for 'out'. 141
Error Expected @throws tag for 'ConfigurationException'. 141
Error Expected @param tag for 'out'. 151
Error Expected @param tag for 'encoding'. 151
Error Expected @throws tag for 'ConfigurationException'. 151
Error Expected @throws tag for 'ConfigurationException'. 160
Error Expected an @return tag. 165
Error Expected an @return tag. 177
Error Expected an @return tag. 189
Error Expected @param tag for 'file'. 196
Error Expected an @return tag. 201
Error Expected @param tag for 'url'. 208

org/apache/commons/configuration/HierarchicalConfiguration.java

ErrorLine
Error Line has trailing spaces. 586
Error Line has trailing spaces. 587

org/apache/commons/configuration/HierarchicalXMLConfiguration.java

ErrorLine
Error Missing a Javadoc comment. 52
Error Missing a Javadoc comment. 124
Error Missing a Javadoc comment. 129
Error Missing a Javadoc comment. 134
Error Missing a Javadoc comment. 139
Error Missing a Javadoc comment. 144
Error Missing a Javadoc comment. 149
Error Missing a Javadoc comment. 154
Error Missing a Javadoc comment. 167
Error Missing a Javadoc comment. 172
Error Missing a Javadoc comment. 177
Error Missing a Javadoc comment. 182
Error Missing a Javadoc comment. 187
Error Missing a Javadoc comment. 192
Error Missing a Javadoc comment. 197
Error Missing a Javadoc comment. 202
Error Missing a Javadoc comment. 207
Error Missing a Javadoc comment. 212
Error Missing a Javadoc comment. 217
Error Missing a Javadoc comment. 222
Error Missing a Javadoc comment. 227
Error Missing a Javadoc comment. 232
Error Missing a Javadoc comment. 237
Error Missing a Javadoc comment. 242
Error '{' should be on a new line. 242
Error Missing a Javadoc comment. 244
Error Missing a Javadoc comment. 249

org/apache/commons/configuration/JNDIConfiguration.java

ErrorLine
Error Expected @param tag for 'prefix'. 83
Error Expected @param tag for 'prefix'. 106
Error Expected an @return tag. 428
Error Expected @throws tag for 'NamingException'. 428
Error Expected an @return tag. 442
Error Expected @param tag for 'context'. 450

org/apache/commons/configuration/PropertiesConfiguration.java

ErrorLine
Error Variable 'include' must be private and have accessor methods. 139
Error Expected @throws tag for 'ConfigurationException'. 274
Error Expected @throws tag for 'ConfigurationException'. 330
Error Expected @throws tag for 'IOException'. 402
Error Expected @throws tag for 'IOException'. 448
Error Expected @param tag for 'key'. 460
Error Expected @param tag for 'value'. 460
Error Expected @throws tag for 'IOException'. 460
Error Expected @throws tag for 'IOException'. 480
Error Expected @param tag for 'comment'. 494
Error Expected @throws tag for 'IOException'. 494
Error Expected an @return tag. 510
Error '4' is a magic number. 518
Error '4' is a magic number. 529
Error '16' is a magic number. 535
Error '==' is not preceded with whitespace. 554
Error '==' is not followed by whitespace. 554
Error '{' is not preceded with whitespace. 554
Error '{' should be on a new line. 554
Error '==' is not preceded with whitespace. 557
Error '==' is not followed by whitespace. 557
Error '{' is not preceded with whitespace. 557
Error '{' should be on a new line. 557
Error '==' is not preceded with whitespace. 560
Error '==' is not followed by whitespace. 560
Error '{' is not preceded with whitespace. 560
Error '{' should be on a new line. 560
Error '==' is not preceded with whitespace. 563
Error '==' is not followed by whitespace. 563
Error '{' is not preceded with whitespace. 563
Error '{' should be on a new line. 563
Error '==' is not preceded with whitespace. 566
Error '==' is not followed by whitespace. 566
Error '{' is not preceded with whitespace. 566
Error '{' should be on a new line. 566
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. 582
Error '==' is not followed by whitespace. 582
Error '{' is not preceded with whitespace. 582
Error '{' should be on a new line. 582
Error '{' should be on a new line. 586

org/apache/commons/configuration/SubsetConfiguration.java

ErrorLine
Error Expected an @return tag. 77
Error Expected an @return tag. 95
Error Expected an @return tag. 121
Error Expected an @return tag. 129
Error Expected @param tag for 'prefix'. 137

org/apache/commons/configuration/XMLConfiguration.java

ErrorLine
Error Missing a Javadoc comment. 71
Error Missing a Javadoc comment. 73
Error Variable 'autoSave' explicitly initialized to 'false' (default value for its type). 89
Error Expected @param tag for 'hierarchy'. 173
Error Expected @param tag for 'name'. 229
Error Expected @param tag for 'value'. 229
Error Missing a Javadoc comment. 236
Error Expected an @return tag. 292
Error Expected @param tag for 'nodes'. 292
Error Missing a Javadoc comment. 328
Error Missing a Javadoc comment. 358
Error Missing a Javadoc comment. 433
Error Expected @param tag for 'autoSave'. 521
Error Missing a Javadoc comment. 546

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