Checkstyle Results

The following document contains the results of Checkstyle 12.1.0 with checkstyle.xml ruleset.

Summary

Files  Info  Warnings  Errors
27 0 3016 0

Files

File  I  W  E
com/googlecode/htmlcompressor/CmdLineCompressor.java 0 439 0
com/googlecode/htmlcompressor/analyzer/HtmlAnalyzer.java 0 214 0
com/googlecode/htmlcompressor/compressor/ClosureJavaScriptCompressor.java 0 107 0
com/googlecode/htmlcompressor/compressor/Compressor.java 0 1 0
com/googlecode/htmlcompressor/compressor/HtmlCompressor.java 0 994 0
com/googlecode/htmlcompressor/compressor/HtmlCompressorStatistics.java 0 33 0
com/googlecode/htmlcompressor/compressor/HtmlCompressorTest.java 0 187 0
com/googlecode/htmlcompressor/compressor/HtmlMetrics.java 0 38 0
com/googlecode/htmlcompressor/compressor/XmlCompressor.java 0 85 0
com/googlecode/htmlcompressor/compressor/XmlCompressorTest.java 0 43 0
com/googlecode/htmlcompressor/compressor/YuiCssCompressor.java 0 21 0
com/googlecode/htmlcompressor/compressor/YuiJavaScriptCompressor.java 0 69 0
com/googlecode/htmlcompressor/taglib/CssCompressorTag.java 0 33 0
com/googlecode/htmlcompressor/taglib/HtmlCompressorTag.java 0 152 0
com/googlecode/htmlcompressor/taglib/JavaScriptCompressorTag.java 0 70 0
com/googlecode/htmlcompressor/taglib/XmlCompressorTag.java 0 33 0
com/googlecode/htmlcompressor/velocity/CssCompressorDirective.java 0 36 0
com/googlecode/htmlcompressor/velocity/HtmlCompressorDirective.java 0 61 0
com/googlecode/htmlcompressor/velocity/JavaScriptCompressorDirective.java 0 61 0
com/googlecode/htmlcompressor/velocity/XmlCompressorDirective.java 0 29 0
jargs/gnu/CmdLineParser.java 0 310 0

Rules

Category Rule Violations Severity
blocks NeedBraces
  • tokens: "LITERAL_DO, LITERAL_ELSE, LITERAL_FOR, LITERAL_IF, LITERAL_WHILE"
3  Warning
coding VariableDeclarationUsageDistance 6  Warning
imports CustomImportOrder
  • separateLineBetweenGroups: "true"
  • sortImportsInGroupAlphabetically: "true"
  • customImportOrderRules: "STATIC###THIRD_PARTY_PACKAGE"
  • tokens: "IMPORT, STATIC_IMPORT, PACKAGE_DEF"
38  Warning
indentation Indentation
  • throwsIndent: "4"
  • arrayInitIndent: "2"
  • caseIndent: "2"
  • basicOffset: "2"
  • braceAdjustment: "2"
  • lineWrappingIndentation: "4"
2886  Warning
javadoc JavadocParagraph
  • allowNewlineParagraph: "false"
