Checkstyle Results

The following document contains the results of Checkstyle .

Summary

FilesInfosWarningsErrors
57001681

Files

FilesIWE
com/germinus/easyconf/AggregatedProperties.java 0088
com/germinus/easyconf/ClassParameter.java 001
com/germinus/easyconf/ClassParameter.java 0013
com/germinus/easyconf/ClasspathUtil.java 0023
com/germinus/easyconf/ComponentConfiguration.java 0059
com/germinus/easyconf/ComponentProperties.java 00415
com/germinus/easyconf/ConfUtil.java 006
com/germinus/easyconf/ConfigurationException.java 0036
com/germinus/easyconf/ConfigurationLoader.java 0046
com/germinus/easyconf/ConfigurationNotFoundException.java 0014
com/germinus/easyconf/ConfigurationObjectCache.java 0034
com/germinus/easyconf/Conventions.java 0022
com/germinus/easyconf/DatasourceURL.java 0037
com/germinus/easyconf/DigesterRulesNotFoundException.java 0020
com/germinus/easyconf/EasyConf.java 0039
com/germinus/easyconf/FileConfigurationChangedReloadingStrategy.java 0041
com/germinus/easyconf/FileURLChangedReloadingStrategy.java 0010
com/germinus/easyconf/Filter.java 0069
com/germinus/easyconf/InvalidPropertyException.java 0014
com/germinus/easyconf/JndiURL.java 0023
com/germinus/easyconf/jmx/ComponentConfigurationDynamicMBean.java 00455
com/germinus/easyconf/jmx/package.html 001
com/germinus/easyconf/package.html 001
com/germinus/easyconf/servlet/RefreshConfigurationServlet.java 0018
com/germinus/easyconf/servlet/package.html 001
com/germinus/easyconf/struts/RefreshConfigurationAction.java 0010
com/germinus/easyconf/struts/package.html 001
com/germinus/easyconf/taglib/ConfigurationObjectTag.java 0042
com/germinus/easyconf/taglib/ConfigurationObjectTei.java 009
com/germinus/easyconf/taglib/PropertyTag.java 00123
com/germinus/easyconf/taglib/PropertyTei.java 009
com/germinus/easyconf/taglib/package.html 001

com/germinus/easyconf/AggregatedProperties.java

ErrorLine
Error Line does not match expected header line of ''. 1
Error Using the '.*' form of import should be avoided - java.util.*. 31
Error Line is longer than 80 characters. 34
Error Line has trailing spaces. 42
Error Line is longer than 80 characters. 46
Error Missing a Javadoc comment. 46
Error Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 46
Error Missing a Javadoc comment. 48
Error Missing a Javadoc comment. 49
Error Missing a Javadoc comment. 50
Error Missing a Javadoc comment. 51
Error Line contains a tab character. 52
Error Missing a Javadoc comment. 53
Error Missing a Javadoc comment. 54
Error Missing a Javadoc comment. 55
Error Missing a Javadoc comment. 56
Error Missing a Javadoc comment. 58
Error Parameter companyId should be final. 58
Error 'companyId' hides a field. 58
Error Parameter componentName should be final. 58
Error 'componentName' hides a field. 58
Error First sentence should end with a period. 63
Error Expected an @return tag. 69
Error Method 'getProperty' is not designed for extension - needs to be abstract, final or empty. 69
Error Parameter key should be final. 69
Error Expected @param tag for 'key'. 69
Error Line is longer than 80 characters. 94
Error Missing a Javadoc comment. 100
Error Method 'addBaseFileName' is not designed for extension - needs to be abstract, final or empty. 105
Error Missing a Javadoc comment. 105
Error Parameter fileName should be final. 105
Error Method 'addGlobalFileName' is not designed for extension - needs to be abstract, final or empty. 112
Error Missing a Javadoc comment. 112
Error Parameter fileName should be final. 112
Error Expected an @return tag. 122
Error Line has trailing spaces. 122
Error Parameter sourceName should be final. 122
Error Expected @param tag for 'sourceName'. 122
Error Line is longer than 80 characters. 123
Error Parameter loadedConf should be final. 123
Error Expected @param tag for 'loadedConf'. 123
Error Line contains a tab character. 131
Error Line has trailing spaces. 134
Error Line contains a tab character. 134
Error Line has trailing spaces. 152
Error Missing a Javadoc comment. 152
Error Parameter fileName should be final. 152
Error Line has trailing spaces. 153
Error Parameter loadedConf should be final. 153
Error Line contains a tab character. 154
Error Redundant throws: 'ConfigurationException' is unchecked exception. 154
Error Line is longer than 80 characters. 156
Error Line contains a tab character. 156
Error Line contains a tab character. 157
Error Line contains a tab character. 158
Error Line contains a tab character. 160
Error Line contains a tab character. 163
Error Line has trailing spaces. 165
Error '1000' is a magic number. 168
Error Line has trailing spaces. 172
Error Line contains a tab character. 173
Error Line contains a tab character. 174
Error Line is longer than 80 characters. 183
Error Missing a Javadoc comment. 183
Error Parameter loadedConf should be final. 183
Error Parameter newConf should be final. 183
Error Line has trailing spaces. 186
Error Line is longer than 80 characters. 186
Error Line contains a tab character. 186
Error Missing a Javadoc comment. 191
Error Parameter datasourcePath should be final. 191
Error Line is longer than 80 characters. 192
Error Line has trailing spaces. 196
Error Missing a Javadoc comment. 197
Error Parameter sourcePath should be final. 197
Error Line has trailing spaces. 203
Error Missing a Javadoc comment. 203
Error Parameter newConf should be final. 203
Error Line is longer than 80 characters. 204
Error Parameter loadedConf should be final. 204
Error Line is longer than 80 characters. 210
Error Line is longer than 80 characters. 211
Error Method 'loadedSources' is not designed for extension - needs to be abstract, final or empty. 218
Error Missing a Javadoc comment. 218
Error Method 'hasBaseConfiguration' is not designed for extension - needs to be abstract, final or empty. 222
Error Missing a Javadoc comment. 222
Error Method 'getComponentName' is not designed for extension - needs to be abstract, final or empty. 226
Error Missing a Javadoc comment. 226

com/germinus/easyconf/ClassParameter.java

ErrorLine
Error File does not end with a newline. 0

com/germinus/easyconf/ClassParameter.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error First sentence should end with a period. 24
Error Line is longer than 80 characters. 25
Error Unclosed HTML tag found: <jesusjaimez@germinus.com> 28
Error Utility classes should not have a public or default constructor. 30
Error Missing a Javadoc comment. 32
Error Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 32
Error Missing a Javadoc comment. 34
Error Parameter conf should be final. 34
Error Parameter propertyName should be final. 34
Error Missing a Javadoc comment. 42
Error Parameter props should be final. 42
Error Parameter propertyName should be final. 42

com/germinus/easyconf/ClasspathUtil.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error First sentence should end with a period. 24
Error Line has trailing spaces. 26
Error Utility classes should not have a public or default constructor. 29
Error Missing a Javadoc comment. 30
Error Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 30
Error Parameter name should be final. 40
Error Expected @throws tag for 'ClassNotFoundException'. 40
Error Line is longer than 80 characters. 46
Error Must have at least one statement. 47
Error Line is longer than 80 characters. 54
Error Must have at least one statement. 55
Error Line is longer than 80 characters. 59
Error '+' should be on a new line. 59
Error Line is longer than 80 characters. 60
Error Line is longer than 80 characters. 66
Error Line is longer than 80 characters. 68
Error Line is longer than 80 characters. 75
Error Parameter classNames should be final. 75
Error Expected @throws tag for 'ClassNotFoundException'. 75
Error Parameter base should be final. 93
Error Parameter name should be final. 93
Error Parameter name should be final. 106

com/germinus/easyconf/ComponentConfiguration.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 22
Error Missing a Javadoc comment. 31
Error Missing a Javadoc comment. 32
Error Missing a Javadoc comment. 33
Error Missing a Javadoc comment. 34
Error Missing a Javadoc comment. 35
Error Missing a Javadoc comment. 37
Error Parameter componentName should be final. 37
Error 'componentName' hides a field. 37
Error Line has trailing spaces. 40
Error Missing a Javadoc comment. 41
Error Parameter companyId should be final. 41
Error 'companyId' hides a field. 41
Error Parameter componentName should be final. 41
Error 'componentName' hides a field. 41
Error First sentence should end with a period. 46
Error Expected an @return tag. 49
Error Method 'getComponentName' is not designed for extension - needs to be abstract, final or empty. 49
Error Line has trailing spaces. 52
Error First sentence should end with a period. 53
Error Line has trailing spaces. 55
Error Line is longer than 80 characters. 57
Error Line is longer than 80 characters. 58
Error Unused @throws tag for 'ConfigurationException'. 60
Error Expected an @return tag. 62
Error Method 'getConfigurationObject' is not designed for extension - needs to be abstract, final or empty. 62
Error Line has trailing spaces. 69
Error Line is longer than 80 characters. 72
Error Line is longer than 80 characters. 74
Error Missing a Javadoc comment. 79
Error First sentence should end with a period. 83
Error Expected an @return tag. 86
Error Method 'getProperties' is not designed for extension - needs to be abstract, final or empty. 86
Error 'properties' hides a field. 87
Error '{' is not preceded with whitespace. 88
Error Missing a Javadoc comment. 95
Error Line contains a tab character. 100
Error Line has trailing spaces. 104
Error Line contains a tab character. 105
Error Method 'equals' is not designed for extension - needs to be abstract, final or empty. 105
Error Missing a Javadoc comment. 105
Error Parameter obj should be final. 105
Error Line contains a tab character. 106
Error Line contains a tab character. 107
Error Line contains a tab character. 108
Error Line contains a tab character. 109
Error Line contains a tab character. 110
Error Line contains a tab character. 111
Error Line contains a tab character. 112
Error Line contains a tab character. 113
Error Line contains a tab character. 114
Error Line has trailing spaces. 115
Error Line contains a tab character. 115
Error Line contains a tab character. 116
Error Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 116
Error Missing a Javadoc comment. 116
Error Line contains a tab character. 117
Error Line contains a tab character. 118

