Checkstyle Results

The following document contains the results of Checkstyle .

Summary

FilesInfosWarningsErrors
250225403

Files

FilesIWE
org/apache/commons/validator/Arg.java 0137
org/apache/commons/validator/Constant.java 051
org/apache/commons/validator/CreditCardValidator.java 044
org/apache/commons/validator/DateValidator.java 025
org/apache/commons/validator/EmailValidator.java 058
org/apache/commons/validator/Field.java 05191
org/apache/commons/validator/Form.java 01016
org/apache/commons/validator/FormSet.java 01621
org/apache/commons/validator/GenericTypeValidator.java 0010
org/apache/commons/validator/GenericValidator.java 0139
org/apache/commons/validator/Msg.java 01012
org/apache/commons/validator/UrlValidator.java 0713
org/apache/commons/validator/Validator.java 01623
org/apache/commons/validator/ValidatorAction.java 02727
org/apache/commons/validator/ValidatorException.java 001
org/apache/commons/validator/ValidatorResources.java 01644
org/apache/commons/validator/ValidatorResourcesInitializer.java 009
org/apache/commons/validator/ValidatorResult.java 01119
org/apache/commons/validator/ValidatorResults.java 01117
org/apache/commons/validator/ValidatorUtil.java 008
org/apache/commons/validator/Var.java 0811
org/apache/commons/validator/util/Flags.java 01211
org/apache/commons/validator/util/ValidatorUtils.java 005
org/apache/commons/validator/util/package.html 001

org/apache/commons/validator/Arg.java

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

org/apache/commons/validator/Constant.java

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

org/apache/commons/validator/CreditCardValidator.java

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

org/apache/commons/validator/DateValidator.java

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

org/apache/commons/validator/EmailValidator.java

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

org/apache/commons/validator/Field.java

