Checkstyle Results

The following document contains the results of Checkstyle.

Summary

Files Errors
67 1787

Files

Files Errors
org/apache/torque/om/DateKey.java 11
org/apache/torque/om/ComboKey.java 22
org/apache/torque/om/ObjectKey.java 5
org/apache/torque/om/NumberKey.java 14
org/apache/torque/om/BaseObject.java 15
org/apache/torque/om/StringKey.java 12
org/apache/torque/om/Persistent.java 9
org/apache/torque/map/DatabaseMap.java 36
org/apache/torque/map/ColumnMap.java 15
org/apache/torque/map/TableMap.java 78
org/apache/torque/oid/SequenceIdGenerator.java 4
org/apache/torque/oid/AutoIncrementIdGenerator.java 1
org/apache/torque/oid/IDBroker.java 61
org/apache/torque/pool/TorqueClassicDataSource.java 74
org/apache/torque/pool/ConnectionPool.java 87
org/apache/torque/pool/ConnectionWaitTimeoutException.java 2
org/apache/torque/task/TorqueDataSQLTask.java 3
org/apache/torque/task/TorqueJDBCTransformTask.java 31
org/apache/torque/task/TorqueDataDumpTask.java 6
org/apache/torque/task/PackageAsPathTask.java 4
org/apache/torque/task/TorqueSQLTask.java 9
org/apache/torque/task/TorqueSQLExec.java 38
org/apache/torque/task/TorqueSQLTransformTask.java 5
org/apache/torque/task/TorqueDataModelTask.java 9
org/apache/torque/task/TorqueDocumentationTask.java 1
org/apache/torque/util/LargeSelect.java 26
org/apache/torque/util/BasePeer.java 51
org/apache/torque/util/SqlExpression.java 56
org/apache/torque/util/Criteria.java 113
org/apache/torque/util/SqlEnum.java 22
org/apache/torque/util/Transaction.java 7
org/apache/torque/util/Query.java 37
org/apache/torque/dsfactory/DataSourceFactory.java 5
org/apache/torque/dsfactory/AbstractDataSourceFactory.java 2
org/apache/torque/dsfactory/Jdbc2PoolDataSourceFactory.java 7
org/apache/torque/dsfactory/JndiDataSourceFactory.java 17
org/apache/torque/dsfactory/TorqueDataSourceFactory.java 7
org/apache/torque/TorqueRuntimeException.java 9
org/apache/torque/manager/AbstractBaseManager.java 49
org/apache/torque/manager/CacheListener.java 6
org/apache/torque/manager/NoOpMethodResultCache.java 29
org/apache/torque/manager/MethodCacheKey.java 29
org/apache/torque/manager/MethodResultCache.java 46
org/apache/torque/Torque.java 38
org/apache/torque/engine/sql/Token.java 11
org/apache/torque/engine/sql/SQLScanner.java 35
org/apache/torque/engine/sql/ParseException.java 2
org/apache/torque/engine/database/transform/XmlToAppData.java 41
org/apache/torque/engine/database/transform/XmlToData.java 33
org/apache/torque/engine/database/transform/SQLToAppData.java 47
org/apache/torque/engine/database/transform/DTDResolver.java 4
org/apache/torque/engine/database/model/Inheritance.java 6
org/apache/torque/engine/database/model/IdMethodParameter.java 13
org/apache/torque/engine/database/model/NameGenerator.java 1
org/apache/torque/engine/database/model/Index.java 17
org/apache/torque/engine/database/model/Table.java 97
org/apache/torque/engine/database/model/Database.java 34
org/apache/torque/engine/database/model/ForeignKey.java 41
org/apache/torque/engine/database/model/TypeMap.java 178
org/apache/torque/engine/database/model/Unique.java 2
org/apache/torque/engine/database/model/NameFactory.java 2
org/apache/torque/engine/database/model/Column.java 102
org/apache/torque/engine/database/model/AppData.java 7
org/apache/torque/adapter/DBPostgres.java 2
org/apache/torque/adapter/DBMM.java 2
org/apache/torque/adapter/DBNone.java 1
org/apache/torque/adapter/DBCloudscape.java 1

org/apache/torque/om/DateKey.java

Error Line
Expected @param tag for 'key'. 81
Expected @throws tag for 'NumberFormatException'. 81
Expected @param tag for 'key'. 89
Expected @param tag for 'key'. 97
Expected @param tag for 'key'. 105
Expected @param tag for 'key'. 114
Expected an @return tag. 141
Expected @param tag for 'keyObj'. 141
'(' is followed by whitespace. 145
')' is preceeded by whitespace. 145
'(' is followed by whitespace. 153

org/apache/torque/om/ComboKey.java

Error Line
variable 'ERROR_MSG' missing Javadoc. 85
variable 'tmpKeys' missing Javadoc. 88
variable 'sbuf' missing Javadoc. 89
variable 'key' missing Javadoc. 90
Expected @param tag for 'keys'. 106
Expected @param tag for 'keys'. 116
Expected @throws tag for 'TorqueException'. 116
Expected @param tag for 'keys'. 125
Expected @throws tag for 'TorqueException'. 125
Expected @param tag for 'keys'. 134
Expected @param tag for 'keys'. 155
Expected @throws tag for 'TorqueException'. 155
Expected @param tag for 'keys'. 189
Expected @throws tag for 'TorqueException'. 189
method is missing a Javadoc comment. 240
Expected an @return tag. 249
Expected an @return tag. 258
Expected @param tag for 'keyObj'. 258
Expected an @return tag. 293
Expected @param tag for 'keyObj'. 293
method is missing a Javadoc comment. 337
Expected an @return tag. 383

org/apache/torque/om/ObjectKey.java

Error Line
variable 'key' must be private and have accessor methods. 74
'(' is followed by whitespace. 92
')' is preceeded by whitespace. 92
Expected an @return tag. 102
Expected an @return tag. 122

org/apache/torque/om/NumberKey.java

Error Line
Expected @param tag for 'key'. 82
Expected @param tag for 'key'. 90
Expected @param tag for 'key'. 98
Expected @param tag for 'key'. 106
Expected @param tag for 'key'. 115
Expected @param tag for 'key'. 124
Expected @throws tag for 'NumberFormatException'. 124
Expected @param tag for 'key'. 132
Expected @param tag for 'key'. 141
line longer than 80 characters 157
Expected @param tag for 'o'. 212
Expected an @return tag. 220
'(' is followed by whitespace. 222
')' is preceeded by whitespace. 222

org/apache/torque/om/BaseObject.java

Error Line
variable 'is_new' must match pattern '^[a-z][a-zA-Z0-9]*$'. 87
Unused @throws tag for 'Exception,'. 248
Expected @throws tag for 'Exception'. 253
Unused @throws tag for 'Exception,'. 262
Expected @throws tag for 'Exception'. 267
Unused @throws tag for 'Exception,'. 276
Expected @throws tag for 'Exception'. 280
Unused @throws tag for 'Exception,'. 289
Expected @throws tag for 'Exception'. 293
Expected @throws tag for 'Exception'. 303
Expected an @return tag. 344
Expected @param tag for 'name'. 344
Expected an @return tag. 354
Expected @param tag for 'pos'. 354
'(' is followed by whitespace. 414

org/apache/torque/om/StringKey.java

Error Line
Expected @param tag for 'key'. 79
Expected @param tag for 'key'. 87
Expected @param tag for 'key'. 95
Expected @param tag for 'key'. 104
Expected an @return tag. 131
Expected @param tag for 'keyObj'. 131
'(' is followed by whitespace. 135
')' is preceeded by whitespace. 135
'(' is followed by whitespace. 143
Expected an @return tag. 155
'(' is followed by whitespace. 157
')' is preceeded by whitespace. 157

org/apache/torque/om/Persistent.java

Error Line
Unused @throws tag for 'Exception,'. 79
Expected @throws tag for 'Exception'. 81
Unused @throws tag for 'Exception,'. 88
Expected @throws tag for 'Exception'. 90
Expected @throws tag for 'Exception'. 127
Expected @param tag for 'dbName'. 133
Expected @throws tag for 'Exception'. 133
Expected @param tag for 'con'. 142
Expected @throws tag for 'Exception'. 142

org/apache/torque/map/DatabaseMap.java

Error Line
'(' is followed by whitespace. 129
')' is preceeded by whitespace. 129
'(' is followed by whitespace. 131
')' is preceeded by whitespace. 131
'(' is followed by whitespace. 140
')' is preceeded by whitespace. 140
'(' is followed by whitespace. 142
')' is preceeded by whitespace. 142
'(' is followed by whitespace. 144
')' is preceeded by whitespace. 144
'(' is followed by whitespace. 185
')' is preceeded by whitespace. 185
'(' is followed by whitespace. 213
')' is preceeded by whitespace. 213
'(' is followed by whitespace. 215
')' is preceeded by whitespace. 215
'(' is followed by whitespace. 216
')' is preceeded by whitespace. 216
'(' is followed by whitespace. 226
')' is preceeded by whitespace. 227
'(' is followed by whitespace. 229
')' is preceeded by whitespace. 229
'(' is followed by whitespace. 230
')' is preceeded by whitespace. 230
'(' is followed by whitespace. 238
')' is preceeded by whitespace. 238
'(' is followed by whitespace. 240
')' is preceeded by whitespace. 240
'(' is followed by whitespace. 249
')' is preceeded by whitespace. 249
'(' is followed by whitespace. 262
')' is preceeded by whitespace. 262
'(' is followed by whitespace. 264
')' is preceeded by whitespace. 264
'(' is followed by whitespace. 265
')' is preceeded by whitespace. 265

org/apache/torque/map/ColumnMap.java

Error Line
'(' is followed by whitespace. 96
')' is preceeded by whitespace. 97
'(' is followed by whitespace. 138
')' is preceeded by whitespace. 138
'(' is followed by whitespace. 148
')' is preceeded by whitespace. 148
'(' is followed by whitespace. 158
')' is preceeded by whitespace. 158
'(' is followed by whitespace. 168
')' is preceeded by whitespace. 168
')' is preceeded by whitespace. 179
'(' is followed by whitespace. 181
'(' is followed by whitespace. 204
')' is preceeded by whitespace. 205
'(' is followed by whitespace. 264

org/apache/torque/map/TableMap.java