82  Warning
sizes LineLength
  • fileExtensions: "java"
  • max: "120"
  • ignorePattern: "^package.*|^import.*|href\s*=\s*"[^"]*"|http://|https://|ftp://"
1  Error

Details

com/googlecode/htmlcompressor/CmdLineCompressor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.io.BufferedReader' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.slf4j.Logger' 49
 Warning imports CustomImportOrder Extra separation in import group before 'jargs.gnu.CmdLineParser' 52
 Warning imports CustomImportOrder Wrong lexicographical order for 'jargs.gnu.CmdLineParser' import. Should be before 'org.slf4j.LoggerFactory'. 52
 Warning imports CustomImportOrder Wrong lexicographical order for 'jargs.gnu.CmdLineParser.Option' import. Should be before 'org.slf4j.LoggerFactory'. 53
 Warning imports CustomImportOrder Wrong lexicographical order for 'jargs.gnu.CmdLineParser.OptionException' import. Should be before 'org.slf4j.LoggerFactory'. 54
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 58
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 58
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 60
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 60
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 62
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 62
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 68
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 71
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 74
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 77
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 80
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 83
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 86
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 89
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 92
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 95
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 98
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 101
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 104
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 107
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 110
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 113
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 116
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 119
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 122
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 125
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 128
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 131
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 134
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 137
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 140
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 143
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 146
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 149
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 152
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 155
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 158
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 161
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 164
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 167
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 170
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 173
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 176
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 179
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 182
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 185
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 188
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 196
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 197
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 199
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 200
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 201
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 202
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 203
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 204
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 205
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 206
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 207
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 208
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 209
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 210
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 211
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 212
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 213
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 214
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 215
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 216
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 217
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 218
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 219
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 220
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 222
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 223
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 224
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 225
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 226
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 227
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 228
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 229
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 230
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 231
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 233
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 234
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 235
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 236
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 238
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 239
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 240
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 242
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 243
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 245
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 247
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 248
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 249
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 250
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 251
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 252
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 253
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 254
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 255
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 256
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 257
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 258
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 259
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 260
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 261
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 262
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 263
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 264
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 265
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 267
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 268
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 269
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 270
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 271
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 272
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 273
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 274
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 275
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 276
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 278
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 279
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 280
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 281
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 283
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 285
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 287
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 289
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 290
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 291
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 292
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 293
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 294
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 295
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 296
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 297
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 298
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 301
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 304
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 307
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 308
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 309
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 310
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 311
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 312
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 314
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 315
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 316
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 317
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 318
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 320
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 328
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 329
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 330
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 331
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 336
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 337
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 340
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 341
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 342
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 343
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 346
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 347
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 348
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 349
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 351
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 353
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 354
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 355
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 356
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 358
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 359
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 360
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 361
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 16, expected level should be 8. 362
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 363
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 365
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 367
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 371
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 372
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 374
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 375
 Warning indentation Indentation 'for' has incorrect indentation level 16, expected level should be 8. 376
 Warning indentation Indentation 'for' child has incorrect indentation level 20, expected level should be 10. 377
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 16, expected level should be 8. 379
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 380
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 382
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 383
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 384
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 389
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 390
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 394
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 395
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 396
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 397
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 398
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 399
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 401
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 408
 Warning coding VariableDeclarationUsageDistance Distance between variable 'useClosureCompressor' declaration and its first usage is 29, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). 410
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 410
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 413
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 416
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 417
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 418
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 420
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 421
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 422
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 424
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 425
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 426
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 428
 Warning indentation Indentation 'try' has incorrect indentation level 12, expected level should be 6. 430
 Warning indentation Indentation 'try' child has incorrect indentation level 16, expected level should be 8. 432
 Warning indentation Indentation 'while' has incorrect indentation level 16, expected level should be 8. 433
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be 10. 434
 Warning indentation Indentation 'try' has incorrect indentation level 24, expected level should be 12. 435
 Warning indentation Indentation 'try' child has incorrect indentation level 28, expected level should be 14. 436
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 24, expected level should be 12. 437
 Warning indentation Indentation 'catch' child has incorrect indentation level 28, expected level should be 14. 438
 Warning indentation Indentation 'catch' child has incorrect indentation level 28, expected level should be 14. 439
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 24, expected level should be 12. 441
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 442
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 16, expected level should be 8. 443
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 12, expected level should be 6. 444
 Warning indentation Indentation 'catch' child has incorrect indentation level 16, expected level should be 8. 445
 Warning indentation Indentation 'catch' child has incorrect indentation level 16, expected level should be 8. 446
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 12, expected level should be 6. 447
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 448
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 451
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 453
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 454
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 455
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 456
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 457
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 458
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 459
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 461
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 462
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 463
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 464
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 465
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 466
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 467
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 468
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 469
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 470
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 471
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 473
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 475
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 476
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 477
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 478
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 479
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 482
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 483
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 485
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 486
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 487
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 490
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 491
 Warning indentation Indentation 'for' has incorrect indentation level 20, expected level should be 10. 492
 Warning indentation Indentation 'for' child has incorrect indentation level 24, expected level should be 12. 493
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 20, expected level should be 10. 494
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 495
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 496
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 497
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 498
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 499
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 500
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 501
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 503
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 504
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 506
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 507
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 517
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 518
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 519
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 520
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 522
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 523
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 535
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 536
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 538
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 539
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 540
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 543
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 544
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 545
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 546
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 547
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 548
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 550
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 551
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 552
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 554
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 555
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 556
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 557
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 558
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 559
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be 10. 560
 Warning indentation Indentation 'if' has incorrect indentation level 24, expected level should be 12. 562
 Warning indentation Indentation 'if' has incorrect indentation level 28, expected level should be 14. 563
 Warning indentation Indentation 'for' has incorrect indentation level 32, expected level should be 16. 565
 Warning indentation Indentation 'if' has incorrect indentation level 36, expected level should be 18. 567
 Warning indentation Indentation 'if' child has incorrect indentation level 40, expected level should be 20. 568
 Warning indentation Indentation 'if' child has incorrect indentation level 40, expected level should be 20. 569
 Warning indentation Indentation 'if' child has incorrect indentation level 40, expected level should be 20. 571
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 36, expected level should be 18. 572
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 32, expected level should be 16. 573
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 28, expected level should be 14. 574
 Warning indentation Indentation 'else' child has incorrect indentation level 32, expected level should be 16. 576
 Warning indentation Indentation 'else' child has incorrect indentation level 32, expected level should be 16. 577
 Warning indentation Indentation 'while' has incorrect indentation level 32, expected level should be 16. 578
 Warning indentation Indentation 'while' child has incorrect indentation level 36, expected level should be 18. 579
 Warning indentation Indentation 'if' has incorrect indentation level 36, expected level should be 18. 580
 Warning indentation Indentation 'for' has incorrect indentation level 40, expected level should be 20. 581
 Warning indentation Indentation 'for' child has incorrect indentation level 44, expected level should be 22. 583
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 40, expected level should be 20. 584
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 36, expected level should be 18. 585
 Warning indentation Indentation 'if' child has incorrect indentation level 40, expected level should be 20. 586
 Warning indentation Indentation 'if' child has incorrect indentation level 40, expected level should be 20. 587
 Warning indentation Indentation 'if' child has incorrect indentation level 40, expected level should be 20. 589
 Warning indentation Indentation 'if' child has incorrect indentation level 40, expected level should be 20. 591
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 36, expected level should be 18. 593
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 32, expected level should be 16. 594
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 28, expected level should be 14. 595
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 24, expected level should be 12. 596
 Warning indentation Indentation 'else' child has incorrect indentation level 28, expected level should be 14. 597
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 24, expected level should be 12. 598
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 599
 Warning indentation Indentation 'if' has incorrect indentation level 24, expected level should be 12. 601
 Warning indentation Indentation 'if' child has incorrect indentation level 28, expected level should be 14. 602
 Warning indentation Indentation 'if' child has incorrect indentation level 28, expected level should be 14. 603
 Warning indentation Indentation 'if' child has incorrect indentation level 28, expected level should be 14. 606
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 24, expected level should be 12. 607
 Warning indentation Indentation 'else' child has incorrect indentation level 28, expected level should be 14. 608
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 24, expected level should be 12. 609
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 20, expected level should be 10. 611
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 612
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be 10. 614
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 615
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 616
 Warning indentation Indentation 'else' child has incorrect indentation level 24, expected level should be 12. 617
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 20, expected level should be 10. 619
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 16, expected level should be 8. 620
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 621
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 622
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 624
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 625
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 638
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 639
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 640
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 641
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 642
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 644
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 645
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 646
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 647
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 660
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 661
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 662
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 663
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 664
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 665
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 666
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 679
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 680
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 681
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 682
 Warning indentation Indentation 'while' has incorrect indentation level 12, expected level should be 6. 683
 Warning indentation Indentation 'while' child has incorrect indentation level 16, expected level should be 8. 684
 Warning indentation Indentation 'while' child has incorrect indentation level 16, expected level should be 8. 685
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 12, expected level should be 6. 686
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 687
 Warning indentation Indentation 'finally' child has incorrect indentation level 12, expected level should be 6. 688
 Warning indentation Indentation 'finally rcurly' has incorrect indentation level 8, expected level should be 4. 689
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 690
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 691
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 704
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 705
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 706
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 707
 Warning indentation Indentation 'finally' child has incorrect indentation level 12, expected level should be 6. 708
 Warning indentation Indentation 'finally rcurly' has incorrect indentation level 8, expected level should be 4. 709
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 710
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 718
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 719
 Warning indentation Indentation 'try' has incorrect indentation level 12, expected level should be 6. 720
 Warning indentation Indentation 'try' child has incorrect indentation level 16, expected level should be 8. 721
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 12, expected level should be 6. 722
 Warning indentation Indentation 'catch' child has incorrect indentation level 16, expected level should be 8. 723
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 12, expected level should be 6. 724
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 725
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 726
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 736
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 737
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 738
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 743
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 744
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 815
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 820
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 823
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 826
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. 838
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 840
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 842
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 843
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 844
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 845
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 846
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 16, expected level should be 8. 847
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 848
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 850
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 851
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 852
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 853
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 854
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 856
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 857
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. 858
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 860
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 862
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 864
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 865
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 866
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 867
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 869
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 870
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 871
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 872
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 4, expected level should be 2. 874

