Checkstyle Results

The following document contains the results of Checkstyle .

Summary

Files Infos Warnings Errors
128 0 0 678

Files

Files I W E
org/apache/torque/Torque.java 0 0 5
org/apache/torque/TorqueInstance.java 0 0 17
org/apache/torque/TorqueRuntimeException.java 0 0 1
org/apache/torque/adapter/AbstractDBAdapter.java 0 0 22
org/apache/torque/adapter/DB.java 0 0 7
org/apache/torque/adapter/DBCloudscape.java 0 0 2
org/apache/torque/adapter/DBFactory.java 0 0 2
org/apache/torque/adapter/DBMM.java 0 0 2
org/apache/torque/adapter/DBOracle.java 0 0 1
org/apache/torque/adapter/DBSybase.java 0 0 2
org/apache/torque/avalon/Torque.java 0 0 4
org/apache/torque/avalon/TorqueComponent.java 0 0 6
org/apache/torque/manager/AbstractBaseManager.java 0 0 8
org/apache/torque/manager/MethodCacheKey.java 0 0 21
org/apache/torque/manager/MethodResultCache.java 0 0 4
org/apache/torque/map/DatabaseMap.java 0 0 1
org/apache/torque/oid/IDBroker.java 0 0 7
org/apache/torque/oid/IDGeneratorFactory.java 0 0 1
org/apache/torque/om/DateKey.java 0 0 1
org/apache/torque/om/NumberKey.java 0 0 1
org/apache/torque/om/StringKey.java 0 0 1
org/apache/torque/util/BasePeer.java 0 0 1
org/apache/torque/util/CountHelper.java 0 0 1
org/apache/torque/util/Criteria.java 0 0 44
org/apache/torque/util/LargeSelect.java 0 0 7
org/apache/torque/util/ListOrderedMapCI.java 0 0 39
org/apache/torque/util/Query.java 0 0 24
org/apache/torque/util/SQLBuilder.java 0 0 2
org/apache/torque/util/SqlEnum.java 0 0 31
org/apache/torque/util/SqlExpression.java 0 0 6
org/apache/torque/util/SummaryHelper.java 0 0 78
org/apache/torque/util/Transaction.java 0 0 2
org/apache/torque/util/VillageUtils.java 0 0 5
org/apache/torque/util/functions/AbstractFunction.java 0 0 51
org/apache/torque/util/functions/Aggregate.java 0 0 88
org/apache/torque/util/functions/FunctionEnum.java 0 0 5
org/apache/torque/util/functions/FunctionFactory.java 0 0 145
org/apache/torque/util/functions/SQLFunction.java 0 0 32
org/apache/torque/util/functions/package.html 0 0 1

org/apache/torque/Torque.java

Error Line
Error Utility classes should not have a public or default constructor. 45
Error Comment matches to-do format 'TODO:'. 96
Error Line has trailing spaces. 269
Error Line has trailing spaces. 282
Error Line has trailing spaces. 289

org/apache/torque/TorqueInstance.java

Error Line
Error Line has trailing spaces. 163
Error 'cast' is not followed by whitespace. 168
Error Line has trailing spaces. 169
Error Line has trailing spaces. 176
Error Line has trailing spaces. 181
Error Comment matches to-do format 'TODO:'. 287
Error Line has trailing spaces. 442
Error Line has trailing spaces. 692
Error 'cast' is not followed by whitespace. 698
Error Line has trailing spaces. 699
Error 'cast' is not followed by whitespace. 700
Error Line has trailing spaces. 805
Error Line has trailing spaces. 826
Error Line has trailing spaces. 832
Error Line has trailing spaces. 839
Error 'cast' is not followed by whitespace. 846
Error Line has trailing spaces. 880

org/apache/torque/TorqueRuntimeException.java

Error Line
Error Line has trailing spaces. 225

org/apache/torque/adapter/AbstractDBAdapter.java