Error Line
')' is preceeded by whitespace. 120
'(' is followed by whitespace. 124
')' is preceeded by whitespace. 124
')' is preceeded by whitespace. 134
'(' is followed by whitespace. 138
')' is preceeded by whitespace. 138
')' is preceeded by whitespace. 151
'(' is followed by whitespace. 156
')' is preceeded by whitespace. 156
'(' is followed by whitespace. 165
')' is preceeded by whitespace. 165
'(' is followed by whitespace. 167
')' is preceeded by whitespace. 167
'(' is followed by whitespace. 176
')' is preceeded by whitespace. 176
'(' is followed by whitespace. 178
')' is preceeded by whitespace. 178
'(' is followed by whitespace. 180
')' is preceeded by whitespace. 180
')' is preceeded by whitespace. 209
')' is preceeded by whitespace. 209
Expected an @return tag. 282
'(' is followed by whitespace. 310
')' is preceeded by whitespace. 310
'(' is followed by whitespace. 314
')' is preceeded by whitespace. 314
'(' is followed by whitespace. 328
')' is preceeded by whitespace. 328
'(' is followed by whitespace. 330
')' is preceeded by whitespace. 330
'(' is followed by whitespace. 339
')' is preceeded by whitespace. 340
'(' is followed by whitespace. 342
')' is preceeded by whitespace. 342
'(' is followed by whitespace. 352
')' is preceeded by whitespace. 354
'(' is followed by whitespace. 356
')' is preceeded by whitespace. 356
'(' is followed by whitespace. 365
')' is preceeded by whitespace. 366
'(' is followed by whitespace. 368
')' is preceeded by whitespace. 368
'(' is followed by whitespace. 378
')' is preceeded by whitespace. 380
'(' is followed by whitespace. 382
')' is preceeded by whitespace. 382
'(' is followed by whitespace. 393
')' is preceeded by whitespace. 396
'(' is followed by whitespace. 398
')' is preceeded by whitespace. 398
'(' is followed by whitespace. 410
')' is preceeded by whitespace. 414
'(' is followed by whitespace. 416
')' is preceeded by whitespace. 416
'(' is followed by whitespace. 427
')' is preceeded by whitespace. 430
'(' is followed by whitespace. 432
')' is preceeded by whitespace. 432
'(' is followed by whitespace. 444
')' is preceeded by whitespace. 448
'(' is followed by whitespace. 450
')' is preceeded by whitespace. 450
'(' is followed by whitespace. 463
')' is preceeded by whitespace. 468
'(' is followed by whitespace. 477
')' is preceeded by whitespace. 480
'(' is followed by whitespace. 493
')' is preceeded by whitespace. 493
Expected @param tag for 'pkInfo'. 523
'(' is followed by whitespace. 548
')' is preceeded by whitespace. 548
'(' is followed by whitespace. 550
')' is preceeded by whitespace. 550
'(' is followed by whitespace. 559
')' is preceeded by whitespace. 559
'(' is followed by whitespace. 590
'(' is followed by whitespace. 601
')' is preceeded by whitespace. 601

org/apache/torque/oid/SequenceIdGenerator.java

Error Line
line longer than 80 characters 79
variable 'dbAdapter' missing Javadoc. 81
'(' is followed by whitespace. 195
')' is preceeded by whitespace. 195

org/apache/torque/oid/AutoIncrementIdGenerator.java

Error Line
variable 'dbAdapter' missing Javadoc. 75

org/apache/torque/oid/IDBroker.java

Error Line
variable 'sleepPeriod' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 174
variable 'safetyMargin' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 179
variable 'configuration' missing Javadoc. 196
variable 'DB_IDBROKER_CLEVERQUANTITY' missing Javadoc. 198
variable 'DB_IDBROKER_PREFETCH' missing Javadoc. 201
variable 'DB_IDBROKER_USENEWCONNECTION' missing Javadoc. 204
variable 'category' must be private and have accessor methods. 210
method is missing a Javadoc comment. 272
'(' is followed by whitespace. 432
')' is preceeded by whitespace. 433
Expected @throws tag for 'Exception'. 477
'(' is followed by whitespace. 544
')' is preceeded by whitespace. 544
'(' is followed by whitespace. 602
'(' is followed by whitespace. 607
')' is preceeded by whitespace. 607
line longer than 80 characters 657
')' is preceeded by whitespace. 675
'(' is followed by whitespace. 686
')' is preceeded by whitespace. 686
'(' is followed by whitespace. 689
')' is preceeded by whitespace. 689
'(' is followed by whitespace. 784
'(' is followed by whitespace. 785
')' is preceeded by whitespace. 785
'(' is followed by whitespace. 786
')' is preceeded by whitespace. 786
'(' is followed by whitespace. 787
')' is preceeded by whitespace. 787
'(' is followed by whitespace. 788
')' is preceeded by whitespace. 788
'(' is followed by whitespace. 796
')' is preceeded by whitespace. 796
'(' is followed by whitespace. 841
')' is preceeded by whitespace. 841
'(' is followed by whitespace. 842
')' is preceeded by whitespace. 842
'(' is followed by whitespace. 843
')' is preceeded by whitespace. 843
'(' is followed by whitespace. 844
')' is preceeded by whitespace. 844
'(' is followed by whitespace. 845
')' is preceeded by whitespace. 845
'(' is followed by whitespace. 846
')' is preceeded by whitespace. 846
'(' is followed by whitespace. 855
')' is preceeded by whitespace. 855
'(' is followed by whitespace. 883
')' is preceeded by whitespace. 883
'(' is followed by whitespace. 884
')' is preceeded by whitespace. 884
'(' is followed by whitespace. 885
')' is preceeded by whitespace. 885
'(' is followed by whitespace. 886
')' is preceeded by whitespace. 886
'(' is followed by whitespace. 887
')' is preceeded by whitespace. 887
'(' is followed by whitespace. 888
')' is preceeded by whitespace. 888
'(' is followed by whitespace. 897
')' is preceeded by whitespace. 897

org/apache/torque/pool/TorqueClassicDataSource.java

Error Line
variable 'cpdsCounter' missing Javadoc. 90
variable 'cpds' missing Javadoc. 100
variable 'defaultMaxConnections' missing Javadoc. 108
variable 'perUserMaxConnections' missing Javadoc. 109
variable 'maxExpiryTime' missing Javadoc. 110
variable 'connectionWaitTimeout' missing Javadoc. 111
variable 'logInterval' missing Javadoc. 112
variable 'defaultAutoCommit' missing Javadoc. 113
variable 'defaultReadOnly' missing Javadoc. 114
Expected @param tag for 'key'. 364
Unused @param tag for 'v'. 379
Expected @param tag for 'key'. 381
Expected @param tag for 'value'. 381
Expected an @return tag. 432
Expected @throws tag for 'SQLException'. 433
Expected an @return tag. 441
'public' modifier out of order with the JLS suggestions. 441
Expected @param tag for 'username'. 441
Expected @param tag for 'password'. 442
Expected @throws tag for 'SQLException'. 443
cast needs to be followed by whitespace. 446
'(' is followed by whitespace. 447
')' is preceeded by whitespace. 447
cast needs to be followed by whitespace. 452
method is missing a Javadoc comment. 467
'(' is followed by whitespace. 476
')' is preceeded by whitespace. 476
method is missing a Javadoc comment. 483
'private' modifier out of order with the JLS suggestions. 483
'(' is followed by whitespace. 487
')' is preceeded by whitespace. 487
'(' is followed by whitespace. 490
')' is preceeded by whitespace. 490
'(' is followed by whitespace. 493
')' is preceeded by whitespace. 493
cast needs to be followed by whitespace. 501
'(' is followed by whitespace. 505
')' is preceeded by whitespace. 505
cast needs to be followed by whitespace. 508
'(' is followed by whitespace. 509
')' is preceeded by whitespace. 509
Expected an @return tag. 530
Expected an @return tag. 538
Expected @param tag for 'seconds'. 551
Expected @param tag for 'out'. 559
Expected an @return tag. 567
Expected @throws tag for 'NamingException'. 568
'(' is followed by whitespace. 587
')' is preceeded by whitespace. 587
'(' is followed by whitespace. 595
')' is preceeded by whitespace. 595
Expected an @return tag. 608
Expected @param tag for 'refObj'. 608
Expected @param tag for 'name'. 608
Expected @param tag for 'context'. 609
Expected @param tag for 'env'. 609
Expected @throws tag for 'Exception'. 610
cast needs to be followed by whitespace. 612
cast needs to be followed by whitespace. 617
cast needs to be followed by whitespace. 619
cast needs to be followed by whitespace. 621
cast needs to be followed by whitespace. 623
cast needs to be followed by whitespace. 624
cast needs to be followed by whitespace. 625
'(' is followed by whitespace. 628
')' is preceeded by whitespace. 628
cast needs to be followed by whitespace. 630
line longer than 80 characters 631
cast needs to be followed by whitespace. 631
'(' is followed by whitespace. 635
')' is preceeded by whitespace. 635
cast needs to be followed by whitespace. 637
cast needs to be followed by whitespace. 639
')' is preceeded by whitespace. 639

org/apache/torque/pool/ConnectionPool.java

Error Line
variable 'logInterval' missing Javadoc. 134
variable 'logInterval' must be private and have accessor methods. 134
variable 'monitor' missing Javadoc. 135
variable 'monitor' must be private and have accessor methods. 135
variable 'logWriter' missing Javadoc. 152
Unused @param tag for 'driver'. 158
Unused @param tag for 'url'. 159
Expected @param tag for 'cpds'. 163
Expected @param tag for 'maxConnections'. 164
Expected @param tag for 'expiryTime'. 164
Expected @param tag for 'connectionWaitTimeout'. 165
Expected @param tag for 'logInterval'. 165
Expected @param tag for 'logWriter'. 166
'(' is followed by whitespace. 175
')' is preceeded by whitespace. 175
'(' is followed by whitespace. 183
')' is preceeded by whitespace. 183
'(' is followed by whitespace. 191
')' is preceeded by whitespace. 191
Unused @param tag for 'driver'. 215
Unused @param tag for 'url'. 216
'final' modifier out of order with the JLS suggestions. 224
Expected @throws tag for 'SQLException'. 226
'(' is followed by whitespace. 228
')' is preceeded by whitespace. 228
'(' is followed by whitespace. 234
')' is preceeded by whitespace. 234
Expected @throws tag for 'SQLException'. 262
'(' is followed by whitespace. 265
')' is preceeded by whitespace. 265
'/' is not preceeded with whitespace. 277
'/' is not followed by whitespace. 277
'*' is not preceeded with whitespace. 278
'*' is not followed by whitespace. 278
'*' is not preceeded with whitespace. 278
'*' is not followed by whitespace. 278
'-' is not preceeded with whitespace. 278
'-' is not followed by whitespace. 278
'(' is followed by whitespace. 296
')' is preceeded by whitespace. 296
'(' is followed by whitespace. 304
')' is preceeded by whitespace. 304
'(' is followed by whitespace. 316
')' is preceeded by whitespace. 316
Expected @throws tag for 'Exception'. 334
'(' is followed by whitespace. 336
')' is preceeded by whitespace. 336
'(' is followed by whitespace. 342
')' is preceeded by whitespace. 342
'(' is followed by whitespace. 356
')' is preceeded by whitespace. 356
'(' is followed by whitespace. 377
')' is preceeded by whitespace. 377
'(' is followed by whitespace. 382
cast needs to be followed by whitespace. 383
')' is preceeded by whitespace. 383
'(' is followed by whitespace. 392
')' is preceeded by whitespace. 392
'(' is followed by whitespace. 438
')' is preceeded by whitespace. 438
'(' is followed by whitespace. 440
')' is preceeded by whitespace. 440
cast needs to be followed by whitespace. 444
Expected an @return tag. 462
Expected an @return tag. 470
Expected an @return tag. 478
method is missing a Javadoc comment. 493
Expected @param tag for 'event'. 508
'(' is followed by whitespace. 510
cast needs to be followed by whitespace. 510
Expected @param tag for 'event'. 517
'(' is followed by whitespace. 525
')' is preceeded by whitespace. 525
'(' is followed by whitespace. 535
cast needs to be followed by whitespace. 535
')' is preceeded by whitespace. 535
Unused @param tag for 'connection'. 547
Expected @param tag for 'pcon'. 549
'(' is followed by whitespace. 551
')' is preceeded by whitespace. 551
method is missing a Javadoc comment. 562
method is missing a Javadoc comment. 580
'(' is followed by whitespace. 582
')' is preceeded by whitespace. 582
variable 'isRun' missing Javadoc. 608
method is missing a Javadoc comment. 610
method is missing a Javadoc comment. 633

