Checkstyle Results

The following document contains the results of Checkstyle .

Summary

FilesErrors
25624

Files

FilesErrors
org/apache/commons/validator/Arg.java 20
org/apache/commons/validator/Constant.java 6
org/apache/commons/validator/CreditCardValidator.java 12
org/apache/commons/validator/DateValidator.java 7
org/apache/commons/validator/EmailValidator.java 13
org/apache/commons/validator/Field.java 137
org/apache/commons/validator/Form.java 26
org/apache/commons/validator/FormSet.java 37
org/apache/commons/validator/GenericTypeValidator.java 10
org/apache/commons/validator/GenericValidator.java 40
org/apache/commons/validator/Msg.java 19
org/apache/commons/validator/UrlValidator.java 20
org/apache/commons/validator/Validator.java 39
org/apache/commons/validator/ValidatorAction.java 54
org/apache/commons/validator/ValidatorException.java 1
org/apache/commons/validator/ValidatorResources.java 60
org/apache/commons/validator/ValidatorResourcesInitializer.java 9
org/apache/commons/validator/ValidatorResult.java 30
org/apache/commons/validator/ValidatorResults.java 28
org/apache/commons/validator/ValidatorUtil.java 8
org/apache/commons/validator/Var.java 19
org/apache/commons/validator/util/Flags.java 23
org/apache/commons/validator/util/ValidatorUtils.java 5
org/apache/commons/validator/util/package.html 1

org/apache/commons/validator/Arg.java

ErrorLine
Missing a header - not enough lines in file. 1
Variable 'bundle' must be private and have accessor methods. 48
Variable 'key' must be private and have accessor methods. 53
Variable 'name' must be private and have accessor methods. 58
Variable 'position' must be private and have accessor methods. 65
Variable 'resource' must be private and have accessor methods. 72
Method 'clone' is not designed for extension - needs to be abstract, final or empty. 78
Expected an @return tag. 91
Method 'getBundle' is not designed for extension - needs to be abstract, final or empty. 91
Method 'getKey' is not designed for extension - needs to be abstract, final or empty. 99
Method 'getName' is not designed for extension - needs to be abstract, final or empty. 107
Method 'getPosition' is not designed for extension - needs to be abstract, final or empty. 115
Method 'getResource' is not designed for extension - needs to be abstract, final or empty. 124
Method 'isResource' is not designed for extension - needs to be abstract, final or empty. 132
Method 'setBundle' is not designed for extension - needs to be abstract, final or empty. 141
Method 'setKey' is not designed for extension - needs to be abstract, final or empty. 149
Method 'setName' is not designed for extension - needs to be abstract, final or empty. 157
Method 'setPosition' is not designed for extension - needs to be abstract, final or empty. 165
Method 'setResource' is not designed for extension - needs to be abstract, final or empty. 173
Method 'toString' is not designed for extension - needs to be abstract, final or empty. 181

org/apache/commons/validator/Constant.java

ErrorLine
Missing a header - not enough lines in file. 1
Method 'getName' is not designed for extension - needs to be abstract, final or empty. 56
Method 'setName' is not designed for extension - needs to be abstract, final or empty. 64
Method 'getValue' is not designed for extension - needs to be abstract, final or empty. 72
Method 'setValue' is not designed for extension - needs to be abstract, final or empty. 80
Method 'toString' is not designed for extension - needs to be abstract, final or empty. 88

org/apache/commons/validator/CreditCardValidator.java

ErrorLine
Line does not match expected header line of ''. 1
Expected an @return tag. 127
Method 'isValid' is not designed for extension - needs to be abstract, final or empty. 127
Method 'addAllowedCardType' is not designed for extension - needs to be abstract, final or empty. 153
Expected an @return tag. 161
Method 'luhnCheck' is not designed for extension - needs to be abstract, final or empty. 161
Expected an @return tag. 191
Method 'isValidPrefix' is not designed for extension - needs to be abstract, final or empty. 191
Method 'matches' is not designed for extension - needs to be abstract, final or empty. 227
Method 'matches' is not designed for extension - needs to be abstract, final or empty. 236
Method 'matches' is not designed for extension - needs to be abstract, final or empty. 244
Method 'matches' is not designed for extension - needs to be abstract, final or empty. 251

org/apache/commons/validator/DateValidator.java

ErrorLine
Missing a header - not enough lines in file. 1
Name 'instance' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 43
Expected an @return tag. 48
Expected an @return tag. 70
Method 'isValid' is not designed for extension - needs to be abstract, final or empty. 70
Expected an @return tag. 104
Method 'isValid' is not designed for extension - needs to be abstract, final or empty. 104

