Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
11 0 1489 0

Files

File  I  W  E
com/github/hazendaz/maven/htmlcompressor_maven_plugin/HelpMojo.java 0 579 0
com/tunyk/mvn/plugins/htmlcompressor/FileTool.java 0 97 0
com/tunyk/mvn/plugins/htmlcompressor/FileToolTest.java 0 56 0
com/tunyk/mvn/plugins/htmlcompressor/HtmlCompressor.java 0 87 0
com/tunyk/mvn/plugins/htmlcompressor/HtmlCompressorMojo.java 0 451 0
com/tunyk/mvn/plugins/htmlcompressor/HtmlCompressorMojoTest.java 0 19 0
com/tunyk/mvn/plugins/htmlcompressor/HtmlCompressorTest.java 0 24 0
com/tunyk/mvn/plugins/htmlcompressor/XmlCompressor.java 0 55 0
com/tunyk/mvn/plugins/htmlcompressor/XmlCompressorMojo.java 0 81 0
com/tunyk/mvn/plugins/htmlcompressor/XmlCompressorMojoTest.java 0 18 0
com/tunyk/mvn/plugins/htmlcompressor/XmlCompressorTest.java 0 22 0

Rules

Category Rule Violations Severity
blocks LeftCurly
  • tokens: "ANNOTATION_DEF, CLASS_DEF, CTOR_DEF, ENUM_CONSTANT_DEF, ENUM_DEF, INTERFACE_DEF, LAMBDA, LITERAL_CASE, LITERAL_CATCH, LITERAL_DEFAULT, LITERAL_DO, LITERAL_ELSE, LITERAL_FINALLY, LITERAL_FOR, LITERAL_IF, LITERAL_SWITCH, LITERAL_SYNCHRONIZED, LITERAL_TRY, LITERAL_WHILE, METHOD_DEF, OBJBLOCK, STATIC_INIT, RECORD_DEF, COMPACT_CTOR_DEF"
62  Warning
RightCurly
  • tokens: "CLASS_DEF, METHOD_DEF, CTOR_DEF, LITERAL_FOR, LITERAL_WHILE, STATIC_INIT, INSTANCE_INIT, ANNOTATION_DEF, ENUM_DEF, INTERFACE_DEF, RECORD_DEF, COMPACT_CTOR_DEF, LITERAL_SWITCH"
  • id: "RightCurlyAlone"
  • option: "alone"
9  Warning
RightCurly
  • tokens: "LITERAL_TRY, LITERAL_CATCH, LITERAL_FINALLY, LITERAL_IF, LITERAL_ELSE, LITERAL_DO"
  • id: "RightCurlySame"
9  Warning
coding VariableDeclarationUsageDistance 5  Warning
imports CustomImportOrder
  • separateLineBetweenGroups: "true"
  • sortImportsInGroupAlphabetically: "true"
  • customImportOrderRules: "STATIC###THIRD_PARTY_PACKAGE"
  • tokens: "IMPORT, STATIC_IMPORT, PACKAGE_DEF"
14  Warning
indentation Indentation
  • throwsIndent: "4"
  • arrayInitIndent: "2"
  • caseIndent: "2"
  • basicOffset: "2"
  • braceAdjustment: "2"
  • lineWrappingIndentation: "4"
1045  Warning
javadoc JavadocParagraph 1  Warning
RequireEmptyLineBeforeBlockTagGroup 1  Warning
naming AbbreviationAsWordInName
  • tokens: "CLASS_DEF, INTERFACE_DEF, ENUM_DEF, ANNOTATION_DEF, ANNOTATION_FIELD_DEF, PARAMETER_DEF, VARIABLE_DEF, METHOD_DEF, PATTERN_VARIABLE_DEF, RECORD_DEF, RECORD_COMPONENT_DEF"
  • ignoreFinal: "false"
  • allowedAbbreviations: "XML,URL"
  • allowedAbbreviationLength: "0"
1  Warning
LocalVariableName
  • format: "^[a-z]([a-z0-9][a-zA-Z0-9]*)?$"
1  Warning
PackageName
  • format: "^[a-z]+(\.[a-z][a-z0-9]*)*$"
1  Warning
sizes LineLength
  • fileExtensions: "java"
  • max: "120"
  • ignorePattern: "^package.*|^import.*|a href|href|http://|https://|ftp://"
7  Error
whitespace ParenPad
  • tokens: "ANNOTATION, ANNOTATION_FIELD_DEF, CTOR_CALL, CTOR_DEF, DOT, ENUM_CONSTANT_DEF, EXPR, LITERAL_CATCH, LITERAL_DO, LITERAL_FOR, LITERAL_IF, LITERAL_NEW, LITERAL_SWITCH, LITERAL_SYNCHRONIZED, LITERAL_WHILE, METHOD_CALL, METHOD_DEF, QUESTION, RESOURCE_SPECIFICATION, SUPER_CTOR_CALL, LAMBDA, RECORD_DEF"
342  Warning

Details