Error Line
Error Line has trailing spaces. 68
Error '10' is a magic number. 71
Error Line has trailing spaces. 74
Error Line has trailing spaces. 77
Error '(' is followed by whitespace. 82
Error ')' is preceded with whitespace. 82
Error '(' is followed by whitespace. 83
Error ')' is preceded with whitespace. 83
Error '(' is followed by whitespace. 84
Error ')' is preceded with whitespace. 84
Error '(' is followed by whitespace. 85
Error ')' is preceded with whitespace. 85
Error '(' is followed by whitespace. 86
Error ')' is preceded with whitespace. 86
Error Line has trailing spaces. 88
Error Line has trailing spaces. 311
Error Line has trailing spaces. 315
Error Line has trailing spaces. 317
Error '(' is followed by whitespace. 317
Error ')' is preceded with whitespace. 317
Error '(' is followed by whitespace. 319
Error ')' is preceded with whitespace. 319

org/apache/torque/adapter/DB.java

Error Line
Error Line has trailing spaces. 273
Error Line has trailing spaces. 276
Error Line has trailing spaces. 277
Error Line has trailing spaces. 278
Error Line has trailing spaces. 282
Error '(' is followed by whitespace. 287
Error ')' is preceded with whitespace. 287

org/apache/torque/adapter/DBCloudscape.java

Error Line
Error '132' is a magic number. 83
Error '3' is a magic number. 110

org/apache/torque/adapter/DBFactory.java

Error Line
Error Class DBFactory should be declared as final. 37
Error '40' is a magic number. 42

org/apache/torque/adapter/DBMM.java

Error Line
Error '>=' is not followed by whitespace. 147
Error ')' is preceded with whitespace. 147

org/apache/torque/adapter/DBOracle.java

Error Line
Error Comment matches to-do format 'TODO:'. 233

org/apache/torque/adapter/DBSybase.java

Error Line
Error '(' is followed by whitespace. 169
Error ')' is preceded with whitespace. 169

org/apache/torque/avalon/Torque.java

Error Line
Error Line has trailing spaces. 120
Error Line has trailing spaces. 123
Error Line has trailing spaces. 130
Error Line has trailing spaces. 134

org/apache/torque/avalon/TorqueComponent.java

Error Line
Error Line has trailing spaces. 164
Error Line has trailing spaces. 166
Error Line has trailing spaces. 168
Error Line has trailing spaces. 170
Error 'cast' is not followed by whitespace. 174
Error Line has trailing spaces. 178

org/apache/torque/manager/AbstractBaseManager.java

Error Line
Error Missing a Javadoc comment. 68
Error Missing a Javadoc comment. 70
Error Missing a Javadoc comment. 72
Error Missing a Javadoc comment. 74
Error Missing a Javadoc comment. 75
Error The double-checked locking idiom is broken and should be avoided. 498
Error 'isNew' hides a field. 536
Error Must have at least one statement. 543

org/apache/torque/manager/MethodCacheKey.java

Error Line
Error Missing a Javadoc comment. 37
Error Variable 'n' must be private and have accessor methods. 37
Error Missing a Javadoc comment. 38
Error Missing a Javadoc comment. 39
Error Missing a Javadoc comment. 40
Error Missing a Javadoc comment. 41
Error Missing a Javadoc comment. 42
Error Missing a Javadoc comment. 43
Error Missing a Javadoc comment. 44
Error '3' is a magic number. 143
Error '3' is a magic number. 167
Error '4' is a magic number. 170
Error '3' is a magic number. 171
Error '3' is a magic number. 203
Error '5' is a magic number. 205
Error '3' is a magic number. 232
Error '5' is a magic number. 234
Error '50' is a magic number. 248
Error '3' is a magic number. 261
Error '5' is a magic number. 263
Error Missing a Javadoc comment. 277

org/apache/torque/manager/MethodResultCache.java

Error Line
Error Missing a Javadoc comment. 46
Error Missing a Javadoc comment. 47
Error Missing a Javadoc comment. 48
Error '10000' is a magic number. 58

org/apache/torque/map/DatabaseMap.java

Error Line
Error '3' is a magic number. 446

org/apache/torque/oid/IDBroker.java

Error Line
Error '100' is a magic number. 493
Error Must have at least one statement. 542
Error 'cast' is not followed by whitespace. 747
Error '10' is a magic number. 775
Error 'cast' is not followed by whitespace. 775
Error '50' is a magic number. 866
Error '50' is a magic number. 913