org/apache/commons/validator/EmailValidator.java

ErrorLine
Line does not match expected header line of ''. 1
Name 'instance' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 59
Expected an @return tag. 64
Expected an @return tag. 81
Method 'isValid' is not designed for extension - needs to be abstract, final or empty. 81
Expected an @return tag. 116
Method 'isValidDomain' is not designed for extension - needs to be abstract, final or empty. 116
Expected an @return tag. 145
Method 'isValidUser' is not designed for extension - needs to be abstract, final or empty. 145
Expected an @return tag. 154
Method 'isValidIpAddress' is not designed for extension - needs to be abstract, final or empty. 154
Expected an @return tag. 181
Method 'isValidSymbolicDomain' is not designed for extension - needs to be abstract, final or empty. 181

org/apache/commons/validator/Field.java

ErrorLine
Line does not match expected header line of ''. 1
Missing a Javadoc comment. 71
Missing a Javadoc comment. 72
Missing a Javadoc comment. 73
Missing a Javadoc comment. 75
Variable 'property' must be private and have accessor methods. 75
Missing a Javadoc comment. 76
Variable 'indexedProperty' must be private and have accessor methods. 76
Missing a Javadoc comment. 77
Variable 'indexedListProperty' must be private and have accessor methods. 77
Missing a Javadoc comment. 78
Variable 'key' must be private and have accessor methods. 78
Variable 'depends' must be private and have accessor methods. 83
Missing a Javadoc comment. 85
Variable 'page' must be private and have accessor methods. 85
Missing a Javadoc comment. 87
Variable 'fieldOrder' must be private and have accessor methods. 87
Variable 'hDependencies' must be private and have accessor methods. 92
Missing a Javadoc comment. 102
Variable 'hVars' must be private and have accessor methods. 102
Missing a Javadoc comment. 104
Variable 'hMsgs' must be private and have accessor methods. 104
Variable 'args' must be private and have accessor methods. 112
Variable 'hArg0' must be private and have accessor methods. 117
Variable 'hArg1' must be private and have accessor methods. 122
Variable 'hArg2' must be private and have accessor methods. 127
Variable 'hArg3' must be private and have accessor methods. 132
Expected an @return tag. 138
Method 'getPage' is not designed for extension - needs to be abstract, final or empty. 138
Method 'setPage' is not designed for extension - needs to be abstract, final or empty. 146
Expected @param tag for 'page'. 146
Expected an @return tag. 153
Method 'getFieldOrder' is not designed for extension - needs to be abstract, final or empty. 153
Method 'setFieldOrder' is not designed for extension - needs to be abstract, final or empty. 160
Expected @param tag for 'fieldOrder'. 160
Expected an @return tag. 167
Method 'getProperty' is not designed for extension - needs to be abstract, final or empty. 167
Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. 174
Expected @param tag for 'property'. 174
Expected an @return tag. 183
Method 'getIndexedProperty' is not designed for extension - needs to be abstract, final or empty. 183
Method 'setIndexedProperty' is not designed for extension - needs to be abstract, final or empty. 190
Expected @param tag for 'indexedProperty'. 190
Expected an @return tag. 201
Method 'getIndexedListProperty' is not designed for extension - needs to be abstract, final or empty. 201
Method 'setIndexedListProperty' is not designed for extension - needs to be abstract, final or empty. 208
Expected @param tag for 'indexedListProperty'. 208
Expected an @return tag. 215
Method 'getDepends' is not designed for extension - needs to be abstract, final or empty. 215
Method 'setDepends' is not designed for extension - needs to be abstract, final or empty. 223
Method 'addMsg' is not designed for extension - needs to be abstract, final or empty. 241
Expected @param tag for 'msg'. 241
Expected an @return tag. 248
Method 'getMsg' is not designed for extension - needs to be abstract, final or empty. 248
Expected @param tag for 'key'. 248
Method 'addArg' is not designed for extension - needs to be abstract, final or empty. 256
Expected @param tag for 'arg'. 256
Method 'getArg' is not designed for extension - needs to be abstract, final or empty. 297
Expected @param tag for 'position'. 297
Method 'getArg' is not designed for extension - needs to be abstract, final or empty. 311
Method 'getArgs' is not designed for extension - needs to be abstract, final or empty. 334
Line contains a tab character. 338
Line contains a tab character. 339
Method 'addArg0' is not designed for extension - needs to be abstract, final or empty. 348
Expected @param tag for 'arg'. 348
Expected an @return tag. 357
Method 'getArg0' is not designed for extension - needs to be abstract, final or empty. 357
Expected an @return tag. 367
Method 'getArg0' is not designed for extension - needs to be abstract, final or empty. 367
Expected @param tag for 'key'. 367
Method 'addArg1' is not designed for extension - needs to be abstract, final or empty. 375
Expected @param tag for 'arg'. 375
Expected an @return tag. 384
Method 'getArg1' is not designed for extension - needs to be abstract, final or empty. 384
Expected an @return tag. 393
Method 'getArg1' is not designed for extension - needs to be abstract, final or empty. 393
Expected @param tag for 'key'. 393
Method 'addArg2' is not designed for extension - needs to be abstract, final or empty. 401
Expected @param tag for 'arg'. 401
Expected an @return tag. 410
Method 'getArg2' is not designed for extension - needs to be abstract, final or empty. 410
Expected an @return tag. 419
Method 'getArg2' is not designed for extension - needs to be abstract, final or empty. 419
Expected @param tag for 'key'. 419
Method 'addArg3' is not designed for extension - needs to be abstract, final or empty. 427
Expected @param tag for 'arg'. 427
Expected an @return tag. 436
Method 'getArg3' is not designed for extension - needs to be abstract, final or empty. 436
Expected an @return tag. 445
Method 'getArg3' is not designed for extension - needs to be abstract, final or empty. 445
Expected @param tag for 'key'. 445
Method 'addVar' is not designed for extension - needs to be abstract, final or empty. 452
Expected @param tag for 'v'. 452
Method 'addVarParam' is not designed for extension - needs to be abstract, final or empty. 461
Expected @param tag for 'name'. 461
Expected @param tag for 'value'. 461
Expected @param tag for 'jsType'. 461
Method 'addVar' is not designed for extension - needs to be abstract, final or empty. 472
Expected @param tag for 'name'. 472
Expected @param tag for 'value'. 472
Expected @param tag for 'jsType'. 472
Expected an @return tag. 480
Method 'getVar' is not designed for extension - needs to be abstract, final or empty. 480
Expected @param tag for 'mainKey'. 480
Expected an @return tag. 488
Method 'getVarValue' is not designed for extension - needs to be abstract, final or empty. 488
Expected @param tag for 'mainKey'. 488
Expected an @return tag. 504
Method 'getVars' is not designed for extension - needs to be abstract, final or empty. 504
Expected an @return tag. 511
Method 'getKey' is not designed for extension - needs to be abstract, final or empty. 511
Method 'setKey' is not designed for extension - needs to be abstract, final or empty. 524
Expected @param tag for 'key'. 524
Expected an @return tag. 533
Method 'isIndexed' is not designed for extension - needs to be abstract, final or empty. 533
Method 'generateKey' is not designed for extension - needs to be abstract, final or empty. 540
Method 'process' is not designed for extension - needs to be abstract, final or empty. 554
Expected @param tag for 'globalConstants'. 554
Expected @param tag for 'constants'. 554
Method 'processMessageComponents' is not designed for extension - needs to be abstract, final or empty. 617
Expected @param tag for 'key'. 617
Expected @param tag for 'replaceValue'. 617
Expected an @return tag. 668
Method 'isDependency' is not designed for extension - needs to be abstract, final or empty. 668
Expected @param tag for 'validatorName'. 668
Expected an @return tag. 676
Method 'getDependencies' is not designed for extension - needs to be abstract, final or empty. 676
Expected an @return tag. 684
Method 'getDependencyList' is not designed for extension - needs to be abstract, final or empty. 684
Expected an @return tag. 692
Method 'clone' is not designed for extension - needs to be abstract, final or empty. 692
Expected an @return tag. 729
Method 'toString' is not designed for extension - needs to be abstract, final or empty. 729
Method 'getIndexedProperty' is not designed for extension - needs to be abstract, final or empty. 762
More than 3 parameters. 794
More than 3 parameters. 824
Method 'validate' is not designed for extension - needs to be abstract, final or empty. 865