com/googlecode/htmlcompressor/analyzer/HtmlAnalyzer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.text.NumberFormat' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.slf4j.Logger' 24
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 33
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 36
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 41
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 43
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 51
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 52
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 53
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 61
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 62
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 64
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 65
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 67
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 69
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 70
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 71
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 72
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 75
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 76
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 77
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 78
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 81
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 82
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 83
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 84
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 85
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 86
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 89
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 90
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 91
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 92
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 93
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 94
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 97
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 98
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 99
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 100
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 101
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 102
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 105
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 106
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 107
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 108
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 109
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 110
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 113
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 114
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 115
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 116
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 117
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 118
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 121
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 122
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 123
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 124
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 125
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 126
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 129
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 130
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 131
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 132
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 133
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 134
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 137
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 138
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 139
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 140
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 141
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 142
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 145
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 146
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 147
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 148
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 149
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 150
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 153
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 154
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 155
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 156
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 157
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 158
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 161
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 162
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 163
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 164
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 165
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 166
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 169
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 170
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 171
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 172
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 173
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 174
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 177
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 178
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 179
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 180
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 181
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 182
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 185
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 186
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 187
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 188
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 189
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 190
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 193
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 194
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 195
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 196
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 197
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 198
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 201
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 202
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 203
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 204
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 205
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 206
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 209
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 210
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 211
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 212
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 213
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 214
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 217
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 218
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 219
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 220
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 221
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 222
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 223
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 224
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 225
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 226
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 227
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 229
 Warning indentation Indentation 'try' has incorrect indentation level 12, expected level should be 6. 231
 Warning indentation Indentation 'try' child has incorrect indentation level 16, expected level should be 8. 232
 Warning indentation Indentation 'try' child has incorrect indentation level 16, expected level should be 8. 233
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 234
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 235
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 236
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 12, expected level should be 6. 237
 Warning indentation Indentation 'catch' child has incorrect indentation level 16, expected level should be 8. 238
 Warning indentation Indentation 'catch' child has incorrect indentation level 16, expected level should be 8. 239
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 12, expected level should be 6. 240
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 241
 Warning indentation Indentation 'try' has incorrect indentation level 12, expected level should be 6. 243
 Warning indentation Indentation 'try' child has incorrect indentation level 16, expected level should be 8. 244
 Warning indentation Indentation 'try' child has incorrect indentation level 16, expected level should be 8. 245
 Warning indentation Indentation 'try' child has incorrect indentation level 16, expected level should be 8. 246
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 247
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 248
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 249
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 12, expected level should be 6. 250
 Warning indentation Indentation 'catch' child has incorrect indentation level 16, expected level should be 8. 251
 Warning indentation Indentation 'catch' child has incorrect indentation level 16, expected level should be 8. 252
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 12, expected level should be 6. 253
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 254
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 256
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 258
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 265
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 266
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 267
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 268
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 270
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 271
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 287
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 288
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 289
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 290
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 292
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 293
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 294
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 295
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 305
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 306
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 307
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 308
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 309
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 310
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 311
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 312
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 317
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 318
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 319
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 320
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 321
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 323
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 324
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 325
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 326
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 331
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 332
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 333
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 334
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 335
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 336
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 337
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 338
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 339
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 351
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 352
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 353
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 354
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 355
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 357
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 359
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 369
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 370
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 371
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 372
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 373
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 374

com/googlecode/htmlcompressor/compressor/ClosureJavaScriptCompressor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.io.IOException' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.slf4j.Logger' 35
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 48
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 51
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 54
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 57
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 62
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 65
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 68
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 71
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 74
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 77
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 82
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 84
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 92
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 93
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 94
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 96
 Warning coding VariableDeclarationUsageDistance Distance between variable 'writer' declaration and its first usage is 7, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). 99
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 99
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 102
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 103
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 106
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 107
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 109
 Warning indentation Indentation 'try' has incorrect indentation level 16, expected level should be 8. 110
 Warning indentation Indentation 'try' child has incorrect indentation level 20, expected level should be 10. 111
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 16, expected level should be 8. 112
 Warning indentation Indentation 'catch' child has incorrect indentation level 20, expected level should be 10. 113
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 16, expected level should be 8. 114
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 115
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 117
 Warning indentation Indentation 'for' has incorrect indentation level 16, expected level should be 8. 118
 Warning indentation Indentation 'for' child has incorrect indentation level 20, expected level should be 10. 119
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 16, expected level should be 8. 120
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 121
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 123
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 124
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 125
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 126
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 128
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 129
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 131
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 133
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 134
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 136
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 137
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 139
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 141
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 142
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 143
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 144
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 145
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 147
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 149
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 160
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 161
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 162
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 163
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 164
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 165
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 167
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 168
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 169
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 170
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 180
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 181
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 182
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 187
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 187
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 202
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 203
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 204
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 214
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 215
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 216
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 228
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 229
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 230
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 238
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 239
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 240
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 251
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 252
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 253
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 261
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 262
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 263
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 268
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 268
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 271
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 271
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 285
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 286
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 287
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 294
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 295
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 296
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 306
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 307
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 308
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 317
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 318
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 319
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 331
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 332
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 333

com/googlecode/htmlcompressor/compressor/Compressor.java

Severity Category Rule Message Line
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 30