org/apache/torque/pool/ConnectionWaitTimeoutException.java

Error Line
'(' is followed by whitespace. 71
')' is preceeded by whitespace. 71

org/apache/torque/task/TorqueDataSQLTask.java

Error Line
variable 'dataXmlFile' missing Javadoc. 76
variable 'dataDTD' missing Javadoc. 77
Expected @throws tag for 'Exception'. 152

org/apache/torque/task/TorqueJDBCTransformTask.java

Error Line
variable 'xmlSchema' must be private and have accessor methods. 93
variable 'dbUrl' must be private and have accessor methods. 96
variable 'dbDriver' must be private and have accessor methods. 99
variable 'dbUser' must be private and have accessor methods. 102
variable 'dbPassword' must be private and have accessor methods. 105
variable 'dbSchema' must be private and have accessor methods. 108
variable 'doc' must be private and have accessor methods. 111
variable 'databaseNode' must be private and have accessor methods. 114
variable 'primaryKeys' must be private and have accessor methods. 117
variable 'columnTableMap' must be private and have accessor methods. 120
variable 'sameJavaName' missing Javadoc. 122
variable 'sameJavaName' must be private and have accessor methods. 122
variable 'xmlSerializer' missing Javadoc. 124
variable 'xmlSerializer' must be private and have accessor methods. 124
method is missing a Javadoc comment. 126
method is missing a Javadoc comment. 131
method is missing a Javadoc comment. 136
method is missing a Javadoc comment. 141
method is missing a Javadoc comment. 146
method is missing a Javadoc comment. 151
method is missing a Javadoc comment. 156
method is missing a Javadoc comment. 161
method is missing a Javadoc comment. 166
Expected @throws tag for 'BuildException'. 176
line longer than 80 characters 189
method length is 163 lines (max allowed is 150). 216
')' is preceeded by whitespace. 356
Expected @throws tag for 'SQLException'. 389
Expected @throws tag for 'SQLException'. 432
Expected @throws tag for 'SQLException'. 476
Expected @throws tag for 'SQLException'. 507

org/apache/torque/task/TorqueDataDumpTask.java

Error Line
Expected @throws tag for 'Exception'. 220
variable 'qds' missing Javadoc. 289
variable 'isEmpty' missing Javadoc. 290
variable 'curIndex' missing Javadoc. 291
variable 'curRec' missing Javadoc. 292
Expected @throws tag for 'UnsupportedOperationException'. 396

org/apache/torque/task/PackageAsPathTask.java

Error Line
Missing a header - not enough lines in file. 1
variable 'pckg' must be private and have accessor methods. 16
variable 'name' must be private and have accessor methods. 19
line longer than 80 characters 27

org/apache/torque/task/TorqueSQLTask.java

Error Line
variable 'database' missing Javadoc. 81
variable 'suffix' missing Javadoc. 82
variable 'idTableXMLFile' missing Javadoc. 84
method is missing a Javadoc comment. 86
method is missing a Javadoc comment. 91
method is missing a Javadoc comment. 96
method is missing a Javadoc comment. 101
Expected @throws tag for 'Exception'. 132
Expected @throws tag for 'Exception'. 202

org/apache/torque/task/TorqueSQLExec.java

Error Line
Line does not match expected header line of ' * 3. The end-user documentation included with the redistribution,'. 21
variable 'goodSql' missing Javadoc. 105
variable 'totalSql' missing Javadoc. 106
variable 'classpath' missing Javadoc. 107
variable 'loader' missing Javadoc. 108
variable 'NORMAL' missing Javadoc. 115
variable 'ROW' missing Javadoc. 116
method is missing a Javadoc comment. 118
Expected @param tag for 'autocommit'. 333
Expected @param tag for 'delimiter'. 346
Expected @param tag for 'delimiterType'. 359
Expected @param tag for 'print'. 369
Expected @param tag for 'showheaders'. 379
Expected @param tag for 'output'. 389
Expected @param tag for 'vendor'. 399
Expected @param tag for 'version'. 409
Expected @param tag for 'action'. 419
Expected @throws tag for 'BuildException'. 429
Expected @param tag for 'url'. 535
Expected @param tag for 'database'. 535
Expected @param tag for 'transactions'. 536
Expected @param tag for 'reader'. 688
Expected @param tag for 'out'. 688
Expected @throws tag for 'SQLException'. 689
Expected @throws tag for 'IOException'. 689
Expected an @return tag. 753
Expected @param tag for 'conn'. 753
Expected @param tag for 'sql'. 808
Expected @param tag for 'out'. 808
Expected @throws tag for 'SQLException'. 808
Expected @param tag for 'out'. 858
Expected @throws tag for 'java.sql.SQLException'. 858
method is missing a Javadoc comment. 917
variable 'tSrcFile' missing Javadoc. 931
variable 'tSqlCommand' missing Javadoc. 932
method is missing a Javadoc comment. 934
method is missing a Javadoc comment. 939
method is missing a Javadoc comment. 944

org/apache/torque/task/TorqueSQLTransformTask.java

Error Line
Expected an @return tag. 86
Expected @param tag for 'v'. 94
Expected an @return tag. 102
Expected @param tag for 'v'. 112
Expected @throws tag for 'BuildException'. 123

org/apache/torque/task/TorqueDataModelTask.java

Error Line
variable 'xmlFile' must be private and have accessor methods. 89
variable 'filesets' must be private and have accessor methods. 94
variable 'dataModels' must be private and have accessor methods. 99
variable 'context' must be private and have accessor methods. 105
variable 'dataModelDbMap' must be private and have accessor methods. 113
variable 'databaseNames' must be private and have accessor methods. 119
variable 'sqldbmap' must be private and have accessor methods. 130
Expected @throws tag for 'Exception'. 295
')' is preceeded by whitespace. 415

org/apache/torque/task/TorqueDocumentationTask.java

Error Line
Expected @throws tag for 'Exception'. 96

org/apache/torque/util/LargeSelect.java

Error Line
Redundant import from the same package. 65
Redundant import from the same package. 66
variable 'log' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 171
line longer than 80 characters 201
line longer than 80 characters 203
line longer than 80 characters 205
line longer than 80 characters 224
variable 'moreIndicator' missing Javadoc. 240
variable 'memoryPageLimit' missing Javadoc. 249
Unused @throws tag for 'IllegalArgumentException'. 262
Unused @throws tag for 'IllegalArgumentException'. 284
Unused @throws tag for 'IllegalArgumentException'. 313
Unused @throws tag for 'NoSuchMethodException'. 315
Unused @throws tag for 'IllegalArgumentException'. 353
Unused @throws tag for 'NoSuchMethodException'. 356
Unused @throws tag for 'IllegalArgumentException'. 398
line longer than 80 characters 414
line longer than 80 characters 419
line longer than 80 characters 433
line longer than 80 characters 434
Unused @throws tag for 'IllegalArgumentException'. 438
line longer than 80 characters 446
'public' modifier out of order with the JLS suggestions. 531
line longer than 80 characters 542
line longer than 80 characters 691
line longer than 80 characters 974

org/apache/torque/util/BasePeer.java

Error Line
file length is 2464 lines (max allowed is 2000). 1
variable 'category' missing Javadoc. 131
variable 'category' must be private and have accessor methods. 131
Expected @throws tag for 'TorqueException'. 141
Expected @throws tag for 'TorqueException'. 343
Expected @throws tag for 'TorqueException'. 392
Expected @throws tag for 'TorqueException'. 414
Expected @throws tag for 'TorqueException'. 442
Expected @throws tag for 'TorqueException'. 604
Expected @throws tag for 'TorqueException'. 652
Expected @throws tag for 'TorqueException'. 783
Expected an @return tag. 910
method length is 328 lines (max allowed is 150). 912
Expected @throws tag for 'TorqueException'. 1248
Expected @throws tag for 'TorqueException'. 1288
Expected @throws tag for 'TorqueException'. 1305
Expected @throws tag for 'TorqueException'. 1321
Expected @throws tag for 'TorqueException'. 1340
Expected @throws tag for 'TorqueException'. 1359
Expected @throws tag for 'TorqueException'. 1382
Expected @throws tag for 'TorqueException'. 1423
Expected @throws tag for 'TorqueException'. 1577
Expected @throws tag for 'TorqueException'. 1628
Expected @throws tag for 'TorqueException'. 1666
Expected @throws tag for 'TorqueException'. 1702
Expected @throws tag for 'TorqueException'. 1741
Expected @throws tag for 'TorqueException'. 1848
Unused @throws tag for 'TorqueException,'. 1861
Expected @throws tag for 'TorqueException'. 1864
Expected @throws tag for 'TorqueException'. 1891
Expected @param tag for 'ds'. 1942
Expected @throws tag for 'TorqueException'. 1942
Expected @throws tag for 'TorqueException'. 1954
Expected @param tag for 'name'. 1968
Expected an @return tag. 2039
Expected @param tag for 'criteria'. 2039
Expected @param tag for 'con'. 2039
Expected an @return tag. 2112
Expected @param tag for 'criteria'. 2112
Expected @throws tag for 'TorqueException'. 2112
Expected @param tag for 'criteria'. 2134
Expected @param tag for 'queryString'. 2135
Expected @param tag for 'params'. 2136
Expected @throws tag for 'TorqueException'. 2137
method length is 301 lines (max allowed is 150). 2138
line longer than 80 characters 2191
line longer than 80 characters 2227
line longer than 80 characters 2279
line longer than 80 characters 2296
line longer than 80 characters 2425
Expected @throws tag for 'TorqueException'. 2455

org/apache/torque/util/SqlExpression.java