com/germinus/easyconf/ComponentProperties.java

ErrorLine
Error Line does not match expected header line of ''. 1
Error Using the '.*' form of import should be avoided - java.util.*. 20
Error Line has trailing spaces. 34
Error Line has trailing spaces. 38
Error Line has trailing spaces. 42
Error Line has trailing spaces. 49
Error Line has trailing spaces. 52
Error Missing a Javadoc comment. 56
Error Missing a Javadoc comment. 58
Error Missing a Javadoc comment. 61
Error Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 61
Error Missing a Javadoc comment. 63
Error Variable 'properties' must be private and have accessor methods. 63
Error Missing a Javadoc comment. 65
Error Parameter conf should be final. 65
Error Line has trailing spaces. 76
Error Method 'toMap' is not designed for extension - needs to be abstract, final or empty. 79
Error Line has trailing spaces. 87
Error Method 'toDynaBean' is not designed for extension - needs to be abstract, final or empty. 90
Error Line has trailing spaces. 99
Error Method 'toConfiguration' is not designed for extension - needs to be abstract, final or empty. 102
Error Line has trailing spaces. 111
Error Line has trailing spaces. 114
Error Method 'toDataConfiguration' is not designed for extension - needs to be abstract, final or empty. 117
Error Line has trailing spaces. 127
Error Method 'getProperties' is not designed for extension - needs to be abstract, final or empty. 130
Error Method 'getProperty' is not designed for extension - needs to be abstract, final or empty. 134
Error Missing a Javadoc comment. 134
Error Parameter key should be final. 134
Error Method 'containsKey' is not designed for extension - needs to be abstract, final or empty. 140
Error Missing a Javadoc comment. 140
Error Parameter key should be final. 140
Error Method 'equals' is not designed for extension - needs to be abstract, final or empty. 144
Error Missing a Javadoc comment. 144
Error Parameter obj should be final. 144
Error Method 'getKeys' is not designed for extension - needs to be abstract, final or empty. 148
Error Missing a Javadoc comment. 148
Error Method 'getKeys' is not designed for extension - needs to be abstract, final or empty. 152
Error Missing a Javadoc comment. 152
Error Parameter prefix should be final. 152
Error Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 156
Error Missing a Javadoc comment. 156
Error Method 'isEmpty' is not designed for extension - needs to be abstract, final or empty. 160
Error Missing a Javadoc comment. 160
Error Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. 164
Error Missing a Javadoc comment. 164
Error Parameter key should be final. 164
Error Parameter value should be final. 164
Error Method 'subset' is not designed for extension - needs to be abstract, final or empty. 168
Error Missing a Javadoc comment. 168
Error Parameter prefix should be final. 168
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 172
Error Missing a Javadoc comment. 172
Error Method 'getBigDecimal' is not designed for extension - needs to be abstract, final or empty. 178
Error Missing a Javadoc comment. 178
Error Parameter key should be final. 178
Error Method 'getBigDecimal' is not designed for extension - needs to be abstract, final or empty. 182
Error Missing a Javadoc comment. 182
Error Parameter key should be final. 182
Error Parameter defaultValue should be final. 182
Error Method 'getBigDecimal' is not designed for extension - needs to be abstract, final or empty. 186
Error Missing a Javadoc comment. 186
Error Parameter key should be final. 186
Error Parameter filter should be final. 186
Error Method 'getBigDecimal' is not designed for extension - needs to be abstract, final or empty. 192
Error Missing a Javadoc comment. 192
Error Parameter key should be final. 192
Error Parameter filter should be final. 192
Error Parameter defaultValue should be final. 193
Error Method 'getBigInteger' is not designed for extension - needs to be abstract, final or empty. 200
Error Missing a Javadoc comment. 200
Error Parameter key should be final. 200
Error Method 'getBigInteger' is not designed for extension - needs to be abstract, final or empty. 204
Error Missing a Javadoc comment. 204
Error Parameter key should be final. 204
Error Parameter defaultValue should be final. 204
Error Method 'getBigInteger' is not designed for extension - needs to be abstract, final or empty. 208
Error Missing a Javadoc comment. 208
Error Parameter key should be final. 208
Error Parameter filter should be final. 208
Error Method 'getBigInteger' is not designed for extension - needs to be abstract, final or empty. 214
Error Missing a Javadoc comment. 214
Error Parameter key should be final. 214
Error Parameter filter should be final. 214
Error Parameter defaultValue should be final. 215
Error Method 'getBoolean' is not designed for extension - needs to be abstract, final or empty. 222
Error Missing a Javadoc comment. 222
Error Parameter key should be final. 222
Error Method 'getBoolean' is not designed for extension - needs to be abstract, final or empty. 226
Error Missing a Javadoc comment. 226
Error Parameter key should be final. 226
Error Parameter defaultValue should be final. 226
Error Method 'getBoolean' is not designed for extension - needs to be abstract, final or empty. 230
Error Missing a Javadoc comment. 230
Error Parameter key should be final. 230
Error Parameter defaultValue should be final. 230
Error Redundant throws: 'NoClassDefFoundError' is unchecked exception. 231
Error Method 'getBoolean' is not designed for extension - needs to be abstract, final or empty. 235
Error Missing a Javadoc comment. 235
Error Parameter key should be final. 235
Error Parameter filter should be final. 235
Error Method 'getBoolean' is not designed for extension - needs to be abstract, final or empty. 241
Error Missing a Javadoc comment. 241
Error Parameter key should be final. 241
Error Parameter filter should be final. 241
Error Parameter defaultValue should be final. 241
Error Redundant throws: 'NoClassDefFoundError' is unchecked exception. 242
Error Method 'getBoolean' is not designed for extension - needs to be abstract, final or empty. 247
Error Missing a Javadoc comment. 247
Error Parameter key should be final. 247
Error Parameter filter should be final. 247
Error Parameter defaultValue should be final. 247
Error Method 'getByte' is not designed for extension - needs to be abstract, final or empty. 254
Error Missing a Javadoc comment. 254
Error Parameter key should be final. 254
Error Method 'getByte' is not designed for extension - needs to be abstract, final or empty. 258
Error Missing a Javadoc comment. 258
Error Parameter key should be final. 258
Error Parameter defaultValue should be final. 258
Error Method 'getByte' is not designed for extension - needs to be abstract, final or empty. 262
Error Missing a Javadoc comment. 262
Error Parameter key should be final. 262
Error Parameter defaultValue should be final. 262
Error Method 'getByte' is not designed for extension - needs to be abstract, final or empty. 266
Error Missing a Javadoc comment. 266
Error Parameter key should be final. 266
Error Parameter filter should be final. 266
Error Method 'getByte' is not designed for extension - needs to be abstract, final or empty. 272
Error Missing a Javadoc comment. 272
Error Parameter key should be final. 272
Error Parameter filter should be final. 272
Error Parameter defaultValue should be final. 272
Error Method 'getByte' is not designed for extension - needs to be abstract, final or empty. 277
Error Missing a Javadoc comment. 277
Error Parameter key should be final. 277
Error Parameter filter should be final. 277
Error Parameter defaultValue should be final. 277
Error Method 'getDouble' is not designed for extension - needs to be abstract, final or empty. 283
Error Missing a Javadoc comment. 283
Error Parameter key should be final. 283
Error Method 'getDouble' is not designed for extension - needs to be abstract, final or empty. 287
Error Missing a Javadoc comment. 287
Error Parameter key should be final. 287
Error Parameter defaultValue should be final. 287
Error Method 'getDouble' is not designed for extension - needs to be abstract, final or empty. 291
Error Missing a Javadoc comment. 291
Error Parameter key should be final. 291
Error Parameter defaultValue should be final. 291
Error Method 'getDouble' is not designed for extension - needs to be abstract, final or empty. 295
Error Missing a Javadoc comment. 295
Error Parameter key should be final. 295
Error Parameter filter should be final. 295
Error Method 'getDouble' is not designed for extension - needs to be abstract, final or empty. 301
Error Missing a Javadoc comment. 301
Error Parameter key should be final. 301
Error Parameter filter should be final. 301
Error Parameter defaultValue should be final. 301
Error Method 'getDouble' is not designed for extension - needs to be abstract, final or empty. 306
Error Missing a Javadoc comment. 306
Error Parameter key should be final. 306
Error Parameter filter should be final. 306
Error Parameter defaultValue should be final. 306
Error First sentence should end with a period. 312
Error Line has trailing spaces. 315
Error Expected an @return tag. 319
Error Method 'getClass' is not designed for extension - needs to be abstract, final or empty. 319
Error Parameter key should be final. 319
Error Expected @param tag for 'key'. 319
Error Line has trailing spaces. 328
Error Expected an @return tag. 332
Error Method 'getClass' is not designed for extension - needs to be abstract, final or empty. 332
Error Parameter key should be final. 332
Error Expected @param tag for 'key'. 332
Error Parameter defaultValue should be final. 332
Error Expected @param tag for 'defaultValue'. 332
Error First sentence should end with a period. 342
Error Expected an @return tag. 346
Error Method 'getClass' is not designed for extension - needs to be abstract, final or empty. 346
Error Parameter key should be final. 346
Error Expected @param tag for 'key'. 346
Error Parameter filter should be final. 346
Error Expected @param tag for 'filter'. 346
Error Expected @throws tag for 'ClassNotFoundException'. 347
Error First sentence should end with a period. 352
Error Expected an @return tag. 356
Error Method 'getClass' is not designed for extension - needs to be abstract, final or empty. 356
Error Parameter key should be final. 356
Error Expected @param tag for 'key'. 356
Error Parameter filter should be final. 356
Error Expected @param tag for 'filter'. 356
Error Parameter defaultValue should be final. 356
Error Expected @param tag for 'defaultValue'. 356
Error Expected @throws tag for 'ClassNotFoundException'. 357
Error First sentence should end with a period. 368
Error Line has trailing spaces. 371
Error Expected an @return tag. 375
Error Method 'getClassArray' is not designed for extension - needs to be abstract, final or empty. 375
Error Parameter key should be final. 375
Error Expected @param tag for 'key'. 375
Error Line has trailing spaces. 384
Error Expected an @return tag. 388
Error Method 'getClassArray' is not designed for extension - needs to be abstract, final or empty. 388
Error Parameter key should be final. 388
Error Expected @param tag for 'key'. 388
Error Parameter defaultValue should be final. 388
Error Expected @param tag for 'defaultValue'. 388
Error First sentence should end with a period. 398
Error Expected an @return tag. 402
Error Method 'getClassArray' is not designed for extension - needs to be abstract, final or empty. 402
Error Parameter key should be final. 402
Error Expected @param tag for 'key'. 402
Error Parameter filter should be final. 402
Error Expected @param tag for 'filter'. 402
Error Expected @throws tag for 'ClassNotFoundException'. 403
Error First sentence should end with a period. 408
Error Expected an @return tag. 412
Error Line is longer than 80 characters. 412
Error Method 'getClassArray' is not designed for extension - needs to be abstract, final or empty. 412
Error Parameter key should be final. 412
Error Expected @param tag for 'key'. 412
Error Parameter filter should be final. 412
Error Expected @param tag for 'filter'. 412
Error Parameter defaultValue should be final. 412
Error Expected @param tag for 'defaultValue'. 412
Error Expected @throws tag for 'ClassNotFoundException'. 413
Error Method 'getFloat' is not designed for extension - needs to be abstract, final or empty. 425
Error Missing a Javadoc comment. 425
Error Parameter key should be final. 425
Error Method 'getFloat' is not designed for extension - needs to be abstract, final or empty. 429
Error Missing a Javadoc comment. 429
Error Parameter key should be final. 429
Error Parameter defaultValue should be final. 429
Error Method 'getFloat' is not designed for extension - needs to be abstract, final or empty. 433
Error Missing a Javadoc comment. 433
Error Parameter key should be final. 433
Error Parameter defaultValue should be final. 433
Error Method 'getFloat' is not designed for extension - needs to be abstract, final or empty. 437
Error Missing a Javadoc comment. 437
Error Parameter key should be final. 437
Error Parameter filter should be final. 437
Error Method 'getFloat' is not designed for extension - needs to be abstract, final or empty. 443
Error Missing a Javadoc comment. 443
Error Parameter key should be final. 443
Error Parameter filter should be final. 443
Error Parameter defaultValue should be final. 443
Error Method 'getFloat' is not designed for extension - needs to be abstract, final or empty. 448
Error Missing a Javadoc comment. 448
Error Parameter key should be final. 448
Error Parameter filter should be final. 448
Error Parameter defaultValue should be final. 448
Error Method 'getInt' is not designed for extension - needs to be abstract, final or empty. 454
Error Missing a Javadoc comment. 454
Error Parameter key should be final. 454
Error Method 'getInt' is not designed for extension - needs to be abstract, final or empty. 458
Error Missing a Javadoc comment. 458
Error Parameter key should be final. 458
Error Parameter defaultValue should be final. 458
Error Method 'getInteger' is not designed for extension - needs to be abstract, final or empty. 462
Error Missing a Javadoc comment. 462
Error Parameter key should be final. 462
Error Parameter defaultValue should be final. 462
Error Method 'getInt' is not designed for extension - needs to be abstract, final or empty. 466
Error Missing a Javadoc comment. 466
Error Parameter key should be final. 466
Error Parameter filter should be final. 466
Error Method 'getInteger' is not designed for extension - needs to be abstract, final or empty. 472
Error Missing a Javadoc comment. 472
Error Parameter key should be final. 472
Error Parameter filter should be final. 472
Error Parameter defaultValue should be final. 472
Error Method 'getInt' is not designed for extension - needs to be abstract, final or empty. 477
Error Missing a Javadoc comment. 477
Error Parameter key should be final. 477
Error Parameter filter should be final. 477
Error Parameter defaultValue should be final. 477
Error Method 'getList' is not designed for extension - needs to be abstract, final or empty. 483
Error Missing a Javadoc comment. 483
Error Parameter key should be final. 483
Error Method 'getList' is not designed for extension - needs to be abstract, final or empty. 487
Error Missing a Javadoc comment. 487
Error Parameter key should be final. 487
Error Parameter defaultValue should be final. 487
Error Method 'getList' is not designed for extension - needs to be abstract, final or empty. 491
Error Missing a Javadoc comment. 491
Error Parameter key should be final. 491
Error Parameter filter should be final. 491
Error Line is longer than 80 characters. 492
Error Method 'getList' is not designed for extension - needs to be abstract, final or empty. 500
Error Missing a Javadoc comment. 500
Error Parameter key should be final. 500
Error Parameter filter should be final. 500
Error Parameter defaultValue should be final. 500
Error Method 'getLong' is not designed for extension - needs to be abstract, final or empty. 507
Error Missing a Javadoc comment. 507
Error Parameter key should be final. 507
Error Method 'getLong' is not designed for extension - needs to be abstract, final or empty. 511
Error Missing a Javadoc comment. 511
Error Parameter key should be final. 511
Error Parameter defaultValue should be final. 511
Error Method 'getLong' is not designed for extension - needs to be abstract, final or empty. 515
Error Missing a Javadoc comment. 515
Error Parameter key should be final. 515
Error Parameter defaultValue should be final. 515
Error Method 'getLong' is not designed for extension - needs to be abstract, final or empty. 519
Error Missing a Javadoc comment. 519
Error Parameter key should be final. 519
Error Parameter filter should be final. 519
Error Method 'getLong' is not designed for extension - needs to be abstract, final or empty. 525
Error Missing a Javadoc comment. 525
Error Parameter key should be final. 525
Error Parameter filter should be final. 525
Error Parameter defaultValue should be final. 525
Error Method 'getLong' is not designed for extension - needs to be abstract, final or empty. 530
Error Missing a Javadoc comment. 530
Error Parameter key should be final. 530
Error Parameter filter should be final. 530
Error Parameter defaultValue should be final. 530
Error Method 'getShort' is not designed for extension - needs to be abstract, final or empty. 536
Error Missing a Javadoc comment. 536
Error Parameter key should be final. 536
Error Method 'getShort' is not designed for extension - needs to be abstract, final or empty. 540
Error Missing a Javadoc comment. 540
Error Parameter key should be final. 540
Error Parameter defaultValue should be final. 540
Error Method 'getShort' is not designed for extension - needs to be abstract, final or empty. 544
Error Missing a Javadoc comment. 544
Error Parameter key should be final. 544
Error Parameter defaultValue should be final. 544
Error Method 'getShort' is not designed for extension - needs to be abstract, final or empty. 548
Error Missing a Javadoc comment. 548
Error Parameter key should be final. 548
Error Parameter filter should be final. 548
Error Method 'getShort' is not designed for extension - needs to be abstract, final or empty. 554
Error Missing a Javadoc comment. 554
Error Parameter key should be final. 554
Error Parameter filter should be final. 554
Error Parameter defaultValue should be final. 554
Error Method 'getShort' is not designed for extension - needs to be abstract, final or empty. 559
Error Missing a Javadoc comment. 559
Error Parameter key should be final. 559
Error Parameter filter should be final. 559
Error Parameter defaultValue should be final. 559
Error Expected an @return tag. 570
Error Method 'getString' is not designed for extension - needs to be abstract, final or empty. 570
Error Parameter key should be final. 570
Error Expected @param tag for 'key'. 570
Error Line contains a tab character. 579
Error Method 'getString' is not designed for extension - needs to be abstract, final or empty. 582
Error Missing a Javadoc comment. 582
Error Parameter key should be final. 582
Error Parameter defaultValue should be final. 582
Error Method 'getString' is not designed for extension - needs to be abstract, final or empty. 586
Error Missing a Javadoc comment. 586
Error Parameter key should be final. 586
Error Parameter filter should be final. 586
Error Method 'getString' is not designed for extension - needs to be abstract, final or empty. 592
Error Missing a Javadoc comment. 592
Error Parameter key should be final. 592
Error Parameter filter should be final. 592
Error Parameter defaultValue should be final. 592
Error Method 'getStringArray' is not designed for extension - needs to be abstract, final or empty. 599
Error Missing a Javadoc comment. 599
Error Parameter key should be final. 599
Error Method 'getStringArray' is not designed for extension - needs to be abstract, final or empty. 603
Error Missing a Javadoc comment. 603
Error Parameter key should be final. 603
Error Parameter filter should be final. 603
Error Method 'getStringArray' is not designed for extension - needs to be abstract, final or empty. 608
Error Missing a Javadoc comment. 608
Error Parameter key should be final. 608
Error Parameter filter should be final. 608
Error Parameter defaultValue should be final. 609
Error Method 'getStringArray' is not designed for extension - needs to be abstract, final or empty. 622
Error Missing a Javadoc comment. 622
Error Parameter key should be final. 622
Error Parameter defaultValue should be final. 622
Error Method 'hasBaseConfiguration' is not designed for extension - needs to be abstract, final or empty. 637
Error Missing a Javadoc comment. 637
Error First sentence should end with a period. 641
Error Expected an @return tag. 644
Error Method 'getLoadedSources' is not designed for extension - needs to be abstract, final or empty. 644
Error Method 'setThrowExceptionOnMissing' is not designed for extension - needs to be abstract, final or empty. 652
Error Parameter throwExceptionOnMissing should be final. 652
Error Expected @param tag for 'throwExceptionOnMissing'. 652
Error Method 'isThrowExceptionOnMissing' is not designed for extension - needs to be abstract, final or empty. 656
Error Missing a Javadoc comment. 656
Error First sentence should end with a period. 660
Error Expected an @return tag. 664
Error Method 'getDelayPeriod' is not designed for extension - needs to be abstract, final or empty. 664
Error Method 'getComponentName' is not designed for extension - needs to be abstract, final or empty. 669
Error Missing a Javadoc comment. 669
Error Method 'getPropertyWithFilter' is not designed for extension - needs to be abstract, final or empty. 675
Error Missing a Javadoc comment. 675
Error Parameter key should be final. 675
Error Parameter filter should be final. 675
Error Line is longer than 80 characters. 676
Error Parameter theClass should be final. 676
Error Parameter defaultValue should be final. 676
Error Line is longer than 80 characters. 679
Error Line contains a tab character. 696
Error Line contains a tab character. 697
Error Line contains a tab character. 698
Error Missing a Javadoc comment. 702
Error Parameter key should be final. 703
Error Parameter theClass should be final. 704
Error Line is longer than 80 characters. 705
Error Parameter properties should be final. 705
Error Parameter defaultValue should be final. 706
Error Method 'validateValue' is not designed for extension - needs to be abstract, final or empty. 744
Error Missing a Javadoc comment. 744
Error Parameter key should be final. 744
Error Parameter value should be final. 744
Error Method 'listToString' is not designed for extension - needs to be abstract, final or empty. 751
Error Missing a Javadoc comment. 751
Error Parameter list should be final. 751

