Fork me on GitHub

Checkstyle Results

The following document contains the results of Checkstyle 5.9 with /net/oneandone/maven/poms/fossconfigs/checkstyle-ruleset.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
7 463 0 0

Details

net/oneandone/maven/plugins/billofmaterials/CreateBillOfMaterialsMojo.java

Severity Category Rule Message Line
 Info imports AvoidStarImport Using the '.*' form of import should be avoided - com.google.common.base.*. 18
 Info javadoc JavadocMethod Expected @param tag for 'parentDirectory'. 190

net/oneandone/maven/plugins/billofmaterials/HelpMojo.java

Severity Category Rule Message Line
 Info javadoc JavadocPackage Missing package-info.java file.
 Info whitespace ParenPad '(' is followed by whitespace. 28
 Info whitespace ParenPad ')' is preceded with whitespace. 28
 Info blocks LeftCurly '{' should be on the previous line. 31
 Info whitespace ParenPad '(' is followed by whitespace. 36
 Info whitespace ParenPad ')' is preceded with whitespace. 36
 Info whitespace ParenPad '(' is followed by whitespace. 43
 Info whitespace ParenPad ')' is preceded with whitespace. 43
 Info whitespace ParenPad '(' is followed by whitespace. 50
 Info whitespace ParenPad ')' is preceded with whitespace. 50
 Info whitespace ParenPad '(' is followed by whitespace. 57
 Info whitespace ParenPad ')' is preceded with whitespace. 57
 Info sizes LineLength Line is longer than 130 characters (found 144). 61
 Info javadoc JavadocVariable Missing a Javadoc comment. 61
 Info javadoc JavadocMethod Missing a Javadoc comment. 63
 Info blocks LeftCurly '{' should be on the previous line. 65
 Info whitespace ParenPad '(' is followed by whitespace. 66
 Info whitespace ParenPad ')' is preceded with whitespace. 66
 Info blocks LeftCurly '{' should be on the previous line. 69
 Info whitespace ParenPad '(' is followed by whitespace. 70
 Info whitespace ParenPad ')' is preceded with whitespace. 70
 Info coding FinalLocalVariable Variable 'dbFactory' should be declared final. 71
 Info coding FinalLocalVariable Variable 'dBuilder' should be declared final. 72
 Info whitespace ParenPad '(' is followed by whitespace. 73
 Info whitespace ParenPad ')' is preceded with whitespace. 73
 Info blocks RightCurly '}' should be on the same line. 74
 Info whitespace ParenPad '(' is followed by whitespace. 75
 Info whitespace ParenPad ')' is preceded with whitespace. 75
 Info blocks LeftCurly '{' should be on the previous line. 76
 Info whitespace ParenPad '(' is followed by whitespace. 77
 Info whitespace ParenPad ')' is preceded with whitespace. 77
 Info blocks RightCurly '}' should be on the same line. 78
 Info whitespace ParenPad '(' is followed by whitespace. 79
 Info whitespace ParenPad ')' is preceded with whitespace. 79
 Info blocks LeftCurly '{' should be on the previous line. 80
 Info whitespace ParenPad '(' is followed by whitespace. 81
 Info whitespace ParenPad ')' is preceded with whitespace. 81
 Info blocks RightCurly '}' should be on the same line. 82
 Info whitespace ParenPad '(' is followed by whitespace. 83
 Info whitespace ParenPad ')' is preceded with whitespace. 83
 Info blocks LeftCurly '{' should be on the previous line. 84
 Info whitespace ParenPad '(' is followed by whitespace. 85
 Info whitespace ParenPad ')' is preceded with whitespace. 85
 Info blocks RightCurly '}' should be on the same line. 86
 Info blocks LeftCurly '{' should be on the previous line. 88
 Info whitespace ParenPad '(' is followed by whitespace. 89
 Info whitespace ParenPad ')' is preceded with whitespace. 89
 Info blocks LeftCurly '{' should be on the previous line. 90
 Info blocks LeftCurly '{' should be on the previous line. 92
 Info blocks RightCurly '}' should be on the same line. 94
 Info whitespace ParenPad '(' is followed by whitespace. 95
 Info whitespace ParenPad ')' is preceded with whitespace. 95
 Info blocks LeftCurly '{' should be on the previous line. 96
 Info whitespace ParenPad '(' is followed by whitespace. 97
 Info whitespace ParenPad ')' is preceded with whitespace. 97
 Info blocks LeftCurly '{' should be on the previous line. 108
 Info whitespace ParenPad '(' is followed by whitespace. 109
 Info whitespace ParenPad ')' is preceded with whitespace. 109
 Info blocks LeftCurly '{' should be on the previous line. 110
 Info whitespace ParenPad '(' is followed by whitespace. 111
 Info whitespace ParenPad ')' is preceded with whitespace. 111
 Info coding MagicNumber '80' is a magic number. 112
 Info whitespace ParenPad '(' is followed by whitespace. 114
 Info whitespace ParenPad ')' is preceded with whitespace. 114
 Info blocks LeftCurly '{' should be on the previous line. 115
 Info whitespace ParenPad '(' is followed by whitespace. 116
 Info whitespace ParenPad ')' is preceded with whitespace. 116
 Info coding FinalLocalVariable Variable 'doc' should be declared final. 120
 Info coding FinalLocalVariable Variable 'sb' should be declared final. 122
 Info coding FinalLocalVariable Variable 'plugin' should be declared final. 123
 Info whitespace ParenPad '(' is followed by whitespace. 123
 Info whitespace ParenPad ')' is preceded with whitespace. 123
 Info coding FinalLocalVariable Variable 'name' should be declared final. 126
 Info whitespace ParenPad '(' is followed by whitespace. 126
 Info whitespace ParenPad ')' is preceded with whitespace. 126
 Info coding FinalLocalVariable Variable 'version' should be declared final. 127
 Info whitespace ParenPad '(' is followed by whitespace. 127
 Info whitespace ParenPad ')' is preceded with whitespace. 127
 Info coding FinalLocalVariable Variable 'id' should be declared final. 128
 Info whitespace ParenPad '(' is followed by whitespace. 128
 Info whitespace ParenPad ')' is preceded with whitespace. 128
 Info whitespace ParenPad '(' is followed by whitespace. 128
 Info whitespace ParenPad ')' is preceded with whitespace. 128
 Info whitespace ParenPad '(' is followed by whitespace. 129
 Info whitespace ParenPad '(' is followed by whitespace. 129
 Info whitespace ParenPad ')' is preceded with whitespace. 129
 Info whitespace ParenPad '(' is followed by whitespace. 129
 Info whitespace ParenPad ')' is preceded with whitespace. 129
 Info whitespace ParenPad ')' is preceded with whitespace. 129
 Info blocks LeftCurly '{' should be on the previous line. 130
 Info whitespace ParenPad '(' is followed by whitespace. 131
 Info whitespace ParenPad ')' is preceded with whitespace. 131
 Info blocks RightCurly '}' should be on the same line. 132
 Info blocks LeftCurly '{' should be on the previous line. 134
 Info whitespace ParenPad '(' is followed by whitespace. 135
 Info whitespace ParenPad '(' is followed by whitespace. 135
 Info whitespace ParenPad ')' is preceded with whitespace. 135
 Info whitespace ParenPad ')' is preceded with whitespace. 135
 Info blocks LeftCurly '{' should be on the previous line. 136
 Info whitespace ParenPad '(' is followed by whitespace. 137
 Info whitespace ParenPad ')' is preceded with whitespace. 137
 Info blocks RightCurly '}' should be on the same line. 138
 Info blocks LeftCurly '{' should be on the previous line. 140
 Info whitespace ParenPad '(' is followed by whitespace. 141
 Info whitespace ParenPad ')' is preceded with whitespace. 141
 Info whitespace ParenPad '(' is followed by whitespace. 144
 Info whitespace ParenPad '(' is followed by whitespace. 144
 Info whitespace ParenPad ')' is preceded with whitespace. 144
 Info whitespace ParenPad ')' is preceded with whitespace. 144
 Info whitespace ParenPad '(' is followed by whitespace. 145
 Info whitespace ParenPad ')' is preceded with whitespace. 145
 Info coding FinalLocalVariable Variable 'goalPrefix' should be declared final. 148
 Info whitespace ParenPad '(' is followed by whitespace. 148
 Info whitespace ParenPad ')' is preceded with whitespace. 148
 Info coding FinalLocalVariable Variable 'mojos1' should be declared final. 150
 Info whitespace ParenPad '(' is followed by whitespace. 150
 Info whitespace ParenPad ')' is preceded with whitespace. 150
 Info coding FinalLocalVariable Variable 'mojos' should be declared final. 152
 Info whitespace ParenPad '(' is followed by whitespace. 152
 Info whitespace ParenPad ')' is preceded with whitespace. 152
 Info whitespace ParenPad '(' is followed by whitespace. 154
 Info whitespace ParenPad ')' is preceded with whitespace. 154
 Info blocks LeftCurly '{' should be on the previous line. 155
 Info whitespace ParenPad '(' is followed by whitespace. 156
 Info whitespace ParenPad '(' is followed by whitespace. 156
 Info whitespace ParenPad ')' is preceded with whitespace. 156
 Info whitespace ParenPad ')' is preceded with whitespace. 156
 Info whitespace ParenPad '(' is followed by whitespace. 157
 Info whitespace ParenPad ')' is preceded with whitespace. 157
 Info whitespace ParenPad '(' is followed by whitespace. 160
 Info whitespace ParenPad ')' is preceded with whitespace. 160
 Info blocks LeftCurly '{' should be on the previous line. 161
 Info whitespace ParenPad '(' is followed by whitespace. 162
 Info whitespace ParenPad ')' is preceded with whitespace. 162
 Info whitespace ParenPad '(' is followed by whitespace. 165
 Info whitespace ParenPad ')' is preceded with whitespace. 165
 Info blocks LeftCurly '{' should be on the previous line. 166
 Info whitespace ParenPad '(' is followed by whitespace. 167
 Info whitespace ParenPad ')' is preceded with whitespace. 167
 Info javadoc JavadocMethod Missing a Javadoc comment. 172
 Info whitespace ParenPad '(' is followed by whitespace. 172
 Info whitespace ParenPad ')' is preceded with whitespace. 172
 Info blocks LeftCurly '{' should be on the previous line. 173
 Info javadoc JavadocMethod Missing a Javadoc comment. 177
 Info whitespace ParenPad '(' is followed by whitespace. 177
 Info whitespace ParenPad ')' is preceded with whitespace. 177
 Info blocks LeftCurly '{' should be on the previous line. 179
 Info whitespace ParenPad '(' is followed by whitespace. 180
 Info whitespace ParenPad ')' is preceded with whitespace. 180
 Info javadoc JavadocMethod Missing a Javadoc comment. 183
 Info whitespace ParenPad '(' is followed by whitespace. 183
 Info whitespace ParenPad ')' is preceded with whitespace. 183
 Info blocks LeftCurly '{' should be on the previous line. 185
 Info coding FinalLocalVariable Variable 'namedChild' should be declared final. 186
 Info whitespace ParenPad '(' is followed by whitespace. 186
 Info whitespace ParenPad ')' is preceded with whitespace. 186
 Info whitespace ParenPad '(' is followed by whitespace. 187
 Info whitespace ParenPad ')' is preceded with whitespace. 187
 Info blocks LeftCurly '{' should be on the previous line. 188
 Info whitespace ParenPad '(' is followed by whitespace. 189
 Info whitespace ParenPad ')' is preceded with whitespace. 189
 Info whitespace ParenPad '(' is followed by whitespace. 191
 Info whitespace ParenPad ')' is preceded with whitespace. 191
 Info blocks LeftCurly '{' should be on the previous line. 192
 Info whitespace ParenPad '(' is followed by whitespace. 193
 Info whitespace ParenPad ')' is preceded with whitespace. 193
 Info whitespace ParenPad '(' is followed by whitespace. 195
 Info whitespace ParenPad ')' is preceded with whitespace. 195
 Info javadoc JavadocMethod Missing a Javadoc comment. 198
 Info whitespace ParenPad '(' is followed by whitespace. 198
 Info whitespace ParenPad ')' is preceded with whitespace. 198
 Info blocks LeftCurly '{' should be on the previous line. 199
 Info coding FinalLocalVariable Variable 'result' should be declared final. 200
 Info coding FinalLocalVariable Variable 'childNodes' should be declared final. 201
 Info whitespace ParenPad '(' is followed by whitespace. 202
 Info whitespace ParenPad ')' is preceded with whitespace. 202
 Info blocks LeftCurly '{' should be on the previous line. 203
 Info coding FinalLocalVariable Variable 'item' should be declared final. 204
 Info whitespace ParenPad '(' is followed by whitespace. 204
 Info whitespace ParenPad ')' is preceded with whitespace. 204
 Info whitespace ParenPad '(' is followed by whitespace. 205
 Info whitespace ParenPad '(' is followed by whitespace. 205
 Info whitespace ParenPad ')' is preceded with whitespace. 205
 Info whitespace ParenPad ')' is preceded with whitespace. 205
 Info blocks LeftCurly '{' should be on the previous line. 206
 Info whitespace ParenPad '(' is followed by whitespace. 207
 Info whitespace ParenPad ')' is preceded with whitespace. 207
 Info javadoc JavadocMethod Missing a Javadoc comment. 213
 Info whitespace ParenPad '(' is followed by whitespace. 213
 Info whitespace ParenPad ')' is preceded with whitespace. 213
 Info blocks LeftCurly '{' should be on the previous line. 215
 Info coding FinalLocalVariable Variable 'elementsByTagName' should be declared final. 216
 Info whitespace ParenPad '(' is followed by whitespace. 216
 Info whitespace ParenPad ')' is preceded with whitespace. 216
 Info whitespace ParenPad '(' is followed by whitespace. 217
 Info whitespace ParenPad ')' is preceded with whitespace. 217
 Info blocks LeftCurly '{' should be on the previous line. 218
 Info whitespace ParenPad '(' is followed by whitespace. 221
 Info whitespace ParenPad ')' is preceded with whitespace. 221
 Info blocks LeftCurly '{' should be on the previous line. 222
 Info whitespace ParenPad '(' is followed by whitespace. 223
 Info whitespace ParenPad ')' is preceded with whitespace. 223
 Info whitespace ParenPad '(' is followed by whitespace. 225
 Info whitespace ParenPad ')' is preceded with whitespace. 225
 Info javadoc JavadocMethod Missing a Javadoc comment. 228
 Info whitespace ParenPad '(' is followed by whitespace. 228
 Info whitespace ParenPad ')' is preceded with whitespace. 228
 Info blocks LeftCurly '{' should be on the previous line. 230
 Info coding FinalLocalVariable Variable 'mojoGoal' should be declared final. 231
 Info whitespace ParenPad '(' is followed by whitespace. 231
 Info whitespace ParenPad ')' is preceded with whitespace. 231
 Info coding FinalLocalVariable Variable 'configurationElement' should be declared final. 232
 Info whitespace ParenPad '(' is followed by whitespace. 232
 Info whitespace ParenPad ')' is preceded with whitespace. 232
 Info whitespace FileTabCharacter Line contains a tab character. 233
 Info coding FinalLocalVariable Variable 'description' should be declared final. 233
 Info whitespace ParenPad '(' is followed by whitespace. 233
 Info whitespace ParenPad ')' is preceded with whitespace. 233
 Info whitespace ParenPad '(' is followed by whitespace. 234
 Info whitespace ParenPad '(' is followed by whitespace. 234
 Info whitespace ParenPad ')' is preceded with whitespace. 234
 Info whitespace ParenPad ')' is preceded with whitespace. 234
 Info blocks LeftCurly '{' should be on the previous line. 235
 Info whitespace ParenPad '(' is followed by whitespace. 236
 Info whitespace ParenPad ')' is preceded with whitespace. 236
 Info coding FinalLocalVariable Variable 'deprecated' should be declared final. 237
 Info whitespace ParenPad '(' is followed by whitespace. 237
 Info whitespace ParenPad ')' is preceded with whitespace. 237
 Info whitespace ParenPad '(' is followed by whitespace. 238
 Info whitespace ParenPad '(' is followed by whitespace. 238
 Info whitespace ParenPad ')' is preceded with whitespace. 238
 Info whitespace ParenPad '(' is followed by whitespace. 238
 Info whitespace ParenPad ')' is preceded with whitespace. 238
 Info whitespace ParenPad ')' is preceded with whitespace. 238
 Info whitespace ParenPad '(' is followed by whitespace. 240
 Info whitespace ParenPad ')' is preceded with whitespace. 240
 Info whitespace ParenPad '(' is followed by whitespace. 241
 Info whitespace ParenPad ')' is preceded with whitespace. 241
 Info blocks LeftCurly '{' should be on the previous line. 242
 Info whitespace ParenPad '(' is followed by whitespace. 243
 Info whitespace ParenPad ')' is preceded with whitespace. 243
 Info whitespace ParenPad '(' is followed by whitespace. 244
 Info whitespace ParenPad ')' is preceded with whitespace. 244
 Info blocks RightCurly '}' should be on the same line. 246
 Info whitespace ParenPad '(' is followed by whitespace. 247
 Info whitespace ParenPad ')' is preceded with whitespace. 247
 Info blocks LeftCurly '{' should be on the previous line. 248
 Info whitespace ParenPad '(' is followed by whitespace. 249
 Info whitespace ParenPad ')' is preceded with whitespace. 249
 Info whitespace ParenPad '(' is followed by whitespace. 251
 Info whitespace ParenPad ')' is preceded with whitespace. 251
 Info whitespace ParenPad '(' is followed by whitespace. 253
 Info whitespace ParenPad ')' is preceded with whitespace. 253
 Info blocks LeftCurly '{' should be on the previous line. 254
 Info coding FinalLocalVariable Variable 'parametersNode' should be declared final. 255
 Info whitespace ParenPad '(' is followed by whitespace. 255
 Info whitespace ParenPad ')' is preceded with whitespace. 255
 Info coding FinalLocalVariable Variable 'parameters' should be declared final. 256
 Info whitespace ParenPad '(' is followed by whitespace. 256
 Info whitespace ParenPad ')' is preceded with whitespace. 256
 Info whitespace ParenPad '(' is followed by whitespace. 257
 Info whitespace ParenPad ')' is preceded with whitespace. 257
 Info whitespace ParenPad '(' is followed by whitespace. 258
 Info whitespace ParenPad ')' is preceded with whitespace. 258
 Info whitespace ParenPad '(' is followed by whitespace. 260
 Info whitespace ParenPad ')' is preceded with whitespace. 260
 Info blocks LeftCurly '{' should be on the previous line. 261
 Info whitespace ParenPad '(' is followed by whitespace. 262
 Info whitespace ParenPad ')' is preceded with whitespace. 262
 Info javadoc JavadocMethod Missing a Javadoc comment. 268
 Info whitespace ParenPad '(' is followed by whitespace. 268
 Info whitespace ParenPad ')' is preceded with whitespace. 268
 Info blocks LeftCurly '{' should be on the previous line. 270
 Info coding FinalLocalVariable Variable 'parameterName' should be declared final. 271
 Info whitespace ParenPad '(' is followed by whitespace. 271
 Info whitespace ParenPad ')' is preceded with whitespace. 271
 Info coding FinalLocalVariable Variable 'parameterDescription' should be declared final. 272
 Info whitespace ParenPad '(' is followed by whitespace. 272
 Info whitespace ParenPad ')' is preceded with whitespace. 272
 Info coding FinalLocalVariable Variable 'fieldConfigurationElement' should be declared final. 274
 Info whitespace WhitespaceAfter 'cast' is not followed by whitespace. 274
 Info whitespace ParenPad '(' is followed by whitespace. 274
 Info whitespace ParenPad ')' is preceded with whitespace. 274
 Info whitespace ParenPad '(' is followed by whitespace. 277
 Info whitespace ParenPad '(' is followed by whitespace. 277
 Info whitespace ParenPad ')' is preceded with whitespace. 277
 Info whitespace ParenPad ')' is preceded with whitespace. 277
 Info whitespace ParenPad '(' is followed by whitespace. 279
 Info whitespace ParenPad ')' is preceded with whitespace. 279
 Info whitespace ParenPad '(' is followed by whitespace. 281
 Info whitespace ParenPad ')' is preceded with whitespace. 281
 Info coding FinalLocalVariable Variable 'deprecated' should be declared final. 282
 Info whitespace ParenPad '(' is followed by whitespace. 282
 Info whitespace ParenPad ')' is preceded with whitespace. 282
 Info whitespace ParenPad '(' is followed by whitespace. 283
 Info whitespace ParenPad '(' is followed by whitespace. 283
 Info whitespace ParenPad ')' is preceded with whitespace. 283
 Info whitespace ParenPad '(' is followed by whitespace. 283
 Info whitespace ParenPad ')' is preceded with whitespace. 283
 Info whitespace ParenPad ')' is preceded with whitespace. 283
 Info whitespace ParenPad '(' is followed by whitespace. 285
 Info coding MagicNumber '3' is a magic number. 285
 Info whitespace ParenPad ')' is preceded with whitespace. 285
 Info whitespace ParenPad '(' is followed by whitespace. 286
 Info whitespace ParenPad ')' is preceded with whitespace. 286
 Info whitespace ParenPad '(' is followed by whitespace. 288
 Info coding MagicNumber '3' is a magic number. 288
 Info whitespace ParenPad ')' is preceded with whitespace. 288
 Info whitespace ParenPad '(' is followed by whitespace. 289
 Info whitespace ParenPad '(' is followed by whitespace. 289
 Info whitespace ParenPad '(' is followed by whitespace. 289
 Info whitespace ParenPad ')' is preceded with whitespace. 289
 Info whitespace ParenPad ')' is preceded with whitespace. 289
 Info whitespace ParenPad ')' is preceded with whitespace. 289
 Info blocks LeftCurly '{' should be on the previous line. 290
 Info whitespace ParenPad '(' is followed by whitespace. 291
 Info coding MagicNumber '3' is a magic number. 291
 Info whitespace ParenPad ')' is preceded with whitespace. 291
 Info whitespace ParenPad '(' is followed by whitespace. 293
 Info whitespace ParenPad '(' is followed by whitespace. 293
 Info whitespace ParenPad ')' is preceded with whitespace. 293
 Info whitespace ParenPad '(' is followed by whitespace. 293
 Info whitespace ParenPad ')' is preceded with whitespace. 293
 Info whitespace ParenPad ')' is preceded with whitespace. 293
 Info whitespace FileTabCharacter Line contains a tab character. 295
 Info coding FinalLocalVariable Variable 'property' should be declared final. 295
 Info whitespace ParenPad '(' is followed by whitespace. 295
 Info whitespace ParenPad ')' is preceded with whitespace. 295
 Info whitespace ParenPad '(' is followed by whitespace. 296
 Info coding MagicNumber '3' is a magic number. 296
 Info whitespace ParenPad ')' is preceded with whitespace. 296
 Info whitespace ParenPad '(' is followed by whitespace. 299
 Info whitespace ParenPad ')' is preceded with whitespace. 299
 Info whitespace ParenPad '(' is followed by whitespace. 311
 Info whitespace ParenPad ')' is preceded with whitespace. 311
 Info blocks LeftCurly '{' should be on the previous line. 312
 Info coding FinalLocalVariable Variable 'buffer' should be declared final. 313
 Info whitespace ParenPad '(' is followed by whitespace. 313
 Info whitespace ParenPad ')' is preceded with whitespace. 313
 Info whitespace ParenPad '(' is followed by whitespace. 315
 Info whitespace ParenPad ')' is preceded with whitespace. 315
 Info blocks LeftCurly '{' should be on the previous line. 316
 Info whitespace ParenPad '(' is followed by whitespace. 317
 Info whitespace ParenPad ')' is preceded with whitespace. 317
 Info whitespace ParenPad '(' is followed by whitespace. 331
 Info whitespace ParenPad ')' is preceded with whitespace. 331
 Info blocks LeftCurly '{' should be on the previous line. 332
 Info whitespace ParenPad '(' is followed by whitespace. 333
 Info whitespace ParenPad '(' is followed by whitespace. 333
 Info whitespace ParenPad ')' is preceded with whitespace. 333
 Info whitespace ParenPad ')' is preceded with whitespace. 333
 Info whitespace ParenPad '(' is followed by whitespace. 335
 Info whitespace ParenPad ')' is preceded with whitespace. 335
 Info whitespace ParenPad '(' is followed by whitespace. 335
 Info whitespace ParenPad ')' is preceded with whitespace. 335
 Info whitespace ParenPad '(' is followed by whitespace. 349
 Info whitespace ParenPad ')' is preceded with whitespace. 349
 Info coding FinalLocalVariable Variable 'lines' should be declared final. 351
 Info coding FinalLocalVariable Variable 'ind' should be declared final. 353
 Info whitespace ParenPad '(' is followed by whitespace. 353
 Info whitespace ParenPad ')' is preceded with whitespace. 353
 Info coding FinalLocalVariable Variable 'plainLines' should be declared final. 355
 Info whitespace ParenPad '(' is followed by whitespace. 355
 Info whitespace ParenPad ')' is preceded with whitespace. 355
 Info whitespace ParenPad '(' is followed by whitespace. 357
 Info whitespace ParenPad ')' is preceded with whitespace. 357
 Info blocks LeftCurly '{' should be on the previous line. 358
 Info whitespace ParenPad '(' is followed by whitespace. 359
 Info whitespace ParenPad ')' is preceded with whitespace. 359
 Info whitespace ParenPad '(' is followed by whitespace. 373
 Info whitespace ParenPad ')' is preceded with whitespace. 373
 Info coding FinalLocalVariable Variable 'lineIndent' should be declared final. 375
 Info whitespace ParenPad '(' is followed by whitespace. 375
 Info whitespace ParenPad ')' is preceded with whitespace. 375
 Info coding FinalLocalVariable Variable 'buf' should be declared final. 376
 Info whitespace ParenPad '(' is followed by whitespace. 376
 Info coding MagicNumber '256' is a magic number. 376
 Info whitespace ParenPad ')' is preceded with whitespace. 376
 Info coding FinalLocalVariable Variable 'tokens' should be declared final. 378
 Info whitespace ParenPad '(' is followed by whitespace. 378
 Info whitespace ParenPad ')' is preceded with whitespace. 378
 Info whitespace ParenPad '(' is followed by whitespace. 380
 Info whitespace ParenPad ')' is preceded with whitespace. 380
 Info blocks LeftCurly '{' should be on the previous line. 381
 Info whitespace ParenPad '(' is followed by whitespace. 382
 Info whitespace ParenPad ')' is preceded with whitespace. 382
 Info blocks LeftCurly '{' should be on the previous line. 383
 Info whitespace ParenPad '(' is followed by whitespace. 384
 Info whitespace ParenPad ')' is preceded with whitespace. 384
 Info blocks LeftCurly '{' should be on the previous line. 385
 Info whitespace ParenPad '(' is followed by whitespace. 386
 Info whitespace ParenPad ')' is preceded with whitespace. 386
 Info whitespace ParenPad '(' is followed by whitespace. 387
 Info whitespace ParenPad ')' is preceded with whitespace. 387
 Info whitespace ParenPad '(' is followed by whitespace. 388
 Info whitespace ParenPad '(' is followed by whitespace. 388
 Info whitespace ParenPad ')' is preceded with whitespace. 388
 Info whitespace ParenPad ')' is preceded with whitespace. 388
 Info blocks RightCurly '}' should be on the same line. 389
 Info blocks LeftCurly '{' should be on the previous line. 391
 Info whitespace ParenPad '(' is followed by whitespace. 392
 Info whitespace ParenPad ')' is preceded with whitespace. 392
 Info whitespace ParenPad '(' is followed by whitespace. 396
 Info whitespace ParenPad ')' is preceded with whitespace. 396
 Info blocks LeftCurly '{' should be on the previous line. 397
 Info coding FinalLocalVariable Variable 'c' should be declared final. 398
 Info whitespace ParenPad '(' is followed by whitespace. 398
 Info whitespace ParenPad ')' is preceded with whitespace. 398
 Info whitespace ParenPad '(' is followed by whitespace. 399
 Info whitespace ParenPad ')' is preceded with whitespace. 399
 Info blocks LeftCurly '{' should be on the previous line. 400
 Info whitespace ParenPad '(' is followed by whitespace. 401
 Info whitespace ParenPad '(' is followed by whitespace. 401
 Info whitespace ParenPad ')' is preceded with whitespace. 401
 Info whitespace ParenPad ')' is preceded with whitespace. 401
 Info blocks RightCurly '}' should be on the same line. 402
 Info whitespace ParenPad '(' is followed by whitespace. 403
 Info whitespace ParenPad ')' is preceded with whitespace. 403
 Info blocks LeftCurly '{' should be on the previous line. 404
 Info whitespace ParenPad '(' is followed by whitespace. 405
 Info whitespace ParenPad ')' is preceded with whitespace. 405
 Info blocks RightCurly '}' should be on the same line. 406
 Info blocks LeftCurly '{' should be on the previous line. 408
 Info whitespace ParenPad '(' is followed by whitespace. 409
 Info whitespace ParenPad ')' is preceded with whitespace. 409
 Info whitespace ParenPad '(' is followed by whitespace. 413
 Info whitespace ParenPad ')' is preceded with whitespace. 413
 Info whitespace ParenPad '(' is followed by whitespace. 422
 Info whitespace ParenPad ')' is preceded with whitespace. 422
 Info blocks LeftCurly '{' should be on the previous line. 423
 Info whitespace ParenPad '(' is followed by whitespace. 425
 Info whitespace ParenPad '(' is followed by whitespace. 425
 Info whitespace ParenPad ')' is preceded with whitespace. 425
 Info whitespace ParenPad ')' is preceded with whitespace. 425
 Info blocks LeftCurly '{' should be on the previous line. 426
 Info whitespace ParenPad '(' is followed by whitespace. 429
 Info coding MagicNumber '4' is a magic number. 429
 Info whitespace ParenPad ')' is preceded with whitespace. 429
 Info blocks LeftCurly '{' should be on the previous line. 430
 Info whitespace ParenPad '(' is followed by whitespace. 431
 Info whitespace ParenPad '(' is followed by whitespace. 431
 Info whitespace ParenPad ')' is preceded with whitespace. 431
 Info whitespace ParenPad ')' is preceded with whitespace. 431
 Info blocks LeftCurly '{' should be on the previous line. 432
 Info javadoc JavadocMethod Missing a Javadoc comment. 440
 Info whitespace ParenPad '(' is followed by whitespace. 440
 Info whitespace ParenPad ')' is preceded with whitespace. 440
 Info blocks LeftCurly '{' should be on the previous line. 441
 Info whitespace ParenPad '(' is followed by whitespace. 442
 Info whitespace ParenPad '(' is followed by whitespace. 442
 Info whitespace ParenPad ')' is preceded with whitespace. 442
 Info whitespace ParenPad '(' is followed by whitespace. 442
 Info whitespace ParenPad ')' is preceded with whitespace. 442
 Info whitespace ParenPad '(' is followed by whitespace. 443
 Info whitespace ParenPad ')' is preceded with whitespace. 443
 Info whitespace ParenPad '(' is followed by whitespace. 443
 Info whitespace ParenPad ')' is preceded with whitespace. 443
 Info whitespace ParenPad ')' is preceded with whitespace. 443
 Info blocks LeftCurly '{' should be on the previous line. 444
 Info whitespace ParenPad '(' is followed by whitespace. 446
 Info whitespace ParenPad ')' is preceded with whitespace. 446