Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
27 0 2970 0

Files

File  I  W  E
com/googlecode/htmlcompressor/CmdLineCompressor.java 0 444 0
com/googlecode/htmlcompressor/analyzer/HtmlAnalyzer.java 0 166 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 991 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"
2844  Warning
javadoc JavadocParagraph 78  Warning
sizes LineLength
  • fileExtensions: "java"
  • max: "120"
  • ignorePattern: "^package.*|^import.*|a href|href|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. 70
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 73
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 76
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 79
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 82
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 85
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 88
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 91
 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. 100
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 103
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 106
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 109
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 112
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 115
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 118
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 121
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 124
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 127
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 130
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 133
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 136
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 139
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 142
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 145
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 148
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 151
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 154
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 157
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 160
 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. 169
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 172
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 175
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 178
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 181
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 184
 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. 190
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 198
 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. 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. 221
 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. 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. 232
 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. 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. 237
 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. 240
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 241
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 242
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 244
 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. 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. 266
 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. 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. 277
 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. 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. 282
 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 'try' child has incorrect indentation level 12, expected level should be 6. 291
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 292
 Warning indentation Indentation 'if' 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' child has incorrect indentation level 20, expected level should be 10. 298
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 299
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 300
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 303
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 306
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 309
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 310
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 311
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 312
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 313
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 314
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 316
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 317
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 318
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 319
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 320
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 322
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 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. 332
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 333
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 338
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 339
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 342
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 343
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 344
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 345
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 348
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 349
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 350
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 351
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 353
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 355
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 356
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 357
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 358
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 360
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 361
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 362
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 363
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 16, expected level should be 8. 364
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 365
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 367
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 369
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 372
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 373
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 375
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 376
 Warning indentation Indentation 'for' has incorrect indentation level 16, expected level should be 8. 377
 Warning indentation Indentation 'for' child has incorrect indentation level 20, expected level should be 10. 378
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 16, expected level should be 8. 380
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 381
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 383
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 384
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 385
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 388
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 389
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 391
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 392
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 393
 Warning indentation Indentation 'catch' child 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' child has incorrect indentation level 12, expected level should be 6. 396
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 397
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 398
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 399
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 400
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 402
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 412
 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). 414
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 414
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 417
 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 'if' child has incorrect indentation level 12, expected level should be 6. 429
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 430
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 432
 Warning indentation Indentation 'try' has incorrect indentation level 12, expected level should be 6. 434
 Warning indentation Indentation 'try' child has incorrect indentation level 16, expected level should be 8. 437
 Warning indentation Indentation 'while' has incorrect indentation level 16, expected level should be 8. 438
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be 10. 439
 Warning indentation Indentation 'try' has incorrect indentation level 24, expected level should be 12. 440
 Warning indentation Indentation 'try' child has incorrect indentation level 28, expected level should be 14. 441
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 24, expected level should be 12. 442
 Warning indentation Indentation 'catch' child has incorrect indentation level 28, expected level should be 14. 443
 Warning indentation Indentation 'catch' child has incorrect indentation level 28, expected level should be 14. 444
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 24, expected level should be 12. 446
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 447
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 16, expected level should be 8. 448
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 12, expected level should be 6. 449
 Warning indentation Indentation 'catch' child has incorrect indentation level 16, expected level should be 8. 450
 Warning indentation Indentation 'catch' child has incorrect indentation level 16, expected level should be 8. 451
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 12, expected level should be 6. 452
 Warning indentation Indentation 'if rcurly' 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. 456
 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. 460
 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. 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. 472
 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. 474
 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. 478
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 480
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 481
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 482
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 483
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 484
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 487
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 488
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 490
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 491
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 492
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 495
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 496
 Warning indentation Indentation 'for' has incorrect indentation level 20, expected level should be 10. 497
 Warning indentation Indentation 'for' child has incorrect indentation level 24, expected level should be 12. 498
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 20, expected level should be 10. 499
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 500
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 501
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 502
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 503
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 504
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 505
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 506
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 508
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 509
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 511
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 512
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 524
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 525
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 526
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 527
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 529
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 530
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 542
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 543
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 545
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 546
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 547
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 550
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 551
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 552
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 553
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 554
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 555
 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 'if' has incorrect indentation level 8, expected level should be 4. 561
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 562
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 563
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 564
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 565
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 566
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be 10. 567
 Warning indentation Indentation 'if' has incorrect indentation level 24, expected level should be 12. 569
 Warning indentation Indentation 'if' has incorrect indentation level 28, expected level should be 14. 570
 Warning indentation Indentation 'for' has incorrect indentation level 32, expected level should be 16. 572
 Warning indentation Indentation 'if' has incorrect indentation level 36, expected level should be 18. 574
 Warning indentation Indentation 'if' child has incorrect indentation level 40, expected level should be 20. 575
 Warning indentation Indentation 'if' child has incorrect indentation level 40, expected level should be 20. 576
 Warning indentation Indentation 'if' child has incorrect indentation level 40, expected level should be 20. 578
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 36, expected level should be 18. 579
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 32, expected level should be 16. 580
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 28, expected level should be 14. 581
 Warning indentation Indentation 'else' child has incorrect indentation level 32, expected level should be 16. 583
 Warning indentation Indentation 'else' child has incorrect indentation level 32, expected level should be 16. 584
 Warning indentation Indentation 'while' has incorrect indentation level 32, expected level should be 16. 585
 Warning indentation Indentation 'while' child has incorrect indentation level 36, expected level should be 18. 586
 Warning indentation Indentation 'if' has incorrect indentation level 36, expected level should be 18. 587
 Warning indentation Indentation 'for' has incorrect indentation level 40, expected level should be 20. 588
 Warning indentation Indentation 'for' child has incorrect indentation level 44, expected level should be 22. 590
 Warning indentation Indentation 'for rcurly' 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. 592
 Warning indentation Indentation 'if' child has incorrect indentation level 40, expected level should be 20. 593
 Warning indentation Indentation 'if' child has incorrect indentation level 40, expected level should be 20. 594
 Warning indentation Indentation 'if' child has incorrect indentation level 40, expected level should be 20. 596
 Warning indentation Indentation 'if' child has incorrect indentation level 40, expected level should be 20. 598
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 36, expected level should be 18. 599
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 32, expected level should be 16. 600
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 28, expected level should be 14. 601
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 24, expected level should be 12. 602
 Warning indentation Indentation 'else' child has incorrect indentation level 28, expected level should be 14. 603
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 24, expected level should be 12. 604
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 605
 Warning indentation Indentation 'if' has incorrect indentation level 24, expected level should be 12. 607
 Warning indentation Indentation 'if' child has incorrect indentation level 28, expected level should be 14. 608
 Warning indentation Indentation 'if' child has incorrect indentation level 28, expected level should be 14. 609
 Warning indentation Indentation 'if' child has incorrect indentation level 28, expected level should be 14. 612
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 24, expected level should be 12. 613
 Warning indentation Indentation 'else' child has incorrect indentation level 28, expected level should be 14. 614
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 24, expected level should be 12. 615
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 20, expected level should be 10. 617
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 618
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be 10. 620
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 621
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 622
 Warning indentation Indentation 'else' child has incorrect indentation level 24, expected level should be 12. 623
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 20, expected level should be 10. 625
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 16, expected level should be 8. 626
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 627
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 628
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 630
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 631
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 644
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 645
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 646
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 647
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 648
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 650
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 651
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 652
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 653
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 666
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 667
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 668
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 669
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 670
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 671
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 672
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 685
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 686
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 687
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 688
 Warning indentation Indentation 'while' has incorrect indentation level 12, expected level should be 6. 689
 Warning indentation Indentation 'while' child has incorrect indentation level 16, expected level should be 8. 690
 Warning indentation Indentation 'while' child has incorrect indentation level 16, expected level should be 8. 691
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 12, expected level should be 6. 692
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 693
 Warning indentation Indentation 'finally' child has incorrect indentation level 12, expected level should be 6. 694
 Warning indentation Indentation 'finally rcurly' has incorrect indentation level 8, expected level should be 4. 695
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 696
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 697
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 710
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 711
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 712
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 713
 Warning indentation Indentation 'finally' child has incorrect indentation level 12, expected level should be 6. 714
 Warning indentation Indentation 'finally rcurly' has incorrect indentation level 8, expected level should be 4. 715
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 716
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 724
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 725
 Warning indentation Indentation 'try' has incorrect indentation level 12, expected level should be 6. 726
 Warning indentation Indentation 'try' child has incorrect indentation level 16, expected level should be 8. 727
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 12, expected level should be 6. 728
 Warning indentation Indentation 'catch' child has incorrect indentation level 16, expected level should be 8. 729
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 12, expected level should be 6. 730
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 731
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 732
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 742
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 743
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 744
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 749
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 750
 Warning indentation Indentation 'method call rparen' has incorrect indentation level 8, expected level should be 4. 816
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 817
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 822
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 825
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 828
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. 840
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 842
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 844
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 845
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 846
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 847
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 848
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 16, expected level should be 8. 849
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 850
 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. 855
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 856
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 858
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 859
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. 860
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 862
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 864
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 866
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 867
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 868
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 869
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 871
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 872
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 873
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 874
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 4, expected level should be 2. 876

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. 35
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 38
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 43
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 45
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 53
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 54
 Warning indentation Indentation 'ctor 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. 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. 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. 71
 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. 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. 79
 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. 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. 91
 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. 97
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 98
 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 '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. 105
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 106
 Warning indentation Indentation 'method def' child 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. 111
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 112
 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 'method def' child 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 'method def' child has incorrect indentation level 8, expected level should be 4. 123
 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. 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. 129
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 130
 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. 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. 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. 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. 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. 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 'method def' child has incorrect indentation level 8, expected level should be 4. 160
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 163
 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. 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 'method def' child has incorrect indentation level 8, expected level should be 4. 171
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 172
 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 'try' has incorrect indentation level 8, expected level should be 4. 181
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 182
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 183
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 184
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 185
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 186
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 187
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 188
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 189
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 191
 Warning indentation Indentation 'try' has incorrect indentation level 12, expected level should be 6. 193
 Warning indentation Indentation 'try' child has incorrect indentation level 16, expected level should be 8. 194
 Warning indentation Indentation 'try' child has incorrect indentation level 16, expected level should be 8. 195
 Warning indentation Indentation 'try' child has incorrect indentation level 16, expected level should be 8. 196
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 12, expected level should be 6. 197
 Warning indentation Indentation 'catch' child has incorrect indentation level 16, expected level should be 8. 198
 Warning indentation Indentation 'catch' child has incorrect indentation level 16, expected level should be 8. 199
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 12, expected level should be 6. 200
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 201
 Warning indentation Indentation 'try' has incorrect indentation level 12, expected level should be 6. 203
 Warning indentation Indentation 'try' child has incorrect indentation level 16, expected level should be 8. 204
 Warning indentation Indentation 'try' child has incorrect indentation level 16, expected level should be 8. 205
 Warning indentation Indentation 'try' child has incorrect indentation level 16, expected level should be 8. 206
 Warning indentation Indentation 'try' child has incorrect indentation level 16, expected level should be 8. 207
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 12, expected level should be 6. 208
 Warning indentation Indentation 'catch' child has incorrect indentation level 16, expected level should be 8. 209
 Warning indentation Indentation 'catch' child has incorrect indentation level 16, expected level should be 8. 210
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 12, expected level should be 6. 211
 Warning indentation Indentation 'else rcurly' 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. 214
 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. 223
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 224
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 225
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 226
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 228
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 229
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 245
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 246
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 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. 250
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 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. 263
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 264
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 265
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 266
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 267
 Warning indentation Indentation 'try rcurly' 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. 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. 275
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 276
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 277
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 278
 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. 281
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 283
 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' child has incorrect indentation level 8, expected level should be 4. 290
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 291
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 292
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 293
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 294
 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' child has incorrect indentation level 8, expected level should be 4. 308
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 309
 Warning indentation Indentation 'method def' child 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. 312
 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' child has incorrect indentation level 8, expected level should be 4. 326
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 327
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 328
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 329

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. 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 '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. 64
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 67
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 70
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 73
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 76
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 79
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 84
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 86
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 94
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 95
 Warning indentation Indentation 'ctor 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. 98
 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). 101
 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. 104
 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. 108
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 109
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 111
 Warning indentation Indentation 'try' has incorrect indentation level 16, expected level should be 8. 112
 Warning indentation Indentation 'try' child has incorrect indentation level 20, expected level should be 10. 113
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 16, expected level should be 8. 114
 Warning indentation Indentation 'catch' child has incorrect indentation level 20, expected level should be 10. 115
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 16, expected level should be 8. 116
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 117
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 119
 Warning indentation Indentation 'for' has incorrect indentation level 16, expected level should be 8. 120
 Warning indentation Indentation 'for' child has incorrect indentation level 20, expected level should be 10. 121
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 16, expected level should be 8. 122
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 123
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 125
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 126
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 127
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 128
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 130
 Warning indentation Indentation 'else rcurly' 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. 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. 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. 141
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 143
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 144
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 145
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 146
 Warning indentation Indentation 'else rcurly' 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. 149
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 151
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 162
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 163
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 164
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 165
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 166
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 167
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 169
 Warning indentation Indentation 'try rcurly' 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. 171
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 172
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 182
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 183
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 184
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 189
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 189
 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. 230
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 231
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 232
 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. 253
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 254
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 255
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 263
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 264
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 265
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 270
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 270
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 273
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 273
 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 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 289
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 296
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 297
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 298
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 308
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 309
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 310
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 319
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 320
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 321
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 333
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 334
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 335

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. 32

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. 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. 55
 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. 68
 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. 81
 Warning sizes LineLength Line is longer than 120 characters (found 136). 82
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 88
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 91
 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. 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. 112
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 115
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 118
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 121
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 124
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 127
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 130
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 133
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 136
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 139
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 142
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 145
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 148
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 151
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 154
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 157
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 160
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 165
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 168
 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. 189
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 193
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 196
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 199
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 202
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 205
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 208
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 211
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 214
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 217
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 221
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 224
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 228
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 232
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 236
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 240
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 244
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 248
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 252
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 256
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 260
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 264
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 268
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 272
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 276
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 280
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 284
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 288
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 292
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 296
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 300
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 305
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 309
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 313
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 318
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 323
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 327
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 331
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 336
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 340
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 345
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 350
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 355
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 360
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 364
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 367
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 372
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 377
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 382
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 385
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 388
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 391
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 394
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 397
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 400
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 403
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 413
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 415
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 416
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 417
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 420
 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. 430
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 431
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 434
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 438
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 441
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 445
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 449
 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. 460
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 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. 464
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 465
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 468
 Warning indentation Indentation 'while' has incorrect indentation level 12, expected level should be 6. 469
 Warning indentation Indentation 'while' child has incorrect indentation level 16, expected level should be 8. 470
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 12, expected level should be 6. 471
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 472
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 473
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 474
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 475
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 483
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 485
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 486
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 487
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 490
 Warning indentation Indentation 'while' has incorrect indentation level 12, expected level should be 6. 491
 Warning indentation Indentation 'while' child has incorrect indentation level 16, expected level should be 8. 492
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 12, expected level should be 6. 493
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 494
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 495
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 523
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 529
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 530
 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. 533
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 534
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 535
 Warning indentation Indentation 'while' has incorrect indentation level 16, expected level should be 8. 536
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be 10. 537
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 538
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 539
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 540
 Warning indentation Indentation 'while rcurly' 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' child has incorrect indentation level 16, expected level should be 8. 543
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 544
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 545
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 546
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 549
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 550
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 551
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 552
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 553
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 554
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 555
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 556
 Warning indentation Indentation 'while rcurly' 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. 558
 Warning indentation Indentation 'method def' child 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. 562
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 563
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 564
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 565
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 566
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 567
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 568
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 570
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 571
 Warning indentation Indentation 'while rcurly' 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. 573
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 574
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 577
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 578
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 579
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 580
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 581
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 582
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 583
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 584
 Warning indentation Indentation 'while rcurly' 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. 586
 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. 589
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 590
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 591
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 592
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 593
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 594
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 595
 Warning indentation Indentation 'while rcurly' 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. 597
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 598
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 601
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 602
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 603
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 604
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 605
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 606
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 607
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 608
 Warning indentation Indentation 'while rcurly' 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. 610
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 611
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 614
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 615
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 616
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 617
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 619
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 622
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 623
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 624
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 625
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 626
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 628
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 630
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 631
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 632
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 634
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 636
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 637
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 16, expected level should be 8. 639
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 641
 Warning indentation Indentation 'while rcurly' 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. 643
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 644
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 647
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 648
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 649
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 650
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 651
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 652
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 653
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 654
 Warning indentation Indentation 'while rcurly' 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. 656
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 657
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 660
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 661
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 662
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 663
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 664
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 665
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 666
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 667
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 668
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 669
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 670
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 673
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 674
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 675
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 676
 Warning indentation Indentation 'while' has incorrect indentation level 12, expected level should be 6. 677
 Warning indentation Indentation 'while' child has incorrect indentation level 16, expected level should be 8. 678
 Warning indentation Indentation 'while' child has incorrect indentation level 16, expected level should be 8. 679
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 12, expected level should be 6. 680
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 681
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 682
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 683
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 685
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 686
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 714
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 719
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 720
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 721
 Warning indentation Indentation 'while' has incorrect indentation level 12, expected level should be 6. 722
 Warning indentation Indentation 'while' child has incorrect indentation level 16, expected level should be 8. 723
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 724
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 725
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 726
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 12, expected level should be 6. 727
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 728
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 729
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 730
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 733
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 734
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 735
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 736
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 737
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 738
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 739
 Warning indentation Indentation 'while rcurly' 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. 741
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 742
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 745
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 746
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 747
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 748
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 749
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 750
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 751
 Warning indentation Indentation 'while rcurly' 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. 753
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 754
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 757
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 758
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 759
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 760
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 761
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 762
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 763
 Warning indentation Indentation 'while rcurly' 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. 765
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 766
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 769
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 770
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 771
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 772
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 773
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 774
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 775
 Warning indentation Indentation 'while rcurly' 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. 777
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 778
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 781
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 782
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 783
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 784
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 785
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 786
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 787
 Warning indentation Indentation 'while rcurly' 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. 789
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 790
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 793
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 794
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 795
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 796
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 797
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 798
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 799
 Warning indentation Indentation 'while rcurly' 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. 801
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 802
 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' child has incorrect indentation level 16, expected level should be 8. 810
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 811
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 812
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 813
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 814
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 817
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 818
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 819
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 820
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 821
 Warning indentation Indentation 'while' has incorrect indentation level 16, expected level should be 8. 822
 Warning indentation Indentation 'while' child has incorrect indentation level 20, expected level should be 10. 823
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be 10. 824
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 825
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 826
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 16, expected level should be 8. 827
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 828
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 829
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 830
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 831
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 833
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 834
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 844
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 847
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 850
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 853
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 856
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 859
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 862
 Warning indentation Indentation 'method def' child 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. 868
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 871
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 874
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 877
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 880
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 883
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 886
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 889
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 891
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 892
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 902
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 904
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 905
 Warning indentation Indentation 'if' 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 'if' has incorrect indentation level 12, expected level should be 6. 911
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 912
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 913
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 914
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 917
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 919
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 920
 Warning indentation Indentation 'while' has incorrect indentation level 12, expected level should be 6. 921
 Warning indentation Indentation 'while' child has incorrect indentation level 16, expected level should be 8. 922
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 12, expected level should be 6. 923
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 924
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 925
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 927
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 928
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 929
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 939
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 941
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 942
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 943
 Warning indentation Indentation 'while' has incorrect indentation level 12, expected level should be 6. 944
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 946
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 947
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 948
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 949
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 16, expected level should be 8. 950
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 12, expected level should be 6. 951
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 952
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 953
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 955
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 956
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 957
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 967
 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. 973
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 974
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 975
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 977
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 978
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 979
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 980
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 981
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 982
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 983
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 984
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 986
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 987
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 997
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 999
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1000
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1001
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1002
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1003
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1013
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1015
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1016
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1017
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1018
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1019
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1020
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1021
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1022
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1032
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1034
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1035
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1036
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1037
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1038
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1048
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1050
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1051
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1052
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1053
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1054
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1064
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1066
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1068
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1071
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1072
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1073
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1074
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1084
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1086
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1087
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1088
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1089
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1090
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1100
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1102
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1103
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1104
 Warning indentation Indentation 'while' has incorrect indentation level 12, expected level should be 6. 1105
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 1107
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 1108
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 1109
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 1110
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 16, expected level should be 8. 1111
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 12, expected level should be 6. 1112
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1113
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1114
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1115
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1116
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1117
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1127
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1129
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1130
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1131
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1132
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1133
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1143
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1145
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1146
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1147
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1148
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1149
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1159
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1161
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1162
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1163
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1164
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1165
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1175
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1177
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1178
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1179
 Warning indentation Indentation 'while' has incorrect indentation level 12, expected level should be 6. 1180
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 1182
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 1183
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 1184
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 1185
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 16, expected level should be 8. 1186
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 12, expected level should be 6. 1187
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1188
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1189
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1190
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1191
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1192
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1202
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1204
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1205
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1206
 Warning indentation Indentation 'while' has incorrect indentation level 12, expected level should be 6. 1207
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 1209
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 1210
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 1211
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 1212
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 16, expected level should be 8. 1213
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 12, expected level should be 6. 1214
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1215
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1216
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1217
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1218
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1219
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1243
 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' child has incorrect indentation level 8, expected level should be 4. 1251
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1252
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1253
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1254
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1255
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1263
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1264
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 1265
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 1266
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 1267
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1268
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1269
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1277
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1278
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 1279
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 1280
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 1281
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1282
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1283
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1291
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1292
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 1293
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 1294
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 1295
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1296
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1297
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1305
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1306
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 1307
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 1308
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 1309
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1310
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1311
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1319
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1320
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 1321
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 1322
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 1323
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1324
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1325
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1333
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1334
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 1335
 Warning indentation Indentation 'for' has incorrect indentation level 16, expected level should be 8. 1336
 Warning indentation Indentation 'for' child has incorrect indentation level 20, expected level should be 10. 1337
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 16, expected level should be 8. 1338
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 1339
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1340
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1341
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1349
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1351
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 1352
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 1353
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 1355
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1356
 Warning indentation Indentation 'if' 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 'for' has incorrect indentation level 12, expected level should be 6. 1363
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 1364
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 1365
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1366
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1368
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 1369
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 1370
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 1372
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1373
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1374
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1384
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1386
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1388
 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 'if' has incorrect indentation level 8, expected level should be 4. 1393
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1394
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1395
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1397
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1398
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1406
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1408
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 1409
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 1410
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 1412
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1413
 Warning indentation Indentation 'if' 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 'for' has incorrect indentation level 12, expected level should be 6. 1420
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 1421
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 1422
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1423
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1425
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 1426
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 1427
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 1429
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1430
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1431
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1439
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1441
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 1442
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 1443
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 1445
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1446
 Warning indentation Indentation 'if' 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 'for' has incorrect indentation level 12, expected level should be 6. 1453
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 1454
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 1455
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1456
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1458
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 1459
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 1460
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 1462
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1463
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1464
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1474
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1477
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1478
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1479
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1480
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1481
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1482
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 1484
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1485
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 1486
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1488
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1489
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1492
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1493
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1494
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1495
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1496
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1497
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1499
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1501
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1502
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1503
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1505
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1507
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1517
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1520
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1521
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1522
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1524
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1525
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1528
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1529
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1530
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1531
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1532
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1533
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1535
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1537
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1538
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1539
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1541
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1543
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 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. 1573
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1574
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1575
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1576
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1578
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1580
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1587
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1588
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1589
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1606
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1607
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1608
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1615
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1616
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1617
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1634
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1635
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1636
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1646
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1647
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1648
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1660
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1661
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1662
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1672
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1673
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1674
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1686
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1687
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1688
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1698
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1699
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1700
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1712
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1713
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1714
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1724
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1725
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1726
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1738
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1739
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1740
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1750
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1751
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1752
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1764
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1765
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1766
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1773
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1774
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1775
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 1780
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 1780
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1788
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1789
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1790
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1797
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1798
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1799
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1808
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1809
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1810
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1817
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1818
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1819
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1827
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1828
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1829
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1836
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1837
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1838
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1847
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1848
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1849
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1856
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1857
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1858
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 1862
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 1862
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1869
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1870
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1871
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1878
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1879
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1880
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 1885
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 1885
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 1888
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 1888
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1896
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1897
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1898
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1909
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1910
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1911
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1926
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1927
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1928
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1940
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1941
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1942
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 1946
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 1946
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 1952
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 1952
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1963
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1964
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1965
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1975
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1976
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 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 javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 1985
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 1985
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1994
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1995
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1996
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2005
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2006
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2007
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2016
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2017
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2018
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2025
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2026
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2027
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 2036
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 2036
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2042
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2043
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2044
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2053
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2054
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2055
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2065
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2066
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2067
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2074
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2075
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2076
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 2085
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 2085
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2091
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2092
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2093
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2102
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2103
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2104
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2114
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2115
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2116
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2125
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2126
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2127
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2137
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2138
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2139
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2146
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2147
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2148
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 2158
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 2158
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 2160
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 2160
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2166
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2167
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2168
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2175
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2176
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2177
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 2181
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 2181
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 2184
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 2184
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2190
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2191
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2192
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2201
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2202
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2203
 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 javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 2217
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 2217
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 2219
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 2219
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2225
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2226
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2227
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2236
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2237
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2238
 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 javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 2252
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 2252
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 2254
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 2254
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2260
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2261
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2262
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2269
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2270
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2271
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 2275
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 2275
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 2277
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 2277
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2285
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2286
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2287
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2298
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2299
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2300
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2307
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2308
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2309
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 2313
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 2313
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2319
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2320
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2321
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2328
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2329
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2330
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 2334
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 2334
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2341
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2342
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2343
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2344
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2345
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2346

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. 28
 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. 34
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 37
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 46
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 47
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 48
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 56
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 57
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 58
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 67
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 68
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 69
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 77
 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 javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 83
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 83
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 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. 91
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 99
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 100
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 101
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 109
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 110
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 111
 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. 123
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 125
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 127