com/github/hazendaz/maven/htmlcompressor_maven_plugin/HelpMojo.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'com.github.hazendaz.maven.htmlcompressor_maven_plugin' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning imports CustomImportOrder Extra separation in import group before 'org.w3c.dom.Document' 8
 Warning imports CustomImportOrder Extra separation in import group before 'javax.xml.parsers.DocumentBuilder' 14
 Warning imports CustomImportOrder Wrong lexicographical order for 'javax.xml.parsers.DocumentBuilder' import. Should be before 'org.xml.sax.SAXException'. 14
 Warning imports CustomImportOrder Wrong lexicographical order for 'javax.xml.parsers.DocumentBuilderFactory' import. Should be before 'org.xml.sax.SAXException'. 15
 Warning imports CustomImportOrder Wrong lexicographical order for 'javax.xml.parsers.ParserConfigurationException' import. Should be before 'org.xml.sax.SAXException'. 16
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.io.IOException' import. Should be before 'org.xml.sax.SAXException'. 17
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.io.InputStream' import. Should be before 'org.xml.sax.SAXException'. 18
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.util.ArrayList' import. Should be before 'org.xml.sax.SAXException'. 19
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.util.List' import. Should be before 'org.xml.sax.SAXException'. 20
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@author' should be preceded with an empty line. 25
 Warning whitespace ParenPad '(' is followed by whitespace. 27
 Warning whitespace ParenPad ')' is preceded with whitespace. 27
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 30
 Warning indentation Indentation 'class def lcurly' has incorrect indentation level 0, expected level should be 2. 30
 Warning whitespace ParenPad '(' is followed by whitespace. 35
 Warning whitespace ParenPad ')' is preceded with whitespace. 35
 Warning whitespace ParenPad '(' is followed by whitespace. 42
 Warning whitespace ParenPad ')' is preceded with whitespace. 42
 Warning whitespace ParenPad '(' is followed by whitespace. 49
 Warning whitespace ParenPad ')' is preceded with whitespace. 49
 Warning whitespace ParenPad '(' is followed by whitespace. 56
 Warning whitespace ParenPad ')' is preceded with whitespace. 56
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 67
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 68
 Warning whitespace ParenPad '(' is followed by whitespace. 68
 Warning whitespace ParenPad ')' is preceded with whitespace. 68
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 6. 69
 Warning whitespace ParenPad '(' is followed by whitespace. 69
 Warning whitespace ParenPad '(' is followed by whitespace. 69
 Warning whitespace ParenPad ')' is preceded with whitespace. 69
 Warning whitespace ParenPad ')' is preceded with whitespace. 69
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 70
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be one of the following: 8, 10. 71
 Warning whitespace ParenPad '(' is followed by whitespace. 71
 Warning whitespace ParenPad ')' is preceded with whitespace. 71
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 72
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. 73
 Warning whitespace ParenPad '(' is followed by whitespace. 73
 Warning whitespace ParenPad ')' is preceded with whitespace. 73
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. 75
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. 76
 Warning naming LocalVariableName Local variable name 'dBuilder' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 76
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. 77
 Warning whitespace ParenPad '(' is followed by whitespace. 77
 Warning whitespace ParenPad ')' is preceded with whitespace. 77
 Warning blocks RightCurly '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). 78
 Warning indentation Indentation 'catch' has incorrect indentation level 8, expected level should be 6. 79
 Warning whitespace ParenPad '(' is followed by whitespace. 79
 Warning whitespace ParenPad ')' is preceded with whitespace. 79
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 80
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. 81
 Warning whitespace ParenPad '(' is followed by whitespace. 81
 Warning whitespace ParenPad ')' is preceded with whitespace. 81
 Warning blocks RightCurly '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). 82
 Warning indentation Indentation 'catch' has incorrect indentation level 8, expected level should be 6. 83
 Warning whitespace ParenPad '(' is followed by whitespace. 83
 Warning whitespace ParenPad ')' is preceded with whitespace. 83
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 84
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. 85
 Warning whitespace ParenPad '(' is followed by whitespace. 85
 Warning whitespace ParenPad ')' is preceded with whitespace. 85
 Warning blocks RightCurly '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). 86
 Warning indentation Indentation 'catch' has incorrect indentation level 8, expected level should be 6. 87
 Warning whitespace ParenPad '(' is followed by whitespace. 87
 Warning whitespace ParenPad ')' is preceded with whitespace. 87
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 88
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. 89
 Warning whitespace ParenPad '(' is followed by whitespace. 89
 Warning whitespace ParenPad ')' is preceded with whitespace. 89
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 99
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 6. 100
 Warning whitespace ParenPad '(' is followed by whitespace. 100
 Warning whitespace ParenPad ')' is preceded with whitespace. 100
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 101
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. 102
 Warning whitespace ParenPad '(' is followed by whitespace. 102
 Warning whitespace ParenPad ')' is preceded with whitespace. 102
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. 103
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 6. 105
 Warning whitespace ParenPad '(' is followed by whitespace. 105
 Warning whitespace ParenPad ')' is preceded with whitespace. 105
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 106
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. 107
 Warning whitespace ParenPad '(' is followed by whitespace. 107
 Warning whitespace ParenPad ')' is preceded with whitespace. 107
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. 108
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 111
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 113
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 114
 Warning whitespace ParenPad '(' is followed by whitespace. 114
 Warning whitespace ParenPad ')' is preceded with whitespace. 114
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 117
 Warning whitespace ParenPad '(' is followed by whitespace. 117
 Warning whitespace ParenPad ')' is preceded with whitespace. 117
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 118
 Warning whitespace ParenPad '(' is followed by whitespace. 118
 Warning whitespace ParenPad ')' is preceded with whitespace. 118
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 119
 Warning whitespace ParenPad '(' is followed by whitespace. 119
 Warning whitespace ParenPad ')' is preceded with whitespace. 119
 Warning whitespace ParenPad '(' is followed by whitespace. 119
 Warning whitespace ParenPad ')' is preceded with whitespace. 119
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 6. 120
 Warning whitespace ParenPad '(' is followed by whitespace. 120
 Warning whitespace ParenPad '(' is followed by whitespace. 120
 Warning whitespace ParenPad ')' is preceded with whitespace. 120
 Warning whitespace ParenPad '(' is followed by whitespace. 120
 Warning whitespace ParenPad ')' is preceded with whitespace. 120
 Warning whitespace ParenPad ')' is preceded with whitespace. 120
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 121
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. 122
 Warning whitespace ParenPad '(' is followed by whitespace. 122
 Warning whitespace ParenPad ')' is preceded with whitespace. 122
 Warning blocks RightCurly '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). 123
 Warning indentation Indentation 'else' has incorrect indentation level 8, expected level should be 6. 124
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 125
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be one of the following: 8, 10. 126
 Warning whitespace ParenPad '(' is followed by whitespace. 126
 Warning whitespace ParenPad '(' is followed by whitespace. 126
 Warning whitespace ParenPad ')' is preceded with whitespace. 126
 Warning whitespace ParenPad ')' is preceded with whitespace. 126
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 127
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. 128
 Warning whitespace ParenPad '(' is followed by whitespace. 128
 Warning whitespace ParenPad ')' is preceded with whitespace. 128
 Warning blocks RightCurly '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). 129
 Warning indentation Indentation 'else' has incorrect indentation level 12, expected level should be one of the following: 8, 10. 130
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 131
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. 132
 Warning whitespace ParenPad '(' is followed by whitespace. 132
 Warning whitespace ParenPad ')' is preceded with whitespace. 132
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 135
 Warning whitespace ParenPad '(' is followed by whitespace. 135
 Warning whitespace ParenPad '(' is followed by whitespace. 135
 Warning whitespace ParenPad ')' is preceded with whitespace. 135
 Warning whitespace ParenPad ')' is preceded with whitespace. 135
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 136
 Warning whitespace ParenPad '(' is followed by whitespace. 136
 Warning whitespace ParenPad ')' is preceded with whitespace. 136
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 139
 Warning whitespace ParenPad '(' is followed by whitespace. 139
 Warning whitespace ParenPad ')' is preceded with whitespace. 139
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 141
 Warning whitespace ParenPad '(' is followed by whitespace. 141
 Warning whitespace ParenPad ')' is preceded with whitespace. 141
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 143
 Warning whitespace ParenPad '(' is followed by whitespace. 143
 Warning whitespace ParenPad ')' is preceded with whitespace. 143
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 6. 145
 Warning whitespace ParenPad '(' is followed by whitespace. 145
 Warning whitespace ParenPad ')' is preceded with whitespace. 145
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 146
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. 147
 Warning whitespace ParenPad '(' is followed by whitespace. 147
 Warning whitespace ParenPad '(' is followed by whitespace. 147
 Warning whitespace ParenPad ')' is preceded with whitespace. 147
 Warning whitespace ParenPad ')' is preceded with whitespace. 147
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. 148
 Warning whitespace ParenPad '(' is followed by whitespace. 148
 Warning whitespace ParenPad ')' is preceded with whitespace. 148
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 6. 151
 Warning whitespace ParenPad '(' is followed by whitespace. 151
 Warning whitespace ParenPad ')' is preceded with whitespace. 151
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 152
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. 153
 Warning whitespace ParenPad '(' is followed by whitespace. 153
 Warning whitespace ParenPad ')' is preceded with whitespace. 153
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 6. 156
 Warning whitespace ParenPad '(' is followed by whitespace. 156
 Warning whitespace ParenPad ')' is preceded with whitespace. 156
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 157
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. 158
 Warning whitespace ParenPad '(' is followed by whitespace. 158
 Warning whitespace ParenPad ')' is preceded with whitespace. 158
 Warning whitespace ParenPad '(' is followed by whitespace. 163
 Warning whitespace ParenPad ')' is preceded with whitespace. 163
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 164
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 165
 Warning whitespace ParenPad '(' is followed by whitespace. 168
 Warning whitespace ParenPad ')' is preceded with whitespace. 168
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 170
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 171
 Warning whitespace ParenPad '(' is followed by whitespace. 171
 Warning whitespace ParenPad ')' is preceded with whitespace. 171
 Warning whitespace ParenPad '(' is followed by whitespace. 174
 Warning whitespace ParenPad ')' is preceded with whitespace. 174
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 176
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 177
 Warning whitespace ParenPad '(' is followed by whitespace. 177
 Warning whitespace ParenPad ')' is preceded with whitespace. 177
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 6. 178
 Warning whitespace ParenPad '(' is followed by whitespace. 178
 Warning whitespace ParenPad ')' is preceded with whitespace. 178
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 179
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. 180
 Warning whitespace ParenPad '(' is followed by whitespace. 180
 Warning whitespace ParenPad ')' is preceded with whitespace. 180
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 6. 182
 Warning whitespace ParenPad '(' is followed by whitespace. 182
 Warning whitespace ParenPad ')' is preceded with whitespace. 182
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 183
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. 184
 Warning whitespace ParenPad '(' is followed by whitespace. 184
 Warning whitespace ParenPad ')' is preceded with whitespace. 184
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 186
 Warning whitespace ParenPad '(' is followed by whitespace. 186
 Warning whitespace ParenPad ')' is preceded with whitespace. 186
 Warning whitespace ParenPad '(' is followed by whitespace. 189
 Warning whitespace ParenPad ')' is preceded with whitespace. 189
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 190
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 191
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 192
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 6. 193
 Warning whitespace ParenPad '(' is followed by whitespace. 193
 Warning whitespace ParenPad ')' is preceded with whitespace. 193
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 194
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. 195
 Warning whitespace ParenPad '(' is followed by whitespace. 195
 Warning whitespace ParenPad ')' is preceded with whitespace. 195
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be one of the following: 8, 10. 196
 Warning whitespace ParenPad '(' is followed by whitespace. 196
 Warning whitespace ParenPad '(' is followed by whitespace. 196
 Warning whitespace ParenPad ')' is preceded with whitespace. 196
 Warning whitespace ParenPad ')' is preceded with whitespace. 196
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 197
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. 198
 Warning whitespace ParenPad '(' is followed by whitespace. 198
 Warning whitespace ParenPad ')' is preceded with whitespace. 198
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 201
 Warning whitespace ParenPad '(' is followed by whitespace. 204
 Warning whitespace ParenPad ')' is preceded with whitespace. 204
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 206
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 207
 Warning whitespace ParenPad '(' is followed by whitespace. 207
 Warning whitespace ParenPad ')' is preceded with whitespace. 207
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 6. 208
 Warning whitespace ParenPad '(' is followed by whitespace. 208
 Warning whitespace ParenPad ')' is preceded with whitespace. 208
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 209
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. 210
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 6. 212
 Warning whitespace ParenPad '(' is followed by whitespace. 212
 Warning whitespace ParenPad ')' is preceded with whitespace. 212
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 213
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. 214
 Warning whitespace ParenPad '(' is followed by whitespace. 214
 Warning whitespace ParenPad ')' is preceded with whitespace. 214
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 216
 Warning whitespace ParenPad '(' is followed by whitespace. 216
 Warning whitespace ParenPad ')' is preceded with whitespace. 216
 Warning whitespace ParenPad '(' is followed by whitespace. 219
 Warning whitespace ParenPad ')' is preceded with whitespace. 219
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 221
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 222
 Warning whitespace ParenPad '(' is followed by whitespace. 222
 Warning whitespace ParenPad ')' is preceded with whitespace. 222
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 223
 Warning whitespace ParenPad '(' is followed by whitespace. 223
 Warning whitespace ParenPad ')' is preceded with whitespace. 223
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 224
 Warning whitespace ParenPad '(' is followed by whitespace. 224
 Warning whitespace ParenPad ')' is preceded with whitespace. 224
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 6. 225
 Warning whitespace ParenPad '(' is followed by whitespace. 225
 Warning whitespace ParenPad '(' is followed by whitespace. 225
 Warning whitespace ParenPad ')' is preceded with whitespace. 225
 Warning whitespace ParenPad ')' is preceded with whitespace. 225
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 226
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. 227
 Warning whitespace ParenPad '(' is followed by whitespace. 227
 Warning whitespace ParenPad ')' is preceded with whitespace. 227
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. 228
 Warning whitespace ParenPad '(' is followed by whitespace. 228
 Warning whitespace ParenPad ')' is preceded with whitespace. 228
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be one of the following: 8, 10. 229
 Warning whitespace ParenPad '(' is followed by whitespace. 229
 Warning whitespace ParenPad '(' is followed by whitespace. 229
 Warning whitespace ParenPad ')' is preceded with whitespace. 229
 Warning whitespace ParenPad '(' is followed by whitespace. 229
 Warning whitespace ParenPad ')' is preceded with whitespace. 229
 Warning whitespace ParenPad ')' is preceded with whitespace. 229
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 230
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. 231
 Warning whitespace ParenPad '(' is followed by whitespace. 231
 Warning whitespace ParenPad ')' is preceded with whitespace. 231
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be one of the following: 12, 14. 232
 Warning whitespace ParenPad '(' is followed by whitespace. 232
 Warning whitespace ParenPad ')' is preceded with whitespace. 232
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 233
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be one of the following: 16, 18. 234
 Warning whitespace ParenPad '(' is followed by whitespace. 234
 Warning whitespace ParenPad ')' is preceded with whitespace. 234
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be one of the following: 16, 18. 235
 Warning whitespace ParenPad '(' is followed by whitespace. 235
 Warning whitespace ParenPad ')' is preceded with whitespace. 235
 Warning blocks RightCurly '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). 237
 Warning indentation Indentation 'else' has incorrect indentation level 12, expected level should be one of the following: 8, 10. 238
 Warning whitespace ParenPad '(' is followed by whitespace. 238
 Warning whitespace ParenPad ')' is preceded with whitespace. 238
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 239
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. 240
 Warning whitespace ParenPad '(' is followed by whitespace. 240
 Warning whitespace ParenPad ')' is preceded with whitespace. 240
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. 242
 Warning whitespace ParenPad '(' is followed by whitespace. 242
 Warning whitespace ParenPad ')' is preceded with whitespace. 242
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be one of the following: 8, 10. 244
 Warning whitespace ParenPad '(' is followed by whitespace. 244
 Warning whitespace ParenPad ')' is preceded with whitespace. 244
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 245
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. 246
 Warning whitespace ParenPad '(' is followed by whitespace. 246
 Warning whitespace ParenPad ')' is preceded with whitespace. 246
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. 247
 Warning whitespace ParenPad '(' is followed by whitespace. 247
 Warning whitespace ParenPad ')' is preceded with whitespace. 247
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. 248
 Warning whitespace ParenPad '(' is followed by whitespace. 248
 Warning whitespace ParenPad ')' is preceded with whitespace. 248
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. 249
 Warning whitespace ParenPad '(' is followed by whitespace. 249
 Warning whitespace ParenPad ')' is preceded with whitespace. 249
 Warning indentation Indentation 'for' has incorrect indentation level 16, expected level should be one of the following: 12, 14. 251
 Warning whitespace ParenPad '(' is followed by whitespace. 251
 Warning whitespace ParenPad ')' is preceded with whitespace. 251
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 252
 Warning indentation Indentation 'for' child has incorrect indentation level 20, expected level should be one of the following: 16, 18. 253
 Warning whitespace ParenPad '(' is followed by whitespace. 253
 Warning whitespace ParenPad ')' is preceded with whitespace. 253
 Warning whitespace ParenPad '(' is followed by whitespace. 259
 Warning whitespace ParenPad ')' is preceded with whitespace. 259
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 261
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 262
 Warning whitespace ParenPad '(' is followed by whitespace. 262
 Warning whitespace ParenPad ')' is preceded with whitespace. 262
 Warning coding VariableDeclarationUsageDistance Distance between variable 'parameterDescription' declaration and its first usage is 5, 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). 263
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 263
 Warning whitespace ParenPad '(' is followed by whitespace. 263
 Warning whitespace ParenPad ')' is preceded with whitespace. 263
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 265
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 6. 266
 Warning whitespace ParenPad '(' is followed by whitespace. 266
 Warning whitespace ParenPad ')' is preceded with whitespace. 266
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 267
 Warning whitespace ParenPad '(' is followed by whitespace. 268
 Warning whitespace ParenPad ')' is preceded with whitespace. 268
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 271
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 6. 272
 Warning whitespace ParenPad '(' is followed by whitespace. 272
 Warning whitespace ParenPad '(' is followed by whitespace. 272
 Warning whitespace ParenPad ')' is preceded with whitespace. 272
 Warning whitespace ParenPad ')' is preceded with whitespace. 272
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 273
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. 274
 Warning whitespace ParenPad '(' is followed by whitespace. 274
 Warning whitespace ParenPad ')' is preceded with whitespace. 274
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 276
 Warning whitespace ParenPad '(' is followed by whitespace. 276
 Warning whitespace ParenPad ')' is preceded with whitespace. 276
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 277
 Warning whitespace ParenPad '(' is followed by whitespace. 277
 Warning whitespace ParenPad ')' is preceded with whitespace. 277
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 6. 278
 Warning whitespace ParenPad '(' is followed by whitespace. 278
 Warning whitespace ParenPad '(' is followed by whitespace. 278
 Warning whitespace ParenPad ')' is preceded with whitespace. 278
 Warning whitespace ParenPad '(' is followed by whitespace. 278
 Warning whitespace ParenPad ')' is preceded with whitespace. 278
 Warning whitespace ParenPad ')' is preceded with whitespace. 278
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 279
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. 280
 Warning whitespace ParenPad '(' is followed by whitespace. 280
 Warning whitespace ParenPad ')' is preceded with whitespace. 280
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. 281
 Warning whitespace ParenPad '(' is followed by whitespace. 281
 Warning whitespace ParenPad ')' is preceded with whitespace. 281
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 6. 283
 Warning whitespace ParenPad '(' is followed by whitespace. 283
 Warning whitespace ParenPad '(' is followed by whitespace. 283
 Warning whitespace ParenPad ')' is preceded with whitespace. 283
 Warning whitespace ParenPad ')' is preceded with whitespace. 283
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 8. 284
 Warning whitespace ParenPad '(' is followed by whitespace. 284
 Warning whitespace ParenPad ')' is preceded with whitespace. 284
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 6. 285
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 6. 286
 Warning whitespace ParenPad '(' is followed by whitespace. 286
 Warning whitespace ParenPad '(' is followed by whitespace. 286
 Warning whitespace ParenPad '(' is followed by whitespace. 286
 Warning whitespace ParenPad ')' is preceded with whitespace. 286
 Warning whitespace ParenPad ')' is preceded with whitespace. 286
 Warning whitespace ParenPad ')' is preceded with whitespace. 286
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 287
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. 288
 Warning whitespace ParenPad '(' is followed by whitespace. 288
 Warning whitespace ParenPad ')' is preceded with whitespace. 288
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 6. 290
 Warning whitespace ParenPad '(' is followed by whitespace. 290
 Warning whitespace ParenPad '(' is followed by whitespace. 290
 Warning whitespace ParenPad ')' is preceded with whitespace. 290
 Warning whitespace ParenPad '(' is followed by whitespace. 290
 Warning whitespace ParenPad ')' is preceded with whitespace. 290
 Warning whitespace ParenPad ')' is preceded with whitespace. 290
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 291
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. 292
 Warning whitespace ParenPad '(' is followed by whitespace. 292
 Warning whitespace ParenPad ')' is preceded with whitespace. 292
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. 293
 Warning whitespace ParenPad '(' is followed by whitespace. 293
 Warning whitespace ParenPad ')' is preceded with whitespace. 293
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 296
 Warning whitespace ParenPad '(' is followed by whitespace. 296
 Warning whitespace ParenPad ')' is preceded with whitespace. 296
 Warning javadoc JavadocParagraph Redundant <p> tag. 300
 Warning whitespace ParenPad '(' is followed by whitespace. 308
 Warning whitespace ParenPad ')' is preceded with whitespace. 308
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 309
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 310
 Warning whitespace ParenPad '(' is followed by whitespace. 310
 Warning whitespace ParenPad ')' is preceded with whitespace. 310
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 6. 312
 Warning whitespace ParenPad '(' is followed by whitespace. 312
 Warning whitespace ParenPad ')' is preceded with whitespace. 312
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 313
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. 314
 Warning whitespace ParenPad '(' is followed by whitespace. 314
 Warning whitespace ParenPad ')' is preceded with whitespace. 314
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 317
 Warning whitespace ParenPad '(' is followed by whitespace. 328
 Warning whitespace ParenPad ')' is preceded with whitespace. 328
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 329
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 6. 330
 Warning whitespace ParenPad '(' is followed by whitespace. 330
 Warning whitespace ParenPad '(' is followed by whitespace. 330
 Warning whitespace ParenPad ')' is preceded with whitespace. 330
 Warning whitespace ParenPad ')' is preceded with whitespace. 330
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 331
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. 332
 Warning whitespace ParenPad '(' is followed by whitespace. 332
 Warning whitespace ParenPad ')' is preceded with whitespace. 332
 Warning whitespace ParenPad '(' is followed by whitespace. 332
 Warning whitespace ParenPad ')' is preceded with whitespace. 332
 Warning whitespace ParenPad '(' is followed by whitespace. 346
 Warning whitespace ParenPad ')' is preceded with whitespace. 346
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 347
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 348
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 350
 Warning whitespace ParenPad '(' is followed by whitespace. 350
 Warning whitespace ParenPad ')' is preceded with whitespace. 350
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 352
 Warning whitespace ParenPad '(' is followed by whitespace. 352
 Warning whitespace ParenPad ')' is preceded with whitespace. 352
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 6. 354
 Warning whitespace ParenPad '(' is followed by whitespace. 354
 Warning whitespace ParenPad ')' is preceded with whitespace. 354
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 355
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. 356
 Warning whitespace ParenPad '(' is followed by whitespace. 356
 Warning whitespace ParenPad ')' is preceded with whitespace. 356
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 359
 Warning whitespace ParenPad '(' is followed by whitespace. 370
 Warning whitespace ParenPad ')' is preceded with whitespace. 370
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 371
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 372
 Warning whitespace ParenPad '(' is followed by whitespace. 372
 Warning whitespace ParenPad ')' is preceded with whitespace. 372
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 373
 Warning whitespace ParenPad '(' is followed by whitespace. 373
 Warning whitespace ParenPad ')' is preceded with whitespace. 373
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 375
 Warning whitespace ParenPad '(' is followed by whitespace. 375
 Warning whitespace ParenPad ')' is preceded with whitespace. 375
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 6. 377
 Warning whitespace ParenPad '(' is followed by whitespace. 377
 Warning whitespace ParenPad ')' is preceded with whitespace. 377
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 378
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be one of the following: 8, 10. 379
 Warning whitespace ParenPad '(' is followed by whitespace. 379
 Warning whitespace ParenPad ')' is preceded with whitespace. 379
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 380
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be one of the following: 12, 14. 381
 Warning whitespace ParenPad '(' is followed by whitespace. 381
 Warning whitespace ParenPad ')' is preceded with whitespace. 381
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 382
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be one of the following: 16, 18. 383
 Warning whitespace ParenPad '(' is followed by whitespace. 383
 Warning whitespace ParenPad ')' is preceded with whitespace. 383
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be one of the following: 16, 18. 384
 Warning whitespace ParenPad '(' is followed by whitespace. 384
 Warning whitespace ParenPad ')' is preceded with whitespace. 384
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be one of the following: 16, 18. 385
 Warning whitespace ParenPad '(' is followed by whitespace. 385
 Warning whitespace ParenPad '(' is followed by whitespace. 385
 Warning whitespace ParenPad ')' is preceded with whitespace. 385
 Warning whitespace ParenPad ')' is preceded with whitespace. 385
 Warning blocks RightCurly '}' at column 17 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). 386
 Warning indentation Indentation 'else' has incorrect indentation level 16, expected level should be one of the following: 12, 14. 387
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 388
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be one of the following: 16, 18. 389
 Warning whitespace ParenPad '(' is followed by whitespace. 389
 Warning whitespace ParenPad ')' is preceded with whitespace. 389
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be one of the following: 8, 10. 393
 Warning whitespace ParenPad '(' is followed by whitespace. 393
 Warning whitespace ParenPad ')' is preceded with whitespace. 393
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 394
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. 395
 Warning whitespace ParenPad '(' is followed by whitespace. 395
 Warning whitespace ParenPad ')' is preceded with whitespace. 395
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be one of the following: 12, 14. 396
 Warning whitespace ParenPad '(' is followed by whitespace. 396
 Warning whitespace ParenPad ')' is preceded with whitespace. 396
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 397
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be one of the following: 16, 18. 398
 Warning whitespace ParenPad '(' is followed by whitespace. 398
 Warning whitespace ParenPad '(' is followed by whitespace. 398
 Warning whitespace ParenPad ')' is preceded with whitespace. 398
 Warning whitespace ParenPad ')' is preceded with whitespace. 398
 Warning blocks RightCurly '}' at column 17 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). 399
 Warning indentation Indentation 'else' has incorrect indentation level 16, expected level should be one of the following: 12, 14. 400
 Warning whitespace ParenPad '(' is followed by whitespace. 400
 Warning whitespace ParenPad ')' is preceded with whitespace. 400
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 401
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be one of the following: 16, 18. 402
 Warning whitespace ParenPad '(' is followed by whitespace. 402
 Warning whitespace ParenPad ')' is preceded with whitespace. 402
 Warning blocks RightCurly '}' at column 17 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). 403
 Warning indentation Indentation 'else' has incorrect indentation level 16, expected level should be one of the following: 12, 14. 404
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 405
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be one of the following: 16, 18. 406
 Warning whitespace ParenPad '(' is followed by whitespace. 406
 Warning whitespace ParenPad ')' is preceded with whitespace. 406
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 410
 Warning whitespace ParenPad '(' is followed by whitespace. 410
 Warning whitespace ParenPad ')' is preceded with whitespace. 410
 Warning whitespace ParenPad '(' is followed by whitespace. 419
 Warning whitespace ParenPad ')' is preceded with whitespace. 419
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 420
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 421
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 6. 422
 Warning whitespace ParenPad '(' is followed by whitespace. 422
 Warning whitespace ParenPad '(' is followed by whitespace. 422
 Warning whitespace ParenPad ')' is preceded with whitespace. 422
 Warning whitespace ParenPad ')' is preceded with whitespace. 422
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 423
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. 424
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 6. 426
 Warning whitespace ParenPad '(' is followed by whitespace. 426
 Warning whitespace ParenPad ')' is preceded with whitespace. 426
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 427
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be one of the following: 8, 10. 428
 Warning whitespace ParenPad '(' is followed by whitespace. 428
 Warning whitespace ParenPad '(' is followed by whitespace. 428
 Warning whitespace ParenPad ')' is preceded with whitespace. 428
 Warning whitespace ParenPad ')' is preceded with whitespace. 428
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 429
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. 430
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. 431
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 434
 Warning whitespace ParenPad '(' is followed by whitespace. 437
 Warning whitespace ParenPad ')' is preceded with whitespace. 437
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 438
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 6. 439
 Warning whitespace ParenPad '(' is followed by whitespace. 439
 Warning whitespace ParenPad '(' is followed by whitespace. 439
 Warning whitespace ParenPad ')' is preceded with whitespace. 439
 Warning whitespace ParenPad '(' is followed by whitespace. 439
 Warning whitespace ParenPad ')' is preceded with whitespace. 439
 Warning whitespace ParenPad '(' is followed by whitespace. 440
 Warning whitespace ParenPad ')' is preceded with whitespace. 440
 Warning whitespace ParenPad '(' is followed by whitespace. 440
 Warning whitespace ParenPad ')' is preceded with whitespace. 440
 Warning whitespace ParenPad ')' is preceded with whitespace. 440
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 441
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. 443
 Warning whitespace ParenPad '(' is followed by whitespace. 443
 Warning whitespace ParenPad ')' is preceded with whitespace. 443
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 446
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 0, expected level should be 2. 448

