Checkstyle Results

The following document contains the results of Checkstyle .

Summary

FilesInfosWarningsErrors
1300960

Files

FilesIWE
org/astrogrid/cfg/ConfigException.java 0010
org/astrogrid/cfg/ConfigFactory.java 0029
org/astrogrid/cfg/ConfigReader.java 00324
org/astrogrid/cfg/FailbackConfig.java 00494
org/astrogrid/cfg/PropertyNotFoundException.java 006
org/astrogrid/cfg/UserOptions.java 0097

org/astrogrid/cfg/ConfigException.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line is longer than 80 characters. 7
Error Line has trailing spaces. 22
Error Missing a Javadoc comment. 23
Error Parameter msg should be final. 23
Error Parameter th should be final. 23
Error Line has trailing spaces. 26
Error Missing a Javadoc comment. 27
Error Parameter msg should be final. 27
Error Line has trailing spaces. 30

org/astrogrid/cfg/ConfigFactory.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line is longer than 80 characters. 19
Error Utility classes should not have a public or default constructor. 27
Error '{' should be on the previous line. 28
Error First sentence should end with a period. 29
Error Name 'configs' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 30
Error Line has trailing spaces. 31
Error First sentence should end with a period. 32
Error Line has trailing spaces. 34
Error Expected an @return tag. 40
Error Parameter id should be final. 40
Error '{' should be on the previous line. 41
Error Line has trailing spaces. 43
Error First sentence should end with a period. 52
Error Expected an @return tag. 53
Error Parameter id should be final. 53
Error Expected @param tag for 'id'. 53
Error Line has trailing spaces. 56
Error Line has trailing spaces. 57
Error Line is longer than 80 characters. 58
Error Line is longer than 80 characters. 60
Error Line is longer than 80 characters. 64
Error Expected an @return tag. 69
Error Expected an @return tag. 77
Error Line is longer than 80 characters. 77
Error Parameter context should be final. 77
Error Expected @param tag for 'context'. 77
Error Expected @throws tag for 'IOException'. 77
Error Line has trailing spaces. 80