com/germinus/easyconf/ConfUtil.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error First sentence should end with a period. 22
Error Line has trailing spaces. 24
Error Utility classes should not have a public or default constructor. 27
Error Missing a Javadoc comment. 28
Error Parameter configuration should be final. 28

com/germinus/easyconf/ConfigurationException.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error First sentence should end with a period. 21
Error Line is longer than 80 characters. 22
Error Line has trailing spaces. 29
Error Missing a Javadoc comment. 30
Error Missing a Javadoc comment. 32
Error Line has trailing spaces. 35
Error Line is longer than 80 characters. 36
Error Missing a Javadoc comment. 36
Error Parameter componentName should be final. 36
Error 'componentName' hides a field. 36
Error Parameter msg should be final. 36
Error Parameter thr should be final. 36
Error Line has trailing spaces. 40
Error Missing a Javadoc comment. 41
Error Parameter componentName should be final. 41
Error 'componentName' hides a field. 41
Error Line has trailing spaces. 45
Error Missing a Javadoc comment. 46
Error Parameter componentName should be final. 46
Error 'componentName' hides a field. 46
Error Parameter e should be final. 46
Error Missing a Javadoc comment. 51
Error Parameter componentName should be final. 51
Error 'componentName' hides a field. 51
Error Parameter msg should be final. 51
Error Method 'getComponentName' is not designed for extension - needs to be abstract, final or empty. 56
Error Missing a Javadoc comment. 56
Error Line has trailing spaces. 59
Error Line has trailing spaces. 60
Error Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. 61
Error Missing a Javadoc comment. 61
Error '+' should be on a new line. 62
Error Line contains a tab character. 63
Error Line has trailing spaces. 65
Error Line has trailing spaces. 66