Error Line
variable 'SINGLE_QUOTE' missing Javadoc. 85
variable 'BACKSLASH' missing Javadoc. 86
'(' is followed by whitespace. 96
')' is preceeded by whitespace. 97
'(' is followed by whitespace. 100
')' is preceeded by whitespace. 100
'(' is followed by whitespace. 115
')' is preceeded by whitespace. 118
')' is preceeded by whitespace. 122
'(' is followed by whitespace. 139
'(' is followed by whitespace. 157
')' is preceeded by whitespace. 157
'(' is followed by whitespace. 174
')' is preceeded by whitespace. 176
'(' is followed by whitespace. 180
')' is preceeded by whitespace. 180
'(' is followed by whitespace. 199
')' is preceeded by whitespace. 203
')' is preceeded by whitespace. 207
Unused @throws tag for 'Exception,'. 225
'(' is followed by whitespace. 227
cast needs to be followed by whitespace. 246
'if' is not followed by whitespace. 279
'(' is followed by whitespace. 279
')' is preceeded by whitespace. 279
'(' is followed by whitespace. 284
')' is preceeded by whitespace. 284
'if' is not followed by whitespace. 289
'(' is followed by whitespace. 289
')' is preceeded by whitespace. 289
cast needs to be followed by whitespace. 291
'(' is followed by whitespace. 295
')' is preceeded by whitespace. 296
'(' is followed by whitespace. 298
cast needs to be followed by whitespace. 298
'(' is followed by whitespace. 301
')' is preceeded by whitespace. 302
'(' is followed by whitespace. 304
'(' is followed by whitespace. 311
'(' is followed by whitespace. 352
')' is preceeded by whitespace. 356
'(' is followed by whitespace. 359
')' is preceeded by whitespace. 360
'(' is followed by whitespace. 385
')' is preceeded by whitespace. 390
'(' is followed by whitespace. 407
')' is preceeded by whitespace. 407
'(' is followed by whitespace. 440
')' is preceeded by whitespace. 440
cast needs to be followed by whitespace. 516
cast needs to be followed by whitespace. 562
Expected @param tag for 'db'. 583
'(' is followed by whitespace. 585
cast needs to be followed by whitespace. 585
')' is preceeded by whitespace. 585
line longer than 80 characters 595

org/apache/torque/util/Criteria.java

Error Line
file length is 3717 lines (max allowed is 2000). 1
variable 'DEFAULT_CAPACITY' missing Javadoc. 153
variable 'ignoreCase' missing Javadoc. 155
variable 'singleRecord' missing Javadoc. 156
variable 'cascade' missing Javadoc. 157
variable 'selectModifiers' missing Javadoc. 158
variable 'selectColumns' missing Javadoc. 159
variable 'orderByColumns' missing Javadoc. 160
variable 'groupByColumns' missing Javadoc. 161
variable 'having' missing Javadoc. 162
variable 'asColumns' missing Javadoc. 163
variable 'joinL' missing Javadoc. 164
variable 'joinR' missing Javadoc. 165
variable 'blobFlag' missing Javadoc. 183
variable 'aliases' missing Javadoc. 185
variable 'useTransaction' missing Javadoc. 187
')' is preceeded by whitespace. 403
Expected @param tag for 'v'. 431
Expected @param tag for 'value'. 481
Expected @param tag for 'comparison'. 482
Expected @param tag for 'value'. 497
Expected @param tag for 'comparison'. 497
cast needs to be followed by whitespace. 897
Unused @throws tag for 'NullPointerException'. 939
'if' construct must use '{}'s. 944
'!' is followed by whitespace. 944
line longer than 80 characters 1103
line longer than 80 characters 1112
line longer than 80 characters 1116
',' needs to be followed by whitespace. 1116
line longer than 80 characters 1151
line longer than 80 characters 1193
line longer than 80 characters 1235
line longer than 80 characters 1276
line longer than 80 characters 1317
Expected an @return tag. 1331
Expected @param tag for 'column'. 1331
Expected @param tag for 'year'. 1331
Expected @param tag for 'month'. 1331
Expected @param tag for 'date'. 1331
Expected an @return tag. 1340
Expected @param tag for 'column'. 1340
Expected @param tag for 'year'. 1340
Expected @param tag for 'month'. 1340
Expected @param tag for 'date'. 1340
Expected @param tag for 'comparison'. 1341
line longer than 80 characters 1382
Expected an @return tag. 1439
Expected an @return tag. 1448
Expected an @return tag. 1757
Expected @param tag for 'name'. 1757
line longer than 80 characters 1863
Expected an @return tag. 1875
Expected @param tag for 'crit'. 1875
cast needs to be followed by whitespace. 1888
')' is preceeded by whitespace. 1901
line longer than 80 characters 1934
line longer than 80 characters 1941
line longer than 80 characters 1965
'+' is not preceeded with whitespace. 1975
'+' is not followed by whitespace. 1975
'+' is not preceeded with whitespace. 1975
'+' is not followed by whitespace. 1975
line longer than 80 characters 2100
line longer than 80 characters 2107
',' needs to be followed by whitespace. 2117
line longer than 80 characters 2201
line longer than 80 characters 2243
line longer than 80 characters 2284
line longer than 80 characters 2325
line longer than 80 characters 2371
line longer than 80 characters 2541
line longer than 80 characters 2676
line longer than 80 characters 2683
cast needs to be followed by whitespace. 2981
Expected @param tag for 'b'. 3122
':' is not preceeded with whitespace. 3124
variable 'AND' missing Javadoc. 3133
variable 'OR' missing Javadoc. 3134
variable 'conjunctions' missing Javadoc. 3161
Expected @param tag for 'val'. 3166
Expected @param tag for 'comp'. 3166
'for' is not followed by whitespace. 3328
Expected an @return tag. 3359
Expected an @return tag. 3367
Expected an @return tag. 3375
Expected @param tag for 'criterion'. 3375
Expected an @return tag. 3385
Expected @param tag for 'criterion'. 3385
Expected @param tag for 'sb'. 3395
'for' is not followed by whitespace. 3407
'!' is followed by whitespace. 3413
cast needs to be followed by whitespace. 3415
'for' is not followed by whitespace. 3436
'for' is not followed by whitespace. 3462
cast needs to be followed by whitespace. 3470
cast needs to be followed by whitespace. 3498
cast needs to be followed by whitespace. 3534
cast needs to be followed by whitespace. 3539
'for' is not followed by whitespace. 3548
',' needs to be followed by whitespace. 3552
Expected an @return tag. 3581
Expected @param tag for 'obj'. 3581
Expected an @return tag. 3636
'for' is not followed by whitespace. 3650
Expected an @return tag. 3661
Expected @param tag for 'c'. 3672
Expected @param tag for 's'. 3672
'for' is not followed by whitespace. 3677
Expected an @return tag. 3688
Expected @param tag for 'c'. 3705
Expected @param tag for 'a'. 3705
'for' is not followed by whitespace. 3710

org/apache/torque/util/SqlEnum.java

Error Line
variable 's' missing Javadoc. 69
method is missing a Javadoc comment. 71
method is missing a Javadoc comment. 76
variable 'EQUAL' missing Javadoc. 81
variable 'NOT_EQUAL' missing Javadoc. 83
variable 'ALT_NOT_EQUAL' missing Javadoc. 85
variable 'GREATER_THAN' missing Javadoc. 87
variable 'LESS_THAN' missing Javadoc. 89
variable 'GREATER_EQUAL' missing Javadoc. 91
variable 'LESS_EQUAL' missing Javadoc. 93
variable 'LIKE' missing Javadoc. 95
variable 'NOT_LIKE' missing Javadoc. 97
variable 'IN' missing Javadoc. 99
variable 'NOT_IN' missing Javadoc. 101
variable 'CUSTOM' missing Javadoc. 103
variable 'JOIN' missing Javadoc. 105
variable 'DISTINCT' missing Javadoc. 107
variable 'ALL' missing Javadoc. 109
variable 'ASC' missing Javadoc. 111
variable 'DESC' missing Javadoc. 113
variable 'ISNULL' missing Javadoc. 115
variable 'ISNOTNULL' missing Javadoc. 117

org/apache/torque/util/Transaction.java

Error Line
line longer than 80 characters 70
Expected @throws tag for 'TorqueException'. 95
line longer than 80 characters 110
Expected @throws tag for 'TorqueException'. 111
Expected @throws tag for 'TorqueException'. 136
line longer than 80 characters 143
Expected @throws tag for 'TorqueException'. 175

org/apache/torque/util/Query.java

Error Line
variable 'SELECT' missing Javadoc. 72
variable 'FROM' missing Javadoc. 73
variable 'WHERE' missing Javadoc. 74
variable 'AND' missing Javadoc. 75
variable 'OR' missing Javadoc. 76
variable 'ORDER_BY' missing Javadoc. 77
variable 'GROUP_BY' missing Javadoc. 78
variable 'HAVING' missing Javadoc. 79
variable 'IN' missing Javadoc. 80
variable 'BETWEEN' missing Javadoc. 81
variable 'LIMIT' missing Javadoc. 82
variable 'ROWCOUNT' missing Javadoc. 83
variable 'selectModifiers' missing Javadoc. 85
variable 'selectColumns' missing Javadoc. 86
variable 'fromTables' missing Javadoc. 87
variable 'whereCriteria' missing Javadoc. 88
variable 'orderByColumns' missing Javadoc. 89
variable 'groupByColumns' missing Javadoc. 90
variable 'having' missing Javadoc. 91
variable 'limit' missing Javadoc. 92
variable 'rowcount' missing Javadoc. 93
'(' is followed by whitespace. 239
')' is preceeded by whitespace. 239
'(' is followed by whitespace. 250
')' is preceeded by whitespace. 250
'(' is followed by whitespace. 253
')' is preceeded by whitespace. 253
'(' is followed by whitespace. 255
')' is preceeded by whitespace. 255
'(' is followed by whitespace. 260
')' is preceeded by whitespace. 260
'(' is followed by whitespace. 265
')' is preceeded by whitespace. 265
'(' is followed by whitespace. 270
')' is preceeded by whitespace. 270
'(' is followed by whitespace. 275
')' is preceeded by whitespace. 275

org/apache/torque/dsfactory/DataSourceFactory.java

Error Line
Expected an @return tag. 72
redundant 'public' modifier. 72
Expected @throws tag for 'TorqueException'. 73
redundant 'public' modifier. 81
Expected @param tag for 'configuration'. 81

org/apache/torque/dsfactory/AbstractDataSourceFactory.java

Error Line
variable 'category' must be private and have accessor methods. 76
method is missing a Javadoc comment. 79

org/apache/torque/dsfactory/Jdbc2PoolDataSourceFactory.java

Error Line
variable 'ds' missing Javadoc. 78
Expected an @return tag. 83
Expected @param tag for 'configuration'. 94
method is missing a Javadoc comment. 109
cast needs to be followed by whitespace. 120
method is missing a Javadoc comment. 134
cast needs to be followed by whitespace. 146

org/apache/torque/dsfactory/JndiDataSourceFactory.java

Error Line
variable 'path' missing Javadoc. 81
variable 'ctx' missing Javadoc. 82
Expected an @return tag. 87
Expected @throws tag for 'TorqueException'. 88
Expected @param tag for 'configuration'. 108
method is missing a Javadoc comment. 122
method is missing a Javadoc comment. 173
method is missing a Javadoc comment. 212
'(' is followed by whitespace. 219
')' is preceeded by whitespace. 219
method is missing a Javadoc comment. 227
'(' is followed by whitespace. 234
')' is preceeded by whitespace. 234
'(' is followed by whitespace. 239
')' is preceeded by whitespace. 239
'(' is followed by whitespace. 242
')' is preceeded by whitespace. 242

org/apache/torque/dsfactory/TorqueDataSourceFactory.java