ErrorLine
Error Line does not match expected header line of ''. 1
Error Missing a Javadoc comment. 71
Error Missing a Javadoc comment. 72
Error Missing a Javadoc comment. 73
Error Missing a Javadoc comment. 75
Error Variable 'property' must be private and have accessor methods. 75
Error Missing a Javadoc comment. 76
Error Variable 'indexedProperty' must be private and have accessor methods. 76
Error Missing a Javadoc comment. 77
Error Variable 'indexedListProperty' must be private and have accessor methods. 77
Error Missing a Javadoc comment. 78
Error Variable 'key' must be private and have accessor methods. 78
Error Variable 'depends' must be private and have accessor methods. 83
Error Missing a Javadoc comment. 85
Error Variable 'page' must be private and have accessor methods. 85
Error Missing a Javadoc comment. 87
Error Variable 'fieldOrder' must be private and have accessor methods. 87
Error Variable 'hDependencies' must be private and have accessor methods. 92
Error Missing a Javadoc comment. 102
Error Variable 'hVars' must be private and have accessor methods. 102
Error Missing a Javadoc comment. 104
Error Variable 'hMsgs' must be private and have accessor methods. 104
Error Variable 'args' must be private and have accessor methods. 112
Error Variable 'hArg0' must be private and have accessor methods. 117
Error Variable 'hArg1' must be private and have accessor methods. 122
Error Variable 'hArg2' must be private and have accessor methods. 127
Error Variable 'hArg3' must be private and have accessor methods. 132
Error Expected an @return tag. 138
Warning Method 'getPage' is not designed for extension - needs to be abstract, final or empty. 138
Warning Method 'setPage' is not designed for extension - needs to be abstract, final or empty. 146
Error Expected @param tag for 'page'. 146
Error Expected an @return tag. 153
Warning Method 'getFieldOrder' is not designed for extension - needs to be abstract, final or empty. 153
Warning Method 'setFieldOrder' is not designed for extension - needs to be abstract, final or empty. 160
Error Expected @param tag for 'fieldOrder'. 160
Error Expected an @return tag. 167
Warning Method 'getProperty' is not designed for extension - needs to be abstract, final or empty. 167
Warning Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. 174
Error Expected @param tag for 'property'. 174
Error Expected an @return tag. 183
Warning Method 'getIndexedProperty' is not designed for extension - needs to be abstract, final or empty. 183
Warning Method 'setIndexedProperty' is not designed for extension - needs to be abstract, final or empty. 190
Error Expected @param tag for 'indexedProperty'. 190
Error Expected an @return tag. 201
Warning Method 'getIndexedListProperty' is not designed for extension - needs to be abstract, final or empty. 201
Warning Method 'setIndexedListProperty' is not designed for extension - needs to be abstract, final or empty. 208
Error Expected @param tag for 'indexedListProperty'. 208
Error Expected an @return tag. 215
Warning Method 'getDepends' is not designed for extension - needs to be abstract, final or empty. 215
Warning Method 'setDepends' is not designed for extension - needs to be abstract, final or empty. 223
Warning Method 'addMsg' is not designed for extension - needs to be abstract, final or empty. 241
Error Expected @param tag for 'msg'. 241
Error Expected an @return tag. 248
Warning Method 'getMsg' is not designed for extension - needs to be abstract, final or empty. 248
Error Expected @param tag for 'key'. 248
Error Expected an @return tag. 257
Warning Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. 257
Error Expected @param tag for 'key'. 257
Error Expected an @return tag. 266
Warning Method 'getMessages' is not designed for extension - needs to be abstract, final or empty. 266
Warning Method 'addArg' is not designed for extension - needs to be abstract, final or empty. 274
Error Expected @param tag for 'arg'. 274
Warning Method 'getArg' is not designed for extension - needs to be abstract, final or empty. 315
Error Expected @param tag for 'position'. 315
Warning Method 'getArg' is not designed for extension - needs to be abstract, final or empty. 329
Warning Method 'getArgs' is not designed for extension - needs to be abstract, final or empty. 352
Error Line contains a tab character. 356
Error Line contains a tab character. 357
Warning Method 'addArg0' is not designed for extension - needs to be abstract, final or empty. 366
Error Expected @param tag for 'arg'. 366
Error Expected an @return tag. 375
Warning Method 'getArg0' is not designed for extension - needs to be abstract, final or empty. 375
Error Expected an @return tag. 385
Warning Method 'getArg0' is not designed for extension - needs to be abstract, final or empty. 385
Error Expected @param tag for 'key'. 385
Warning Method 'addArg1' is not designed for extension - needs to be abstract, final or empty. 393
Error Expected @param tag for 'arg'. 393
Error Expected an @return tag. 402
Warning Method 'getArg1' is not designed for extension - needs to be abstract, final or empty. 402
Error Expected an @return tag. 411
Warning Method 'getArg1' is not designed for extension - needs to be abstract, final or empty. 411
Error Expected @param tag for 'key'. 411
Warning Method 'addArg2' is not designed for extension - needs to be abstract, final or empty. 419
Error Expected @param tag for 'arg'. 419
Error Expected an @return tag. 428
Warning Method 'getArg2' is not designed for extension - needs to be abstract, final or empty. 428
Error Expected an @return tag. 437
Warning Method 'getArg2' is not designed for extension - needs to be abstract, final or empty. 437
Error Expected @param tag for 'key'. 437
Warning Method 'addArg3' is not designed for extension - needs to be abstract, final or empty. 445
Error Expected @param tag for 'arg'. 445
Error Expected an @return tag. 454
Warning Method 'getArg3' is not designed for extension - needs to be abstract, final or empty. 454
Error Expected an @return tag. 463
Warning Method 'getArg3' is not designed for extension - needs to be abstract, final or empty. 463
Error Expected @param tag for 'key'. 463
Warning Method 'addVar' is not designed for extension - needs to be abstract, final or empty. 470
Error Expected @param tag for 'v'. 470
Warning Method 'addVarParam' is not designed for extension - needs to be abstract, final or empty. 479
Error Expected @param tag for 'name'. 479
Error Expected @param tag for 'value'. 479
Error Expected @param tag for 'jsType'. 479
Warning Method 'addVar' is not designed for extension - needs to be abstract, final or empty. 490
Error Expected @param tag for 'name'. 490
Error Expected @param tag for 'value'. 490
Error Expected @param tag for 'jsType'. 490
Error Expected an @return tag. 498
Warning Method 'getVar' is not designed for extension - needs to be abstract, final or empty. 498
Error Expected @param tag for 'mainKey'. 498
Error Expected an @return tag. 506
Warning Method 'getVarValue' is not designed for extension - needs to be abstract, final or empty. 506
Error Expected @param tag for 'mainKey'. 506
Error Expected an @return tag. 522
Warning Method 'getVars' is not designed for extension - needs to be abstract, final or empty. 522
Error Expected an @return tag. 529
Warning Method 'getKey' is not designed for extension - needs to be abstract, final or empty. 529
Warning Method 'setKey' is not designed for extension - needs to be abstract, final or empty. 542
Error Expected @param tag for 'key'. 542
Error Expected an @return tag. 551
Warning Method 'isIndexed' is not designed for extension - needs to be abstract, final or empty. 551
Warning Method 'generateKey' is not designed for extension - needs to be abstract, final or empty. 558
Warning Method 'process' is not designed for extension - needs to be abstract, final or empty. 572
Error Expected @param tag for 'globalConstants'. 572
Error Expected @param tag for 'constants'. 572
Warning Method 'processMessageComponents' is not designed for extension - needs to be abstract, final or empty. 635
Error Expected @param tag for 'key'. 635
Error Expected @param tag for 'replaceValue'. 635
Error Expected an @return tag. 684
Warning Method 'isDependency' is not designed for extension - needs to be abstract, final or empty. 684
Error Expected @param tag for 'validatorName'. 684
Error Expected an @return tag. 692
Warning Method 'getDependencies' is not designed for extension - needs to be abstract, final or empty. 692
Error Expected an @return tag. 700
Warning Method 'getDependencyList' is not designed for extension - needs to be abstract, final or empty. 700
Error Expected an @return tag. 708
Warning Method 'clone' is not designed for extension - needs to be abstract, final or empty. 708
Error Expected an @return tag. 745
Warning Method 'toString' is not designed for extension - needs to be abstract, final or empty. 745
Warning Method 'getIndexedProperty' is not designed for extension - needs to be abstract, final or empty. 778
Error More than 3 parameters. 810
Error More than 3 parameters. 840
Warning Method 'validate' is not designed for extension - needs to be abstract, final or empty. 881