com/germinus/easyconf/ConfigurationLoader.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error First sentence should end with a period. 31
Error Line has trailing spaces. 33
Error Missing a Javadoc comment. 37
Error Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 37
Error Line is longer than 80 characters. 40
Error Missing a Javadoc comment. 40
Error Parameter companyId should be final. 40
Error Parameter componentName should be final. 40
Error Line is longer than 80 characters. 41
Error Line is longer than 80 characters. 43
Error Line has trailing spaces. 46
Error '+' should be on a new line. 46
Error Line has trailing spaces. 49
Error Line is longer than 80 characters. 49
Error Line is longer than 80 characters. 52
Error Line is longer than 80 characters. 54
Error Missing a Javadoc comment. 58
Error Parameter companyId should be final. 58
Error Line has trailing spaces. 59
Error Parameter componentName should be final. 59
Error Parameter properties should be final. 59
Error Line contains a tab character. 60
Error Line is longer than 80 characters. 66
Error Line has trailing spaces. 70
Error Line contains a tab character. 71
Error Line contains a tab character. 72
Error Line is longer than 80 characters. 75
Error Line is longer than 80 characters. 78
Error Line is longer than 80 characters. 82
Error First sentence should end with a period. 88
Error Line has trailing spaces. 90
Error Line contains a tab character. 90
Error Expected an @return tag. 91
Error Line has trailing spaces. 91
Error Parameter confFileUrl should be final. 91
Error Expected @param tag for 'confFileUrl'. 91
Error Parameter properties should be final. 91
Error Expected @param tag for 'properties'. 91
Error Line contains a tab character. 92
Error Expected @throws tag for 'IOException'. 92
Error Expected @throws tag for 'SAXException'. 92
Error Line is longer than 80 characters. 95
Error Line has trailing spaces. 104
Error Line has trailing spaces. 109
Error Line is longer than 80 characters. 116

com/germinus/easyconf/ConfigurationNotFoundException.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error First sentence should end with a period. 18
Error Missing a Javadoc comment. 25
Error Parameter componentName should be final. 25
Error Parameter msg should be final. 26
Error Parameter thr should be final. 27
Error Missing a Javadoc comment. 31
Error Parameter componentName should be final. 31
Error Missing a Javadoc comment. 35
Error Parameter componentName should be final. 35
Error Parameter e should be final. 36
Error Missing a Javadoc comment. 40
Error Parameter componentName should be final. 40
Error Parameter msg should be final. 40

com/germinus/easyconf/ConfigurationObjectCache.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error First sentence should end with a period. 25
Error Missing a Javadoc comment. 34
Error Variable 'configurationObject' must be private and have accessor methods. 34
Error Missing a Javadoc comment. 35
Error Variable 'reloadingStrategy' must be private and have accessor methods. 35
Error Missing a Javadoc comment. 36
Error Variable 'reloadLock' must be private and have accessor methods. 36
Error Missing a Javadoc comment. 37
Error Variable 'loader' must be private and have accessor methods. 37
Error Line is longer than 80 characters. 38
Error Missing a Javadoc comment. 38
Error Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 38
Error Missing a Javadoc comment. 39
Error Missing a Javadoc comment. 40
Error Line has trailing spaces. 41
Error Line is longer than 80 characters. 42
Error Missing a Javadoc comment. 42
Error Parameter confObj should be final. 42
Error Parameter confFileUrl should be final. 42
Error 'confFileUrl' hides a field. 42
Error Parameter properties should be final. 42
Error 'properties' hides a field. 42
Error Line has trailing spaces. 47
Error Method 'getConfigurationObject' is not designed for extension - needs to be abstract, final or empty. 48
Error Missing a Javadoc comment. 48
Error Missing a Javadoc comment. 53
Error Line is longer than 80 characters. 57
Error '}' should be on the same line. 59
Error Missing a Javadoc comment. 67
Error Method 'setReloadingStrategy' is not designed for extension - needs to be abstract, final or empty. 71
Error Missing a Javadoc comment. 71
Error Parameter strategy should be final. 71
Error Line has trailing spaces. 72

com/germinus/easyconf/Conventions.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error First sentence should end with a period. 18
Error interfaces should describe a type and hence have methods. 24
Error Missing a Javadoc comment. 26
Error Missing a Javadoc comment. 27
Error Missing a Javadoc comment. 28
Error Missing a Javadoc comment. 29
Error Missing a Javadoc comment. 31
Error Missing a Javadoc comment. 32
Error Missing a Javadoc comment. 34
Error Missing a Javadoc comment. 35
Error Missing a Javadoc comment. 36
Error Missing a Javadoc comment. 38
Error Missing a Javadoc comment. 39
Error Missing a Javadoc comment. 41
Error Missing a Javadoc comment. 42
Error Redundant 'public' modifier. 42
Error Line is longer than 80 characters. 43
Error Missing a Javadoc comment. 43
Error Redundant 'public' modifier. 43
Error Missing a Javadoc comment. 44
Error Redundant 'public' modifier. 44