org/astrogrid/cfg/ConfigReader.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Redundant import from the same package - org.astrogrid.cfg.ConfigException. 20
Error First sentence should end with a period. 38
Error Variable 'log' must be private and have accessor methods. 39
Error First sentence should end with a period. 42
Error Expected an @return tag. 47
Error Line is longer than 80 characters. 47
Error Parameter key should be final. 47
Error Expected @param tag for 'key'. 47
Error Expected @throws tag for 'PropertyNotFoundException'. 47
Error Redundant throws: 'PropertyNotFoundException' is unchecked exception. 47
Error Parameter key should be final. 50
Error Expected @param tag for 'key'. 50
Error Parameter value should be final. 50
Error Expected @param tag for 'value'. 50
Error Line has trailing spaces. 51
Error Line is longer than 80 characters. 52
Error Expected an @return tag. 54
Error Line is longer than 80 characters. 54
Error Parameter key should be final. 54
Error Expected @param tag for 'key'. 54
Error Expected @throws tag for 'PropertyNotFoundException'. 54
Error Redundant throws: 'PropertyNotFoundException' is unchecked exception. 54
Error First sentence should end with a period. 56
Error Parameter key should be final. 57
Error Expected @param tag for 'key'. 57
Error Parameter values should be final. 57
Error Expected @param tag for 'values'. 57
Error Line has trailing spaces. 58
Error First sentence should end with a period. 59
Error Parameter url should be final. 60
Error Expected @param tag for 'url'. 60
Error Expected @throws tag for 'IOException'. 60
Error Parameter out should be final. 64
Error Expected @param tag for 'out'. 64
Error Line has trailing spaces. 65
Error First sentence should end with a period. 66
Error Expected an @return tag. 67
Error Line has trailing spaces. 68
Error First sentence should end with a period. 69
Error Method 'addLoadedFrom' is not designed for extension - needs to be abstract, final or empty. 72
Error Parameter s should be final. 72
Error Expected @param tag for 's'. 72
Error '+' is not preceded with whitespace. 76
Error '+' is not followed by whitespace. 76
Error First sentence should end with a period. 80
Error Expected an @return tag. 83
Error Method 'loadedFrom' is not designed for extension - needs to be abstract, final or empty. 83
Error Line has trailing spaces. 89
Error Line has trailing spaces. 90
Error Expected an @return tag. 93
Error Method 'getProperty' is not designed for extension - needs to be abstract, final or empty. 93
Error Parameter key should be final. 93
Error Expected @param tag for 'key'. 93
Error Parameter defaultValue should be final. 93
Error Expected @param tag for 'defaultValue'. 93
Error Line has trailing spaces. 94
Error '}' should be on the same line. 97
Error Line has trailing spaces. 101
Error First sentence should end with a period. 104
Error Expected an @return tag. 107
Error Method 'getString' is not designed for extension - needs to be abstract, final or empty. 107
Error Parameter key should be final. 107
Error Expected @param tag for 'key'. 107
Error Line has trailing spaces. 110
Error Expected an @return tag. 116
Error Method 'formKeyValue' is not designed for extension - needs to be abstract, final or empty. 116
Error Parameter key should be final. 116
Error Expected @param tag for 'key'. 116
Error Parameter value should be final. 116
Error Expected @param tag for 'value'. 116
Error '+' is not preceded with whitespace. 118
Error '+' is not followed by whitespace. 118
Error '+' is not preceded with whitespace. 118
Error '+' is not followed by whitespace. 118
Error '+' is not preceded with whitespace. 120
Error '+' is not followed by whitespace. 120
Error '+' is not preceded with whitespace. 120
Error '+' is not followed by whitespace. 120
Error '+' is not preceded with whitespace. 120
Error '+' is not followed by whitespace. 120
Error Line has trailing spaces. 123
Error First sentence should end with a period. 125
Error Expected an @return tag. 128
Error Method 'getString' is not designed for extension - needs to be abstract, final or empty. 128
Error Parameter key should be final. 128
Error Expected @param tag for 'key'. 128
Error Parameter defaultValue should be final. 128
Error Expected @param tag for 'defaultValue'. 128
Error Line is longer than 80 characters. 129
Error Expected an @return tag. 141
Error Method 'getUrl' is not designed for extension - needs to be abstract, final or empty. 141
Error Parameter key should be final. 141
Error Expected @param tag for 'key'. 141
Error Line has trailing spaces. 142
Error '}' should be on the same line. 145
Error Line is longer than 80 characters. 147
Error '+' is not preceded with whitespace. 147
Error '+' is not followed by whitespace. 147
Error '+' is not preceded with whitespace. 147
Error '+' is not followed by whitespace. 147
Error '+' is not preceded with whitespace. 147
Error '+' is not followed by whitespace. 147
Error '+' is not preceded with whitespace. 147
Error '+' is not followed by whitespace. 147
Error Line has trailing spaces. 150
Error Expected an @return tag. 155
Error Method 'getUrl' is not designed for extension - needs to be abstract, final or empty. 155
Error Parameter key should be final. 155
Error Expected @param tag for 'key'. 155
Error Parameter defaultValue should be final. 155
Error Expected @param tag for 'defaultValue'. 155
Error Line has trailing spaces. 156
Error '}' should be on the same line. 159
Error Line is longer than 80 characters. 166
Error Expected an @return tag. 169
Error Method 'getInt' is not designed for extension - needs to be abstract, final or empty. 169
Error Parameter key should be final. 169
Error Expected @param tag for 'key'. 169
Error Line has trailing spaces. 170
Error '}' should be on the same line. 173
Error Line is longer than 80 characters. 175
Error '+' is not preceded with whitespace. 175
Error '+' is not followed by whitespace. 175
Error '+' is not preceded with whitespace. 175
Error '+' is not followed by whitespace. 175
Error '+' is not preceded with whitespace. 175
Error '+' is not followed by whitespace. 175
Error '+' is not preceded with whitespace. 175
Error '+' is not followed by whitespace. 175
Error Line has trailing spaces. 178
Error Line is longer than 80 characters. 180
Error Expected an @return tag. 183
Error Method 'getInt' is not designed for extension - needs to be abstract, final or empty. 183
Error Parameter key should be final. 183
Error Expected @param tag for 'key'. 183
Error Parameter defaultValue should be final. 183
Error Expected @param tag for 'defaultValue'. 183
Error Line has trailing spaces. 184
Error '}' should be on the same line. 187
Error Line has trailing spaces. 192
Error Expected an @return tag. 196
Error Method 'getBoolean' is not designed for extension - needs to be abstract, final or empty. 196
Error Parameter key should be final. 196
Error Expected @param tag for 'key'. 196
Error Parameter defaultValue should be final. 196
Error Expected @param tag for 'defaultValue'. 196
Error Line has trailing spaces. 197
Error '}' should be on the same line. 200
Error Line has trailing spaces. 205
Error Expected an @return tag. 209
Error Method 'getBoolean' is not designed for extension - needs to be abstract, final or empty. 209
Error Parameter key should be final. 209
Error Expected @param tag for 'key'. 209
Error Expected an @return tag. 219
Error Method 'getDom' is not designed for extension - needs to be abstract, final or empty. 219
Error Parameter key should be final. 219
Error Expected @param tag for 'key'. 219
Error Line has trailing spaces. 222
Error Expected an @return tag. 228
Error Method 'getDom' is not designed for extension - needs to be abstract, final or empty. 228
Error Parameter key should be final. 228
Error Expected @param tag for 'key'. 228
Error Parameter defaultDom should be final. 228
Error Expected @param tag for 'defaultDom'. 228
Error '}' should be on the same line. 231
Error Line has trailing spaces. 235
Error Expected an @return tag. 243
Error Method 'getDom' is not designed for extension - needs to be abstract, final or empty. 243
Error Parameter key should be final. 243
Error Expected @param tag for 'key'. 243
Error Parameter defaultUrl should be final. 243
Error Expected @param tag for 'defaultUrl'. 243
Error '}' should be on the same line. 246
Error '+' is not preceded with whitespace. 248
Error '+' is not followed by whitespace. 248
Error '+' is not preceded with whitespace. 248
Error '+' is not followed by whitespace. 248
Error Line has trailing spaces. 250
Error Expected an @return tag. 255
Error Parameter key should be final. 255
Error Expected @param tag for 'key'. 255
Error Parameter source should be final. 255
Error Expected @param tag for 'source'. 255
Error '}' should be on the same line. 258
Error Line is longer than 80 characters. 260
Error '+' is not preceded with whitespace. 260
Error '+' is not followed by whitespace. 260
Error '+' is not preceded with whitespace. 260
Error '+' is not followed by whitespace. 260
Error '+' is not preceded with whitespace. 260
Error '+' is not followed by whitespace. 260
Error '+' is not preceded with whitespace. 260
Error '+' is not followed by whitespace. 260
Error '}' should be on the same line. 261
Error Line is longer than 80 characters. 263
Error '+' is not preceded with whitespace. 263
Error '+' is not followed by whitespace. 263
Error '+' is not preceded with whitespace. 263
Error '+' is not followed by whitespace. 263
Error '+' is not preceded with whitespace. 263
Error '+' is not followed by whitespace. 263
Error '+' is not preceded with whitespace. 263
Error '+' is not followed by whitespace. 263
Error Line is longer than 80 characters. 267
Error Line is longer than 80 characters. 268
Error Line is longer than 80 characters. 274
Error Expected an @return tag. 283
Error Parameter givenFilename should be final. 283
Error Expected @param tag for 'givenFilename'. 283
Error Expected @throws tag for 'IOException'. 283
Error Line has trailing spaces. 284
Error '+' is not preceded with whitespace. 293
Error '+' is not followed by whitespace. 293
Error '+' is not preceded with whitespace. 293
Error '+' is not followed by whitespace. 293
Error Line has trailing spaces. 295
Error '}' should be on the same line. 302
Error '{' should be on the previous line. 304
Error Line has trailing spaces. 307
Error '}' should be on the same line. 310
Error Line is longer than 80 characters. 317
Error '+' is not preceded with whitespace. 317
Error '+' is not followed by whitespace. 317
Error Expected an @return tag. 326
Error Parameter givenSource should be final. 326
Error Expected @param tag for 'givenSource'. 326
Error Line has trailing spaces. 327
Error Line has trailing spaces. 329
Error '>' is not preceded with whitespace. 330
Error '>' is not followed by whitespace. 330
Error 'if' construct must use '{}'s. 333
Error Line is longer than 80 characters. 333
Error '==' is not preceded with whitespace. 333
Error '==' is not followed by whitespace. 333
Error '+' is not preceded with whitespace. 333
Error '+' is not followed by whitespace. 333
Error '+' is not preceded with whitespace. 333
Error '+' is not followed by whitespace. 333
Error Line has trailing spaces. 334
Error '+' is not preceded with whitespace. 335
Error '+' is not followed by whitespace. 335
Error ',' is not followed by whitespace. 335
Error Line has trailing spaces. 337
Error 'if' construct must use '{}'s. 338
Error Line is longer than 80 characters. 338
Error '+' is not preceded with whitespace. 338
Error '+' is not followed by whitespace. 338
Error '+' is not preceded with whitespace. 338
Error '+' is not followed by whitespace. 338
Error '+' is not preceded with whitespace. 338
Error '+' is not followed by whitespace. 338
Error Line has trailing spaces. 339
Error '+' is not preceded with whitespace. 340
Error '+' is not preceded with whitespace. 340
Error '+' is not followed by whitespace. 340
Error Line has trailing spaces. 342
Error Line has trailing spaces. 346
Error First sentence should end with a period. 347
Error Expected an @return tag. 348
Error Method 'getClass' is not designed for extension - needs to be abstract, final or empty. 348
Error Parameter key should be final. 348
Error Expected @param tag for 'key'. 348
Error Line has trailing spaces. 350
Error '}' should be on the same line. 353
Error Line is longer than 80 characters. 355
Error '+' is not preceded with whitespace. 355
Error '+' is not followed by whitespace. 355
Error '+' is not preceded with whitespace. 355
Error '+' is not followed by whitespace. 355
Error '+' is not preceded with whitespace. 355
Error '+' is not followed by whitespace. 355
Error '+' is not preceded with whitespace. 355
Error '+' is not followed by whitespace. 355
Error '+' is not preceded with whitespace. 355
Error '+' is not followed by whitespace. 355
Error Method 'getClass' is not designed for extension - needs to be abstract, final or empty. 359
Error Missing a Javadoc comment. 359
Error Parameter key should be final. 359
Error Parameter defaultClass should be final. 359
Error '}' should be on the same line. 362
Error Line has trailing spaces. 366
Error Line has trailing spaces. 368
Error First sentence should end with a period. 369
Error Line is longer than 80 characters. 369
Error Expected an @return tag. 370
Error Method 'getInstance' is not designed for extension - needs to be abstract, final or empty. 370
Error Parameter key should be final. 370
Error Expected @param tag for 'key'. 370
Error Expected @throws tag for 'Throwable'. 370
Error '}' should be on the same line. 374
Error Line is longer than 80 characters. 376
Error '+' is not preceded with whitespace. 376
Error '+' is not followed by whitespace. 376
Error '+' is not preceded with whitespace. 376
Error '+' is not followed by whitespace. 376
Error '+' is not preceded with whitespace. 376
Error '+' is not followed by whitespace. 376
Error Line has trailing spaces. 379
Error Line is longer than 80 characters. 381
Error Line is longer than 80 characters. 383
Error Expected an @return tag. 386
Error Line is longer than 80 characters. 386
Error Parameter classToMake should be final. 386
Error Expected @param tag for 'classToMake'. 386
Error Expected @throws tag for 'InvocationTargetException'. 386
Error Expected @throws tag for 'InstantiationException'. 386
Error Expected @throws tag for 'IllegalAccessException'. 386
Error Expected @throws tag for 'IllegalArgumentException'. 386
Error Redundant throws: 'IllegalArgumentException' is unchecked exception. 386
Error Expected @throws tag for 'SecurityException'. 386
Error Redundant throws: 'SecurityException' is unchecked exception. 386
Error Expected @throws tag for 'NoSuchMethodException'. 386
Error Line has trailing spaces. 387
Error Line is longer than 80 characters. 389
Error Line is longer than 80 characters. 390
Error Line is longer than 80 characters. 391
Error Line is longer than 80 characters. 393
Error Line is longer than 80 characters. 394
Error '{' is followed by whitespace. 396
Error '{' is followed by whitespace. 397
Error ')' is preceded with whitespace. 397
Error Line has trailing spaces. 398
Error Line has trailing spaces. 400