com/googlecode/htmlcompressor/compressor/HtmlCompressor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.mozilla.javascript.ErrorReporter' 25
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 30
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 30
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 36
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 36
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 44
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 47
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 53
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 60
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 66
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 72
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 79
 Warning sizes LineLength Line is longer than 120 characters (found 136). 80
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 86
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 89
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 94
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 97
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 102
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 105
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 110
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 113
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 116
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 119
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 122
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 125
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 128
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 131
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 134
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 137
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 140
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 143
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 146
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 149
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 152
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 155
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 158
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 163
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 166
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 171
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 174
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 177
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 180
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 183
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 187
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 191
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 194
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 197
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 200
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 203
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 206
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 209
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 212
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 215
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 219
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 222
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 226
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 230
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 234
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 238
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 242
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 246
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 250
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 254
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 258
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 262
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 266
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 270
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 274
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 278
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 282
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 286
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 290
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 294
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 298
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 303
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 307
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 311
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 316
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 321
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 325
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 329
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 334
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 338
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 343
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 348
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 353
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 358
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 362
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 365
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 370
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 375
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 380
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 383
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 386
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 389
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 392
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 395
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 398
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 401
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 411
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 413
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 414
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 415
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 418
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 421
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 422
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 423
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 424
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 425
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 426
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 427
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 428
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 429
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 432
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 436
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 439
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 443
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 447
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 449
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 450
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 458
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 460
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 461
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 462
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 463
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 466
 Warning indentation Indentation 'while' has incorrect indentation level 12, expected level should be 6. 467
 Warning indentation Indentation 'while' child has incorrect indentation level 16, expected level should be 8. 468
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 12, expected level should be 6. 469
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 470
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 471
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 472
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 473
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 481
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 483
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 484
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 485
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 488
 Warning indentation Indentation 'while' has incorrect indentation level 12, expected level should be 6. 489
 Warning indentation Indentation 'while' child has incorrect indentation level 16, expected level should be 8. 490
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 12, expected level should be 6. 491
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 492
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 493
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 521
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 527
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 528
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 529
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 531
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 532
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 533
 Warning indentation Indentation 'while' has incorrect indentation level 16, expected level should be 8. 534
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be 10. 535
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 536
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 537
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 538
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 16, expected level should be 8. 539
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 540
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 541
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 542
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 543
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 544
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 547
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 548
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 549
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 550
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 551
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 552
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 553
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 554
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 555
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 556
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 557
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 560
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 561
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 562
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 563
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 564
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 565
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 566
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 568
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 569
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 570
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 571
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 572
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 575
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 576
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 577
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 578
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 579
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 580
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 581
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 582
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 583
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 584
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 585
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 587
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 588
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 589
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 590
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 591
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 592
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 593
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 594
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 595
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 596
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 599
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 600
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 601
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 602
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 603
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 604
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 605
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 606
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 607
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 608
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 609
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 612
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 613
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 614
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 615
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 617
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 620
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 621
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 622
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 623
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 624
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 626
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 628
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 629
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 630
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 632
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 634
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 635
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 16, expected level should be 8. 637
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 639
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 640
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 641
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 642
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 645
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 646
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 647
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 648
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 649
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 650
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 651
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 652
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 653
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 654
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 655
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 658
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 659
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 660
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 661
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 662
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 663
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 664
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 665
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 666
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 667
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 668
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 671
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 672
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 673
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 674
 Warning indentation Indentation 'while' has incorrect indentation level 12, expected level should be 6. 675
 Warning indentation Indentation 'while' child has incorrect indentation level 16, expected level should be 8. 676
 Warning indentation Indentation 'while' child has incorrect indentation level 16, expected level should be 8. 677
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 12, expected level should be 6. 678
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 679
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 680
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 681
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 683
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 684
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 712
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 717
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 718
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 719
 Warning indentation Indentation 'while' has incorrect indentation level 12, expected level should be 6. 720
 Warning indentation Indentation 'while' child has incorrect indentation level 16, expected level should be 8. 721
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 722
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 723
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 724
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 12, expected level should be 6. 725
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 726
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 727
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 728
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 731
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 732
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 733
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 734
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 735
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 736
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 737
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 738
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 739
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 740
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 743
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 744
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 745
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 746
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 747
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 748
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 749
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 750
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 751
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 752
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 755
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 756
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 757
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 758
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 759
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 760
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 761
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 762
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 763
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 764
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 767
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 768
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 769
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 770
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 771
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 772
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 773
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 774
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 775
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 776
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 779
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 780
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 781
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 782
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 783
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 784
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 785
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 786
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 787
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 788
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 791
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 792
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 793
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 794
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 795
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 796
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 797
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 798
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 799
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 800
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 803
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 804
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 805
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 806
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 807
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 808
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 809
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 810
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 811
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 812
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 815
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 816
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 817
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 818
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 819
 Warning indentation Indentation 'while' has incorrect indentation level 16, expected level should be 8. 820
 Warning indentation Indentation 'while' child has incorrect indentation level 20, expected level should be 10. 821
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be 10. 822
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 823
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 824
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 16, expected level should be 8. 825
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 826
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 827
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 828
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 829
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 831
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 832
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 842
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 845
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 848
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 851
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 854
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 857
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 860
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 863
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 866
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 869
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 872
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 875
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 878
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 881
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 884
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 887
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 889
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 890
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 900
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 902
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 903
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 904
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 905
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 906
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 907
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 908
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 909
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 910
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 911
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 914
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 916
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 917
 Warning indentation Indentation 'while' has incorrect indentation level 12, expected level should be 6. 918
 Warning indentation Indentation 'while' child has incorrect indentation level 16, expected level should be 8. 919
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 12, expected level should be 6. 920
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 921
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 922
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 924
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 925
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 926
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 936
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 938
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 939
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 940
 Warning indentation Indentation 'while' has incorrect indentation level 12, expected level should be 6. 941
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 943
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 944
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 945
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 946
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 16, expected level should be 8. 947
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 12, expected level should be 6. 948
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 949
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 950
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 952
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 953
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 954
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 964
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 966
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 969
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 970
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 971
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 973
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 974
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 975
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 976
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 977
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 978
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 979
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 980
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 982
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 983
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 993
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 995
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 996
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 997
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 998
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 999
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1009
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1011
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1012
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1013
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1014
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1015
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1016
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1017
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1018
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1028
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1030
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1031
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1032
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1033
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1034
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1044
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1046
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1047
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1048
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1049
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1050
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1060
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1062
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1064
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1067
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1068
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1069
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1070
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1080
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1082
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1083
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1084
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1085
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1086
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1096
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1098
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1099
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1100
 Warning indentation Indentation 'while' has incorrect indentation level 12, expected level should be 6. 1101
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 1103
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 1104
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 1105
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 1106
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 16, expected level should be 8. 1107
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 12, expected level should be 6. 1108
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1109
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1110
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1111
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1112
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1113
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1123
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1125
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1126
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1127
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1128
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1129
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1139
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1141
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1142
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1143
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1144
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1145
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1155
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1157
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1158
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1159
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1160
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1161
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1171
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1173
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1174
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1175
 Warning indentation Indentation 'while' has incorrect indentation level 12, expected level should be 6. 1176
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 1178
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 1179
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 1180
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 1181
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 16, expected level should be 8. 1182
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 12, expected level should be 6. 1183
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1184
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1185
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1186
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1187
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1188
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1198
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1200
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1201
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1202
 Warning indentation Indentation 'while' has incorrect indentation level 12, expected level should be 6. 1203
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 1205
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 1206
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 1207
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 1208
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 16, expected level should be 8. 1209
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 12, expected level should be 6. 1210
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1211
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1212
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1213
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1214
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1215
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1239
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1242
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1243
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1244
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1245
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1246
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1247
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1248
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1249
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1250
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1251
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1259
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1260
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 1261
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 1262
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 1263
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1264
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1265
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1273
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1274
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 1275
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 1276
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 1277
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1278
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1279
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1287
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1288
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 1289
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 1290
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 1291
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1292
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1293
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1301
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1302
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 1303
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 1304
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 1305
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1306
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1307
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1315
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1316
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 1317
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 1318
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 1319
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1320
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1321
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1329
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1330
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 1331
 Warning indentation Indentation 'for' has incorrect indentation level 16, expected level should be 8. 1332
 Warning indentation Indentation 'for' child has incorrect indentation level 20, expected level should be 10. 1333
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 16, expected level should be 8. 1334
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 1335
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1336
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1337
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1345
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1347
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 1348
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 1349
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 1351
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1352
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1354
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 1355
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 1356
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 1357
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1358
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 1359
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 1360
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 1361
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1362
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1364
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 1365
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 1366
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 1368
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1369
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1370
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1380
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1382
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1384
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1385
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1386
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1387
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1389
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1390
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1391
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1393
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1394
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1402
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1404
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 1405
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 1406
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 1408
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1409
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1411
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 1412
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 1413
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 1414
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1415
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 1416
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 1417
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 1418
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1419
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1421
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 1422
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 1423
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 1425
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1426
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1427
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1435
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1437
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 1438
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 1439
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 1441
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1442
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1444
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 1445
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 1446
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 1447
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1448
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 1449
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 1450
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 1451
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1452
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1454
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 1455
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 1456
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 1458
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1459
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1460
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1470
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1473
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1474
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1475
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1476
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1477
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1478
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 1480
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1481
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 1482
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1484
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1485
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1488
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1489
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1490
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1491
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1492
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1493
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1495
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1497
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1498
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1499
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1501
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1503
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1513
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1516
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1517
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1518
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1520
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1521
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1524
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1525
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1526
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1527
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1528
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1529
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1531
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1533
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1534
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1535
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1537
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1539
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1546
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1547
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1548
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1549
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1550
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1551
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1552
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1553
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1554
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1555
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1556
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1557
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1558
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1559
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1560
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1561
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1562
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1563
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1564
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1565
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1566
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1567
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1568
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1569
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1570
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1571
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1572
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1574
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1576
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1583
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1584
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1585
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 1591
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 1591
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1602
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1603
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1604
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1611
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1612
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1613
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 1619
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 1619
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1630
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1631
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1632
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1642
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1643
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1644
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1656
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1657
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1658
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1668
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1669
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1670
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1682
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1683
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1684
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1694
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1695
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1696
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1708
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1709
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1710
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1720
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1721
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1722
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1734
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1735
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1736
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1746
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1747
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1748
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1760
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1761
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1762
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1769
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1770
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1771
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 1776
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 1776
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1784
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1785
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1786
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1793
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1794
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1795
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1804
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1805
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1806
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1813
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1814
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1815
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1823
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1824
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1825
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1832
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1833
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1834
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1843
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1844
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1845
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1852
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1853
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1854
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 1858
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 1858
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1865
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1866
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1867
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1874
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1875
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1876
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 1881
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 1881
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 1884
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 1884
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1892
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1893
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1894
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1905
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1906
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1907
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1922
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1923
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1924
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1936
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1937
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1938
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 1942
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 1942
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 1948
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 1948
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1959
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1960
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1961
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1971
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1972
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1973
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 1977
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 1977
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 1981
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 1981
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1990
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1991
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1992
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2001
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2002
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2003
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2012
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2013
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2014
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2021
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2022
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2023
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 2032
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 2032
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2038
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2039
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2040
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2049
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2050
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2051
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2061
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2062
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2063
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2070
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2071
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2072
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 2081
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 2081
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2087
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2088
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2089
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2098
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2099
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2100
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2110
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2111
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2112
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2121
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2122
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2123
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2133
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2134
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2135
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2142
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2143
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2144
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 2154
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 2154
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 2156
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 2156
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2162
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2163
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2164
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2171
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2172
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2173
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 2177
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 2177
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 2180
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 2180
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2186
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2187
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2188
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2197
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2198
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2199
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 2205
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 2205
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 2207
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 2207
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 2209
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 2209
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 2211
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 2211
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 2213
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 2213
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 2215
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 2215
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2221
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2222
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2223
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2232
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2233
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2234
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 2240
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 2240
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 2242
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 2242
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 2244
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 2244
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 2246
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 2246
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 2248
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 2248
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 2250
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 2250
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2256
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2257
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2258
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2265
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2266
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2267
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 2271
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 2271
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 2273
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 2273
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2281
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2282
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2283
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2294
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2295
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2296
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2303
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2304
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2305
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 2309
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 2309
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2315
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2316
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2317
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2324
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2325
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2326
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 2330
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 2330
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2337
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2338
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2339
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2340
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2341
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2342