org/apache/torque/oid/IDGeneratorFactory.java

Error Line
Error Class IDGeneratorFactory should be declared as final. 32

org/apache/torque/om/DateKey.java

Error Line
Error Definition of 'equals()' without corresponding definition of 'hashCode()'. 130

org/apache/torque/om/NumberKey.java

Error Line
Error Redundant throws: 'NumberFormatException' is unchecked exception. 142

org/apache/torque/om/StringKey.java

Error Line
Error Definition of 'equals()' without corresponding definition of 'hashCode()'. 117

org/apache/torque/util/BasePeer.java

Error Line
Error Utility classes should not have a public or default constructor. 79

org/apache/torque/util/CountHelper.java

Error Line
Error Missing a Javadoc comment. 39

org/apache/torque/util/Criteria.java

Error Line
Error File length is 3,857 lines (max allowed is 2,000). 1
Error Missing a Javadoc comment. 152
Error Missing a Javadoc comment. 154
Error Missing a Javadoc comment. 155
Error Missing a Javadoc comment. 156
Error Missing a Javadoc comment. 157
Error Missing a Javadoc comment. 158
Error Missing a Javadoc comment. 159
Error Missing a Javadoc comment. 160
Error Missing a Javadoc comment. 161
Error Missing a Javadoc comment. 162
Error Missing a Javadoc comment. 163
Error '3' is a magic number. 163
Error Missing a Javadoc comment. 180
Error '8' is a magic number. 180
Error Missing a Javadoc comment. 182
Error '16' is a magic number. 1869
Error '37' is a magic number. 1870
Error '37' is a magic number. 1871
Error '37' is a magic number. 1872
Error '37' is a magic number. 1873
Error '37' is a magic number. 1874
Error '37' is a magic number. 1875
Error '37' is a magic number. 1876
Error '37' is a magic number. 1877
Error '37' is a magic number. 1878
Error '37' is a magic number. 1879
Error '37' is a magic number. 1880
Error '37' is a magic number. 1881
Error '37' is a magic number. 1882
Error '3' is a magic number. 3060
Error '3' is a magic number. 3097
Error Line has trailing spaces. 3098
Error 'joins' hides a field. 3099
Error Missing a Javadoc comment. 3127
Error Missing a Javadoc comment. 3128
Error Missing a Javadoc comment. 3155
Error 'db' hides a field. 3297
Error 'db' hides a field. 3464
Error '25' is a magic number. 3579
Error '13' is a magic number. 3849
Error '37' is a magic number. 3850
Error '37' is a magic number. 3851
Error '37' is a magic number. 3852

org/apache/torque/util/LargeSelect.java

Error Line
Error '{' is followed by whitespace. 365
Error '{' is followed by whitespace. 368
Error '{' is followed by whitespace. 396
Error '{' is followed by whitespace. 666
Error Method length is 216 lines (max allowed is 150). 685
Error Line has trailing spaces. 744
Error Line has trailing spaces. 751

org/apache/torque/util/ListOrderedMapCI.java

Error Line
Error Line has trailing spaces. 26
Error Missing a Javadoc comment. 34
Error '{' should be on a new line. 39
Error Line has trailing spaces. 45
Error '(' is followed by whitespace. 49
Error ')' is preceded with whitespace. 49
Error '{' should be on a new line. 49
Error Line has trailing spaces. 50
Error '(' is followed by whitespace. 50
Error ')' is preceded with whitespace. 50
Error Line has trailing spaces. 54
Error '(' is followed by whitespace. 59
Error ')' is preceded with whitespace. 59
Error '{' should be on a new line. 59
Error Line has trailing spaces. 60
Error '(' is followed by whitespace. 60
Error ')' is preceded with whitespace. 60
Error Line has trailing spaces. 64
Error Line has trailing spaces. 65
Error '(' is followed by whitespace. 70
Error ')' is preceded with whitespace. 70
Error '{' should be on a new line. 70
Error ')' is preceded with whitespace. 71
Error Line has trailing spaces. 75
Error '(' is followed by whitespace. 79
Error ')' is preceded with whitespace. 79
Error '{' should be on a new line. 79
Error '(' is followed by whitespace. 80
Error ')' is preceded with whitespace. 80
Error '(' is followed by whitespace. 87
Error ')' is preceded with whitespace. 87
Error '{' should be on a new line. 87
Error '(' is followed by whitespace. 88
Error ')' is preceded with whitespace. 88
Error Line has trailing spaces. 92
Error '(' is followed by whitespace. 96
Error ')' is preceded with whitespace. 96
Error '{' should be on a new line. 96
Error '(' is followed by whitespace. 97