org/astrogrid/cfg/FailbackConfig.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line is longer than 80 characters. 7
Error Using the '.*' form of import should be avoided - java.util.*. 12
Error Using the '.*' form of import should be avoided - javax.naming.*. 13
Error Line is longer than 80 characters. 32
Error Line is longer than 80 characters. 34
Error Line is longer than 80 characters. 41
Error Line is longer than 80 characters. 42
Error Line has trailing spaces. 44
Error Line is longer than 80 characters. 44
Error Line is longer than 80 characters. 45
Error Line has trailing spaces. 46
Error Line is longer than 80 characters. 46
Error Line is longer than 80 characters. 49
Error Line is longer than 80 characters. 51
Error Line is longer than 80 characters. 52
Error Line is longer than 80 characters. 61
Error First sentence should end with a period. 73
Error First sentence should end with a period. 77
Error Missing a Javadoc comment. 79
Error Line has trailing spaces. 80
Error First sentence should end with a period. 81
Error Line has trailing spaces. 83
Error First sentence should end with a period. 84
Error Line has trailing spaces. 86
Error First sentence should end with a period. 87
Error Line has trailing spaces. 89
Error First sentence should end with a period. 90
Error Line is longer than 80 characters. 93
Error First sentence should end with a period. 96
Error Line has trailing spaces. 98
Error First sentence should end with a period. 99
Error Parameter context should be final. 106
Error Expected @param tag for 'context'. 106
Error Line has trailing spaces. 108
Error Method 'setConfigFilename' is not designed for extension - needs to be abstract, final or empty. 114
Error Parameter newName should be final. 114
Error Expected @param tag for 'newName'. 114
Error '{' should be on the previous line. 115
Error Line is longer than 80 characters. 117
Error ',' is not followed by whitespace. 117
Error Line has trailing spaces. 121
Error Line has trailing spaces. 122
Error Line is longer than 80 characters. 125
Error Line has trailing spaces. 128
Error Line has trailing spaces. 130
Error Line has trailing spaces. 132
Error Line has trailing spaces. 135
Error Line is longer than 80 characters. 137
Error Line has trailing spaces. 138
Error '}' should be on the same line. 140
Error Line is longer than 80 characters. 141
Error Must have at least one statement. 141
Error Line has trailing spaces. 142
Error '+' is not preceded with whitespace. 143
Error '+' is not followed by whitespace. 143
Error '+' is not preceded with whitespace. 143
Error '+' is not followed by whitespace. 143
Error '}' should be on the same line. 144
Error Line is longer than 80 characters. 147
Error '+' is not preceded with whitespace. 147
Error '+' is not followed by whitespace. 147
Error '+' is not preceded with whitespace. 147
Error '+' is not followed by whitespace. 147
Error '}' should be on the same line. 149
Error Line is longer than 80 characters. 152
Error '+' is not preceded with whitespace. 152
Error '+' is not followed by whitespace. 152
Error '+' is not preceded with whitespace. 152
Error '+' is not followed by whitespace. 152
Error '}' should be on the same line. 154
Error Line has trailing spaces. 156
Error Line has trailing spaces. 161
Error Line is longer than 80 characters. 163
Error Line has trailing spaces. 167
Error Line has trailing spaces. 169
Error Line has trailing spaces. 173
Error '+' is not preceded with whitespace. 179
Error '+' is not followed by whitespace. 179
Error '+' is not preceded with whitespace. 180
Error '+' is not followed by whitespace. 180
Error Line has trailing spaces. 182
Error Line is longer than 80 characters. 185
Error ';' is not followed by whitespace. 185
Error Must have at least one statement. 187
Error '+' is not preceded with whitespace. 188
Error '+' is not followed by whitespace. 188
Error '+' is not preceded with whitespace. 188
Error '+' is not followed by whitespace. 188
Error '+' is not preceded with whitespace. 188
Error '+' is not followed by whitespace. 188
Error Line is longer than 80 characters. 190
Error Must have at least one statement. 191
Error '+' is not preceded with whitespace. 192
Error '+' is not followed by whitespace. 192
Error '+' is not preceded with whitespace. 192
Error '+' is not followed by whitespace. 192
Error '+' is not preceded with whitespace. 192
Error '+' is not followed by whitespace. 192
Error Line has trailing spaces. 193
Error Line is longer than 80 characters. 194
Error Line is longer than 80 characters. 197
Error '+' is not preceded with whitespace. 197
Error '+' is not followed by whitespace. 197
Error '+' is not preceded with whitespace. 197
Error '+' is not followed by whitespace. 197
Error '+' is not preceded with whitespace. 197
Error '+' is not followed by whitespace. 197
Error '+' is not preceded with whitespace. 197
Error '+' is not followed by whitespace. 197
Error Line is longer than 80 characters. 203
Error Expression can be simplified. 205
Error '{' should be on the previous line. 206
Error Line is longer than 80 characters. 221
Error '+' is not preceded with whitespace. 221
Error '+' is not followed by whitespace. 221
Error '+' is not preceded with whitespace. 221
Error '+' is not followed by whitespace. 221
Error '+' is not preceded with whitespace. 221
Error '+' is not followed by whitespace. 221
Error '+' is not preceded with whitespace. 221
Error '+' is not followed by whitespace. 221
Error Line has trailing spaces. 222
Error '}' should be on the same line. 225
Error Line is longer than 80 characters. 227
Error '+' is not preceded with whitespace. 227
Error '+' is not followed by whitespace. 227
Error '+' is not preceded with whitespace. 227
Error '+' is not followed by whitespace. 227
Error '+' is not preceded with whitespace. 227
Error '+' is not followed by whitespace. 227
Error '+' is not preceded with whitespace. 227
Error '+' is not followed by whitespace. 227
Error ',' is not followed by whitespace. 227
Error '}' should be on the same line. 228
Error Line is longer than 80 characters. 230
Error '+' is not preceded with whitespace. 230
Error '+' is not followed by whitespace. 230
Error '+' is not preceded with whitespace. 230
Error '+' is not followed by whitespace. 230
Error '+' is not preceded with whitespace. 230
Error '+' is not followed by whitespace. 230
Error '+' is not preceded with whitespace. 230
Error '+' is not followed by whitespace. 230
Error ',' is not followed by whitespace. 230
Error '}' should be on the same line. 231
Error Line is longer than 80 characters. 233
Error '+' is not preceded with whitespace. 233
Error '+' is not followed by whitespace. 233
Error '+' is not preceded with whitespace. 233
Error '+' is not followed by whitespace. 233
Error '+' is not preceded with whitespace. 233
Error '+' is not followed by whitespace. 233
Error '+' is not preceded with whitespace. 233
Error '+' is not followed by whitespace. 233
Error '}' should be on the same line. 234
Error Line is longer than 80 characters. 236
Error '+' is not preceded with whitespace. 236
Error '+' is not followed by whitespace. 236
Error '+' is not preceded with whitespace. 236
Error '+' is not followed by whitespace. 236
Error '+' is not preceded with whitespace. 236
Error '+' should be on a new line. 236
Error Line is longer than 80 characters. 237
Error '+' is not preceded with whitespace. 237
Error '+' is not followed by whitespace. 237
Error '+' is not preceded with whitespace. 237
Error '+' is not followed by whitespace. 237
Error '+' is not preceded with whitespace. 245
Error '+' is not followed by whitespace. 245
Error '+' is not preceded with whitespace. 245
Error '+' is not followed by whitespace. 245
Error '+' is not preceded with whitespace. 245
Error '+' is not followed by whitespace. 245
Error Line has trailing spaces. 249
Error Line has trailing spaces. 251
Error Line is longer than 80 characters. 252
Error '+' is not preceded with whitespace. 252
Error '+' is not followed by whitespace. 252
Error '+' is not preceded with whitespace. 252
Error '+' is not followed by whitespace. 252
Error '+' is not preceded with whitespace. 252
Error '+' is not followed by whitespace. 252
Error '+' is not preceded with whitespace. 252
Error '+' is not followed by whitespace. 252
Error Line has trailing spaces. 253
Error '}' should be on the same line. 255
Error Line is longer than 80 characters. 257
Error '+' is not preceded with whitespace. 257
Error '+' should be on a new line. 257
Error '+' is not preceded with whitespace. 258
Error '+' is not followed by whitespace. 258
Error ',' is not followed by whitespace. 258
Error '}' should be on the same line. 259
Error Line is longer than 80 characters. 261
Error '+' is not preceded with whitespace. 261
Error '+' is not followed by whitespace. 261
Error '+' is not preceded with whitespace. 261
Error '+' is not followed by whitespace. 261
Error '+' is not preceded with whitespace. 261
Error '+' should be on a new line. 261
Error Line is longer than 80 characters. 262
Error '+' is not preceded with whitespace. 262
Error '+' is not followed by whitespace. 262
Error '+' is not preceded with whitespace. 262
Error '+' is not followed by whitespace. 262
Error Line is longer than 80 characters. 267
Error Line is longer than 80 characters. 268
Error '+' is not preceded with whitespace. 268
Error '+' is not followed by whitespace. 268
Error '}' should be on the same line. 274
Error Line is longer than 80 characters. 276
Error Line is longer than 80 characters. 277
Error Line is longer than 80 characters. 278
Error '+' is not preceded with whitespace. 280
Error '+' is not followed by whitespace. 280
Error Line has trailing spaces. 282
Error Line is longer than 80 characters. 284
Error '}' should be on the same line. 289
Error Line is longer than 80 characters. 291
Error Line is longer than 80 characters. 292
Error Line is longer than 80 characters. 293
Error '+' is not preceded with whitespace. 295
Error '+' is not followed by whitespace. 295
Error Line has trailing spaces. 297
Error Line has trailing spaces. 298
Error Line is longer than 80 characters. 299
Error '+' is not preceded with whitespace. 301
Error '+' should be on a new line. 301
Error Line is longer than 80 characters. 302
Error '+' is not preceded with whitespace. 302
Error '+' is not followed by whitespace. 302
Error '+' is not preceded with whitespace. 302
Error '+' is not followed by whitespace. 302
Error '+' is not preceded with whitespace. 302
Error '+' is not followed by whitespace. 302
Error '+' is not preceded with whitespace. 302
Error '+' is not followed by whitespace. 302
Error '+' is not preceded with whitespace. 302
Error '+' should be on a new line. 302
Error '+' is not preceded with whitespace. 303
Error '+' is not followed by whitespace. 303
Error '+' is not preceded with whitespace. 303
Error '+' is not followed by whitespace. 303
Error '+' is not preceded with whitespace. 303
Error '+' should be on a new line. 303
Error Line is longer than 80 characters. 304
Error '+' is not preceded with whitespace. 304
Error '+' is not followed by whitespace. 304
Error '+' is not preceded with whitespace. 304
Error '+' is not followed by whitespace. 304
Error Line is longer than 80 characters. 309
Error Expected an @return tag. 313
Error Parameter givenFilename should be final. 313
Error Expected @param tag for 'givenFilename'. 313
Error Line has trailing spaces. 317
Error '+' is not preceded with whitespace. 320
Error '+' is not followed by whitespace. 320
Error '+' is not preceded with whitespace. 323
Error '+' is not followed by whitespace. 323
Error Line has trailing spaces. 324
Error Line has trailing spaces. 334
Error Line is longer than 80 characters. 336
Error Line is longer than 80 characters. 337
Error '+' is not preceded with whitespace. 338
Error '+' is not followed by whitespace. 338
Error '+' is not preceded with whitespace. 338
Error '+' is not followed by whitespace. 338
Error Line has trailing spaces. 344
Error Line is longer than 80 characters. 345
Error '+' is not preceded with whitespace. 345
Error '+' is not followed by whitespace. 345
Error '+' is not preceded with whitespace. 345
Error '+' is not followed by whitespace. 345
Error Line has trailing spaces. 346
Error Line has trailing spaces. 348
Error Line is longer than 80 characters. 350
Error '+' is not preceded with whitespace. 350
Error '+' is not followed by whitespace. 350
Error '+' is not preceded with whitespace. 350
Error '+' is not followed by whitespace. 350
Error '+' is not preceded with whitespace. 350
Error '+' is not followed by whitespace. 350
Error Line has trailing spaces. 353
Error Line has trailing spaces. 354
Error '+' is not preceded with whitespace. 356
Error '+' is not followed by whitespace. 356
Error '+' is not preceded with whitespace. 356
Error '+' is not followed by whitespace. 356
Error Line has trailing spaces. 361
Error Line has trailing spaces. 364
Error First sentence should end with a period. 365
Error Parameter f should be final. 366
Error Expected @param tag for 'f'. 366
Error '+' is not preceded with whitespace. 369
Error '+' is not followed by whitespace. 369
Error '+' is not preceded with whitespace. 369
Error '+' is not followed by whitespace. 369
Error '}' should be on the same line. 371
Error Line is longer than 80 characters. 373
Error '+' is not preceded with whitespace. 373
Error '+' is not followed by whitespace. 373
Error '+' is not preceded with whitespace. 373
Error '+' is not followed by whitespace. 373
Error Line has trailing spaces. 376
Error Line has trailing spaces. 377
Error Line has trailing spaces. 378
Error Method 'loadFromUrl' is not designed for extension - needs to be abstract, final or empty. 385
Error Parameter url should be final. 385
Error Expected @param tag for 'url'. 385
Error Expected @throws tag for 'IOException'. 385
Error Line has trailing spaces. 396
Error Line is longer than 80 characters. 397
Error Line is longer than 80 characters. 399
Error ';' is preceded with whitespace. 399
Error Line is longer than 80 characters. 403
Error '+' is not preceded with whitespace. 403
Error '+' is not followed by whitespace. 403
Error '+' is not preceded with whitespace. 403
Error '+' is not followed by whitespace. 403
Error Line has trailing spaces. 406
Error Line has trailing spaces. 409
Error Line has trailing spaces. 411
Error First sentence should end with a period. 412
Error Line is longer than 80 characters. 413
Error Parameter key should be final. 416
Error Expected @param tag for 'key'. 416
Error '{' should be on the previous line. 417
Error Line is longer than 80 characters. 418
Error '+' is not preceded with whitespace. 418
Error '+' is not followed by whitespace. 418
Error '+' is not preceded with whitespace. 418
Error '+' is not followed by whitespace. 418
Error Line is longer than 80 characters. 419
Error '+' is not preceded with whitespace. 419
Error '+' is not followed by whitespace. 419
Error '+' is not preceded with whitespace. 419
Error '+' is not followed by whitespace. 419
Error Line is longer than 80 characters. 420
Error '+' is not preceded with whitespace. 420
Error '+' is not followed by whitespace. 420
Error '+' is not preceded with whitespace. 420
Error '+' is not followed by whitespace. 420
Error Expected an @return tag. 427
Error Method 'getProperty' is not designed for extension - needs to be abstract, final or empty. 427
Error Parameter key should be final. 427
Error Expected @param tag for 'key'. 427
Error Line has trailing spaces. 432
Error Line has trailing spaces. 437
Error Line has trailing spaces. 441
Error '+' is not preceded with whitespace. 444
Error '+' is not followed by whitespace. 444
Error '}' should be on the same line. 445
Error '}' should be on the same line. 449
Error Must have at least one statement. 450
Error '}' should be on the same line. 450
Error '+' is not preceded with whitespace. 452
Error '+' is not followed by whitespace. 452
Error '+' is not preceded with whitespace. 452
Error '+' is not followed by whitespace. 452
Error '+' is not preceded with whitespace. 452
Error '+' is not followed by whitespace. 452
Error '+' is not followed by whitespace. 459
Error '}' should be on the same line. 460
Error '+' is not followed by whitespace. 463
Error '+' is not preceded with whitespace. 463
Error '+' is not followed by whitespace. 463
Error '+' is not preceded with whitespace. 463
Error '+' is not followed by whitespace. 463
Error Line has trailing spaces. 464
Error Line has trailing spaces. 469
Error '+' is not followed by whitespace. 471
Error Line has trailing spaces. 476
Error Line is longer than 80 characters. 477
Error '+' is not preceded with whitespace. 477
Error '+' is not followed by whitespace. 477
Error '+' is not preceded with whitespace. 477
Error '+' is not followed by whitespace. 477
Error '+' is not preceded with whitespace. 477
Error '+' is not followed by whitespace. 477
Error Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. 485
Error Parameter key should be final. 485
Error Expected @param tag for 'key'. 485
Error Parameter value should be final. 485
Error Expected @param tag for 'value'. 485
Error Line is longer than 80 characters. 498
Error Expected an @return tag. 501
Error Method 'getProperties' is not designed for extension - needs to be abstract, final or empty. 501
Error Parameter key should be final. 501
Error Expected @param tag for 'key'. 501
Error Line has trailing spaces. 506
Error '}' should be on the same line. 512
Error '{' is followed by whitespace. 514
Error Line has trailing spaces. 517
Error 'cast' is not followed by whitespace. 524
Error '+' is not preceded with whitespace. 525
Error '+' is not followed by whitespace. 525
Error Line is longer than 80 characters. 530
Error '=' is not preceded with whitespace. 534
Error '=' is not followed by whitespace. 534
Error '+' is not preceded with whitespace. 534
Error '+' is not followed by whitespace. 534
Error '}' should be on the same line. 539
Error '}' should be on the same line. 543
Error Must have at least one statement. 544
Error '}' should be on the same line. 544
Error '+' is not preceded with whitespace. 546
Error '+' is not followed by whitespace. 546
Error '+' is not preceded with whitespace. 546
Error '+' is not followed by whitespace. 546
Error '+' is not preceded with whitespace. 546
Error '+' is not followed by whitespace. 546
Error '+' is not followed by whitespace. 555
Error '}' should be on the same line. 556
Error '+' is not followed by whitespace. 558
Error '+' is not preceded with whitespace. 558
Error '+' is not followed by whitespace. 558
Error '+' is not preceded with whitespace. 558
Error '+' is not followed by whitespace. 558
Error '+' is not preceded with whitespace. 561
Error '+' is not followed by whitespace. 561
Error Line has trailing spaces. 562
Error Line is longer than 80 characters. 563
Error Line is longer than 80 characters. 565
Error '+' is not preceded with whitespace. 565
Error '+' is not followed by whitespace. 565
Error '+' is not preceded with whitespace. 565
Error '+' is not followed by whitespace. 565
Error '{' is followed by whitespace. 570
Error Line has trailing spaces. 572
Error '+' is not preceded with whitespace. 578
Error '+' is not followed by whitespace. 578
Error '+' is not preceded with whitespace. 578
Error '+' is not followed by whitespace. 578
Error Line has trailing spaces. 583
Error Line has trailing spaces. 585
Error '+' is not followed by whitespace. 587
Error '{' is followed by whitespace. 590
Error Line has trailing spaces. 592
Error Line is longer than 80 characters. 593
Error '+' is not preceded with whitespace. 593
Error '+' is not followed by whitespace. 593
Error '+' is not preceded with whitespace. 593
Error '+' is not followed by whitespace. 593
Error '+' is not preceded with whitespace. 593
Error '+' is not followed by whitespace. 593
Error Line is longer than 80 characters. 597
Error Method 'setProperties' is not designed for extension - needs to be abstract, final or empty. 600
Error Parameter key should be final. 600
Error Expected @param tag for 'key'. 600
Error Parameter values should be final. 600
Error Expected @param tag for 'values'. 600
Error Line is longer than 80 characters. 612
Error Expected an @return tag. 615
Error Method 'keySet' is not designed for extension - needs to be abstract, final or empty. 615
Error Line has trailing spaces. 619
Error Line has trailing spaces. 621
Error '}' should be on the same line. 630
Error Line is longer than 80 characters. 632
Error '+' is not preceded with whitespace. 632
Error '+' is not followed by whitespace. 632
Error ',' is not followed by whitespace. 632
Error Line has trailing spaces. 635
Error Line has trailing spaces. 646
Error First sentence should end with a period. 647
Error Method 'dumpConfig' is not designed for extension - needs to be abstract, final or empty. 650
Error Parameter writer should be final. 650
Error Expected @param tag for 'writer'. 650
Error Line has trailing spaces. 651
Error Line has trailing spaces. 653
Error '+' is not preceded with whitespace. 654
Error '+' is not followed by whitespace. 654
Error '}' should be on the same line. 660
Error Line has trailing spaces. 669
Error 'cast' is not followed by whitespace. 683
Error 'cast' is not followed by whitespace. 687
Error Line is longer than 80 characters. 689
Error Must have at least one statement. 692
Error Line has trailing spaces. 695
Error '}' should be on the same line. 696
Error '}' should be on the same line. 701
Error Line has trailing spaces. 706
Error Line is longer than 80 characters. 713
Error '}' should be on the same line. 715
Error '}' should be on the same line. 729
Error Line is longer than 80 characters. 731
Error '+' is not preceded with whitespace. 732
Error '+' is not followed by whitespace. 732
Error Line has trailing spaces. 737
Error First sentence should end with a period. 738
Error Parameter args should be final. 741
Error Expected @param tag for 'args'. 741
Error Line is longer than 80 characters. 771
Error Line is longer than 80 characters. 774