com/germinus/easyconf/DatasourceURL.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error First sentence should end with a period. 24
Error Comment matches to-do format 'TODO:'. 26
Error Line is longer than 80 characters. 34
Error Missing a Javadoc comment. 34
Error Missing a Javadoc comment. 35
Error Missing a Javadoc comment. 36
Error Missing a Javadoc comment. 37
Error Missing a Javadoc comment. 38
Error Line is longer than 80 characters. 45
Error Parameter datasourcePath should be final. 45
Error Expected @param tag for 'datasourcePath'. 45
Error Parameter companyId should be final. 45
Error 'companyId' hides a field. 45
Error Expected @param tag for 'companyId'. 45
Error Parameter componentName should be final. 45
Error 'componentName' hides a field. 45
Error Expected @param tag for 'componentName'. 45
Error Line is longer than 80 characters. 46
Error Line has trailing spaces. 51
Error Method 'getDatasource' is not designed for extension - needs to be abstract, final or empty. 51
Error Missing a Javadoc comment. 51
Error 'cast' is not followed by whitespace. 53
Error Line is longer than 80 characters. 55
Error Missing a Javadoc comment. 59
Error Method 'getTableName' is not designed for extension - needs to be abstract, final or empty. 66
Error Missing a Javadoc comment. 66
Error Method 'getComponentColumnName' is not designed for extension - needs to be abstract, final or empty. 70
Error Missing a Javadoc comment. 70
Error Method 'getKeyColumnName' is not designed for extension - needs to be abstract, final or empty. 74
Error Missing a Javadoc comment. 74
Error Method 'getValueColumnName' is not designed for extension - needs to be abstract, final or empty. 78
Error Missing a Javadoc comment. 78
Error Missing a Javadoc comment. 82
Error Parameter fileName should be final. 82
Error Method 'getConfiguration' is not designed for extension - needs to be abstract, final or empty. 86
Error Missing a Javadoc comment. 86

com/germinus/easyconf/DigesterRulesNotFoundException.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error First sentence should end with a period. 19
Error Line has trailing spaces. 22
Error Missing a Javadoc comment. 30
Error Line is longer than 80 characters. 31
Error Missing a Javadoc comment. 31
Error Parameter componentName should be final. 31
Error Parameter digesterRulesFileName should be final. 31
Error 'digesterRulesFileName' hides a field. 31
Error Method 'getDigesterRulesFileName' is not designed for extension - needs to be abstract, final or empty. 36
Error Missing a Javadoc comment. 36
Error Line has trailing spaces. 39
Error Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. 40
Error Missing a Javadoc comment. 40
Error Line has trailing spaces. 41
Error '+' should be on a new line. 41
Error Line is longer than 80 characters. 42
Error Line contains a tab character. 42
Error '+' should be on a new line. 42
Error Line contains a tab character. 43

com/germinus/easyconf/EasyConf.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Unused import - java.util.Hashtable. 21
Error Class EasyConf should be declared as final. 32
Error Missing a Javadoc comment. 33
Error Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 33
Error Missing a Javadoc comment. 34
Error Missing a Javadoc comment. 36
Error Line has trailing spaces. 41
Error Line has trailing spaces. 46
Error Line is longer than 80 characters. 48
Error Parameter componentName should be final. 48
Error Line has trailing spaces. 60
Error Line has trailing spaces. 61
Error Line has trailing spaces. 62
Error Line has trailing spaces. 70
Error Line has trailing spaces. 71
Error Line has trailing spaces. 74
Error Line has trailing spaces. 78
Error Line has trailing spaces. 80
Error Parameter companyId should be final. 80
Error Line is longer than 80 characters. 81
Error Parameter componentName should be final. 81
Error Line is longer than 80 characters. 87
Error Line has trailing spaces. 94
Error Line has trailing spaces. 95
Error Line has trailing spaces. 101
Error Line is longer than 80 characters. 102
Error Line has trailing spaces. 103
Error Line is longer than 80 characters. 103
Error Line has trailing spaces. 104
Error Parameter componentName should be final. 106
Error Expected @param tag for 'componentName'. 106
Error Line is longer than 80 characters. 107
Error Line is longer than 80 characters. 110
Error Line has trailing spaces. 115
Error Line is longer than 80 characters. 116
Error Line has trailing spaces. 117
Error Line is longer than 80 characters. 117
Error Line has trailing spaces. 118

com/germinus/easyconf/FileConfigurationChangedReloadingStrategy.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 27
Error Missing a Javadoc comment. 34
Error Line is longer than 80 characters. 35
Error Missing a Javadoc comment. 35
Error Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 35
Error Line has trailing spaces. 36
Error Method 'setConfiguration' is not designed for extension - needs to be abstract, final or empty. 37
Error Missing a Javadoc comment. 37
Error Parameter configuration should be final. 37
Error Line has trailing spaces. 41
Error Method 'setSourceURL' is not designed for extension - needs to be abstract, final or empty. 42
Error Missing a Javadoc comment. 42
Error Parameter url should be final. 42
Error Line has trailing spaces. 43
Error Line has trailing spaces. 45
Error Method 'getSourceURL' is not designed for extension - needs to be abstract, final or empty. 46
Error Missing a Javadoc comment. 46
Error Method 'updateLastModified' is not designed for extension - needs to be abstract, final or empty. 53
Error Expected an @return tag. 60
Error Method 'hasChanged' is not designed for extension - needs to be abstract, final or empty. 60
Error Line contains a tab character. 63
Error Line contains a tab character. 64
Error Line contains a tab character. 65
Error Line contains a tab character. 69
Error Line contains a tab character. 70
Error Line has trailing spaces. 71
Error Line has trailing spaces. 74
Error Method 'getFile' is not designed for extension - needs to be abstract, final or empty. 74
Error Missing a Javadoc comment. 74
Error Line is longer than 80 characters. 79
Error Line contains a tab character. 84
Error Line is longer than 80 characters. 85
Error Line contains a tab character. 85
Error Line contains a tab character. 86
Error Line contains a tab character. 87
Error Line is longer than 80 characters. 89
Error Line contains a tab character. 89
Error '+' should be on a new line. 89
Error Line contains a tab character. 90
Error Line contains a tab character. 91

com/germinus/easyconf/FileURLChangedReloadingStrategy.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error First sentence should end with a period. 20
Error Missing a Javadoc comment. 28
Error Parameter url should be final. 28
Error Missing a Javadoc comment. 32
Error Parameter url should be final. 32
Error Parameter refreshDelay should be final. 32
Error Line has trailing spaces. 36
Error Method 'reloadingRequired' is not designed for extension - needs to be abstract, final or empty. 37
Error Missing a Javadoc comment. 37

com/germinus/easyconf/Filter.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error First sentence should end with a period. 21
Error Line has trailing spaces. 23
Error Class Filter should be declared as final. 26
Error Missing a Javadoc comment. 28
Error Missing a Javadoc comment. 29
Error Line has trailing spaces. 32
Error Missing a Javadoc comment. 33
Error Parameter selectors should be final. 33
Error 'selectors' hides a field. 33
Error Missing a Javadoc comment. 36
Error Parameter variables should be final. 36
Error 'variables' hides a field. 36
Error Line has trailing spaces. 40
Error Line has trailing spaces. 42
Error Missing a Javadoc comment. 43
Error Parameter first should be final. 43
Error Missing a Javadoc comment. 47
Error Parameter first should be final. 47
Error Parameter second should be final. 47
Error Missing a Javadoc comment. 51
Error Parameter first should be final. 51
Error Parameter second should be final. 51
Error Parameter third should be final. 51
Error Line has trailing spaces. 54
Error Missing a Javadoc comment. 55
Error Parameter selectors should be final. 55
Error Missing a Javadoc comment. 59
Error Parameter var1 should be final. 59
Error Parameter value1 should be final. 59
Error Line has trailing spaces. 64
Error Missing a Javadoc comment. 64
Error Parameter var1 should be final. 64
Error Parameter value1 should be final. 64
Error Parameter var2 should be final. 65
Error Parameter value2 should be final. 65
Error Line has trailing spaces. 71
Error Missing a Javadoc comment. 71
Error Parameter var1 should be final. 71
Error Parameter value1 should be final. 71
Error Parameter var2 should be final. 72
Error Parameter value2 should be final. 72
Error Parameter var3 should be final. 73
Error Parameter value3 should be final. 73
Error Missing a Javadoc comment. 80
Error Parameter vars should be final. 80
Error Line has trailing spaces. 85
Error Missing a Javadoc comment. 86
Error Missing a Javadoc comment. 90
Error Parameter newVars should be final. 90
Error Missing a Javadoc comment. 94
Error Missing a Javadoc comment. 98
Error Line has trailing spaces. 101
Error Missing a Javadoc comment. 102
Error Parameter newSelectors should be final. 102
Error Line has trailing spaces. 106
Error Missing a Javadoc comment. 107
Error Unused @throws tag for 'IllegalArgumentException'. 128
Error Expected an @return tag. 130
Error Parameter n should be final. 130
Error Expected @param tag for 'n'. 130
Error '<' is not preceded with whitespace. 131
Error '<' is not followed by whitespace. 131
Error Line is longer than 80 characters. 132
Error '+' is not preceded with whitespace. 132
Error '+' is not followed by whitespace. 132
Error '==' is not preceded with whitespace. 134
Error '==' is not followed by whitespace. 134
Error Missing a Javadoc comment. 146

com/germinus/easyconf/InvalidPropertyException.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error First sentence should end with a period. 19
Error Missing a Javadoc comment. 30
Error Parameter componentName should be final. 30
Error Parameter e should be final. 30
Error Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. 34
Error Missing a Javadoc comment. 34
Error '+' should be on a new line. 35
Error Line contains a tab character. 36
Error '+' should be on a new line. 36
Error Line is longer than 80 characters. 37
Error Line contains a tab character. 37
Error '+' should be on a new line. 37
Error Line contains a tab character. 38