org/apache/torque/util/Query.java

Error Line
Error Missing a Javadoc comment. 41
Error Missing a Javadoc comment. 42
Error Missing a Javadoc comment. 43
Error Missing a Javadoc comment. 44
Error Missing a Javadoc comment. 45
Error Missing a Javadoc comment. 46
Error Missing a Javadoc comment. 47
Error Missing a Javadoc comment. 48
Error Missing a Javadoc comment. 49
Error Missing a Javadoc comment. 50
Error Missing a Javadoc comment. 52
Error Missing a Javadoc comment. 53
Error Missing a Javadoc comment. 54
Error Missing a Javadoc comment. 55
Error Missing a Javadoc comment. 56
Error Missing a Javadoc comment. 57
Error Missing a Javadoc comment. 58
Error Missing a Javadoc comment. 59
Error Missing a Javadoc comment. 60
Error Missing a Javadoc comment. 61
Error Missing a Javadoc comment. 62
Error Missing a Javadoc comment. 63
Error Line has trailing spaces. 218
Error Line has trailing spaces. 284

org/apache/torque/util/SQLBuilder.java

Error Line
Error Missing a Javadoc comment. 54
Error '4' is a magic number. 256

org/apache/torque/util/SqlEnum.java

Error Line
Error Class SqlEnum should be declared as final. 32
Error Missing a Javadoc comment. 39
Error Missing a Javadoc comment. 51
Error Missing a Javadoc comment. 53
Error Missing a Javadoc comment. 55
Error Missing a Javadoc comment. 57
Error Missing a Javadoc comment. 59
Error Missing a Javadoc comment. 61
Error Missing a Javadoc comment. 63
Error Missing a Javadoc comment. 65
Error Missing a Javadoc comment. 67
Error Missing a Javadoc comment. 69
Error Missing a Javadoc comment. 71
Error Missing a Javadoc comment. 73
Error Missing a Javadoc comment. 75
Error Missing a Javadoc comment. 77
Error Missing a Javadoc comment. 79
Error Missing a Javadoc comment. 81
Error Missing a Javadoc comment. 83
Error Missing a Javadoc comment. 85
Error Missing a Javadoc comment. 87
Error Missing a Javadoc comment. 89
Error Missing a Javadoc comment. 91
Error Missing a Javadoc comment. 93
Error Missing a Javadoc comment. 95
Error Missing a Javadoc comment. 97
Error Missing a Javadoc comment. 99
Error Missing a Javadoc comment. 101
Error Missing a Javadoc comment. 103
Error Missing a Javadoc comment. 105
Error Missing a Javadoc comment. 107

org/apache/torque/util/SqlExpression.java

Error Line
Error '25' is a magic number. 100
Error '40' is a magic number. 184
Error '20' is a magic number. 184
Error Method length is 151 lines (max allowed is 150). 388
Error switch without "default" clause. 410
Error '1.1' is a magic number. 682

org/apache/torque/util/SummaryHelper.java