com/googlecode/htmlcompressor/compressor/HtmlCompressorStatistics.java

Severity Category Rule Message Line
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 26
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 29
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 32
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 35
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 44
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 45
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 46
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 54
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 55
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 56
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 65
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 66
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 67
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 75
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 76
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 77
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 81
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 81
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 87
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 88
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 89
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 97
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 98
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 99
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 107
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 108
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 109
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 117
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 118
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 119
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 121
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 123
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 125

com/googlecode/htmlcompressor/compressor/HtmlCompressorTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.io.IOException' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.jupiter.api.Test' 31
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 42
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 45
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 53
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 55
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 56
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 58
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 59
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 61
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 62
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 70
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 72
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 73
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 75
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 76
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 78
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 79
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 87
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 89
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 90
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 92
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 93
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 94
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 96
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 97
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 105
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 107
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 108
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 110
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 111
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 113
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 114
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 122
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 124
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 125
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 127
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 128
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 130
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 131
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 139
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 141
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 142
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 144
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 145
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 147
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 148
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 156
 Warning coding VariableDeclarationUsageDistance Distance between variable 'source' declaration and its first usage is 8, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). 158
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 158
 Warning coding VariableDeclarationUsageDistance Distance between variable 'result' declaration and its first usage is 8, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). 159
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 159
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 161
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 164
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 167
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 170
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 173
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 175
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 176
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 177
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 178
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 180
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 181
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 189
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 191
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 192
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 194
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 195
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 196
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 198
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 199
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 207
 Warning coding VariableDeclarationUsageDistance Distance between variable 'source' declaration and its first usage is 4, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). 209
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 209
 Warning coding VariableDeclarationUsageDistance Distance between variable 'result' declaration and its first usage is 4, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). 210
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 210
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 212
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 213
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 214
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 215
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 217
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 218
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 226
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 228
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 229
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 231
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 232
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 233
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 235
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 236
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 244
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 246
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 247
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 249
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 251
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 252
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 260
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 262
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 263
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 265
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 266
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 268
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 269
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 277
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 279
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 280
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 282
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 283
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 285
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 286
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 294
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 296
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 297
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 299
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 300
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 302
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 303
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 311
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 313
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 314
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 316
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 317
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 319
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 320
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 328
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 330
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 331
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 333
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 334
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 336
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 337
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 345
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 347
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 348
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 350
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 351
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 353
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 354
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 362
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 364
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 365
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 367
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 368
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 370
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 371
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 379
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 381
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 382
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 384
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 385
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 387
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 388
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 396
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 398
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 399
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 401
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 402
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 404
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 405
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 413
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 415
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 416
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 418
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 419
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 421
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 422
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 430
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 432
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 433
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 435
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 436
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 437
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 439
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 440
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 450
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 451
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 452
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 454
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 455
 Warning indentation Indentation 'while' has incorrect indentation level 12, expected level should be 6. 456
 Warning indentation Indentation 'while' child has incorrect indentation level 16, expected level should be 8. 457
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 12, expected level should be 6. 458
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 460
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 461
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 462
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 464
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 465