com/germinus/easyconf/JndiURL.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error First sentence should end with a period. 24
Error Comment matches to-do format 'TODO:'. 26
Error Missing a Javadoc comment. 32
Error Missing a Javadoc comment. 33
Error Missing a Javadoc comment. 34
Error Missing a Javadoc comment. 35
Error Missing a Javadoc comment. 36
Error Missing a Javadoc comment. 38
Error Parameter jndiPath should be final. 38
Error Parameter companyId should be final. 38
Error 'companyId' hides a field. 38
Error Parameter componentName should be final. 38
Error 'componentName' hides a field. 38
Error Missing a Javadoc comment. 44
Error Missing a Javadoc comment. 51
Error Parameter sourcePath should be final. 51
Error Method 'getPrefix' is not designed for extension - needs to be abstract, final or empty. 55
Error Missing a Javadoc comment. 55
Error Method 'getConfiguration' is not designed for extension - needs to be abstract, final or empty. 59
Error Missing a Javadoc comment. 59
Error Line has trailing spaces. 63
Error Line is longer than 80 characters. 63

com/germinus/easyconf/jmx/ComponentConfigurationDynamicMBean.java

ErrorLine
Error Line does not match expected header line of ''. 1
Error Line has trailing spaces. 76
Error Line contains a tab character. 77
Error '{' is followed by whitespace. 77
Error Line has trailing spaces. 83
Error Line contains a tab character. 84
Error Line has trailing spaces. 86
Error Missing a Javadoc comment. 86
Error Line contains a tab character. 87
Error '+' should be on a new line. 87
Error Line contains a tab character. 88
Error '+' should be on a new line. 88
Error Line contains a tab character. 89
Error Line has trailing spaces. 91
Error Line contains a tab character. 91
Error Missing a Javadoc comment. 91
Error Line contains a tab character. 92
Error '+' should be on a new line. 92
Error Line contains a tab character. 93
Error Line has trailing spaces. 95
Error Line contains a tab character. 95
Error Missing a Javadoc comment. 95
Error Line contains a tab character. 96
Error Line has trailing spaces. 98
Error Line contains a tab character. 98
Error Missing a Javadoc comment. 98
Error Line is longer than 80 characters. 99
Error Line contains a tab character. 99
Error Line contains a tab character. 101
Error Missing a Javadoc comment. 101
Error Line contains a tab character. 103
Error Missing a Javadoc comment. 103
Error Line contains a tab character. 105
Error Missing a Javadoc comment. 105
Error Line contains a tab character. 107
Error Missing a Javadoc comment. 107
Error Line contains a tab character. 109
Error Missing a Javadoc comment. 109
Error Line contains a tab character. 111
Error Missing a Javadoc comment. 111
Error Line contains a tab character. 113
Error Missing a Javadoc comment. 113
Error First sentence should end with a period. 115
Error Line contains a tab character. 115
Error Line has trailing spaces. 116
Error Line contains a tab character. 116
Error Line contains a tab character. 117
Error Line contains a tab character. 118
Error Line contains a tab character. 119
Error Line contains a tab character. 120
Error Parameter component should be final. 120
Error Expected @param tag for 'component'. 120
Error Line contains a tab character. 121
Error Line contains a tab character. 122
Error '=' is not preceded with whitespace. 122
Error '=' is not followed by whitespace. 122
Error Line contains a tab character. 123
Error '=' is not preceded with whitespace. 123
Error '=' is not followed by whitespace. 123
Error Line contains a tab character. 124
Error Line contains a tab character. 125
Error First sentence should end with a period. 127
Error Line contains a tab character. 127
Error Line contains a tab character. 128
Error Line contains a tab character. 129
Error Line contains a tab character. 130
Error Line contains a tab character. 131
Error Parameter componentName should be final. 131
Error 'componentName' hides a field. 131
Error Expected @param tag for 'componentName'. 131
Error Line contains a tab character. 132
Error Line contains a tab character. 133
Error Line is longer than 80 characters. 134
Error Line contains a tab character. 134
Error Line has trailing spaces. 135
Error Line contains a tab character. 135
Error Line contains a tab character. 136
Error First sentence should end with a period. 138
Error Line contains a tab character. 138
Error Line contains a tab character. 139
Error Line contains a tab character. 140
Error Line contains a tab character. 141
Error '{' is not preceded with whitespace. 141
Error Line contains a tab character. 142
Error Line contains a tab character. 143
Error Line contains a tab character. 144
Error First sentence should end with a period. 146
Error Line contains a tab character. 146
Error Line contains a tab character. 147
Error Line has trailing spaces. 148
Error Line contains a tab character. 148
Error Line contains a tab character. 149
Error Line contains a tab character. 150
Error Line contains a tab character. 151
Error Method 'getAttribute' is not designed for extension - needs to be abstract, final or empty. 151
Error Parameter attributeName should be final. 151
Error Line contains a tab character. 152
Error Line contains a tab character. 153
Error Line is longer than 80 characters. 154
Error Line contains a tab character. 154
Error 'if' construct must use '{}'s. 155
Error Line contains a tab character. 155
Error Line contains a tab character. 156
Error 'if' construct must use '{}'s. 157
Error Line contains a tab character. 157
Error Line contains a tab character. 158
Error 'if' construct must use '{}'s. 159
Error Line contains a tab character. 159
Error Line contains a tab character. 160
Error 'else' construct must use '{}'s. 161
Error Line contains a tab character. 161
Error Line contains a tab character. 162
Error Line contains a tab character. 163
Error First sentence should end with a period. 165
Error Line contains a tab character. 165
Error Line contains a tab character. 166
Error Line has trailing spaces. 167
Error Line contains a tab character. 167
Error Line is longer than 80 characters. 168
Error Line contains a tab character. 168
Error Line contains a tab character. 169
Error Line contains a tab character. 170
Error Method 'setAttribute' is not designed for extension - needs to be abstract, final or empty. 170
Error Parameter attribute should be final. 170
Error Line is longer than 80 characters. 171
Error Line contains a tab character. 171
Error Line contains a tab character. 172
Error 'if' construct must use '{}'s. 173
Error Line contains a tab character. 173
Error Line contains a tab character. 174
Error Line is longer than 80 characters. 175
Error Line contains a tab character. 175
Error 'if' construct must use '{}'s. 176
Error Line contains a tab character. 176
Error Line is longer than 80 characters. 177
Error Line contains a tab character. 177
Error 'else' construct must use '{}'s. 178
Error Line contains a tab character. 178
Error Line is longer than 80 characters. 179
Error Line contains a tab character. 179
Error Line contains a tab character. 180
Error First sentence should end with a period. 182
Error Line contains a tab character. 182
Error Line contains a tab character. 183
Error Line has trailing spaces. 184
Error Line contains a tab character. 184
Error Line contains a tab character. 185
Error Line contains a tab character. 186
Error Line contains a tab character. 187
Error Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. 187
Error Parameter attributesNames should be final. 187
Error Line contains a tab character. 188
Error Line contains a tab character. 189
Error Line contains a tab character. 190
Error Line contains a tab character. 191
Error Line contains a tab character. 192
Error Line contains a tab character. 193
Error Line contains a tab character. 194
Error Line is longer than 80 characters. 195
Error Line contains a tab character. 195
Error Line is longer than 80 characters. 196
Error Line contains a tab character. 196
Error Line contains a tab character. 197
Error Line contains a tab character. 198
Error Must have at least one statement. 198
Error Line contains a tab character. 199
Error Line contains a tab character. 200
Error Must have at least one statement. 200
Error Line contains a tab character. 201
Error Must have at least one statement. 201
Error Line contains a tab character. 202
Error Line contains a tab character. 203
Error Line contains a tab character. 204
Error Line contains a tab character. 205
Error Line contains a tab character. 206
Error First sentence should end with a period. 208
Error Line contains a tab character. 208
Error Line contains a tab character. 209
Error Line has trailing spaces. 210
Error Line contains a tab character. 210
Error Line is longer than 80 characters. 211
Error Line contains a tab character. 211
Error Line contains a tab character. 212
Error Line contains a tab character. 213
Error Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. 213
Error Parameter attributes should be final. 213
Error Line contains a tab character. 214
Error Line contains a tab character. 215
Error Line contains a tab character. 216
Error Line contains a tab character. 217
Error Line contains a tab character. 218
Error Line contains a tab character. 219
Error Line contains a tab character. 220
Error Line contains a tab character. 221
Error Must have at least one statement. 221
Error Line contains a tab character. 222
Error Must have at least one statement. 222
Error Line contains a tab character. 223
Error Must have at least one statement. 223
Error Line contains a tab character. 224
Error Must have at least one statement. 224
Error Line contains a tab character. 225
Error Line contains a tab character. 226
Error Line contains a tab character. 227
Error Line contains a tab character. 228
Error Line contains a tab character. 230
Error Line has trailing spaces. 231
Error Line contains a tab character. 231
Error Line contains a tab character. 232
Error Line contains a tab character. 233
Error Line contains a tab character. 234
Error Line contains a tab character. 235
Error Line contains a tab character. 236
Error Line contains a tab character. 237
Error Line contains a tab character. 238
Error Line contains a tab character. 239
Error Line contains a tab character. 240
Error Line has trailing spaces. 241
Error Line contains a tab character. 241
Error Line contains a tab character. 242
Error Line contains a tab character. 243
Error Line contains a tab character. 244
Error Line contains a tab character. 245
Error Method 'invoke' is not designed for extension - needs to be abstract, final or empty. 245
Error Parameter operationName should be final. 245
Error Parameter params should be final. 245
Error Line is longer than 80 characters. 246
Error Line contains a tab character. 246
Error Parameter signature should be final. 246
Error Line contains a tab character. 247
Error Line contains a tab character. 248
Error Line contains a tab character. 249
Error Line contains a tab character. 250
Error Line contains a tab character. 251
Error 'if' construct must use '{}'s. 252
Error Line contains a tab character. 252
Error Line contains a tab character. 253
Error 'if' construct must use '{}'s. 254
Error Line contains a tab character. 254
Error Line contains a tab character. 255
Error 'else' construct must use '{}'s. 256
Error Line contains a tab character. 256
Error Line is longer than 80 characters. 257
Error Line contains a tab character. 257
Error Line is longer than 80 characters. 258
Error Line contains a tab character. 258
Error Line is longer than 80 characters. 259
Error Line contains a tab character. 259
Error Line contains a tab character. 260
Error Line contains a tab character. 261
Error Line contains a tab character. 262
Error Line is longer than 80 characters. 263
Error Line contains a tab character. 263
Error Line contains a tab character. 264
Error Line contains a tab character. 265
Error Line contains a tab character. 267
Error Line contains a tab character. 269
Error Missing a Javadoc comment. 269
Error Line is longer than 80 characters. 270
Error Line contains a tab character. 270
Error Line contains a tab character. 271
Error Line is longer than 80 characters. 272
Error Line contains a tab character. 272
Error Line is longer than 80 characters. 273
Error Line contains a tab character. 273
Error Line contains a tab character. 274
Error Line contains a tab character. 276
Error Missing a Javadoc comment. 276
Error Parameter propertyName should be final. 276
Error Line contains a tab character. 277
Error Line contains a tab character. 278
Error Line contains a tab character. 280
Error Missing a Javadoc comment. 280
Error Parameter propertyName should be final. 280
Error Parameter value should be final. 280
Error Line contains a tab character. 281
Error Line is longer than 80 characters. 282
Error Line contains a tab character. 282
Error 'if' construct must use '{}'s. 283
Error Line contains a tab character. 283
Error Line contains a tab character. 284
Error Line contains a tab character. 285
Error Line is longer than 80 characters. 286
Error Line contains a tab character. 286
Error Line is longer than 80 characters. 287
Error Line contains a tab character. 287
Error Line contains a tab character. 288
Error Line contains a tab character. 289
Error Line contains a tab character. 291
Error Line contains a tab character. 292
Error Line contains a tab character. 293
Error Line has trailing spaces. 294
Error Line contains a tab character. 294
Error Line contains a tab character. 295
Error Line contains a tab character. 296
Error Line contains a tab character. 297
Error Method 'getMBeanInfo' is not designed for extension - needs to be abstract, final or empty. 297
Error Line is longer than 80 characters. 298
Error Line contains a tab character. 298
Error Line contains a tab character. 299
Error Line is longer than 80 characters. 300
Error Line contains a tab character. 300
Error Line contains a tab character. 301
Error Line contains a tab character. 303
Error Line contains a tab character. 304
Error Line has trailing spaces. 305
Error Line contains a tab character. 305
Error Line contains a tab character. 306
Error Line contains a tab character. 307
Error Line contains a tab character. 308
Error Method 'getAttributeInfo' is not designed for extension - needs to be abstract, final or empty. 308
Error Line contains a tab character. 309
Error Line contains a tab character. 310
Error Line contains a tab character. 311
Error Line contains a tab character. 312
Error Line contains a tab character. 313
Error Line contains a tab character. 314
Error Line contains a tab character. 315
Error Line is longer than 80 characters. 316
Error Line contains a tab character. 316
Error Line contains a tab character. 317
Error Line is longer than 80 characters. 318
Error Line contains a tab character. 318
Error Line is longer than 80 characters. 319
Error Line contains a tab character. 319
Error Line is longer than 80 characters. 320
Error Line contains a tab character. 320
Error Line is longer than 80 characters. 321
Error Line contains a tab character. 321
Error Line contains a tab character. 322
Error Line contains a tab character. 323
Error Line is longer than 80 characters. 324
Error Line contains a tab character. 324
Error Line is longer than 80 characters. 325
Error Line contains a tab character. 325
Error Line contains a tab character. 326
Error Line contains a tab character. 327
Error Line contains a tab character. 328
Error Line contains a tab character. 329
Error Line contains a tab character. 331
Error Line contains a tab character. 332
Error Line has trailing spaces. 333
Error Line contains a tab character. 333
Error Line contains a tab character. 334
Error Line contains a tab character. 335
Error Line contains a tab character. 336
Error Method 'getOperationInfo' is not designed for extension - needs to be abstract, final or empty. 336
Error Line contains a tab character. 337
Error Line contains a tab character. 338
Error Line is longer than 80 characters. 339
Error Line contains a tab character. 339
Error Line is longer than 80 characters. 340
Error Line contains a tab character. 340
Error Line contains a tab character. 341
Error Line is longer than 80 characters. 342
Error Line contains a tab character. 342
Error '{' is followed by whitespace. 342
Error Line is longer than 80 characters. 343
Error Line contains a tab character. 343
Error Line is longer than 80 characters. 344
Error Line contains a tab character. 344
Error Line is longer than 80 characters. 345
Error Line contains a tab character. 345
Error Line contains a tab character. 346
Error Line is longer than 80 characters. 347
Error Line contains a tab character. 347
Error Line is longer than 80 characters. 348
Error Line contains a tab character. 348
Error Line contains a tab character. 349
Error Line is longer than 80 characters. 350
Error Line contains a tab character. 350
Error Line is longer than 80 characters. 351
Error Line contains a tab character. 351
Error Line is longer than 80 characters. 352
Error Line contains a tab character. 352
Error Line is longer than 80 characters. 353
Error Line contains a tab character. 353
Error Line is longer than 80 characters. 354
Error Line contains a tab character. 354
Error Line is longer than 80 characters. 355
Error Line contains a tab character. 355
Error Line is longer than 80 characters. 356
Error Line contains a tab character. 356
Error Line is longer than 80 characters. 357
Error Line contains a tab character. 357
Error Line is longer than 80 characters. 358
Error Line contains a tab character. 358
Error Line is longer than 80 characters. 359
Error Line contains a tab character. 359
Error Line contains a tab character. 360
Error Line is longer than 80 characters. 361
Error Line contains a tab character. 361
Error Line is longer than 80 characters. 362
Error Line contains a tab character. 362
Error Line contains a tab character. 364
Error Line contains a tab character. 365
Error Line contains a tab character. 366
Error Line contains a tab character. 368
Error Line contains a tab character. 369
Error Line has trailing spaces. 370
Error Line contains a tab character. 370
Error Line contains a tab character. 371
Error Line contains a tab character. 372
Error Line contains a tab character. 373
Error Method 'getConsturctorsInfo' is not designed for extension - needs to be abstract, final or empty. 373
Error Line contains a tab character. 374
Error Line contains a tab character. 375
Error Line contains a tab character. 376
Error Line contains a tab character. 377
Error Line contains a tab character. 378
Error '{' is followed by whitespace. 378
Error Line contains a tab character. 379
Error Must have at least one statement. 379
Error Line contains a tab character. 380
Error Line is longer than 80 characters. 381
Error Line contains a tab character. 381
Error '{' is followed by whitespace. 381
Error Line is longer than 80 characters. 382
Error Line contains a tab character. 382
Error Line contains a tab character. 383
Error Line contains a tab character. 384
Error Line contains a tab character. 385
Error Line contains a tab character. 387
Error Line contains a tab character. 388
Error Line has trailing spaces. 389
Error Line contains a tab character. 389
Error Line contains a tab character. 390
Error Line contains a tab character. 391
Error Line contains a tab character. 392
Error Method 'getComponentConfiguration' is not designed for extension - needs to be abstract, final or empty. 392
Error Line contains a tab character. 393
Error Line contains a tab character. 394
Error Line contains a tab character. 396
Error Line contains a tab character. 397
Error Line contains a tab character. 398
Error Line contains a tab character. 399
Error Line contains a tab character. 400
Error Method 'setComponentConfiguration' is not designed for extension - needs to be abstract, final or empty. 400
Error Line contains a tab character. 401
Error Parameter componentConfiguration should be final. 401
Error 'componentConfiguration' hides a field. 401
Error Line contains a tab character. 402
Error Line contains a tab character. 403
Error Line contains a tab character. 405
Error Missing a Javadoc comment. 405
Error Parameter property should be final. 405
Error 'if' construct must use '{}'s. 406
Error Line is longer than 80 characters. 406
Error Line contains a tab character. 406
Error Line contains a tab character. 407
Error 'if' construct must use '{}'s. 408
Error Line contains a tab character. 408
Error Line contains a tab character. 409
Error Line contains a tab character. 410
Error Line contains a tab character. 411