org/apache/commons/validator/Form.java

ErrorLine
Missing a header - not enough lines in file. 1
Variable 'name' must be private and have accessor methods. 50
Variable 'lFields' must be private and have accessor methods. 58
Variable 'hFields' must be private and have accessor methods. 63
Expected an @return tag. 68
Method 'getName' is not designed for extension - needs to be abstract, final or empty. 68
Method 'setName' is not designed for extension - needs to be abstract, final or empty. 75
Expected @param tag for 'name'. 75
Method 'addField' is not designed for extension - needs to be abstract, final or empty. 82
Expected @param tag for 'f'. 82
Expected an @return tag. 91
Method 'getFields' is not designed for extension - needs to be abstract, final or empty. 91
Expected an @return tag. 99
Method 'getFieldMap' is not designed for extension - needs to be abstract, final or empty. 99
Expected an @return tag. 108
Method 'getField' is not designed for extension - needs to be abstract, final or empty. 108
Expected @param tag for 'fieldName'. 108
Expected an @return tag. 116
Method 'containsField' is not designed for extension - needs to be abstract, final or empty. 116
Expected @param tag for 'fieldName'. 116
Method 'process' is not designed for extension - needs to be abstract, final or empty. 125
Expected @param tag for 'globalConstants'. 125
Expected @param tag for 'constants'. 125
Expected an @return tag. 137
Method 'toString' is not designed for extension - needs to be abstract, final or empty. 137
Method 'validate' is not designed for extension - needs to be abstract, final or empty. 162