com/tunyk/mvn/plugins/htmlcompressor/FileTool.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.json.JSONException' 32
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 41
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 44
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 47
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 50
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 65
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 66
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 67
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 68
 Warning indentation Indentation 'ctor 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. 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 'try' has incorrect indentation level 8, expected level should be 4. 83
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 84
 Warning indentation Indentation 'try 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. 88
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 89
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 90
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 91
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 92
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 93
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 94
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 95
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 96
 Warning indentation Indentation 'for 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. 98
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 99
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 112
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 113
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 114
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 115
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 116
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 117
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 118
 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 coding VariableDeclarationUsageDistance Distance between variable 'path' 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). 138
 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 'for' has incorrect indentation level 8, expected level should be 4. 140
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 141
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 142
 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 'if' has incorrect indentation level 8, expected level should be 4. 146
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 147
 Warning indentation Indentation 'if rcurly' 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. 151
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 152
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 166
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 168
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 169
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 170
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 171
 Warning indentation Indentation '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. 173
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 174
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 175
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 185
 Warning naming AbbreviationAsWordInName Abbreviation in name 'getElapsedHMSTime' must contain no more than '1' consecutive capital letters. 185
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 186
 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. 188
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 189
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 190
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 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. 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. 212
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 213
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 214
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 215
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 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. 232
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 233
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 234
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 241
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 242
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 243
 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. 260
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 261
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 262
 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