com/googlecode/htmlcompressor/compressor/HtmlMetrics.java

Severity Category Rule Message Line
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 24
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 27
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 30
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 33
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 36
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 43
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 44
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 45
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 53
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 54
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 55
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 62
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 63
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 64
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 72
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 73
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 74
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 81
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 82
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 83
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 91
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 92
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 93
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 100
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 101
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 102
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 110
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 111
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 112
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 119
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 120
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 121
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 129
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 130
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 131
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 133
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 135
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 137

com/googlecode/htmlcompressor/compressor/XmlCompressor.java

Severity Category Rule Message Line
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 31
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 35
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 38
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 42
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 46
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 50
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 54
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 58
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 62
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 66
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 70
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 81
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 83
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 84
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 85
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 88
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 91
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 94
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 97
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 99
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 100
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 112
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 114
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 115
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 116
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 117
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 118
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 119
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 120
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 121
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 122
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 124
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 125
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 137
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 139
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 140
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 141
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 142
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 144
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 145
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 146
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 148
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 149
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 159
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 161
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 164
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 167
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 169
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 170
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 180
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 182
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 185
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 188
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 189
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 190
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 200
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 202
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 203
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 204
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 205
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 206
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 216
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 218
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 219
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 220
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 221
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 222
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 229
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 230
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 231
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 240
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 241
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 242
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 249
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 250
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 251
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 259
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 260
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 261
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 268
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 269
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 270
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 278
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 279
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 280

com/googlecode/htmlcompressor/compressor/XmlCompressorTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.jupiter.api.Test' 26
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 37
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 48
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 50
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 51
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 53
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 55
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 56
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 64
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 66
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 67
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 69
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 70
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 72
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 73
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 81
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 83
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 84
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 86
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 87
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 89
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 90
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 98
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 100
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 101
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 103
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 104
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 106
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 107
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 117
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 118
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 119
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 121
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 122
 Warning indentation Indentation 'while' has incorrect indentation level 12, expected level should be 6. 123
 Warning indentation Indentation 'while' child has incorrect indentation level 16, expected level should be 8. 124
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 12, expected level should be 6. 125
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 127
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 128
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 129
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 131
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 132

com/googlecode/htmlcompressor/compressor/YuiCssCompressor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.io.IOException' 20
 Warning imports CustomImportOrder Extra separation in import group before 'org.slf4j.Logger' 24
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 37
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 42
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 44
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 46
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 47
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 48
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 49
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 50
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 51
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 52
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 54
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 55
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 65
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 66
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 67
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 79
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 80
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 81

com/googlecode/htmlcompressor/compressor/YuiJavaScriptCompressor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.io.IOException' 20
 Warning imports CustomImportOrder Extra separation in import group before 'org.mozilla.javascript.ErrorReporter' 24
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 39
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 44
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 47
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 50
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 53
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 56
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 58
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 61
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 62
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 63
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 64
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 65
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 66
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 67
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 68
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 69
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 71
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 81
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 83
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 85
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 86
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 87
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 88
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 90
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 91
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 93
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 95
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 96
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 97
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 98
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 100
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 101
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 103
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 106
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 107
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 108
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 4, expected level should be 2. 109
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 119
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 120
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 121
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 133
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 134
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 135
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 145
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 146
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 147
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 159
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 160
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 161
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 171
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 172
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 173
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 185
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 186
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 187
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 197
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 198
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 199
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 211
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 212
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 213
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 224
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 225
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 226
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 241
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 242
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 243

com/googlecode/htmlcompressor/taglib/CssCompressorTag.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.io.IOException' 21
 Warning imports CustomImportOrder Extra separation in import group before 'javax.servlet.jsp.JspException' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.slf4j.Logger' 27
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 42
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 45
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 50
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 52
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 55
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 56
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 58
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 59
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 61
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 62
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 63
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 65
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 66
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 67
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 68
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 69
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 70
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 71
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 72
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 73
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 74
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 75
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 77
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 78
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 88
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 89
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 90
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 100
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 101
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 102

com/googlecode/htmlcompressor/taglib/HtmlCompressorTag.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.io.IOException' 23
 Warning imports CustomImportOrder Extra separation in import group before 'javax.servlet.jsp.JspException' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.slf4j.Logger' 29
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 41
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 44
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 47
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 52
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 55
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 60
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 63
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 66
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 69
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 72
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 75
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 78
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 81
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 84
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 87
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 90
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 93
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 96
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 99
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 102
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 105
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 110
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 113
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 116
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 119
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 122
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 127
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 129
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 132
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 133
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 135
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 136
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 137
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 138
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 139
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 140
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 141
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 142
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 143
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 144
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 145
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 146
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 147
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 148
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 150
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 151
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 152
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 153
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 154
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 155
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 156
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 157
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 158
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 159
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 161
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 162
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 163
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 164
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 165
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 166
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 167
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 168
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 169
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 170
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 171
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 173
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 174
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 175
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 176
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 177
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 178
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 179
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 181
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 182
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 192
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 193
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 194
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 204
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 205
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 206
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 216
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 217
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 218
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 228
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 229
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 230
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 240
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 241
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 242
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 252
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 253
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 254
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 264
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 265
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 266
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 276
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 277
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 278
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 288
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 289
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 290
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 300
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 301
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 302
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 312
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 313
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 314
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 324
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 325
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 326
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 336
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 337
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 338
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 352
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 353
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 354
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 366
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 367
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 368
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 378
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 379
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 380
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 390
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 391
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 392
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 402
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 403
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 404
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 414
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 415
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 416
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 426
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 427
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 428
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 438
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 439
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 440
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 450
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 451
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 452
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 462
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 463
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 464
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 474
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 475
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 476
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 486
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 487
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 488