org/apache/commons/validator/Form.java

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

org/apache/commons/validator/FormSet.java

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

org/apache/commons/validator/GenericTypeValidator.java

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

org/apache/commons/validator/GenericValidator.java

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

org/apache/commons/validator/Msg.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Variable 'bundle' must be private and have accessor methods. 39
Error Variable 'key' must be private and have accessor methods. 44
Error Variable 'name' must be private and have accessor methods. 49
Error Variable 'resource' must be private and have accessor methods. 57
Error Expected an @return tag. 63
Warning Method 'getBundle' is not designed for extension - needs to be abstract, final or empty. 63
Warning Method 'setBundle' is not designed for extension - needs to be abstract, final or empty. 72
Error Expected an @return tag. 79
Warning Method 'getName' is not designed for extension - needs to be abstract, final or empty. 79
Warning Method 'setName' is not designed for extension - needs to be abstract, final or empty. 86
Error Expected @param tag for 'name'. 86
Error Expected an @return tag. 93
Warning Method 'getKey' is not designed for extension - needs to be abstract, final or empty. 93
Warning Method 'setKey' is not designed for extension - needs to be abstract, final or empty. 100
Error Expected @param tag for 'key'. 100
Warning Method 'isResource' is not designed for extension - needs to be abstract, final or empty. 109
Warning Method 'setResource' is not designed for extension - needs to be abstract, final or empty. 118
Error Expected an @return tag. 125
Warning Method 'clone' is not designed for extension - needs to be abstract, final or empty. 125
Error Expected an @return tag. 137
Warning Method 'toString' is not designed for extension - needs to be abstract, final or empty. 137

org/apache/commons/validator/UrlValidator.java

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

org/apache/commons/validator/Validator.java

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

org/apache/commons/validator/ValidatorAction.java

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

org/apache/commons/validator/ValidatorException.java

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

org/apache/commons/validator/ValidatorResources.java

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

org/apache/commons/validator/ValidatorResourcesInitializer.java

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

org/apache/commons/validator/ValidatorResult.java

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

org/apache/commons/validator/ValidatorResults.java

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

org/apache/commons/validator/ValidatorUtil.java

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

org/apache/commons/validator/Var.java

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

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

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

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

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

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

ErrorLine
Error Missing package documentation file.0