Error Line
Error Missing a Javadoc comment. 90
Error Variable 'logger' must be private and have accessor methods. 90
Error '(' is followed by whitespace. 120
Error ')' is preceded with whitespace. 120
Error '(' is followed by whitespace. 123
Error ')' is preceded with whitespace. 123
Error '(' is followed by whitespace. 138
Error ')' is preceded with whitespace. 138
Error '(' is followed by whitespace. 141
Error ')' is preceded with whitespace. 141
Error '(' is followed by whitespace. 156
Error ')' is preceded with whitespace. 156
Error '(' is followed by whitespace. 162
Error ')' is preceded with whitespace. 162
Error '(' is followed by whitespace. 166
Error ')' is preceded with whitespace. 166
Error '(' is followed by whitespace. 168
Error ')' is preceded with whitespace. 168
Error '{' should be on a new line. 168
Error '(' is followed by whitespace. 188
Error ')' is preceded with whitespace. 188
Error '{' should be on a new line. 188
Error '(' is followed by whitespace. 210
Error ')' is preceded with whitespace. 210
Error '(' is followed by whitespace. 213
Error ')' is preceded with whitespace. 213
Error 'if' construct must use '{}'s. 216
Error '(' is followed by whitespace. 216
Error ')' is preceded with whitespace. 216
Error '(' is followed by whitespace. 220
Error '!' is followed by whitespace. 220
Error ')' is preceded with whitespace. 220
Error '(' is followed by whitespace. 228
Error ')' is preceded with whitespace. 228
Error '(' is followed by whitespace. 232
Error ')' is preceded with whitespace. 232
Error '(' is followed by whitespace. 233
Error '!' is followed by whitespace. 233
Error ')' is preceded with whitespace. 233
Error '(' is followed by whitespace. 236
Error ')' is preceded with whitespace. 236
Error '(' is followed by whitespace. 240
Error ',' is not followed by whitespace. 240
Error 'cast' is not followed by whitespace. 240
Error ')' is preceded with whitespace. 240
Error ',' is not followed by whitespace. 243
Error '+' should be on a new line. 244
Error '(' is followed by whitespace. 249
Error '!' is followed by whitespace. 249
Error ')' is preceded with whitespace. 249
Error '+' should be on a new line. 252
Error '(' is followed by whitespace. 272
Error ')' is preceded with whitespace. 272
Error '(' is followed by whitespace. 284
Error ')' is preceded with whitespace. 284
Error '(' is followed by whitespace. 286
Error ')' is preceded with whitespace. 286
Error '(' is followed by whitespace. 302
Error ')' is preceded with whitespace. 302
Error '(' is followed by whitespace. 318
Error ')' is preceded with whitespace. 318
Error ')' is preceded with whitespace. 335
Error '(' is followed by whitespace. 341
Error ')' is preceded with whitespace. 341
Error '(' is followed by whitespace. 347
Error ')' is preceded with whitespace. 347
Error '(' is followed by whitespace. 350
Error ')' is preceded with whitespace. 350
Error '(' is followed by whitespace. 353
Error ')' is preceded with whitespace. 353
Error '(' is followed by whitespace. 359
Error ')' is preceded with whitespace. 359
Error Line has trailing spaces. 362
Error Line has trailing spaces. 363
Error '(' is followed by whitespace. 367
Error ')' is preceded with whitespace. 367
Error '(' is followed by whitespace. 372
Error ')' is preceded with whitespace. 372

org/apache/torque/util/Transaction.java

Error Line
Error Expression can be simplified. 145
Error Expression can be simplified. 185

org/apache/torque/util/VillageUtils.java

Error Line
Error Redundant 'final' modifier. 67
Error Redundant 'final' modifier. 89
Error Redundant 'final' modifier. 111
Error Redundant 'final' modifier. 134
Error Redundant 'final' modifier. 184

org/apache/torque/util/functions/AbstractFunction.java