com/googlecode/htmlcompressor/compressor/HtmlCompressorTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.io.BufferedReader' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.jupiter.api.Test' 33
 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 '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. 60
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 62
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 63
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 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. 76
 Warning indentation Indentation 'method def' child 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. 79
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 80
 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. 90
 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. 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. 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. 98
 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. 108
 Warning indentation Indentation 'method def' child 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. 111
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 112
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 114
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 115
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 123
 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. 126
 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. 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
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 140
 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. 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. 157
 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). 159
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 159
 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). 160
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 160
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 162
 Warning indentation Indentation 'method def' child 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. 168
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 171
 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. 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. 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. 190
 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. 193
 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. 197
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 199
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 200
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 208
 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). 210
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 210
 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). 211
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 211
 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. 216
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 218
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 219
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 227
 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. 230
 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. 234
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 236
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 237
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 245
 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. 248
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 250
 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. 263
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 264
 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. 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. 280
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 281
 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. 284
 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. 295
 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. 298
 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. 301
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 303
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 304
 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. 314
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 315
 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. 318
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 320
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 321
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 329
 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. 332
 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. 335
 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. 346
 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. 349
 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. 352
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 354
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 355
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 363
 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. 366
 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. 369
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 371
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 372
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 380
 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. 383
 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. 386
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 388
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 389
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 397
 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. 400
 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. 403
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 405
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 406
 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. 416
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 417
 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. 420
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 422
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 423
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 431
 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. 434
 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. 438
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 440
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 441
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 451
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 452
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 453
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 456
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 457
 Warning indentation Indentation 'while' has incorrect indentation level 12, expected level should be 6. 458
 Warning indentation Indentation 'while' child has incorrect indentation level 16, expected level should be 8. 459
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 12, expected level should be 6. 460
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 462
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 463
 Warning indentation Indentation 'catch rcurly' 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. 466
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 467

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. 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 'member def modifier' has incorrect indentation level 4, expected level should be 2. 38
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 45
 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. 55
 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. 64
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 65
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 66
 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. 75
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 76
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 83
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 84
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 85
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 93
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 94
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 95
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 102
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 103
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 104
 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. 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. 121
 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. 131
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 132
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 133
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 135
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 137
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 139

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. 33
 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. 44
 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. 52
 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. 60
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 64
 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. 72
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 83
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 85
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 86
 Warning indentation Indentation 'if rcurly' 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. 90
 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. 96
 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. 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. 114
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 116
 Warning indentation Indentation 'method def' child 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 'while' has incorrect indentation level 8, expected level should be 4. 119
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 120
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 121
 Warning indentation Indentation 'while rcurly' 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. 123
 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. 126
 Warning indentation Indentation 'method def rcurly' 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. 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 'while' has incorrect indentation level 8, expected level should be 4. 143
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 144
 Warning indentation Indentation 'while rcurly' 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 rcurly' has incorrect indentation level 4, expected level should be 2. 151
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 161
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 163
 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. 171
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 172
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 182
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 184
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 187
 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. 191
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 192
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 202
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 204
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 205
 Warning indentation Indentation 'if rcurly' 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. 207
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 208
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 218
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 220
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 221
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 222
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 223
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 224
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 231
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 232
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 233
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 242
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 243
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 244
 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 indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 270
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 271
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 272
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 280
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 281
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 282

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' 28
 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. 41
 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' child 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' 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. 65
 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. 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 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. 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. 85
 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. 90
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 91
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 99
 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. 102
 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. 105
 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
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 118
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 119
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 120
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 123
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 124
 Warning indentation Indentation 'while' has incorrect indentation level 12, expected level should be 6. 125
 Warning indentation Indentation 'while' child has incorrect indentation level 16, expected level should be 8. 126
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 12, expected level should be 6. 127
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 129
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 130
 Warning indentation Indentation 'catch rcurly' 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 rcurly' has incorrect indentation level 4, expected level should be 2. 134

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. 39
 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 'try' has incorrect indentation level 8, expected level should be 4. 48
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 49
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 50
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 51
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 52
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 53
 Warning indentation Indentation 'catch rcurly' 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. 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. 67
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 68
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 69
 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

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. 41
 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. 55
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 58
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 60
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 63
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 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' child has incorrect indentation level 12, expected level should be 6. 69
 Warning indentation Indentation 'catch rcurly' 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 rcurly' has incorrect indentation level 4, expected level should be 2. 73
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 85
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 87
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 89
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 90
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 91
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 92
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 94
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 95
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 97
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 99
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 100
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 101
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 102
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 104
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 105
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 107
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 110
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 111
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 112
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 4, expected level should be 2. 113
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 123
 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. 138
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 139
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 149
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 150
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 151
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 163
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 164
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 165
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 175
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 176
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 177
 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. 190
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 191
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 201
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 202
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 203
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 215
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 216
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 217
 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. 245
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 246
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 247

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. 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 '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. 57
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 58
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 60
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 61
 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. 64
 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. 67
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 68
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 69
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 70
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 71
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 72
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 73
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 74
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 75
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 76
 Warning indentation Indentation 'catch 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. 79
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 80
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 90
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 91
 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. 102
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 103
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 104

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. 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. 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 '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. 112
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 115
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 118
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 121
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 124
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 129
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 131
 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. 135
 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. 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. 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 'method def' child has incorrect indentation level 8, expected level should be 4. 160
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 161
 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' 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 'if' child has incorrect indentation level 16, expected level should be 8. 168
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 169
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 170
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 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 'try' has incorrect indentation level 8, expected level should be 4. 175
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 176
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 177
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 178
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 179
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 180
 Warning indentation Indentation 'catch 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. 183
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 184
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 194
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 195
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 196
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 206
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 207
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 208
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 218
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 219
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 220
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 230
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 231
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 232
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 242
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 243
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 244
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 254
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 255
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 256
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 266
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 267
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 268
 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
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 290
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 291
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 292
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 302
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 303
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 304
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 314
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 315
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 316
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 326
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 327
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 328
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 338
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 339
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 340
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 354
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 355
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 356
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 368
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 369
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 370
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 380
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 381
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 382
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 392
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 393
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 394
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 404
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 405
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 406
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 416
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 417
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 418
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 428
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 429
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 430
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 440
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 441
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 442
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 452
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 453
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 454
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 464
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 465
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 466
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 476
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 477
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 478
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 488
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 489
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 490

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. 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. 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. 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. 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. 73
 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. 78
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 79
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 81
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 82
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 84
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 86
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 88
 Warning indentation Indentation 'if' 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. 90
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 91
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 93
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 94
 Warning indentation Indentation 'else' child has incorrect indentation level 24, expected level should be 12. 95
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 20, expected level should be 10. 96
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 98
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 100
 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. 105
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 106
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 108
 Warning indentation Indentation 'else rcurly' 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. 111
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 112
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 113
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 114
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 115
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 116
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 117
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 118
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 120
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 121
 Warning indentation Indentation 'catch rcurly' 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. 135
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 136
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 137
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 147
 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. 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. 183
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 184
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 185
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 199
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 200
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 201
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 213
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 214
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 215

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. 39
 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. 49
 Warning indentation Indentation 'member def modifier' 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. 57
 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. 60
 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. 63
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 65
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 66
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 67
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 68
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 69
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 70
 Warning indentation Indentation 'catch 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. 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. 84
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 85
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 86
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 96
 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. 98
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 108
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 109
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 110

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. 44
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 49
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 51
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 53
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 54
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 56
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 58
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 59
 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. 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. 67
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 68
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 69
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 71
 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 'if' has incorrect indentation level 8, expected level should be 4. 80
 Warning indentation Indentation 'try' has incorrect indentation level 12, expected level should be 6. 81
 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. 84
 Warning indentation Indentation 'try' child has incorrect indentation level 16, expected level should be 8. 85
 Warning indentation Indentation 'try' child has incorrect indentation level 16, expected level should be 8. 87
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 12, expected level should be 6. 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' child has incorrect indentation level 16, expected level should be 8. 91
 Warning indentation Indentation 'catch' child has incorrect indentation level 16, expected level should be 8. 92
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 12, expected level should be 6. 94
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 95
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 96
 Warning indentation Indentation 'else rcurly' 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. 101

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. 44
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 46
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 48
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 49
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 51
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 53
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 54
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 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' 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. 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. 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. 80
 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. 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. 88
 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. 91
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 93
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 96
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 99
 Warning indentation Indentation 'if' 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 'if' child has incorrect indentation level 16, expected level should be 8. 103
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 104
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 105
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 106
 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 rcurly' has incorrect indentation level 4, expected level should be 2. 110
 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. 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. 121
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 122
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 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' child has incorrect indentation level 12, expected level should be 6. 126
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 127
 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. 130
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 132

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. 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. 55
 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. 61
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 64
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 69
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 71
 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. 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. 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. 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' 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. 92
 Warning indentation Indentation 'method 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 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. 102
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 105
 Warning indentation Indentation 'try' has incorrect indentation level 12, expected level should be 6. 106
 Warning indentation Indentation 'try' child has incorrect indentation level 16, expected level should be 8. 107
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 109
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 111
 Warning indentation Indentation 'if' 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. 113
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 114
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 116
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 117
 Warning indentation Indentation 'else' child has incorrect indentation level 24, expected level should be 12. 118
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 20, expected level should be 10. 119
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 121
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 123
 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. 128
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 129
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 131
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 16, expected level should be 8. 132
 Warning indentation Indentation 'try' child has incorrect indentation level 16, expected level should be 8. 134
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 12, expected level should be 6. 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' child has incorrect indentation level 16, expected level should be 8. 138
 Warning indentation Indentation 'catch' child has incorrect indentation level 16, expected level should be 8. 139
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 12, expected level should be 6. 141
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 142
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 143
 Warning indentation Indentation 'else 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. 146
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 148

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. 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. 60
 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 rcurly' has incorrect indentation level 4, expected level should be 2. 63
 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. 70
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 71
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 74
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 75
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 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' child has incorrect indentation level 12, expected level should be 6. 79
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 80
 Warning indentation Indentation 'catch rcurly' 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. 83
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 85

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. 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 'class def modifier' has incorrect indentation level 4, expected level should be 2. 52
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 55
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. 63
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 64
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. 65
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 4, expected level should be 2. 66
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 72
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 75
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 78
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. 86
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 87
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. 88
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. 98
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 99
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 100
 Warning indentation Indentation 'ctor 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. 108
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 109
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 110
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 4, expected level should be 2. 111
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 119
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 122
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 125
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. 135
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 136
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 137
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. 138
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 145
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 146
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 147
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 4, expected level should be 2. 148
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 156
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 159
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 162
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. 172
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 173
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 174
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. 175
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 182
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 183
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 184
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 4, expected level should be 2. 185
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 191
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 194
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 197
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 200
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. 210
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 211
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 213
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 214
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. 215
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 222
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 223
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 224
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 231
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 232
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 233
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 4, expected level should be 2. 235
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 240
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 243
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 246
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 249
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 252
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. 262
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 263
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. 264
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. 276
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 277
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. 278
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. 290
 Warning blocks NeedBraces 'if' construct must use '{}'s. 291
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 291
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 293
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 294
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 295
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. 296
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 303
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 304
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 305
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 312
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 313
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 314
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 321
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 322
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 323
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 338
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 339
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 340
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 341
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 342
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 343
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 344
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 345
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 346
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 347
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 362
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 363
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 364
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 8, expected level should be 4. 369
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 12, expected level should be 6. 372
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 12, expected level should be 6. 382
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 16, expected level should be 8. 383
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 12, expected level should be 6. 384
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 12, expected level should be 6. 392
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 16, expected level should be 8. 393
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 12, expected level should be 6. 394
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 8, expected level should be 4. 395
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 8, expected level should be 4. 400
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 12, expected level should be 6. 403
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 12, expected level should be 6. 413
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 16, expected level should be 8. 414
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 12, expected level should be 6. 415
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 12, expected level should be 6. 423
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 16, expected level should be 8. 424
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 12, expected level should be 6. 425
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 12, expected level should be 6. 427
 Warning indentation Indentation 'try' has incorrect indentation level 16, expected level should be 8. 429
 Warning indentation Indentation 'try' child has incorrect indentation level 20, expected level should be 10. 430
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 16, expected level should be 8. 431
 Warning indentation Indentation 'catch' child has incorrect indentation level 20, expected level should be 10. 432
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 16, expected level should be 8. 433
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 12, expected level should be 6. 434
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 8, expected level should be 4. 435
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 8, expected level should be 4. 440
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 12, expected level should be 6. 443
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 12, expected level should be 6. 453
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 16, expected level should be 8. 454
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 12, expected level should be 6. 455
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 12, expected level should be 6. 463
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 16, expected level should be 8. 464
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 12, expected level should be 6. 465
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 12, expected level should be 6. 467
 Warning indentation Indentation 'try' has incorrect indentation level 16, expected level should be 8. 469
 Warning indentation Indentation 'try' child has incorrect indentation level 20, expected level should be 10. 470
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 16, expected level should be 8. 471
 Warning indentation Indentation 'catch' child has incorrect indentation level 20, expected level should be 10. 472
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 16, expected level should be 8. 473
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 12, expected level should be 6. 474
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 8, expected level should be 4. 475
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 8, expected level should be 4. 480
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 12, expected level should be 6. 483
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 12, expected level should be 6. 493
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 16, expected level should be 8. 494
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 12, expected level should be 6. 495
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 12, expected level should be 6. 503
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 16, expected level should be 8. 504
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 12, expected level should be 6. 505
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 12, expected level should be 6. 507
 Warning indentation Indentation 'try' has incorrect indentation level 16, expected level should be 8. 509
 Warning indentation Indentation 'try' child has incorrect indentation level 20, expected level should be 10. 510
 Warning indentation Indentation 'try' child has incorrect indentation level 20, expected level should be 10. 511
 Warning indentation Indentation 'try' child has incorrect indentation level 20, expected level should be 10. 512
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 16, expected level should be 8. 513
 Warning indentation Indentation 'catch' child has incorrect indentation level 20, expected level should be 10. 514
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 16, expected level should be 8. 515
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 12, expected level should be 6. 516
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 8, expected level should be 4. 517
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 8, expected level should be 4. 522
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 12, expected level should be 6. 525
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 12, expected level should be 6. 535
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 16, expected level should be 8. 536
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 12, expected level should be 6. 537
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 12, expected level should be 6. 545
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 16, expected level should be 8. 546
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 12, expected level should be 6. 547
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 12, expected level should be 6. 549
 Warning indentation Indentation 'method def' child has incorrect indentation level 16, expected level should be 8. 551
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 12, expected level should be 6. 552
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 8, expected level should be 4. 553
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 4, expected level should be 2. 554
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 564
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 565
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 566
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 567
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 568
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 569
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 570
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 582
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 583
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 584
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 594
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 595
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 596
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 608
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 609
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 610
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 620
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 621
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 622
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 634
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 635
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 636
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 646
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 647
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 648
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 660
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 661
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 662
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 672
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 673
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 674
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 686
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 687
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 688
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 698
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 699
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 700
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 710
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 711
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 712
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 724
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 726
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 728
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 729
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 730
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 731
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 732
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 733
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 734
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 735
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 736
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 737
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 748
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 749
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 751
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 752
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 754
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 755
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 756
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 757
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 758
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 759
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 760
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 767
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 768
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 769
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 783
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 789
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 790
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 806
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 812
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 813
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 814
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 815
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 816
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 817
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 818
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 820
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 821
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 822
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 823
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 824
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 826
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be 10. 827
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 828
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 829
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 830
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 831
 Warning indentation Indentation 'for' has incorrect indentation level 20, expected level should be 10. 833
 Warning indentation Indentation 'for' child has incorrect indentation level 24, expected level should be 12. 834
 Warning blocks NeedBraces 'if' construct must use '{}'s. 835
 Warning indentation Indentation 'if' has incorrect indentation level 24, expected level should be 12. 835
 Warning blocks NeedBraces 'if' construct must use '{}'s. 837
 Warning indentation Indentation 'if' has incorrect indentation level 24, expected level should be 12. 837
 Warning indentation Indentation 'for' child has incorrect indentation level 24, expected level should be 12. 839
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 20, expected level should be 10. 841
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 842
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 843
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 844
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 846
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 847
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 848
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 849
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 850
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 851
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be 10. 852
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 853
 Warning indentation Indentation 'if' has incorrect indentation level 24, expected level should be 12. 854
 Warning indentation Indentation 'if' child has incorrect indentation level 28, expected level should be 14. 855
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 24, expected level should be 12. 856
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 857
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 858
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 859
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 860
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 16, expected level should be 8. 861
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 863
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 865
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 866
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 867
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 868
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 869
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 870
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 871
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 872
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 873
 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. 876
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 877
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 887
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 889
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 891
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 893
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 894
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 895
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 896
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 898
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 899