com/tunyk/mvn/plugins/htmlcompressor/FileToolTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.json.JSONException' 22
 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. 42
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 44
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 45
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 50
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 52
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 53
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 58
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 60
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 61
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 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. 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. 78
 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. 94
 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. 98
 Warning coding VariableDeclarationUsageDistance Distance between variable 'fileTool' declaration and its first usage is 7, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). 99
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 99
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 100
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 101
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 102
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 103
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 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. 107
 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. 113
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 114
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 115
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 119
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 120
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 130
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 132
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 134
 Warning coding VariableDeclarationUsageDistance Distance between variable 'targetFile' 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). 135
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 135
 Warning coding VariableDeclarationUsageDistance Distance between variable 'fileTool' 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). 136
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 136
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 137
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 138
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 139
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 140
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 141
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 145
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 146

com/tunyk/mvn/plugins/htmlcompressor/HtmlCompressor.java

Severity Category Rule Message Line
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 31
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 34
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 37
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 43
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 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 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 65
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 66
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 67
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 68
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 84
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 86
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 87
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 88
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 89
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 90
 Warning indentation Indentation 'ctor 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 'if' has incorrect indentation level 8, expected level should be 4. 100
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 101
 Warning indentation Indentation 'if rcurly' 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. 106
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 108
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 109
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 110
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 112
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 113
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 114
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 116
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 117
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 118
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 120
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 121
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 122
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 129
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 130
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 131
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 139
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 140
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 141
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 148
 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. 150
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 158
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 159
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 160
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 167
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 168
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 169
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 177
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 178
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 179
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 186
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 187
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 188
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 196
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 197
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 198
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 205
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 206
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 207
 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. 224
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 225
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 226
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 234
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 235
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 236
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 243
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 244
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 245
 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. 262
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 263
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 264
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 272
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 273
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 274