Error Line
Error Line has trailing spaces. 28
Error Line has trailing spaces. 29
Error Line has trailing spaces. 30
Error Line has trailing spaces. 40
Error '{' should be on a new line. 44
Error Line has trailing spaces. 52
Error Line has trailing spaces. 60
Error '(' is followed by whitespace. 65
Error ')' is preceded with whitespace. 65
Error Line has trailing spaces. 66
Error Line has trailing spaces. 68
Error Line has trailing spaces. 72
Error Line has trailing spaces. 73
Error Line has trailing spaces. 79
Error '(' is followed by whitespace. 79
Error ')' is preceded with whitespace. 79
Error Line has trailing spaces. 88
Error Redundant throws: 'IllegalStateException' is unchecked exception. 93
Error '(' is followed by whitespace. 95
Error ')' is preceded with whitespace. 95
Error '{' should be on a new line. 95
Error Line has trailing spaces. 96
Error '(' is followed by whitespace. 98
Error ')' is preceded with whitespace. 98
Error '{' should be on a new line. 98
Error Line has trailing spaces. 108
Error '(' is followed by whitespace. 113
Error ')' is preceded with whitespace. 113
Error Line has trailing spaces. 116
Error '(' is followed by whitespace. 116
Error ')' is preceded with whitespace. 116
Error Line has trailing spaces. 125
Error '(' is followed by whitespace. 128
Error ')' is preceded with whitespace. 128
Error '{' should be on a new line. 128
Error '(' is followed by whitespace. 129
Error ')' is preceded with whitespace. 129
Error Line has trailing spaces. 134
Error Line has trailing spaces. 135
Error '(' is followed by whitespace. 137
Error ')' is preceded with whitespace. 137
Error '{' should be on a new line. 137
Error Line has trailing spaces. 140
Error Line has trailing spaces. 143
Error '(' is followed by whitespace. 146
Error ')' is preceded with whitespace. 146
Error '{' should be on a new line. 146
Error '(' is followed by whitespace. 147
Error ')' is preceded with whitespace. 147
Error '{' should be on a new line. 147
Error Line has trailing spaces. 152

org/apache/torque/util/functions/Aggregate.java

Error Line
Error Unused import - org.apache.torque.adapter.DB. 22
Error Line has trailing spaces. 25
Error Line has trailing spaces. 27
Error Line has trailing spaces. 28
Error Line has trailing spaces. 30
Error Line has trailing spaces. 33
Error Line has trailing spaces. 36
Error Line has trailing spaces. 47
Error Line has trailing spaces. 48
Error Line has trailing spaces. 57
Error Line has trailing spaces. 60
Error Line has trailing spaces. 61
Error Line has trailing spaces. 65
Error '(' is followed by whitespace. 65
Error ')' is preceded with whitespace. 65
Error Line has trailing spaces. 69
Error Comment matches to-do format 'TODO:'. 72
Error Line has trailing spaces. 72
Error Line has trailing spaces. 73
Error Line has trailing spaces. 75
Error Line has trailing spaces. 77
Error Line has trailing spaces. 78
Error Line has trailing spaces. 80
Error '(' is followed by whitespace. 81
Error ')' is preceded with whitespace. 81
Error Redundant throws: 'IllegalArgumentException' is unchecked exception. 82
Error Line has trailing spaces. 85
Error '(' is followed by whitespace. 85
Error ')' is preceded with whitespace. 85
Error Line has trailing spaces. 90
Error '(' is followed by whitespace. 90
Error ')' is preceded with whitespace. 90
Error Line has trailing spaces. 93
Error Line has trailing spaces. 94
Error Line has trailing spaces. 96
Error '(' is followed by whitespace. 96
Error '!' is followed by whitespace. 96
Error '(' is followed by whitespace. 96
Error ')' is preceded with whitespace. 96
Error ')' is preceded with whitespace. 96
Error '(' is followed by whitespace. 103
Error ')' is preceded with whitespace. 103
Error Line has trailing spaces. 106
Error Line has trailing spaces. 109
Error Line has trailing spaces. 112
Error Line has trailing spaces. 116
Error Line has trailing spaces. 119
Error Line has trailing spaces. 122
Error Line has trailing spaces. 126
Error Line has trailing spaces. 129
Error Line has trailing spaces. 132
Error '(' is followed by whitespace. 132
Error ')' is preceded with whitespace. 132
Error Line has trailing spaces. 136
Error Line has trailing spaces. 140
Error Redundant throws: 'IllegalStateException' is unchecked exception. 141
Error Line has trailing spaces. 143
Error '(' is followed by whitespace. 143
Error '!' is followed by whitespace. 143
Error ')' is preceded with whitespace. 143
Error Line has trailing spaces. 145
Error '(' is followed by whitespace. 145
Error Line has trailing spaces. 150
Error '(' is followed by whitespace. 150
Error ')' is preceded with whitespace. 150
Error '(' is followed by whitespace. 154
Error ')' is preceded with whitespace. 154
Error '(' is followed by whitespace. 154
Error ')' is preceded with whitespace. 154
Error Line has trailing spaces. 165
Error Line has trailing spaces. 175
Error Line has trailing spaces. 179
Error Line has trailing spaces. 189
Error Line has trailing spaces. 193
Error Line has trailing spaces. 197
Error Line has trailing spaces. 207
Error Line has trailing spaces. 211
Error Line has trailing spaces. 215
Error Line has trailing spaces. 225
Error Line has trailing spaces. 229
Error Line has trailing spaces. 233
Error '(' is followed by whitespace. 233
Error ')' is preceded with whitespace. 233
Error Line has trailing spaces. 243
Error Line has trailing spaces. 247
Error Line has trailing spaces. 251
Error '(' is followed by whitespace. 251
Error ')' is preceded with whitespace. 251