org/apache/commons/validator/FormSet.java

ErrorLine
Line does not match expected header line of ''. 1
Expected an @return tag. 74
Method 'isProcessed' is not designed for extension - needs to be abstract, final or empty. 74
Expected an @return tag. 81
Method 'getLanguage' is not designed for extension - needs to be abstract, final or empty. 81
Method 'setLanguage' is not designed for extension - needs to be abstract, final or empty. 88
Expected @param tag for 'language'. 88
Expected an @return tag. 95
Method 'getCountry' is not designed for extension - needs to be abstract, final or empty. 95
Method 'setCountry' is not designed for extension - needs to be abstract, final or empty. 102
Expected @param tag for 'country'. 102
Expected an @return tag. 109
Method 'getVariant' is not designed for extension - needs to be abstract, final or empty. 109
Method 'setVariant' is not designed for extension - needs to be abstract, final or empty. 116
Expected @param tag for 'variant'. 116
Method 'addConstant' is not designed for extension - needs to be abstract, final or empty. 124
Expected @param tag for 'c'. 124
Method 'addConstantParam' is not designed for extension - needs to be abstract, final or empty. 136
Expected @param tag for 'name'. 136
Expected @param tag for 'value'. 136
Method 'addConstant' is not designed for extension - needs to be abstract, final or empty. 147
Expected @param tag for 'name'. 147
Expected @param tag for 'value'. 147
Method 'addForm' is not designed for extension - needs to be abstract, final or empty. 154
Expected @param tag for 'f'. 154
Expected an @return tag. 162
Method 'getForm' is not designed for extension - needs to be abstract, final or empty. 162
Expected @param tag for 'key'. 162
Expected an @return tag. 169
Method 'getForm' is not designed for extension - needs to be abstract, final or empty. 169
Expected @param tag for 'formName'. 169
Expected an @return tag. 177
Method 'getForms' is not designed for extension - needs to be abstract, final or empty. 177
Method 'process' is not designed for extension - needs to be abstract, final or empty. 186
Expected @param tag for 'globalConstants'. 186
Expected an @return tag. 198
Method 'toString' is not designed for extension - needs to be abstract, final or empty. 198

org/apache/commons/validator/GenericTypeValidator.java

ErrorLine
Line does not match expected header line of ''. 1
Expected an @return tag. 48
Expected an @return tag. 66
Expected an @return tag. 84
Expected an @return tag. 102
Expected an @return tag. 120
Expected an @return tag. 138
Expected an @return tag. 159
Expected an @return tag. 200
Expected an @return tag. 235

org/apache/commons/validator/GenericValidator.java

ErrorLine
Line does not match expected header line of ''. 1
Name 'urlValidator' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 43
Name 'creditCardValidator' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 48
Expected an @return tag. 57
Expected an @return tag. 67
Expected an @return tag. 81
Expected an @return tag. 90
Expected an @return tag. 99
Expected an @return tag. 108
Expected an @return tag. 117
Expected an @return tag. 126
Expected an @return tag. 139
Expected an @return tag. 154
Line contains a tab character. 159
Line contains a tab character. 160
Line contains a tab character. 161
Line contains a tab character. 162
Line contains a tab character. 163
Line contains a tab character. 164
Line contains a tab character. 165
Expected an @return tag. 166
Line contains a tab character. 167
Expected an @return tag. 178
Expected an @return tag. 190
Expected an @return tag. 202
Line contains a tab character. 210
Line contains a tab character. 211
Line contains a tab character. 212
Expected an @return tag. 214
Expected an @return tag. 226
Expected an @return tag. 234
Expected an @return tag. 244
Expected an @return tag. 254
Method 'validateCreditCardPrefixCheck' is not designed for extension - needs to be abstract, final or empty. 254
Expected an @return tag. 263
Expected an @return tag. 274
Expected an @return tag. 284
Expected an @return tag. 294
Expected an @return tag. 302
Expected @param tag for 'regexp'. 302