com/tunyk/mvn/plugins/htmlcompressor/HtmlCompressorMojo.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.io.File' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.maven.plugin.AbstractMojo' 35
 Warning sizes LineLength Line is longer than 120 characters (found 161). 48
 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. 56
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 63
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 67
 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. 75
 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. 83
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 87
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 91
 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. 99
 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. 107
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 111
 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. 119
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 123
 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. 131
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 135
 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. 144
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 149
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 153
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 158
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 163
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 167
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 171
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 175
 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. 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. 197
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 203
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 209
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 216
 Warning sizes LineLength Line is longer than 120 characters (found 147). 223
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 223
 Warning sizes LineLength Line is longer than 120 characters (found 154). 229
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 229
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 233
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 239
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 245
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 248
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 251
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 252
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 253
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 254
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 256
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 257
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 258
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 259
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 261
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 262
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 263
 Warning indentation Indentation 'if rcurly' 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 'if' has incorrect indentation level 8, expected level should be 4. 270
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 271
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 272
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 274
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 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 sizes LineLength Line is longer than 120 characters (found 150). 280
 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. 282
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 283
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 284
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 285
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 286
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 287
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 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' child has incorrect indentation level 8, expected level should be 4. 294
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 295
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 296
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 297
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 298
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 299
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 300
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 301
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 302
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 303
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 304
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 306
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 307
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 308
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 310
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 311
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 312
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 313
 Warning indentation Indentation 'for' has incorrect indentation level 20, expected level should be 10. 314
 Warning indentation Indentation 'for' child has incorrect indentation level 24, expected level should be 12. 315
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 20, expected level should be 10. 316
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 317
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 318
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 319
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 321
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 322
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 323
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 324
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 326
 Warning indentation Indentation 'if rcurly' 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. 329
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 330
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 331
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 332
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 333
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 334
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 335
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 336
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 337
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 338
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 340
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 341
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 342
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 343
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 344
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 345
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 346
 Warning indentation Indentation 'try' has incorrect indentation level 20, expected level should be 10. 347
 Warning indentation Indentation 'try' child has incorrect indentation level 24, expected level should be 12. 348
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 20, expected level should be 10. 349
 Warning indentation Indentation 'catch' child has incorrect indentation level 24, expected level should be 12. 350
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 20, expected level should be 10. 351
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 352
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 353
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 354
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 355
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 356
 Warning indentation Indentation 'try' has incorrect indentation level 16, expected level should be 8. 357
 Warning indentation Indentation 'try' child has incorrect indentation level 20, expected level should be 10. 358
 Warning indentation Indentation 'for' has incorrect indentation level 20, expected level should be 10. 359
 Warning indentation Indentation 'if' has incorrect indentation level 24, expected level should be 12. 360
 Warning indentation Indentation 'if' child has incorrect indentation level 28, expected level should be 14. 361
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 24, expected level should be 12. 362
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 20, expected level should be 10. 363
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 16, expected level should be 8. 364
 Warning indentation Indentation 'catch' child has incorrect indentation level 20, expected level should be 10. 365
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 16, expected level should be 8. 366
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 367
 Warning indentation Indentation 'if rcurly' 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. 370
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 372
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 373
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 374
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 375
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 376
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 379
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 381
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 382
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 383
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 384
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 385
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 386
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 387
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 389
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 390
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 392
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 395
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 398
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 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. 404
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 406
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 409
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 412
 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' 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. 433
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 435
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 437
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 439
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 440
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 444
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 446
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 447
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 448
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 449
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 450
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 451
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 452
 Warning indentation Indentation 'catch 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. 455
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 456
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 463
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 464
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 465
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 473
 Warning indentation Indentation 'method def' child 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. 484
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 486
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 487
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 497
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 499
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 500
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 507
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 508
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 509
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 517
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 518
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 519
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 526
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 527
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 528
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 536
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 537
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 538
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 545
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 546
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 547
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 555
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 556
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 557
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 564
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 565
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 566
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 574
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 575
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 576
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 583
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 584
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 585
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 593
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 594
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 595
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 602
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 603
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 604
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 612
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 613
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 614
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 621
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 622
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 623
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 631
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 632
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 633
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 640
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 641
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 642
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 650
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 651
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 652
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 659
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 660
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 661
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 669
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 670
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 671
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 678
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 679
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 680
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 688
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 689
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 690
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 697
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 698
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 699
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 707
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 708
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 709
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 716
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 717
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 718
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 726
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 727
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 728
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 735
 Warning indentation Indentation 'method def' child 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. 745
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 746
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 747
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 754
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 755
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 756
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 764
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 765
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 766
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 773
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 774
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 775
 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. 784
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 785
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 792
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 793
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 794
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 802
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 803
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 804
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 811
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 812
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 813
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 821
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 822
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 823
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 830
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 831
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 832
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 840
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 841
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 842
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 849
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 850
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 851
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 859
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 860
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 861
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 868
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 869
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 870
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 878
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 879
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 880
 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. 888
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 889
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 897
 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
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 906
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 907
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 908
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 916
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 917
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 918
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 925
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 926
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 927
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 935
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 936
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 937
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 944
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 945
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 946
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 954
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 955
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 956
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 963
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 964
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 965
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 973
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 974
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 975
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 982
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 983
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 984
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 992
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 993
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 994
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 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. 1011
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1012
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1013
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 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. 1030
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1031
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1032
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1039
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1040
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1041
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1049
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1050
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1051
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1058
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1059
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1060
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1068
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1069
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1070
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1077
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1078
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1079
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1087
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1088
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1089
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1096
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1097
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1098
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1106
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1107
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1108
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 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. 1125
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1126
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1127
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1134
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1135
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1136
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1144
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1145
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1146
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1153
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1154
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1155
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 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. 1172
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1173
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1174
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1182
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1183
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1184
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1191
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1192
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1193
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1201
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1202
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1203
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1210
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1211
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1212
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1220
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1221
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1222