org/apache/torque/util/functions/FunctionEnum.java

Error Line
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Class FunctionEnum should be declared as final. 30
Error Missing a Javadoc comment. 53
Error Line has trailing spaces. 59

org/apache/torque/util/functions/FunctionFactory.java

Error Line
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 34
Error Line has trailing spaces. 36
Error Line has trailing spaces. 39
Error Class FunctionFactory should be declared as final. 43
Error Line has trailing spaces. 48
Error Line has trailing spaces. 49
Error Line has trailing spaces. 51
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 60
Error Line has trailing spaces. 65
Error '(' is followed by whitespace. 65
Error ')' is preceded with whitespace. 66
Error Line has trailing spaces. 69
Error '(' is followed by whitespace. 69
Error '{' is followed by whitespace. 70
Error Line has trailing spaces. 74
Error Line has trailing spaces. 75
Error Line has trailing spaces. 76
Error Line has trailing spaces. 81
Error Line has trailing spaces. 83
Error '(' is followed by whitespace. 83
Error ')' is preceded with whitespace. 83
Error '(' is followed by whitespace. 86
Error ')' is preceded with whitespace. 86
Error Line has trailing spaces. 88
Error Line has trailing spaces. 91
Error Line has trailing spaces. 92
Error Line has trailing spaces. 93
Error Line has trailing spaces. 97
Error Line has trailing spaces. 102
Error '(' is followed by whitespace. 102
Error ')' is preceded with whitespace. 103
Error '(' is followed by whitespace. 106
Error '{' is followed by whitespace. 107
Error Line has trailing spaces. 111
Error Line has trailing spaces. 112
Error Line has trailing spaces. 113
Error Line has trailing spaces. 118
Error Line has trailing spaces. 120
Error '(' is followed by whitespace. 120
Error ')' is preceded with whitespace. 120
Error '(' is followed by whitespace. 123
Error ')' is preceded with whitespace. 123
Error Line has trailing spaces. 125
Error Line has trailing spaces. 128
Error Line has trailing spaces. 129
Error Line has trailing spaces. 130
Error Line has trailing spaces. 134
Error Line has trailing spaces. 139
Error '(' is followed by whitespace. 139
Error ')' is preceded with whitespace. 140
Error '(' is followed by whitespace. 143
Error '{' is followed by whitespace. 144
Error Line has trailing spaces. 148
Error Line has trailing spaces. 149
Error Line has trailing spaces. 150
Error Line has trailing spaces. 155
Error Line has trailing spaces. 157
Error '(' is followed by whitespace. 157
Error ')' is preceded with whitespace. 157
Error '(' is followed by whitespace. 160
Error ')' is preceded with whitespace. 160
Error Line has trailing spaces. 162
Error Line has trailing spaces. 165
Error Line has trailing spaces. 166
Error Line has trailing spaces. 167
Error Line has trailing spaces. 171
Error Line has trailing spaces. 176
Error '(' is followed by whitespace. 176
Error ')' is preceded with whitespace. 177
Error '(' is followed by whitespace. 180
Error '{' is followed by whitespace. 181
Error Line has trailing spaces. 185
Error Line has trailing spaces. 186
Error Line has trailing spaces. 187
Error Line has trailing spaces. 192
Error Line has trailing spaces. 194
Error '(' is followed by whitespace. 194
Error ')' is preceded with whitespace. 194
Error '(' is followed by whitespace. 197
Error ')' is preceded with whitespace. 197
Error Line has trailing spaces. 199
Error Line has trailing spaces. 202
Error Line has trailing spaces. 203
Error Line has trailing spaces. 204
Error Line has trailing spaces. 208
Error Line has trailing spaces. 213
Error '(' is followed by whitespace. 213
Error ')' is preceded with whitespace. 214
Error '(' is followed by whitespace. 217
Error '{' is followed by whitespace. 218
Error Line has trailing spaces. 222
Error Line has trailing spaces. 223
Error Line has trailing spaces. 224
Error Line has trailing spaces. 229
Error Line has trailing spaces. 231
Error '(' is followed by whitespace. 231
Error ')' is preceded with whitespace. 231
Error '(' is followed by whitespace. 234
Error ')' is preceded with whitespace. 234
Error Line has trailing spaces. 236
Error Line has trailing spaces. 239
Error Line has trailing spaces. 240
Error Line has trailing spaces. 244
Error Line has trailing spaces. 247
Error '(' is followed by whitespace. 247
Error ')' is preceded with whitespace. 249
Error Line has trailing spaces. 250
Error '(' is followed by whitespace. 253
Error ')' is preceded with whitespace. 253
Error '{' should be on a new line. 253
Error Line has trailing spaces. 255
Error Line has trailing spaces. 256
Error '(' is followed by whitespace. 260
Error ')' is preceded with whitespace. 260
Error Line has trailing spaces. 261
Error '(' is followed by whitespace. 261
Error ')' is preceded with whitespace. 261
Error '+' is not preceded with whitespace. 264
Error '+' is not followed by whitespace. 264
Error Line has trailing spaces. 268
Error Line has trailing spaces. 269
Error Line has trailing spaces. 271
Error '(' is followed by whitespace. 271
Error ')' is preceded with whitespace. 271
Error Line has trailing spaces. 274
Error '(' is followed by whitespace. 275
Error '{' is followed by whitespace. 275
Error ')' is preceded with whitespace. 275
Error '(' is followed by whitespace. 276
Error '{' is followed by whitespace. 276
Error '(' is followed by whitespace. 283
Error ')' is preceded with whitespace. 283
Error '(' is followed by whitespace. 284
Error ')' is preceded with whitespace. 284
Error Line has trailing spaces. 285
Error '(' is followed by whitespace. 289
Error ')' is preceded with whitespace. 290
Error Line has trailing spaces. 291
Error '(' is followed by whitespace. 293
Error ')' is preceded with whitespace. 293