com/googlecode/htmlcompressor/taglib/JavaScriptCompressorTag.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.io.IOException' 23
 Warning imports CustomImportOrder Extra separation in import group before 'javax.servlet.jsp.JspException' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.slf4j.Logger' 29
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 43
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 46
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 49
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 52
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 57
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 60
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 63
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 66
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 71
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 73
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 76
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 77
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 79
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 80
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 82
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 84
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 86
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be 10. 87
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 88
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 89
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 91
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 92
 Warning indentation Indentation 'else' child has incorrect indentation level 24, expected level should be 12. 93
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 20, expected level should be 10. 94
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 96
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 98
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 100
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 101
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 102
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 103
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 104
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 106
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 16, expected level should be 8. 107
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 109
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 110
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 111
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 112
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 113
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 114
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 115
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 116
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 118
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 119
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 120
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 122
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 123
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 133
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 134
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 135
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 145
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 146
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 147
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 157
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 158
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 159
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 169
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 170
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 171
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 181
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 182
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 183
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 197
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 198
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 199
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 211
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 212
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 213

com/googlecode/htmlcompressor/taglib/XmlCompressorTag.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.io.IOException' 20
 Warning imports CustomImportOrder Extra separation in import group before 'javax.servlet.jsp.JspException' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.slf4j.Logger' 26
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 37
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 43
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 47
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 50
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 52
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 55
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 56
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 58
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 59
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 60
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 61
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 63
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 64
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 65
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 66
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 67
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 68
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 69
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 71
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 72
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 82
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 83
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 84
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 94
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 95
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 96
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 106
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 107
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 108

com/googlecode/htmlcompressor/velocity/CssCompressorDirective.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.io.IOException' 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.velocity.context.InternalContextAdapter' 25
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 42
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 47
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 49
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 51
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 52
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 54
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 56
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 57
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 59
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 61
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 62
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 65
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 66
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 67
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 69
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 74
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 75
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 78
 Warning indentation Indentation 'try' has incorrect indentation level 12, expected level should be 6. 79
 Warning indentation Indentation 'try' child has incorrect indentation level 16, expected level should be 8. 81
 Warning indentation Indentation 'try' child has incorrect indentation level 16, expected level should be 8. 82
 Warning indentation Indentation 'try' child has incorrect indentation level 16, expected level should be 8. 83
 Warning indentation Indentation 'try' child has incorrect indentation level 16, expected level should be 8. 85
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 12, expected level should be 6. 86
 Warning indentation Indentation 'catch' child has incorrect indentation level 16, expected level should be 8. 87
 Warning indentation Indentation 'catch' child has incorrect indentation level 16, expected level should be 8. 88
 Warning indentation Indentation 'catch' child has incorrect indentation level 16, expected level should be 8. 89
 Warning indentation Indentation 'catch' child has incorrect indentation level 16, expected level should be 8. 90
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 12, expected level should be 6. 92
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 93
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 94
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 95
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 97
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 99

com/googlecode/htmlcompressor/velocity/HtmlCompressorDirective.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.io.IOException' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.velocity.context.InternalContextAdapter' 26
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 42
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 44
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 46
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 47
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 49
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 51
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 52
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 54
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 56
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 57
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 59
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 62
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 63
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 64
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 65
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 66
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 67
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 68
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 69
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 70
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 71
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 73
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 74
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 75
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 76
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 78
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 80
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 81
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 82
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 84
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 86
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 88
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 89
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 91
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 94
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 97
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 98
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 99
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 100
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 101
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 102
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 103
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 104
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 106
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 107
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 108
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 110
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 115
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 116
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 119
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 120
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 121
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 122
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 123
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 124
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 125
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 127
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 128
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 130

com/googlecode/htmlcompressor/velocity/JavaScriptCompressorDirective.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.io.IOException' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.velocity.context.InternalContextAdapter' 27
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 45
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 48
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 53
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 56
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 59
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 62
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 67
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 69
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 71
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 72
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 74
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 76
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 77
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 79
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 81
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 82
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 85
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 86
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 87
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 88
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 89
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 90
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 92
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 94
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 99
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 100
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 103
 Warning indentation Indentation 'try' has incorrect indentation level 12, expected level should be 6. 104
 Warning indentation Indentation 'try' child has incorrect indentation level 16, expected level should be 8. 105
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 107
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 109
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be 10. 110
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 111
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 112
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 114
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 115
 Warning indentation Indentation 'else' child has incorrect indentation level 24, expected level should be 12. 116
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 20, expected level should be 10. 117
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 119
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 121
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 123
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 124
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 125
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 126
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 127
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 129
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 16, expected level should be 8. 130
 Warning indentation Indentation 'try' child has incorrect indentation level 16, expected level should be 8. 132
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 12, expected level should be 6. 133
 Warning indentation Indentation 'catch' child has incorrect indentation level 16, expected level should be 8. 134
 Warning indentation Indentation 'catch' child has incorrect indentation level 16, expected level should be 8. 135
 Warning indentation Indentation 'catch' child has incorrect indentation level 16, expected level should be 8. 136
 Warning indentation Indentation 'catch' child has incorrect indentation level 16, expected level should be 8. 137
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 12, expected level should be 6. 139
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 140
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 141
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 142
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 144
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 146

com/googlecode/htmlcompressor/velocity/XmlCompressorDirective.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.io.IOException' 20
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.velocity.context.InternalContextAdapter' 24
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 42
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 44
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 45
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 47
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 49
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 50
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 52
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 54
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 55
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 58
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 59
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 60
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 61
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 63
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 68
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 69
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 72
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 73
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 74
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 75
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 76
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 77
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 78
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 80
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 81
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 83

jargs/gnu/CmdLineParser.java