com/germinus/easyconf/jmx/package.html

ErrorLine
Error Missing package documentation file.0

com/germinus/easyconf/package.html

ErrorLine
Error Missing package documentation file.0

com/germinus/easyconf/servlet/RefreshConfigurationServlet.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error First sentence should end with a period. 35
Error Line has trailing spaces. 44
Error Line has trailing spaces. 45
Error Line is longer than 80 characters. 48
Error Method 'service' is not designed for extension - needs to be abstract, final or empty. 48
Error Missing a Javadoc comment. 48
Error Parameter request should be final. 48
Error Parameter response should be final. 48
Error Line has trailing spaces. 59
Error Line is longer than 80 characters. 59
Error Method 'writeSuccessResponse' is not designed for extension - needs to be abstract, final or empty. 59
Error Missing a Javadoc comment. 59
Error Parameter response should be final. 59
Error Parameter componentName should be final. 59
Error Line contains a tab character. 60
Error Line is longer than 80 characters. 63
Error Line has trailing spaces. 74

com/germinus/easyconf/servlet/package.html

ErrorLine
Error Missing package documentation file.0

com/germinus/easyconf/struts/RefreshConfigurationAction.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Using the '.*' form of import should be avoided - org.apache.struts.action.*. 18
Error Missing a Javadoc comment. 32
Error Method 'execute' is not designed for extension - needs to be abstract, final or empty. 34
Error Missing a Javadoc comment. 34
Error Parameter mapping should be final. 34
Error Parameter form should be final. 35
Error Parameter req should be final. 36
Error Line is longer than 80 characters. 37
Error Parameter response should be final. 37