org/astrogrid/cfg/PropertyNotFoundException.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line is longer than 80 characters. 7
Error Line has trailing spaces. 21
Error Missing a Javadoc comment. 22
Error Parameter msg should be final. 22
Error Line has trailing spaces. 25

org/astrogrid/cfg/UserOptions.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Using the '.*' form of import should be avoided - java.io.*. 9
Error Missing a Javadoc comment. 27
Error Variable 'properties' must be private and have accessor methods. 27
Error Missing a Javadoc comment. 29
Error Variable 'file' must be private and have accessor methods. 29
Error Line has trailing spaces. 30
Error Missing a Javadoc comment. 31
Error Variable 'header' must be private and have accessor methods. 31
Error Line has trailing spaces. 32
Error First sentence should end with a period. 33
Error Line is longer than 80 characters. 33
Error Parameter filename should be final. 34
Error Expected @param tag for 'filename'. 34
Error Expected @throws tag for 'IOException'. 34
Error '+' is not preceded with whitespace. 35
Error '+' is not followed by whitespace. 35
Error '}' should be on the same line. 38
Error '+' is not preceded with whitespace. 41
Error '+' is not followed by whitespace. 41
Error '+' is not preceded with whitespace. 41
Error '+' is not followed by whitespace. 41
Error Line has trailing spaces. 44
Error Expected an @return tag. 47
Error Method 'getProperty' is not designed for extension - needs to be abstract, final or empty. 47
Error Parameter key should be final. 47
Error Expected @param tag for 'key'. 47
Error Expected @throws tag for 'PropertyNotFoundException'. 47
Error Redundant throws: 'PropertyNotFoundException' is unchecked exception. 47
Error '+' is not preceded with whitespace. 50
Error '+' is not followed by whitespace. 50
Error '+' is not preceded with whitespace. 50
Error '+' is not followed by whitespace. 50
Error Line is longer than 80 characters. 55
Error Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. 56
Error Parameter key should be final. 56
Error Expected @param tag for 'key'. 56
Error Parameter value should be final. 56
Error Expected @param tag for 'value'. 56
Error Line has trailing spaces. 59
Error Line is longer than 80 characters. 60
Error Expected an @return tag. 62
Error Method 'getProperties' is not designed for extension - needs to be abstract, final or empty. 62
Error Parameter key should be final. 62
Error Expected @param tag for 'key'. 62
Error Expected @throws tag for 'PropertyNotFoundException'. 62
Error Redundant throws: 'PropertyNotFoundException' is unchecked exception. 62
Error '+' is not preceded with whitespace. 64
Error '+' is not followed by whitespace. 64
Error Line has trailing spaces. 65
Error Line is longer than 80 characters. 66
Error Line is longer than 80 characters. 68
Error '+' is not preceded with whitespace. 68
Error '+' is not followed by whitespace. 68
Error '+' is not preceded with whitespace. 68
Error '+' is not followed by whitespace. 68
Error '+' is not preceded with whitespace. 68
Error '+' is not followed by whitespace. 68
Error '{' is followed by whitespace. 73
Error Line has trailing spaces. 75
Error '+' is not preceded with whitespace. 81
Error '+' is not followed by whitespace. 81
Error '+' is not preceded with whitespace. 81
Error '+' is not followed by whitespace. 81
Error Line has trailing spaces. 86
Error '+' is not preceded with whitespace. 87
Error '+' is not followed by whitespace. 87
Error '+' is not preceded with whitespace. 87
Error '+' is not followed by whitespace. 87
Error First sentence should end with a period. 90
Error Method 'setProperties' is not designed for extension - needs to be abstract, final or empty. 91
Error Parameter key should be final. 91
Error Expected @param tag for 'key'. 91
Error Parameter values should be final. 91
Error Expected @param tag for 'values'. 91
Error '+' is not preceded with whitespace. 93
Error '+' is not followed by whitespace. 93
Error '+' is not preceded with whitespace. 93
Error '+' is not followed by whitespace. 93
Error Line has trailing spaces. 96
Error Line is longer than 80 characters. 97
Error Method 'loadFromUrl' is not designed for extension - needs to be abstract, final or empty. 99
Error Parameter url should be final. 99
Error Expected @param tag for 'url'. 99
Error Expected @throws tag for 'IOException'. 99
Error Method 'dumpConfig' is not designed for extension - needs to be abstract, final or empty. 105
Error Parameter writer should be final. 105
Error Expected @param tag for 'writer'. 105
Error Line has trailing spaces. 113
Error First sentence should end with a period. 114
Error Expected an @return tag. 115
Error Method 'keySet' is not designed for extension - needs to be abstract, final or empty. 115
Error Line has trailing spaces. 118
Error First sentence should end with a period. 119
Error Method 'store' is not designed for extension - needs to be abstract, final or empty. 120
Error Expected @throws tag for 'IOException'. 120
Error Line has trailing spaces. 123