org/apache/torque/util/functions/SQLFunction.java

Error Line
Error Line has trailing spaces. 24
Error Line has trailing spaces. 25
Error Line has trailing spaces. 27
Error Line has trailing spaces. 28
Error Line has trailing spaces. 30
Error Line has trailing spaces. 40
Error Redundant 'public' modifier. 43
Error Line has trailing spaces. 44
Error Line has trailing spaces. 48
Error Redundant 'public' modifier. 53
Error '(' is followed by whitespace. 53
Error ')' is preceded with whitespace. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 56
Error Line has trailing spaces. 60
Error Line has trailing spaces. 61
Error Redundant 'public' modifier. 64
Error Line has trailing spaces. 65
Error Line has trailing spaces. 67
Error Line has trailing spaces. 69
Error Redundant 'public' modifier. 72
Error '(' is followed by whitespace. 72
Error ')' is preceded with whitespace. 72
Error Line has trailing spaces. 73
Error Line has trailing spaces. 76
Error Redundant 'public' modifier. 81
Error Redundant throws: 'IllegalStateException' is unchecked exception. 81
Error Line has trailing spaces. 82
Error Line has trailing spaces. 85
Error Redundant 'public' modifier. 89
Error '(' is followed by whitespace. 89
Error ')' is preceded with whitespace. 89

org/apache/torque/util/functions/package.html

Error Line
Error Missing package documentation file. 0