Error Line
variable 'ds' missing Javadoc. 78
Expected an @return tag. 83
Expected @param tag for 'configuration'. 94
method is missing a Javadoc comment. 109
cast needs to be followed by whitespace. 120
method is missing a Javadoc comment. 134
cast needs to be followed by whitespace. 146

org/apache/torque/TorqueRuntimeException.java

Error Line
'synchronized' is not followed by whitespace. 141
'synchronized' is not followed by whitespace. 154
'synchronized' is not followed by whitespace. 170
'if' is not followed by whitespace. 186
'if' is not followed by whitespace. 188
'if' is not followed by whitespace. 193
'for' is not followed by whitespace. 200
'for' is not followed by whitespace. 207
'while' is not followed by whitespace. 251

org/apache/torque/manager/AbstractBaseManager.java

Error Line
variable 'category' missing Javadoc. 88
variable 'category' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 88
'protected' modifier out of order with the JLS suggestions. 92
variable 'cache' must be private and have accessor methods. 92
variable 'mrCache' must be private and have accessor methods. 95
variable 'className' missing Javadoc. 100
variable 'region' missing Javadoc. 102
variable 'lockCache' missing Javadoc. 104
variable 'inGet' missing Javadoc. 105
variable 'isNew' missing Javadoc. 106
variable 'validFields' missing Javadoc. 108
variable 'validFields' must be private and have accessor methods. 108
variable 'listenersMap' missing Javadoc. 109
variable 'listenersMap' must be private and have accessor methods. 109
Expected an @return tag. 114
Expected @param tag for 'omClass'. 122
Expected an @return tag. 130
Expected @throws tag for 'InstantiationException'. 131
Expected @throws tag for 'IllegalAccessException'. 131
Expected @throws tag for 'TorqueException'. 150
Expected an @return tag. 168
Expected @param tag for 'id'. 168
Expected @throws tag for 'TorqueException'. 169
Expected an @return tag. 177
Expected @param tag for 'key'. 177
Expected @param tag for 'fromCache'. 177
Expected @throws tag for 'TorqueException'. 178
method is missing a Javadoc comment. 198
method is missing a Javadoc comment. 220
method is missing a Javadoc comment. 238
method is missing a Javadoc comment. 273
method is missing a Javadoc comment. 281
method is missing a Javadoc comment. 321
Expected @param tag for 'fromCache'. 357
'(' is followed by whitespace. 361
')' is preceeded by whitespace. 361
'(' is followed by whitespace. 384
')' is preceeded by whitespace. 384
'=' is not preceeded with whitespace. 391
'=' is not followed by whitespace. 391
method is missing a Javadoc comment. 414
Expected @throws tag for 'TorqueException'. 431
method is missing a Javadoc comment. 456
method is missing a Javadoc comment. 481
method is missing a Javadoc comment. 524
'private' modifier out of order with the JLS suggestions. 524
method is missing a Javadoc comment. 541
method is missing a Javadoc comment. 577
method is missing a Javadoc comment. 583

org/apache/torque/manager/CacheListener.java

Error Line
redundant 'public' modifier. 68
method is missing a Javadoc comment. 68
redundant 'public' modifier. 69
method is missing a Javadoc comment. 69
redundant 'public' modifier. 71
method is missing a Javadoc comment. 71

org/apache/torque/manager/NoOpMethodResultCache.java

Error Line
Unused import - java.util.Map 57
Unused import - java.util.HashMap 58
Unused import - java.util.WeakHashMap 59
Unused import - java.util.Iterator 60
Unused import - org.apache.log4j.Category 62
Unused import - org.apache.jcs.access.exception.CacheException 64
Unused import - org.apache.commons.pool.ObjectPool 65
Unused import - org.apache.commons.pool.impl.StackObjectPool 66
method is missing a Javadoc comment. 79
method is missing a Javadoc comment. 85
method is missing a Javadoc comment. 89
method is missing a Javadoc comment. 95
method is missing a Javadoc comment. 101
method is missing a Javadoc comment. 108
method is missing a Javadoc comment. 113
method is missing a Javadoc comment. 119
method is missing a Javadoc comment. 125
method is missing a Javadoc comment. 132
method is missing a Javadoc comment. 137
method is missing a Javadoc comment. 141
method is missing a Javadoc comment. 146
method is missing a Javadoc comment. 151
method is missing a Javadoc comment. 156
method is missing a Javadoc comment. 161
method is missing a Javadoc comment. 166
method is missing a Javadoc comment. 171
method is missing a Javadoc comment. 177
method is missing a Javadoc comment. 183
method is missing a Javadoc comment. 190

org/apache/torque/manager/MethodCacheKey.java

Error Line
Line does not match expected header line of '/* ===================================================================='. 3
type is missing a Javadoc comment. 63
variable 'n' missing Javadoc. 68
variable 'n' must be private and have accessor methods. 68
variable 'instanceOrClass' missing Javadoc. 69
variable 'method' missing Javadoc. 70
variable 'arg1' missing Javadoc. 71
variable 'arg2' missing Javadoc. 72
variable 'arg3' missing Javadoc. 73
variable 'moreThanThree' missing Javadoc. 74
variable 'groupKey' missing Javadoc. 75
method is missing a Javadoc comment. 77
method is missing a Javadoc comment. 81
method is missing a Javadoc comment. 86
method is missing a Javadoc comment. 92
method is missing a Javadoc comment. 98
method is missing a Javadoc comment. 105
Expected @param tag for 'arg3'. 171
Unused @param tag for 'Serializable[]'. 183
Expected @param tag for 'keys'. 189
method is missing a Javadoc comment. 211
method is missing a Javadoc comment. 216
method is missing a Javadoc comment. 250
'+=' is not preceeded with whitespace. 267
method is missing a Javadoc comment. 277
type is missing a Javadoc comment. 308
Expected @throws tag for 'Exception'. 316
Expected @throws tag for 'Exception'. 326
cast needs to be followed by whitespace. 328

org/apache/torque/manager/MethodResultCache.java

Error Line
variable 'log' missing Javadoc. 76
variable 'log' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 76
variable 'keyClassName' missing Javadoc. 79
variable 'keyClassName' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 79
variable 'pool' missing Javadoc. 81
variable 'jcsCache' missing Javadoc. 82
variable 'lockCache' missing Javadoc. 83
variable 'inGet' missing Javadoc. 84
variable 'groups' missing Javadoc. 85
method is missing a Javadoc comment. 87
method is missing a Javadoc comment. 104
method is missing a Javadoc comment. 121
method is missing a Javadoc comment. 149
method is missing a Javadoc comment. 189
method is missing a Javadoc comment. 224
cast needs to be followed by whitespace. 232
method is missing a Javadoc comment. 253
cast needs to be followed by whitespace. 262
method is missing a Javadoc comment. 283
cast needs to be followed by whitespace. 292
method is missing a Javadoc comment. 313
cast needs to be followed by whitespace. 323
method is missing a Javadoc comment. 344
cast needs to be followed by whitespace. 352
method is missing a Javadoc comment. 373
cast needs to be followed by whitespace. 378
method is missing a Javadoc comment. 388
cast needs to be followed by whitespace. 394
method is missing a Javadoc comment. 404
cast needs to be followed by whitespace. 410
method is missing a Javadoc comment. 420
cast needs to be followed by whitespace. 426
method is missing a Javadoc comment. 436
cast needs to be followed by whitespace. 441
method is missing a Javadoc comment. 452
cast needs to be followed by whitespace. 459
method is missing a Javadoc comment. 482
cast needs to be followed by whitespace. 490
method is missing a Javadoc comment. 511
cast needs to be followed by whitespace. 520
method is missing a Javadoc comment. 541
cast needs to be followed by whitespace. 550
method is missing a Javadoc comment. 571
cast needs to be followed by whitespace. 581
method is missing a Javadoc comment. 602
cast needs to be followed by whitespace. 610

org/apache/torque/Torque.java

Error Line
variable 'managers' must be private and have accessor methods. 162
line longer than 80 characters 186
')' is preceeded by whitespace. 245
method is missing a Javadoc comment. 257
cast needs to be followed by whitespace. 270
'(' is followed by whitespace. 275
')' is preceeded by whitespace. 275
method is missing a Javadoc comment. 294
cast needs to be followed by whitespace. 307
cast needs to be followed by whitespace. 317
line longer than 80 characters 442
'static' modifier out of order with the JLS suggestions. 473
Expected @param tag for 'name'. 473
Expected @param tag for 'className'. 473
Expected @throws tag for 'TorqueException'. 474
Expected @param tag for 'name'. 638
line longer than 80 characters 656
Expected @param tag for 'name'. 656
'(' is followed by whitespace. 697
')' is preceeded by whitespace. 697
'(' is followed by whitespace. 700
')' is preceeded by whitespace. 700
'(' is followed by whitespace. 781
')' is preceeded by whitespace. 781
Expected @param tag for 'className'. 812
'(' is followed by whitespace. 827
')' is preceeded by whitespace. 831
Expected @throws tag for 'java.sql.SQLException'. 861
Expected @throws tag for 'javax.naming.NamingException'. 862
Unused @param tag for 'driver'. 870
Unused @param tag for 'url'. 871
Expected @param tag for 'name'. 882
cast needs to be followed by whitespace. 891
method is missing a Javadoc comment. 910
cast needs to be followed by whitespace. 917
cast needs to be followed by whitespace. 947
Expected an @return tag. 955
Expected an @return tag. 974

org/apache/torque/engine/sql/Token.java

Error Line
variable 'str' missing Javadoc. 68
variable 'line' missing Javadoc. 69
variable 'col' missing Javadoc. 70
Expected @param tag for 'str'. 75
Expected @param tag for 'str'. 83
Expected @param tag for 'line'. 83
Expected @param tag for 'col'. 83
Expected an @return tag. 93
Expected an @return tag. 101
Expected an @return tag. 109
Expected an @return tag. 117

org/apache/torque/engine/sql/SQLScanner.java

Error Line
variable 'white' missing Javadoc. 72
variable 'white' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 72
line longer than 80 characters 73
variable 'alfa' missing Javadoc. 73
variable 'alfa' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 73
variable 'numer' missing Javadoc. 74
variable 'numer' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 74
variable 'alfanum' missing Javadoc. 75
variable 'alfanum' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 75
variable 'special' missing Javadoc. 76
variable 'special' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 76
variable 'commentPound' missing Javadoc. 77
variable 'commentPound' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 77
variable 'commentSlash' missing Javadoc. 78
variable 'commentSlash' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 78
variable 'commentStar' missing Javadoc. 79
variable 'commentStar' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 79
variable 'commentDash' missing Javadoc. 80
variable 'commentDash' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 80
variable 'in' missing Javadoc. 82
variable 'chr' missing Javadoc. 83
variable 'token' missing Javadoc. 84
variable 'tokens' missing Javadoc. 85
variable 'line' missing Javadoc. 87
variable 'col' missing Javadoc. 88
Expected @param tag for 'input'. 101
Expected @param tag for 'input'. 109
Expected @throws tag for 'IOException'. 119
'else' construct must use '{}'s. 126
'}' should be alone on a line. 126
Expected @throws tag for 'IOException'. 132
',' needs to be followed by whitespace. 142
',' needs to be followed by whitespace. 142
Expected an @return tag. 149
Expected @throws tag for 'IOException'. 149