Severity Category Rule Message Line
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 37
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 43
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 48
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 51
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. 59
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 60
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. 61
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 4, expected level should be 2. 62
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 68
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 71
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 74
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. 82
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 83
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. 84
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. 94
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 95
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 96
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. 97
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 104
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 105
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 106
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 4, expected level should be 2. 107
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 113
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 116
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 119
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. 129
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 130
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 131
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. 132
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 139
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 140
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 141
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 4, expected level should be 2. 142
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 148
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 151
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 154
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. 164
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 165
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 166
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. 167
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 174
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 175
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 176
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 4, expected level should be 2. 177
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 183
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 186
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 189
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 192
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. 202
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 203
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 205
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 206
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. 207
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 214
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 215
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 216
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 223
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 224
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 225
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 4, expected level should be 2. 227
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 232
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 235
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 238
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 241
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 244
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. 254
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 255
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. 256
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. 268
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 269
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. 270
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. 282
 Warning blocks NeedBraces 'if' construct must use '{}'s. 283
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 283
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 285
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 286
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 287
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. 288
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 295
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 296
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 297
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 304
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 305
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 306
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 313
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 314
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 315
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 330
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 331
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 332
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 333
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 334
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 335
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 336
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 337
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 338
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 339
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 354
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 355
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 356
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 8, expected level should be 4. 361
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 12, expected level should be 6. 364
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 12, expected level should be 6. 374
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 16, expected level should be 8. 375
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 12, expected level should be 6. 376
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 12, expected level should be 6. 384
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 16, expected level should be 8. 385
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 12, expected level should be 6. 386
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 8, expected level should be 4. 387
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 8, expected level should be 4. 392
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 12, expected level should be 6. 395
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 12, expected level should be 6. 405
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 16, expected level should be 8. 406
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 12, expected level should be 6. 407
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 12, expected level should be 6. 415
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 16, expected level should be 8. 416
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 12, expected level should be 6. 417
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 12, expected level should be 6. 419
 Warning indentation Indentation 'try' has incorrect indentation level 16, expected level should be 8. 421
 Warning indentation Indentation 'try' child has incorrect indentation level 20, expected level should be 10. 422
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 16, expected level should be 8. 423
 Warning indentation Indentation 'catch' child has incorrect indentation level 20, expected level should be 10. 424
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 16, expected level should be 8. 425
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 12, expected level should be 6. 426
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 8, expected level should be 4. 427
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 8, expected level should be 4. 432
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 12, expected level should be 6. 435
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 12, expected level should be 6. 445
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 16, expected level should be 8. 446
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 12, expected level should be 6. 447
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 12, expected level should be 6. 455
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 16, expected level should be 8. 456
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 12, expected level should be 6. 457
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 12, expected level should be 6. 459
 Warning indentation Indentation 'try' has incorrect indentation level 16, expected level should be 8. 461
 Warning indentation Indentation 'try' child has incorrect indentation level 20, expected level should be 10. 462
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 16, expected level should be 8. 463
 Warning indentation Indentation 'catch' child has incorrect indentation level 20, expected level should be 10. 464
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 16, expected level should be 8. 465
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 12, expected level should be 6. 466
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 8, expected level should be 4. 467
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 8, expected level should be 4. 472
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 12, expected level should be 6. 475
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 12, expected level should be 6. 485
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 16, expected level should be 8. 486
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 12, expected level should be 6. 487
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 12, expected level should be 6. 495
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 16, expected level should be 8. 496
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 12, expected level should be 6. 497
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 12, expected level should be 6. 499
 Warning indentation Indentation 'try' has incorrect indentation level 16, expected level should be 8. 501
 Warning indentation Indentation 'try' child has incorrect indentation level 20, expected level should be 10. 502
 Warning indentation Indentation 'try' child has incorrect indentation level 20, expected level should be 10. 503
 Warning indentation Indentation 'try' child has incorrect indentation level 20, expected level should be 10. 504
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 16, expected level should be 8. 505
 Warning indentation Indentation 'catch' child has incorrect indentation level 20, expected level should be 10. 506
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 16, expected level should be 8. 507
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 12, expected level should be 6. 508
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 8, expected level should be 4. 509
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 8, expected level should be 4. 514
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 12, expected level should be 6. 517
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 12, expected level should be 6. 527
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 16, expected level should be 8. 528
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 12, expected level should be 6. 529
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 12, expected level should be 6. 537
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 16, expected level should be 8. 538
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 12, expected level should be 6. 539
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 12, expected level should be 6. 541
 Warning indentation Indentation 'method def' child has incorrect indentation level 16, expected level should be 8. 543
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 12, expected level should be 6. 544
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 8, expected level should be 4. 545
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 4, expected level should be 2. 546
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 556
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 557
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 558
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 559
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 560
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 561
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 562
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 574
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 575
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 576
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 586
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 587
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 588
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 600
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 601
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 602
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 612
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 613
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 614
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 626
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 627
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 628
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 638
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 639
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 640
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 652
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 653
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 654
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 664
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 665
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 666
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 678
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 679
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 680
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 690
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 691
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 692
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 702
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 703
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 704
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 716
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 718
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 720
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 721
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 722
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 723
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 724
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 725
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 726
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 727
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 728
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 729
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 740
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 741
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 743
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 744
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 746
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 747
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 748
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 749
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 750
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 751
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 752
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 759
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 760
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 761
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 775
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 781
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 782
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 798
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 804
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 805
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 806
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 807
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 808
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 809
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 810
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 812
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 813
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 814
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 815
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 816
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 818
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be 10. 819
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 820
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 821
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 822
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 823
 Warning indentation Indentation 'for' has incorrect indentation level 20, expected level should be 10. 825
 Warning indentation Indentation 'for' child has incorrect indentation level 24, expected level should be 12. 826
 Warning blocks NeedBraces 'if' construct must use '{}'s. 827
 Warning indentation Indentation 'if' has incorrect indentation level 24, expected level should be 12. 827
 Warning blocks NeedBraces 'if' construct must use '{}'s. 829
 Warning indentation Indentation 'if' has incorrect indentation level 24, expected level should be 12. 829
 Warning indentation Indentation 'for' child has incorrect indentation level 24, expected level should be 12. 831
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 20, expected level should be 10. 833
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 834
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 835
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 836
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 838
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 839
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 840
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 841
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 842
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 843
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be 10. 844
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 845
 Warning indentation Indentation 'if' has incorrect indentation level 24, expected level should be 12. 846
 Warning indentation Indentation 'if' child has incorrect indentation level 28, expected level should be 14. 847
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 24, expected level should be 12. 848
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 849
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 850
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 851
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 852
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 16, expected level should be 8. 853
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 855
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 857
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 858
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 859
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 860
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 861
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 862
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 863
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 864
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 865
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 867
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 868
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 869
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 879
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 881
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 883
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 885
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 886
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 887
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 888
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 890
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 891