org/apache/commons/validator/Msg.java

ErrorLine
Missing a header - not enough lines in file. 1
Variable 'bundle' must be private and have accessor methods. 39
Variable 'key' must be private and have accessor methods. 44
Variable 'name' must be private and have accessor methods. 49
Expected an @return tag. 55
Method 'getBundle' is not designed for extension - needs to be abstract, final or empty. 55
Method 'setBundle' is not designed for extension - needs to be abstract, final or empty. 64
Expected an @return tag. 71
Method 'getName' is not designed for extension - needs to be abstract, final or empty. 71
Method 'setName' is not designed for extension - needs to be abstract, final or empty. 78
Expected @param tag for 'name'. 78
Expected an @return tag. 85
Method 'getKey' is not designed for extension - needs to be abstract, final or empty. 85
Method 'setKey' is not designed for extension - needs to be abstract, final or empty. 92
Expected @param tag for 'key'. 92
Expected an @return tag. 99
Method 'clone' is not designed for extension - needs to be abstract, final or empty. 99
Expected an @return tag. 111
Method 'toString' is not designed for extension - needs to be abstract, final or empty. 111

org/apache/commons/validator/UrlValidator.java

ErrorLine
Line does not match expected header line of ''. 1
Variable 'defaultSchemes' must be private and have accessor methods. 183
Method 'isValid' is not designed for extension - needs to be abstract, final or empty. 242
Method 'isValidScheme' is not designed for extension - needs to be abstract, final or empty. 290
Expected an @return tag. 314
Method 'isValidAuthority' is not designed for extension - needs to be abstract, final or empty. 314
Expected @param tag for 'authority'. 314
Expected an @return tag. 416
Method 'isValidPath' is not designed for extension - needs to be abstract, final or empty. 416
Expected @param tag for 'path'. 416
Expected an @return tag. 450
Method 'isValidQuery' is not designed for extension - needs to be abstract, final or empty. 450
Expected @param tag for 'query'. 450
Expected an @return tag. 462
Method 'isValidFragment' is not designed for extension - needs to be abstract, final or empty. 462
Expected @param tag for 'fragment'. 462
Expected an @return tag. 473
Method 'countToken' is not designed for extension - needs to be abstract, final or empty. 473
Expected @param tag for 'token'. 473
Expected @param tag for 'target'. 473

org/apache/commons/validator/Validator.java

ErrorLine
Line does not match expected header line of ''. 1
Variable 'log' must be private and have accessor methods. 43
Missing a Javadoc comment. 126
Variable 'resources' must be private and have accessor methods. 126
Missing a Javadoc comment. 128
Variable 'formName' must be private and have accessor methods. 128
Variable 'parameters' must be private and have accessor methods. 134
Variable 'hResources' must be private and have accessor methods. 139
Variable 'page' must be private and have accessor methods. 144
Variable 'classLoader' must be private and have accessor methods. 152
Variable 'useContextClassLoader' must be private and have accessor methods. 158
Variable 'onlyReturnErrors' must be private and have accessor methods. 163
Method 'addResource' is not designed for extension - needs to be abstract, final or empty. 206
Method 'setParameter' is not designed for extension - needs to be abstract, final or empty. 219
Expected an @return tag. 230
Method 'getResource' is not designed for extension - needs to be abstract, final or empty. 230
Expected an @return tag. 241
Method 'getParameterValue' is not designed for extension - needs to be abstract, final or empty. 241
Expected an @return tag. 248
Method 'getFormName' is not designed for extension - needs to be abstract, final or empty. 248
Method 'setFormName' is not designed for extension - needs to be abstract, final or empty. 255
Expected @param tag for 'formName'. 255
Expected an @return tag. 264
Method 'getPage' is not designed for extension - needs to be abstract, final or empty. 264
Method 'setPage' is not designed for extension - needs to be abstract, final or empty. 273
Expected @param tag for 'page'. 273
Method 'clear' is not designed for extension - needs to be abstract, final or empty. 286
Expected an @return tag. 296
Method 'getUseContextClassLoader' is not designed for extension - needs to be abstract, final or empty. 296
Method 'setUseContextClassLoader' is not designed for extension - needs to be abstract, final or empty. 309
Expected an @return tag. 323
Method 'getClassLoader' is not designed for extension - needs to be abstract, final or empty. 323
Method 'setClassLoader' is not designed for extension - needs to be abstract, final or empty. 345
Method 'validate' is not designed for extension - needs to be abstract, final or empty. 356
Expected @throws tag for 'ValidatorException'. 356
Expected an @return tag. 379
Method 'getOnlyReturnErrors' is not designed for extension - needs to be abstract, final or empty. 379
Method 'setOnlyReturnErrors' is not designed for extension - needs to be abstract, final or empty. 388
Expected @param tag for 'onlyReturnErrors'. 388