com/tunyk/mvn/plugins/htmlcompressor/HtmlCompressorMojoTest.java

Severity Category Rule Message Line
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 32
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 37
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 39
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 45
 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. 53
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 55
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 56
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 64
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 66
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 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. 76
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 77

com/tunyk/mvn/plugins/htmlcompressor/HtmlCompressorTest.java

Severity Category Rule Message Line
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 31
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 36
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 38
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 39
 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. 52
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 54
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 55
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 63
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 65
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 67
 Warning indentation Indentation '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. 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. 76
 Warning sizes LineLength Line is longer than 120 characters (found 150). 77
 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. 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. 83
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 84

com/tunyk/mvn/plugins/htmlcompressor/XmlCompressor.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 'member def modifier' has incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 43
 Warning indentation Indentation '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' child has incorrect indentation level 8, expected level should be 4. 55
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 56
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 64
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 65
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 66
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 67
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 69
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 70
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 71
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 73
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 74
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 75
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 77
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 78
 Warning indentation Indentation 'for rcurly' 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. 81
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 82
 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. 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
 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 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 120
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 127
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 128
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 129
 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. 146
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 147
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 148
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 156
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 157
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 158
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 165
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 166
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 167
 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

com/tunyk/mvn/plugins/htmlcompressor/XmlCompressorMojo.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.maven.plugin.AbstractMojo' 20
 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. 42
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 46
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 50
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 54
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 58
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 64
 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. 74
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 77
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 80
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 81
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 82
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 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' child has incorrect indentation level 12, expected level should be 6. 87
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 88
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 91
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 92
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 93
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 95
 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. 97
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 98
 Warning sizes LineLength Line is longer than 120 characters (found 147). 100
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 100
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 101
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 102
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 103
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 104
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 106
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 107
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 108
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 109
 Warning indentation Indentation 'catch rcurly' 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. 112
 Warning indentation Indentation 'method 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. 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. 137
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 138
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 145
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 146
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 147
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 155
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 156
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 157
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 164
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 165
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 166
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 174
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 175
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 176
 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. 193
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 194
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 195
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 202
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 203
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 204
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 212
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 213
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 214
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 221
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 222
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 223
 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. 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. 250
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 251
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 252

com/tunyk/mvn/plugins/htmlcompressor/XmlCompressorMojoTest.java

Severity Category Rule Message Line
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 32
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 37
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 39
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 45
 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. 53
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 55
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 56
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 64
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 66
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 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. 75
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 76

com/tunyk/mvn/plugins/htmlcompressor/XmlCompressorTest.java

Severity Category Rule Message Line
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 31
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 36
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 38
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 39
 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. 52
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 54
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 55
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 63
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 65
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 67
 Warning indentation Indentation '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. 71
 Warning sizes LineLength Line is longer than 120 characters (found 147). 72
 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. 74
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 75
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 78
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 79