org/apache/torque/engine/sql/ParseException.java

Error Line
Line does not match expected header line of ' * 4. The names "Apache" and "Apache Software Foundation" and'. 28
method is missing a Javadoc comment. 66

org/apache/torque/engine/database/transform/XmlToAppData.java

Error Line
variable 'app' missing Javadoc. 95
variable 'currDB' missing Javadoc. 96
variable 'currTable' missing Javadoc. 97
variable 'currColumn' missing Javadoc. 98
variable 'currFK' missing Javadoc. 99
variable 'currIndex' missing Javadoc. 100
variable 'currUnique' missing Javadoc. 101
variable 'firstPass' missing Javadoc. 103
variable 'foreignTable' missing Javadoc. 104
variable 'errorMessage' missing Javadoc. 105
variable 'isExternalSchema' missing Javadoc. 106
variable 'currentPackage' missing Javadoc. 107
variable 'currentXmlFile' missing Javadoc. 108
variable 'defaultPackage' missing Javadoc. 109
variable 'saxFactory' missing Javadoc. 111
Expected @param tag for 'defaultPackage'. 126
'(' is followed by whitespace. 179
')' is preceeded by whitespace. 179
Expected @param tag for 'publicId'. 192
Expected @param tag for 'systemId'. 192
Expected @param tag for 'uri'. 200
Expected @param tag for 'localName'. 200
Expected @param tag for 'rawName'. 200
Expected @param tag for 'attributes'. 201
method length is 176 lines (max allowed is 150). 202
'(' is followed by whitespace. 224
')' is preceeded by whitespace. 224
'(' is followed by whitespace. 233
')' is preceeded by whitespace. 233
'(' is followed by whitespace. 247
')' is preceeded by whitespace. 247
'(' is followed by whitespace. 269
')' is preceeded by whitespace. 269
')' is preceeded by whitespace. 274
'(' is followed by whitespace. 286
')' is preceeded by whitespace. 286
')' is preceeded by whitespace. 291
Expected @param tag for 'uri'. 382
Expected @param tag for 'localName'. 382
Expected @param tag for 'rawName'. 382
method is missing a Javadoc comment. 436

org/apache/torque/engine/database/transform/XmlToData.java

Error Line
variable 'database' missing Javadoc. 92
variable 'errorMessage' missing Javadoc. 93
variable 'data' missing Javadoc. 94
variable 'dtdFileName' missing Javadoc. 95
variable 'dtdFile' missing Javadoc. 96
variable 'dataDTD' missing Javadoc. 97
variable 'saxFactory' missing Javadoc. 99
Expected @param tag for 'database'. 111
Expected @param tag for 'dtdFilePath'. 111
Expected @throws tag for 'MalformedURLException'. 112
Expected @throws tag for 'IOException'. 112
Expected an @return tag. 124
Expected @param tag for 'xmlFile'. 124
'(' is followed by whitespace. 149
')' is preceeded by whitespace. 149
Expected @param tag for 'uri'. 160
Expected @param tag for 'localName'. 160
Expected @param tag for 'rawName'. 160
Expected @param tag for 'attributes'. 161
'catch' is not followed by whitespace. 183
Expected @param tag for 'publicId'. 230
Expected @param tag for 'systemId'. 230
Expected @param tag for 'urlString'. 250
variable 'table' missing Javadoc. 269
variable 'columnValues' missing Javadoc. 270
method is missing a Javadoc comment. 272
method is missing a Javadoc comment. 278
method is missing a Javadoc comment. 283
variable 'col' missing Javadoc. 294
variable 'val' missing Javadoc. 295
method is missing a Javadoc comment. 297
method is missing a Javadoc comment. 303
method is missing a Javadoc comment. 308

org/apache/torque/engine/database/transform/SQLToAppData.java

Error Line
variable 'sqlFile' missing Javadoc. 84
variable 'tokens' missing Javadoc. 85
variable 'token' missing Javadoc. 86
variable 'appData' missing Javadoc. 87
variable 'appDataDB' missing Javadoc. 88
variable 'count' missing Javadoc. 89
variable 'databaseType' missing Javadoc. 90
variable 'basePropsFilePath' missing Javadoc. 91
Expected @param tag for 'sqlFile'. 96
Expected @param tag for 'sqlFile'. 106
Expected @param tag for 'databaseType'. 106
Expected @param tag for 'basePropsFilePath'. 107
Expected an @return tag. 118
Expected @param tag for 'sqlFile'. 126
Expected @throws tag for 'ParseException'. 135
Expected @param tag for 'name'. 152
Expected @throws tag for 'ParseException'. 152
Expected an @return tag. 161
method name 'Create' must match pattern '^[a-z][a-zA-Z0-9]*$'. 169
Expected @throws tag for 'ParseException'. 169
method name 'Create_Table' must match pattern '^[a-z][a-zA-Z0-9]*$'. 181
Expected @throws tag for 'ParseException'. 181
method name 'Create_Table_Column' must match pattern '^[a-z][a-zA-Z0-9]*$'. 214
Expected @param tag for 'tbl'. 214
Expected @throws tag for 'ParseException'. 214
method name 'Create_Table_Column_Primary' must match pattern '^[a-z][a-zA-Z0-9]*$'. 245
Expected @param tag for 'tbl'. 245
Expected @throws tag for 'ParseException'. 245
method name 'Create_Table_Column_Unique' must match pattern '^[a-z][a-zA-Z0-9]*$'. 290
Expected @param tag for 'tbl'. 290
Expected @throws tag for 'ParseException'. 290
method name 'Create_Table_Column_Foreign' must match pattern '^[a-z][a-zA-Z0-9]*$'. 323
Expected @param tag for 'tbl'. 323
Expected @throws tag for 'ParseException'. 323
',' needs to be followed by whitespace. 373
',' needs to be followed by whitespace. 378
method name 'Create_Table_Column_Data' must match pattern '^[a-z][a-zA-Z0-9]*$'. 392
Expected @param tag for 'tbl'. 392
Expected @throws tag for 'ParseException'. 392
',' needs to be followed by whitespace. 467
'(' is followed by whitespace. 470
')' is preceeded by whitespace. 470
Expected an @return tag. 539
Expected @throws tag for 'IOException'. 539
Expected @throws tag for 'ParseException'. 539
Expected @param tag for 'args'. 578
Expected @throws tag for 'Exception'. 578

org/apache/torque/engine/database/transform/DTDResolver.java

Error Line
line longer than 80 characters 66
variable 'WEB_SITE_DTD' missing Javadoc. 75
Expected @param tag for 'publicId'. 110
Expected @param tag for 'systemId'. 110

org/apache/torque/engine/database/model/Inheritance.java

Error Line
variable 'key' missing Javadoc. 67
variable 'className' missing Javadoc. 68
variable 'ancestor' missing Javadoc. 69
variable 'parent' missing Javadoc. 70
Expected @param tag for 'attrib'. 82
Expected an @return tag. 165

org/apache/torque/engine/database/model/IdMethodParameter.java

Error Line
Line does not match expected header line of ' * 4. The names "Apache" and "Apache Software Foundation" and'. 28
variable 'name' missing Javadoc. 68
variable 'value' missing Javadoc. 69
variable 'parentTable' missing Javadoc. 70
Expected @param tag for 'attrib'. 75
Expected an @return tag. 84
Expected @param tag for 'name'. 92
Expected an @return tag. 100
Expected @param tag for 'value'. 108
Expected @param tag for 'parent'. 116
Expected an @return tag. 124
Expected an @return tag. 132
Expected an @return tag. 140

org/apache/torque/engine/database/model/NameGenerator.java

Error Line
Expected @throws tag for 'EngineException'. 108

org/apache/torque/engine/database/model/Index.java

Error Line
variable 'DEBUG' missing Javadoc. 74
variable 'indexName' missing Javadoc. 76
variable 'parentTable' missing Javadoc. 77
variable 'indexColumns' missing Javadoc. 78
method is missing a Javadoc comment. 124
Expected @param tag for 'attrib'. 147
Expected an @return tag. 164
Expected an @return tag. 181
Expected @param tag for 'name'. 210
Expected @param tag for 'parent'. 218
Expected an @return tag. 226
Expected an @return tag. 234
Expected @param tag for 'attrib'. 242
Expected an @return tag. 259
Expected an @return tag. 276
Expected an @return tag. 287
Expected an @return tag. 302

org/apache/torque/engine/database/model/Table.java

Error Line
variable 'columnList' missing Javadoc. 86
variable 'foreignKeys' missing Javadoc. 87
variable 'indices' missing Javadoc. 88
variable 'unices' missing Javadoc. 89
variable 'idMethodParameters' missing Javadoc. 90
variable 'name' missing Javadoc. 91
variable 'description' missing Javadoc. 92
variable 'javaName' missing Javadoc. 93
variable 'idMethod' missing Javadoc. 94
variable 'javaNamingMethod' missing Javadoc. 95
variable 'tableParent' missing Javadoc. 96
variable 'referrers' missing Javadoc. 97
variable 'foreignTableNames' missing Javadoc. 98
variable 'containsForeignPK' missing Javadoc. 99
variable 'inheritanceColumn' missing Javadoc. 100
variable 'skipSql' missing Javadoc. 101
variable 'abstractValue' missing Javadoc. 102
variable 'alias' missing Javadoc. 103
variable 'enterface' missing Javadoc. 104
variable 'pkg' missing Javadoc. 105
variable 'baseClass' missing Javadoc. 106
variable 'basePeer' missing Javadoc. 107
variable 'columnsByName' missing Javadoc. 108
variable 'columnsByJavaName' missing Javadoc. 109
variable 'needsTransactionInPostgres' missing Javadoc. 110
variable 'heavyIndexing' missing Javadoc. 111
variable 'forReferenceOnly' missing Javadoc. 112
Expected @throws tag for 'EngineException'. 304
'(' is followed by whitespace. 322
')' is preceeded by whitespace. 322
'(' is followed by whitespace. 326
')' is preceeded by whitespace. 326
'(' is followed by whitespace. 351
')' is preceeded by whitespace. 351
'(' is followed by whitespace. 355
')' is preceeded by whitespace. 355
'(' is followed by whitespace. 399
')' is preceeded by whitespace. 399
Expected an @return tag. 414
Expected @param tag for 'attrib'. 414
Expected an @return tag. 426
Expected an @return tag. 434
'(' is followed by whitespace. 436
')' is preceeded by whitespace. 437
'(' is followed by whitespace. 443
')' is preceeded by whitespace. 443
'(' is followed by whitespace. 445
')' is preceeded by whitespace. 445
Expected @param tag for 'fk'. 453
Expected an @return tag. 465
Expected @param tag for 'b'. 473
Expected an @return tag. 481
Expected an @return tag. 489
'(' is followed by whitespace. 491
')' is preceeded by whitespace. 491
Expected @param tag for 'fk'. 502
'(' is followed by whitespace. 507
')' is preceeded by whitespace. 507
'(' is followed by whitespace. 511
')' is preceeded by whitespace. 511
Expected an @return tag. 520
Expected an @return tag. 529
Expected @param tag for 'attrib'. 529
Expected @param tag for 'index'. 558
Expected an @return tag. 568
Expected @param tag for 'attrib'. 568
Expected @param tag for 'unique'. 580
Expected an @return tag. 590
Expected @param tag for 'attrib'. 590
Expected an @return tag. 601
Expected @param tag for 'newName'. 609
Expected an @return tag. 617
Expected an @return tag. 635
Expected @param tag for 'javaName'. 658
Expected an @return tag. 666
Expected @param tag for 'idMethod'. 681
Expected an @return tag. 802
Expected an @return tag. 816
Expected an @return tag. 824
Expected an @return tag. 839
Expected an @return tag. 847
Expected an @return tag. 868
Expected an @return tag. 882
Expected @param tag for 'name'. 897
Expected @param tag for 'javaName'. 906
Expected @param tag for 'col'. 917
')' is preceeded by whitespace. 919
Expected an @return tag. 933
Expected @param tag for 'col'. 933
Expected an @return tag. 941
Expected @param tag for 'name'. 941
')' is preceeded by whitespace. 1046
')' is preceeded by whitespace. 1054
Expected an @return tag. 1099
Expected an @return tag. 1127
Expected @param tag for 'list'. 1137
')' is preceeded by whitespace. 1141