org/apache/commons/validator/ValidatorAction.java

ErrorLine
Line does not match expected header line of ''. 1
Name 'log' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 55
Expected an @return tag. 165
Method 'getName' is not designed for extension - needs to be abstract, final or empty. 165
Method 'setName' is not designed for extension - needs to be abstract, final or empty. 172
Expected @param tag for 'name'. 172
Expected an @return tag. 179
Method 'getClassname' is not designed for extension - needs to be abstract, final or empty. 179
Method 'setClassname' is not designed for extension - needs to be abstract, final or empty. 186
Expected @param tag for 'classname'. 186
Expected an @return tag. 193
Method 'getMethod' is not designed for extension - needs to be abstract, final or empty. 193
Method 'setMethod' is not designed for extension - needs to be abstract, final or empty. 200
Expected @param tag for 'method'. 200
Expected an @return tag. 207
Method 'getMethodParams' is not designed for extension - needs to be abstract, final or empty. 207
Method 'setMethodParams' is not designed for extension - needs to be abstract, final or empty. 215
Expected an @return tag. 234
Method 'getMethodParamsList' is not designed for extension - needs to be abstract, final or empty. 234
Expected an @return tag. 242
Method 'getDepends' is not designed for extension - needs to be abstract, final or empty. 242
Method 'setDepends' is not designed for extension - needs to be abstract, final or empty. 250
Expected an @return tag. 268
Method 'getMsg' is not designed for extension - needs to be abstract, final or empty. 268
Method 'setMsg' is not designed for extension - needs to be abstract, final or empty. 275
Expected @param tag for 'msg'. 275
Expected an @return tag. 284
Method 'getJsFunctionName' is not designed for extension - needs to be abstract, final or empty. 284
Method 'setJsFunctionName' is not designed for extension - needs to be abstract, final or empty. 293
Expected @param tag for 'jsFunctionName'. 293
Method 'setJsFunction' is not designed for extension - needs to be abstract, final or empty. 322
Expected @param tag for 'jsFunction'. 322
Expected an @return tag. 334
Method 'getJavascript' is not designed for extension - needs to be abstract, final or empty. 334
Method 'setJavascript' is not designed for extension - needs to be abstract, final or empty. 342
Expected @param tag for 'javascript'. 342
Expected an @return tag. 354
Method 'getClassnameInstance' is not designed for extension - needs to be abstract, final or empty. 354
Method 'setClassnameInstance' is not designed for extension - needs to be abstract, final or empty. 362
Expected @param tag for 'instance'. 362
Method 'init' is not designed for extension - needs to be abstract, final or empty. 369
Method 'loadJavascriptFunction' is not designed for extension - needs to be abstract, final or empty. 384
Expected @param tag for 'globalConstants'. 497
Expected an @return tag. 504
Method 'isDependency' is not designed for extension - needs to be abstract, final or empty. 504
Expected @param tag for 'validatorName'. 504
Expected an @return tag. 512
Method 'getDependencies' is not designed for extension - needs to be abstract, final or empty. 512
Expected an @return tag. 520
Method 'getDependencyList' is not designed for extension - needs to be abstract, final or empty. 520
Expected an @return tag. 527
Method 'toString' is not designed for extension - needs to be abstract, final or empty. 527
Method 'executeValidationMethod' is not designed for extension - needs to be abstract, final or empty. 544
More than 3 parameters. 544

org/apache/commons/validator/ValidatorException.java

ErrorLine
Missing a header - not enough lines in file. 1

org/apache/commons/validator/ValidatorResources.java