com/germinus/easyconf/struts/package.html

ErrorLine
Error Missing package documentation file.0

com/germinus/easyconf/taglib/ConfigurationObjectTag.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error First sentence should end with a period. 25
Error Line has trailing spaces. 35
Error Line has trailing spaces. 36
Error Missing a Javadoc comment. 41
Error Variable 'id' must be private and have accessor methods. 41
Error Missing a Javadoc comment. 42
Error Variable 'component' must be private and have accessor methods. 42
Error Missing a Javadoc comment. 43
Error Variable 'type' must be private and have accessor methods. 43
Error Expected an @return tag. 48
Error Method 'getId' is not designed for extension - needs to be abstract, final or empty. 48
Error Method 'setId' is not designed for extension - needs to be abstract, final or empty. 52
Error Missing a Javadoc comment. 52
Error Parameter id should be final. 52
Error 'id' hides a field. 52
Error Expected an @return tag. 59
Error Method 'getComponent' is not designed for extension - needs to be abstract, final or empty. 59
Error Method 'setComponent' is not designed for extension - needs to be abstract, final or empty. 63
Error Missing a Javadoc comment. 63
Error Parameter component should be final. 63
Error 'component' hides a field. 63
Error Expected an @return tag. 70
Error Method 'getType' is not designed for extension - needs to be abstract, final or empty. 70
Error Method 'setType' is not designed for extension - needs to be abstract, final or empty. 74
Error Missing a Javadoc comment. 74
Error Parameter type should be final. 74
Error 'type' hides a field. 74
Error First sentence should end with a period. 78
Error Expected an @return tag. 83
Error Method 'doStartTag' is not designed for extension - needs to be abstract, final or empty. 83
Error Expected an @return tag. 95
Error Method 'doAfterBody' is not designed for extension - needs to be abstract, final or empty. 95
Error Expected an @return tag. 106
Error Method 'doEndTag' is not designed for extension - needs to be abstract, final or empty. 106
Error Line contains a tab character. 108
Error Line has trailing spaces. 109
Error Line is longer than 80 characters. 111
Error '+' should be on a new line. 111
Error Line contains a tab character. 112
Error Method 'release' is not designed for extension - needs to be abstract, final or empty. 120
Error Missing a Javadoc comment. 120

com/germinus/easyconf/taglib/ConfigurationObjectTei.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error First sentence should end with a period. 22
Error Line has trailing spaces. 24
Error Expected an @return tag. 32
Error Method 'getVariableInfo' is not designed for extension - needs to be abstract, final or empty. 32
Error Parameter data should be final. 32
Error Expected @param tag for 'data'. 32
Error 'cast' is not followed by whitespace. 34
Error ')' is preceded with whitespace. 40

com/germinus/easyconf/taglib/PropertyTag.java

ErrorLine
Error Line does not match expected header line of ''. 1
Error First sentence should end with a period. 31
Error Line has trailing spaces. 51
Error Line is longer than 80 characters. 52
Error Line contains a tab character. 55
Error Missing a Javadoc comment. 55
Error Line contains a tab character. 57
Error Missing a Javadoc comment. 57
Error Missing a Javadoc comment. 59
Error Variable 'id' must be private and have accessor methods. 59
Error Missing a Javadoc comment. 60
Error Variable 'component' must be private and have accessor methods. 60
Error Missing a Javadoc comment. 61
Error Variable 'property' must be private and have accessor methods. 61
Error Missing a Javadoc comment. 62
Error Variable 'type' must be private and have accessor methods. 62
Error Missing a Javadoc comment. 63
Error Variable 'selector1' must be private and have accessor methods. 63
Error Missing a Javadoc comment. 64
Error Variable 'selector2' must be private and have accessor methods. 64
Error Missing a Javadoc comment. 65
Error Variable 'selector3' must be private and have accessor methods. 65
Error Missing a Javadoc comment. 66
Error Variable 'selector4' must be private and have accessor methods. 66
Error Line has trailing spaces. 67
Error Missing a Javadoc comment. 67
Error Variable 'selector5' must be private and have accessor methods. 67
Error Missing a Javadoc comment. 68
Error Variable 'defaultValue' must be private and have accessor methods. 68
Error Missing a Javadoc comment. 69
Error Line has trailing spaces. 71
Error Line contains a tab character. 71
Error Missing a Javadoc comment. 72
Error Line contains a tab character. 73
Error Line contains a tab character. 74
Error Line contains a tab character. 75
Error Line contains a tab character. 77
Error Expected an @return tag. 80
Error Method 'getId' is not designed for extension - needs to be abstract, final or empty. 80
Error Method 'setId' is not designed for extension - needs to be abstract, final or empty. 84
Error Missing a Javadoc comment. 84
Error Parameter id should be final. 84
Error 'id' hides a field. 84
Error Expected an @return tag. 91
Error Method 'getComponent' is not designed for extension - needs to be abstract, final or empty. 91
Error Method 'setComponent' is not designed for extension - needs to be abstract, final or empty. 95
Error Missing a Javadoc comment. 95
Error Parameter component should be final. 95
Error 'component' hides a field. 95
Error Expected an @return tag. 102
Error Method 'getProperty' is not designed for extension - needs to be abstract, final or empty. 102
Error Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. 106
Error Missing a Javadoc comment. 106
Error Parameter property should be final. 106
Error 'property' hides a field. 106
Error Expected an @return tag. 113
Error Method 'getType' is not designed for extension - needs to be abstract, final or empty. 113
Error Method 'setType' is not designed for extension - needs to be abstract, final or empty. 123
Error Parameter type should be final. 123
Error 'type' hides a field. 123
Error Expected @param tag for 'type'. 123
Error Expected an @return tag. 133
Error Method 'getDefaultValue' is not designed for extension - needs to be abstract, final or empty. 133
Error First sentence should end with a period. 137
Error Method 'setDefaultValue' is not designed for extension - needs to be abstract, final or empty. 141
Error Parameter defaultValue should be final. 141
Error 'defaultValue' hides a field. 141
Error Expected @param tag for 'defaultValue'. 141
Error Line has trailing spaces. 145
Error Expected an @return tag. 149
Error Method 'getSelector1' is not designed for extension - needs to be abstract, final or empty. 149
Error Method 'setSelector1' is not designed for extension - needs to be abstract, final or empty. 152
Error Missing a Javadoc comment. 152
Error Parameter selector1 should be final. 152
Error 'selector1' hides a field. 152
Error Line has trailing spaces. 155
Error Expected an @return tag. 159
Error Method 'getSelector2' is not designed for extension - needs to be abstract, final or empty. 159
Error Method 'setSelector2' is not designed for extension - needs to be abstract, final or empty. 162
Error Missing a Javadoc comment. 162
Error Parameter selector2 should be final. 162
Error 'selector2' hides a field. 162
Error Expected an @return tag. 169
Error Method 'getSelector3' is not designed for extension - needs to be abstract, final or empty. 169
Error Method 'setSelector3' is not designed for extension - needs to be abstract, final or empty. 172
Error Missing a Javadoc comment. 172
Error Parameter selector3 should be final. 172
Error 'selector3' hides a field. 172
Error Expected an @return tag. 179
Error Method 'getSelector4' is not designed for extension - needs to be abstract, final or empty. 179
Error Method 'setSelector4' is not designed for extension - needs to be abstract, final or empty. 182
Error Missing a Javadoc comment. 182
Error Parameter selector4 should be final. 182
Error 'selector4' hides a field. 182
Error Expected an @return tag. 189
Error Method 'getSelector5' is not designed for extension - needs to be abstract, final or empty. 189
Error Method 'setSelector5' is not designed for extension - needs to be abstract, final or empty. 192
Error Missing a Javadoc comment. 192
Error Parameter selector5 should be final. 192
Error 'selector5' hides a field. 192
Error Line has trailing spaces. 195
Error Missing a Javadoc comment. 196
Error Line has trailing spaces. 216
Error First sentence should end with a period. 217
Error Expected an @return tag. 222
Error Method 'doStartTag' is not designed for extension - needs to be abstract, final or empty. 222
Error Expected an @return tag. 234
Error Method 'doAfterBody' is not designed for extension - needs to be abstract, final or empty. 234
Error Expected an @return tag. 245
Error Method 'doEndTag' is not designed for extension - needs to be abstract, final or empty. 245
Error Line has trailing spaces. 247
Error Line contains a tab character. 249
Error Line has trailing spaces. 252
Error Line is longer than 80 characters. 254
Error Missing a Javadoc comment. 263
Error Parameter conf should be final. 263
Error Line is longer than 80 characters. 268
Error Line is longer than 80 characters. 270
Error Line is longer than 80 characters. 273
Error '+' is not followed by whitespace. 294
Error Missing a Javadoc comment. 301
Error Method 'release' is not designed for extension - needs to be abstract, final or empty. 305
Error Missing a Javadoc comment. 305

com/germinus/easyconf/taglib/PropertyTei.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error First sentence should end with a period. 24
Error Line has trailing spaces. 26
Error Expected an @return tag. 34
Error Method 'getVariableInfo' is not designed for extension - needs to be abstract, final or empty. 34
Error Parameter data should be final. 34
Error Expected @param tag for 'data'. 34
Error 'cast' is not followed by whitespace. 36
Error ')' is preceded with whitespace. 45

com/germinus/easyconf/taglib/package.html

ErrorLine
Error Missing package documentation file.0