org/apache/torque/engine/database/model/Database.java

Error Line
variable 'databaseType' missing Javadoc. 82
variable 'tableList' missing Javadoc. 83
variable 'curColumn' missing Javadoc. 84
variable 'name' missing Javadoc. 85
variable 'pkg' missing Javadoc. 86
variable 'baseClass' missing Javadoc. 87
variable 'basePeer' missing Javadoc. 88
variable 'defaultIdMethod' missing Javadoc. 89
variable 'defaultJavaType' missing Javadoc. 90
variable 'defaultJavaNamingMethod' missing Javadoc. 91
variable 'dbParent' missing Javadoc. 92
variable 'tablesByName' missing Javadoc. 93
variable 'tablesByJavaName' missing Javadoc. 94
variable 'heavyIndexing' missing Javadoc. 95
Expected @param tag for 'attrib'. 107
Expected an @return tag. 126
Expected @param tag for 'name'. 134
'(' is followed by whitespace. 163
')' is preceeded by whitespace. 163
'(' is followed by whitespace. 185
')' is preceeded by whitespace. 185
Expected an @return tag. 222
Expected an @return tag. 267
Expected @param tag for 'name'. 282
Expected @param tag for 'javaName'. 291
Expected an @return tag. 299
Expected @param tag for 'attrib'. 299
Expected @param tag for 'tbl'. 311
Expected @param tag for 'parent'. 323
Expected an @return tag. 331
method is missing a Javadoc comment. 336
method is missing a Javadoc comment. 341
Expected an @return tag. 387
')' is preceeded by whitespace. 399

org/apache/torque/engine/database/model/ForeignKey.java

Error Line
variable 'foreignTableName' missing Javadoc. 71
variable 'name' missing Javadoc. 72
variable 'onUpdate' missing Javadoc. 73
variable 'onDelete' missing Javadoc. 74
variable 'parentTable' missing Javadoc. 75
variable 'localColumns' missing Javadoc. 76
variable 'foreignColumns' missing Javadoc. 77
variable 'NONE' missing Javadoc. 80
variable 'NONE' must match pattern '^[a-z][a-zA-Z0-9]*$'. 80
variable 'SETNULL' missing Javadoc. 81
variable 'SETNULL' must match pattern '^[a-z][a-zA-Z0-9]*$'. 81
Expected @param tag for 'attrib'. 93
Expected an @return tag. 106
Expected @param tag for 'attrib'. 106
Expected an @return tag. 124
'!' is followed by whitespace. 126
Expected an @return tag. 132
'!' is followed by whitespace. 134
Expected an @return tag. 140
Expected an @return tag. 148
Expected @param tag for 'value'. 156
Expected @param tag for 'value'. 164
Expected an @return tag. 172
Expected @param tag for 'name'. 180
Expected an @return tag. 188
Expected @param tag for 'tableName'. 196
Expected @param tag for 'parent'. 204
Expected an @return tag. 212
Expected an @return tag. 220
Expected @param tag for 'attrib'. 228
Expected @param tag for 'local'. 236
Expected @param tag for 'foreign'. 236
Expected an @return tag. 245
Expected an @return tag. 253
Expected an @return tag. 261
Expected an @return tag. 270
',' needs to be followed by whitespace. 276
Expected an @return tag. 285
Expected an @return tag. 294
',' needs to be followed by whitespace. 300
Expected an @return tag. 309

org/apache/torque/engine/database/model/TypeMap.java

Error Line
variable 'CHAR' missing Javadoc. 111
variable 'VARCHAR' missing Javadoc. 112
variable 'LONGVARCHAR' missing Javadoc. 113
variable 'CLOB' missing Javadoc. 114
variable 'NUMERIC' missing Javadoc. 115
variable 'DECIMAL' missing Javadoc. 116
variable 'BIT' missing Javadoc. 117
variable 'TINYINT' missing Javadoc. 118
variable 'SMALLINT' missing Javadoc. 119
variable 'INTEGER' missing Javadoc. 120
variable 'BIGINT' missing Javadoc. 121
variable 'REAL' missing Javadoc. 122
variable 'FLOAT' missing Javadoc. 123
variable 'DOUBLE' missing Javadoc. 124
variable 'BINARY' missing Javadoc. 125
variable 'VARBINARY' missing Javadoc. 126
variable 'LONGVARBINARY' missing Javadoc. 127
variable 'BLOB' missing Javadoc. 128
variable 'DATE' missing Javadoc. 129
variable 'TIME' missing Javadoc. 130
variable 'TIMESTAMP' missing Javadoc. 131
variable 'BOOLEANCHAR' missing Javadoc. 132
variable 'BOOLEANINT' missing Javadoc. 133
variable 'TEXT_TYPES' missing Javadoc. 134
variable 'CHAR_OBJECT_TYPE' missing Javadoc. 140
variable 'VARCHAR_OBJECT_TYPE' missing Javadoc. 141
variable 'LONGVARCHAR_OBJECT_TYPE' missing Javadoc. 142
variable 'CLOB_OBJECT_TYPE' missing Javadoc. 143
variable 'NUMERIC_OBJECT_TYPE' missing Javadoc. 144
variable 'DECIMAL_OBJECT_TYPE' missing Javadoc. 145
variable 'BIT_OBJECT_TYPE' missing Javadoc. 146
variable 'TINYINT_OBJECT_TYPE' missing Javadoc. 147
variable 'SMALLINT_OBJECT_TYPE' missing Javadoc. 148
variable 'INTEGER_OBJECT_TYPE' missing Javadoc. 149
variable 'BIGINT_OBJECT_TYPE' missing Javadoc. 150
variable 'REAL_OBJECT_TYPE' missing Javadoc. 151
variable 'FLOAT_OBJECT_TYPE' missing Javadoc. 152
variable 'DOUBLE_OBJECT_TYPE' missing Javadoc. 153
variable 'BINARY_OBJECT_TYPE' missing Javadoc. 154
variable 'VARBINARY_OBJECT_TYPE' missing Javadoc. 155
variable 'LONGVARBINARY_OBJECT_TYPE' missing Javadoc. 156
variable 'BLOB_OBJECT_TYPE' missing Javadoc. 157
variable 'DATE_OBJECT_TYPE' missing Javadoc. 158
variable 'TIME_OBJECT_TYPE' missing Javadoc. 159
variable 'TIMESTAMP_OBJECT_TYPE' missing Javadoc. 160
variable 'BOOLEANCHAR_OBJECT_TYPE' missing Javadoc. 161
variable 'BOOLEANINT_OBJECT_TYPE' missing Javadoc. 162
variable 'CHAR_NATIVE_TYPE' missing Javadoc. 164
variable 'VARCHAR_NATIVE_TYPE' missing Javadoc. 165
variable 'LONGVARCHAR_NATIVE_TYPE' missing Javadoc. 166
variable 'CLOB_NATIVE_TYPE' missing Javadoc. 167
variable 'NUMERIC_NATIVE_TYPE' missing Javadoc. 168
variable 'DECIMAL_NATIVE_TYPE' missing Javadoc. 169
variable 'BIT_NATIVE_TYPE' missing Javadoc. 170
variable 'TINYINT_NATIVE_TYPE' missing Javadoc. 171
variable 'SMALLINT_NATIVE_TYPE' missing Javadoc. 172
variable 'INTEGER_NATIVE_TYPE' missing Javadoc. 173
variable 'BIGINT_NATIVE_TYPE' missing Javadoc. 174
variable 'REAL_NATIVE_TYPE' missing Javadoc. 175
variable 'FLOAT_NATIVE_TYPE' missing Javadoc. 176
variable 'DOUBLE_NATIVE_TYPE' missing Javadoc. 177
variable 'BINARY_NATIVE_TYPE' missing Javadoc. 178
variable 'VARBINARY_NATIVE_TYPE' missing Javadoc. 179
variable 'LONGVARBINARY_NATIVE_TYPE' missing Javadoc. 180
variable 'BLOB_NATIVE_TYPE' missing Javadoc. 181
variable 'DATE_NATIVE_TYPE' missing Javadoc. 182
variable 'TIME_NATIVE_TYPE' missing Javadoc. 183
variable 'TIMESTAMP_NATIVE_TYPE' missing Javadoc. 184
variable 'BOOLEANCHAR_NATIVE_TYPE' missing Javadoc. 185
variable 'BOOLEANINT_NATIVE_TYPE' missing Javadoc. 186
variable 'BIT_NATIVE_OBJECT_TYPE' missing Javadoc. 188
variable 'TINYINT_NATIVE_OBJECT_TYPE' missing Javadoc. 189
variable 'SMALLINT_NATIVE_OBJECT_TYPE' missing Javadoc. 190
variable 'INTEGER_NATIVE_OBJECT_TYPE' missing Javadoc. 191
variable 'BIGINT_NATIVE_OBJECT_TYPE' missing Javadoc. 192
variable 'REAL_NATIVE_OBJECT_TYPE' missing Javadoc. 193
variable 'FLOAT_NATIVE_OBJECT_TYPE' missing Javadoc. 194
variable 'DOUBLE_NATIVE_OBJECT_TYPE' missing Javadoc. 195
variable 'BOOLEANCHAR_NATIVE_OBJECT_TYPE' missing Javadoc. 196
variable 'BOOLEANINT_NATIVE_OBJECT_TYPE' missing Javadoc. 197
variable 'CHAR_VILLAGE_METHOD' missing Javadoc. 199
variable 'VARCHAR_VILLAGE_METHOD' missing Javadoc. 200
variable 'LONGVARCHAR_VILLAGE_METHOD' missing Javadoc. 201
variable 'CLOB_VILLAGE_METHOD' missing Javadoc. 202
variable 'NUMERIC_VILLAGE_METHOD' missing Javadoc. 203
variable 'DECIMAL_VILLAGE_METHOD' missing Javadoc. 204
variable 'BIT_VILLAGE_METHOD' missing Javadoc. 205
variable 'TINYINT_VILLAGE_METHOD' missing Javadoc. 206
variable 'SMALLINT_VILLAGE_METHOD' missing Javadoc. 207
variable 'INTEGER_VILLAGE_METHOD' missing Javadoc. 208
variable 'BIGINT_VILLAGE_METHOD' missing Javadoc. 209
variable 'REAL_VILLAGE_METHOD' missing Javadoc. 210
variable 'FLOAT_VILLAGE_METHOD' missing Javadoc. 211
variable 'DOUBLE_VILLAGE_METHOD' missing Javadoc. 212
variable 'BINARY_VILLAGE_METHOD' missing Javadoc. 213
variable 'VARBINARY_VILLAGE_METHOD' missing Javadoc. 214
variable 'LONGVARBINARY_VILLAGE_METHOD' missing Javadoc. 215
variable 'BLOB_VILLAGE_METHOD' missing Javadoc. 216
variable 'DATE_VILLAGE_METHOD' missing Javadoc. 217
variable 'TIME_VILLAGE_METHOD' missing Javadoc. 218
variable 'TIMESTAMP_VILLAGE_METHOD' missing Javadoc. 219
variable 'BOOLEANCHAR_VILLAGE_METHOD' missing Javadoc. 220
variable 'BOOLEANINT_VILLAGE_METHOD' missing Javadoc. 221
variable 'BIT_VILLAGE_OBJECT_METHOD' missing Javadoc. 223
variable 'TINYINT_VILLAGE_OBJECT_METHOD' missing Javadoc. 224
variable 'SMALLINT_VILLAGE_OBJECT_METHOD' missing Javadoc. 225
variable 'INTEGER_VILLAGE_OBJECT_METHOD' missing Javadoc. 226
variable 'BIGINT_VILLAGE_OBJECT_METHOD' missing Javadoc. 227
variable 'REAL_VILLAGE_OBJECT_METHOD' missing Javadoc. 228
variable 'FLOAT_VILLAGE_OBJECT_METHOD' missing Javadoc. 229
variable 'DOUBLE_VILLAGE_OBJECT_METHOD' missing Javadoc. 230
variable 'BOOLEANINT_VILLAGE_OBJECT_METHOD' missing Javadoc. 231
variable 'CHAR_PP_METHOD' missing Javadoc. 234
variable 'VARCHAR_PP_METHOD' missing Javadoc. 235
variable 'LONGVARCHAR_PP_METHOD' missing Javadoc. 236
variable 'NUMERIC_PP_METHOD' missing Javadoc. 237
variable 'DECIMAL_PP_METHOD' missing Javadoc. 238
variable 'BIT_PP_METHOD' missing Javadoc. 239
variable 'TINYINT_PP_METHOD' missing Javadoc. 240
variable 'SMALLINT_PP_METHOD' missing Javadoc. 241
variable 'INTEGER_PP_METHOD' missing Javadoc. 242
variable 'BIGINT_PP_METHOD' missing Javadoc. 243
variable 'REAL_PP_METHOD' missing Javadoc. 244
variable 'FLOAT_PP_METHOD' missing Javadoc. 245
variable 'DOUBLE_PP_METHOD' missing Javadoc. 246
variable 'BINARY_PP_METHOD' missing Javadoc. 247
variable 'VARBINARY_PP_METHOD' missing Javadoc. 248
variable 'LONGVARBINARY_PP_METHOD' missing Javadoc. 249
variable 'DATE_PP_METHOD' missing Javadoc. 250
variable 'TIME_PP_METHOD' missing Javadoc. 251
variable 'TIMESTAMP_PP_METHOD' missing Javadoc. 252
variable 'BOOLEANCHAR_PP_METHOD' missing Javadoc. 253
variable 'BOOLEANINT_PP_METHOD' missing Javadoc. 254
variable 'jdbcToJavaObjectMap' missing Javadoc. 256
variable 'jdbcToJavaNativeMap' missing Javadoc. 257
variable 'jdbcToJavaNativeObjectMap' missing Javadoc. 258
variable 'jdbcToVillageMethodMap' missing Javadoc. 259
variable 'jdbcToVillageObjectMethodMap' missing Javadoc. 260
variable 'jdbcToPPMethodMap' missing Javadoc. 261
variable 'torqueTypeToJdbcTypeMap' missing Javadoc. 262
variable 'jdbcToTorqueTypeMap' missing Javadoc. 263
variable 'isInitialized' missing Javadoc. 264
'static' modifier out of order with the JLS suggestions. 270
method length is 213 lines (max allowed is 150). 271
line longer than 80 characters 337
line longer than 80 characters 370
line longer than 80 characters 390
line longer than 80 characters 461
line longer than 80 characters 475
Expected an @return tag. 488
Expected an @return tag. 497
Expected @param tag for 'jdbcType'. 497
cast needs to be followed by whitespace. 504
Expected an @return tag. 511
Expected @param tag for 'jdbcType'. 511
Expected an @return tag. 525
Expected @param tag for 'jdbcType'. 525
cast needs to be followed by whitespace. 532
'(' is followed by whitespace. 533
')' is preceeded by whitespace. 533
cast needs to be followed by whitespace. 535
Expected an @return tag. 544
Expected @param tag for 'jdbcType'. 544
Expected an @return tag. 558
Expected @param tag for 'jdbcType'. 558
cast needs to be followed by whitespace. 565
'(' is followed by whitespace. 566
')' is preceeded by whitespace. 566
cast needs to be followed by whitespace. 568
Expected an @return tag. 577
Expected @param tag for 'jdbcType'. 577
Expected an @return tag. 590
Expected @param tag for 'type'. 590
Expected an @return tag. 604
Expected @param tag for 'sqlType'. 604
Expected an @return tag. 620
Expected an @return tag. 631
Expected an @return tag. 641