ErrorLine
Line does not match expected header line of ''. 1
Name 'registrations' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 66
Variable 'log' must be private and have accessor methods. 81
Variable 'hFormSets' must be private and have accessor methods. 87
Variable 'hConstants' must be private and have accessor methods. 93
Variable 'hActions' must be private and have accessor methods. 99
Variable 'defaultLocale' must be private and have accessor methods. 104
Expected @throws tag for 'IOException'. 123
Expected @throws tag for 'IOException'. 139
Method 'put' is not designed for extension - needs to be abstract, final or empty. 171
Expected @param tag for 'fs'. 171
Method 'addFormSet' is not designed for extension - needs to be abstract, final or empty. 181
Expected @param tag for 'fs'. 181
Method 'addConstant' is not designed for extension - needs to be abstract, final or empty. 202
Expected @param tag for 'c'. 202
Method 'addConstantParam' is not designed for extension - needs to be abstract, final or empty. 210
Expected @param tag for 'name'. 210
Expected @param tag for 'value'. 210
Method 'addConstant' is not designed for extension - needs to be abstract, final or empty. 227
Expected @param tag for 'name'. 227
Expected @param tag for 'value'. 227
Method 'addValidatorAction' is not designed for extension - needs to be abstract, final or empty. 241
Expected @param tag for 'va'. 241
Expected an @return tag. 254
Method 'getValidatorAction' is not designed for extension - needs to be abstract, final or empty. 254
Expected @param tag for 'key'. 254
Expected an @return tag. 261
Method 'getValidatorActions' is not designed for extension - needs to be abstract, final or empty. 261
Expected an @return tag. 269
Method 'buildKey' is not designed for extension - needs to be abstract, final or empty. 269
Expected @param tag for 'fs'. 269
Expected an @return tag. 302
Method 'get' is not designed for extension - needs to be abstract, final or empty. 302
Expected @param tag for 'locale'. 302
Expected @param tag for 'formKey'. 302
Expected an @return tag. 319
Method 'getForm' is not designed for extension - needs to be abstract, final or empty. 319
Expected @param tag for 'locale'. 319
Expected @param tag for 'formKey'. 319
Expected an @return tag. 339
Method 'get' is not designed for extension - needs to be abstract, final or empty. 339
More than 3 parameters. 339
Expected @param tag for 'language'. 340
Expected @param tag for 'country'. 341
Expected @param tag for 'variant'. 342
Expected @param tag for 'formKey'. 343
Expected an @return tag. 361
Method 'getForm' is not designed for extension - needs to be abstract, final or empty. 361
More than 3 parameters. 361
Expected @param tag for 'language'. 362
Expected @param tag for 'country'. 363
Expected @param tag for 'variant'. 364
Expected @param tag for 'formKey'. 365
Method 'process' is not designed for extension - needs to be abstract, final or empty. 410
Method 'processForms' is not designed for extension - needs to be abstract, final or empty. 424
Expected an @return tag. 505
Method 'getClosestLocaleField' is not designed for extension - needs to be abstract, final or empty. 505
Expected @param tag for 'fs'. 506
Expected @param tag for 'formKey'. 507
Expected @param tag for 'fieldKey'. 508

org/apache/commons/validator/ValidatorResourcesInitializer.java

ErrorLine
Missing a header - not enough lines in file. 1
Variable 'log' must be private and have accessor methods. 48
Variable 'registrations' must be private and have accessor methods. 56
Expected an @return tag. 72
Expected @throws tag for 'IOException'. 73
Expected an @return tag. 84
Expected @throws tag for 'IOException'. 84
Expected @throws tag for 'IOException'. 101
Expected @throws tag for 'IOException'. 119

org/apache/commons/validator/ValidatorResult.java

ErrorLine
Missing a header - not enough lines in file. 1
Variable 'hAction' must be private and have accessor methods. 39
Variable 'field' must be private and have accessor methods. 45
Expected @param tag for 'field'. 51
Method 'add' is not designed for extension - needs to be abstract, final or empty. 58
Expected @param tag for 'validatorName'. 58
Expected @param tag for 'result'. 58
Method 'add' is not designed for extension - needs to be abstract, final or empty. 65
Expected @param tag for 'validatorName'. 65
Expected @param tag for 'result'. 65
Expected @param tag for 'value'. 65
Method 'containsAction' is not designed for extension - needs to be abstract, final or empty. 69
Missing a Javadoc comment. 69
Method 'isValid' is not designed for extension - needs to be abstract, final or empty. 73
Missing a Javadoc comment. 73
Method 'getActionMap' is not designed for extension - needs to be abstract, final or empty. 78
Missing a Javadoc comment. 78
Expected an @return tag. 85
Method 'getField' is not designed for extension - needs to be abstract, final or empty. 85
Missing a Javadoc comment. 96
Expected an @return tag. 105
Method 'getValid' is not designed for extension - needs to be abstract, final or empty. 105
Expected an @return tag. 112
Method 'isValid' is not designed for extension - needs to be abstract, final or empty. 112
Method 'setValid' is not designed for extension - needs to be abstract, final or empty. 119
Expected @param tag for 'valid'. 119
Expected an @return tag. 128
Method 'getResult' is not designed for extension - needs to be abstract, final or empty. 128
Method 'setResult' is not designed for extension - needs to be abstract, final or empty. 137
Expected @param tag for 'result'. 137

org/apache/commons/validator/ValidatorResults.java

ErrorLine
Missing a header - not enough lines in file. 1
Variable 'hResults' must be private and have accessor methods. 40
Method 'merge' is not designed for extension - needs to be abstract, final or empty. 45
Expected @param tag for 'results'. 45
Method 'add' is not designed for extension - needs to be abstract, final or empty. 52
Expected @param tag for 'field'. 52
Expected @param tag for 'validatorName'. 52
Expected @param tag for 'result'. 52
Method 'add' is not designed for extension - needs to be abstract, final or empty. 59
More than 3 parameters. 59
Expected @param tag for 'field'. 60
Expected @param tag for 'validatorName'. 61
Expected @param tag for 'result'. 62
Expected @param tag for 'value'. 63
Method 'clear' is not designed for extension - needs to be abstract, final or empty. 78
Expected an @return tag. 87
Method 'empty' is not designed for extension - needs to be abstract, final or empty. 87
Expected an @return tag. 95
Method 'isEmpty' is not designed for extension - needs to be abstract, final or empty. 95
Expected an @return tag. 107
Method 'getValidatorResult' is not designed for extension - needs to be abstract, final or empty. 107
Expected an @return tag. 117
Method 'get' is not designed for extension - needs to be abstract, final or empty. 117
Expected an @return tag. 133
Method 'properties' is not designed for extension - needs to be abstract, final or empty. 133
Method 'getPropertyNames' is not designed for extension - needs to be abstract, final or empty. 142
Expected an @return tag. 150
Method 'getResultValueMap' is not designed for extension - needs to be abstract, final or empty. 150

org/apache/commons/validator/ValidatorUtil.java

ErrorLine
Missing a header - not enough lines in file. 1
Variable 'log' must be private and have accessor methods. 46
Expected an @return tag. 55
Expected an @return tag. 67
Expected @param tag for 'bean'. 67
Expected @param tag for 'property'. 67
Expected an @return tag. 88
Expected @param tag for 'regexp'. 88

org/apache/commons/validator/Var.java

ErrorLine
Missing a header - not enough lines in file. 1
Missing a Javadoc comment. 66
Missing a Javadoc comment. 70
Expected an @return tag. 79
Method 'getName' is not designed for extension - needs to be abstract, final or empty. 79
Method 'setName' is not designed for extension - needs to be abstract, final or empty. 86
Expected @param tag for 'name'. 86
Expected an @return tag. 93
Method 'getValue' is not designed for extension - needs to be abstract, final or empty. 93
Method 'setValue' is not designed for extension - needs to be abstract, final or empty. 100
Expected @param tag for 'value'. 100
Expected an @return tag. 107
Method 'getJsType' is not designed for extension - needs to be abstract, final or empty. 107
Method 'setJsType' is not designed for extension - needs to be abstract, final or empty. 114
Expected @param tag for 'jsType'. 114
Expected an @return tag. 121
Method 'clone' is not designed for extension - needs to be abstract, final or empty. 121
Expected an @return tag. 133
Method 'toString' is not designed for extension - needs to be abstract, final or empty. 133

org/apache/commons/validator/util/Flags.java

ErrorLine
Missing a header - not enough lines in file. 1
Expected @param tag for 'flags'. 61
Expected an @return tag. 69
Method 'getFlags' is not designed for extension - needs to be abstract, final or empty. 69
Expected an @return tag. 77
Method 'isOn' is not designed for extension - needs to be abstract, final or empty. 77
Expected @param tag for 'flag'. 77
Expected an @return tag. 85
Method 'isOff' is not designed for extension - needs to be abstract, final or empty. 85
Expected @param tag for 'flag'. 85
Method 'turnOn' is not designed for extension - needs to be abstract, final or empty. 93
Expected @param tag for 'flag'. 93
Method 'turnOff' is not designed for extension - needs to be abstract, final or empty. 101
Expected @param tag for 'flag'. 101
Method 'turnOffAll' is not designed for extension - needs to be abstract, final or empty. 108
Method 'clear' is not designed for extension - needs to be abstract, final or empty. 116
Method 'turnOnAll' is not designed for extension - needs to be abstract, final or empty. 123
Method 'clone' is not designed for extension - needs to be abstract, final or empty. 131
Expected an @return tag. 144
Method 'equals' is not designed for extension - needs to be abstract, final or empty. 144
Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 162
Expected an @return tag. 171
Method 'toString' is not designed for extension - needs to be abstract, final or empty. 171

org/apache/commons/validator/util/ValidatorUtils.java

ErrorLine
Missing a header - not enough lines in file. 1
Expected an @return tag. 56
Expected an @return tag. 101
Expected @param tag for 'bean'. 101
Expected @param tag for 'property'. 101

org/apache/commons/validator/util/package.html

ErrorLine
Missing package documentation file.0