org/apache/torque/engine/database/model/Unique.java

Error Line
Expected an @return tag. 82
Expected an @return tag. 90

org/apache/torque/engine/database/model/NameFactory.java

Error Line
Expected an @return tag. 107
Expected @throws tag for 'EngineException'. 146

org/apache/torque/engine/database/model/Column.java

Error Line
variable 'name' missing Javadoc. 78
variable 'description' missing Javadoc. 79
variable 'javaName' missing Javadoc. 80
variable 'javaNamingMethod' missing Javadoc. 81
variable 'isNotNull' missing Javadoc. 82
variable 'size' missing Javadoc. 83
variable 'javaType' missing Javadoc. 86
variable 'columnType' missing Javadoc. 87
variable 'parentTable' missing Javadoc. 88
variable 'position' missing Javadoc. 89
variable 'isPrimaryKey' missing Javadoc. 90
variable 'isUnique' missing Javadoc. 91
variable 'isAutoIncrement' missing Javadoc. 92
variable 'defaultValue' missing Javadoc. 93
variable 'referrers' missing Javadoc. 94
variable 'inheritanceType' missing Javadoc. 99
variable 'isInheritance' missing Javadoc. 100
variable 'isEnumeratedClasses' missing Javadoc. 101
variable 'inheritanceList' missing Javadoc. 102
variable 'needsTransactionInPostgres' missing Javadoc. 103
Expected an @return tag. 132
Expected @param tag for 'attrib'. 156
'(' is followed by whitespace. 163
')' is preceeded by whitespace. 163
'(' is followed by whitespace. 206
')' is preceeded by whitespace. 206
Expected an @return tag. 215
Expected an @return tag. 223
Expected @param tag for 'newName'. 231
Expected an @return tag. 239
Expected an @return tag. 257
Expected @param tag for 'javaName'. 280
Expected an @return tag. 288
Expected @param tag for 'parent'. 314
Expected an @return tag. 322
Expected an @return tag. 330
Expected an @return tag. 339
Expected @param tag for 'attrib'. 339
Expected @param tag for 'inh'. 352
'(' is followed by whitespace. 355
')' is preceeded by whitespace. 355
Expected an @return tag. 366
Expected an @return tag. 375
Expected an @return tag. 383
Expected an @return tag. 391
Expected @param tag for 'status'. 399
Expected @param tag for 'pk'. 407
Expected an @return tag. 415
Expected @param tag for 'u'. 423
Expected an @return tag. 431
Expected an @return tag. 439
Expected an @return tag. 447
Expected an @return tag. 456
'(' is followed by whitespace. 464
')' is preceeded by whitespace. 466
Expected an @return tag. 481
Expected an @return tag. 490
Expected an @return tag. 501
Expected @param tag for 'fk'. 517
Expected an @return tag. 529
Expected @param tag for 'torqueType'. 541
'(' is followed by whitespace. 544
')' is preceeded by whitespace. 544
Expected an @return tag. 553
Expected an @return tag. 561
Expected an @return tag. 569
Expected an @return tag. 577
Expected an @return tag. 628
Expected @param tag for 'newSize'. 636
Expected an @return tag. 645
Expected an @return tag. 655
Expected @param tag for 'def'. 677
Expected an @return tag. 685
Expected an @return tag. 693
Expected an @return tag. 702
Expected @param tag for 'value'. 711
Expected @param tag for 'typeName'. 720
Expected @param tag for 'size'. 720
')' is preceeded by whitespace. 745
Expected an @return tag. 773
'(' is followed by whitespace. 800
')' is preceeded by whitespace. 800
'(' is followed by whitespace. 805
')' is preceeded by whitespace. 805
'(' is followed by whitespace. 807
')' is preceeded by whitespace. 807
'(' is followed by whitespace. 811
')' is preceeded by whitespace. 811
'(' is followed by whitespace. 815
')' is preceeded by whitespace. 827
Expected an @return tag. 840
'(' is followed by whitespace. 843
')' is preceeded by whitespace. 843
'(' is followed by whitespace. 849
')' is preceeded by whitespace. 849
'(' is followed by whitespace. 851
')' is preceeded by whitespace. 856
Expected an @return tag. 868
Expected an @return tag. 877
Expected an @return tag. 886
Expected an @return tag. 895
method is missing a Javadoc comment. 908

org/apache/torque/engine/database/model/AppData.java

Error Line
Expected an @return tag. 240
Expected @param tag for 'name'. 250
Expected an @return tag. 266
Expected @param tag for 'attrib'. 266
Expected @param tag for 'db'. 278
Expected an @return tag. 296
')' is preceeded by whitespace. 301

org/apache/torque/adapter/DBPostgres.java

Error Line
Expected @param tag for 'obj'. 127
method is missing a Javadoc comment. 188

org/apache/torque/adapter/DBMM.java

Error Line
variable 'DATE_FORMAT' missing Javadoc. 81
Expected @param tag for 'date'. 203

org/apache/torque/adapter/DBNone.java

Error Line
Expected @throws tag for 'SQLException'. 85

org/apache/torque/adapter/DBCloudscape.java

Error Line
variable 'QUALIFIER' missing Javadoc. 69