Checkstyle Results
The following document contains the results of Checkstyle 10.18.1 with checkstyle.xml ruleset.
Summary
Files | Info | Warnings | Errors |
---|---|---|---|
11 | 0 | 1488 | 0 |
Files
Rules
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | LeftCurly
|
62 | Warning |
RightCurly
|
9 | Warning | |
RightCurly
|
9 | Warning | |
coding | VariableDeclarationUsageDistance | 5 | Warning |
imports | CustomImportOrder
|
14 | Warning |
indentation | Indentation
|
1045 | Warning |
javadoc | RequireEmptyLineBeforeBlockTagGroup | 1 | Warning |
naming | AbbreviationAsWordInName
|
1 | Warning |
LocalVariableName
|
1 | Warning | |
PackageName
|
1 | Warning | |
sizes | LineLength
|
7 | Error |
whitespace | ParenPad
|
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 | 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' | 36 |
Warning | indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 45 |
Warning | indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 48 |
Warning | indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 51 |
Warning | indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 54 |
Warning | indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 69 |
Warning | indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 70 |
Warning | indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 71 |
Warning | indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 72 |
Warning | indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 73 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 83 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 84 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 85 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 86 |
Warning | indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 87 |
Warning | indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 88 |
Warning | indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 91 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 92 |
Warning | indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 93 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 94 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 95 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 96 |
Warning | indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 97 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 98 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 99 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 100 |
Warning | indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 101 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 102 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 103 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 116 |
Warning | indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 117 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 118 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 119 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 120 |
Warning | indentation | Indentation | 'for 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. | 139 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 141 |
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). | 142 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 142 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 143 |
Warning | indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 144 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 145 |
Warning | indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 146 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 147 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 148 |
Warning | indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 149 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 150 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 151 |
Warning | indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 152 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 153 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 154 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 155 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 156 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 170 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 172 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 173 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 174 |
Warning | indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 175 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 176 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 177 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 178 |
Warning | indentation | Indentation | 'method def 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. | 189 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'getElapsedHMSTime' must contain no more than '1' consecutive capital letters. | 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' child has incorrect indentation level 8, expected level should be 4. | 192 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 193 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 194 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 195 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 196 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 203 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 204 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 205 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 216 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 217 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 218 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 219 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 226 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 227 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 228 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 236 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 237 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 238 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 245 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 246 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 247 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 255 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 256 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 257 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 264 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 265 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 266 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 274 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 275 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 276 |
com/tunyk/mvn/plugins/htmlcompressor/FileToolTest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.json.JSONException' | 25 |
Warning | indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 40 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 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. | 61 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 63 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 64 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 72 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 74 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 76 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 77 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 79 |
Warning | indentation | Indentation | 'method def' 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. | 88 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 89 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 97 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 99 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 101 |
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). | 102 |
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. | 108 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 109 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 110 |
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. | 116 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 117 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 118 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 122 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 123 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 133 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 135 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 137 |
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). | 138 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 138 |
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). | 139 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 139 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 140 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 141 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 142 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 143 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 144 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 148 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 149 |
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. | 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 | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 58 |
Warning | indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 68 |
Warning | indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 69 |
Warning | indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 70 |
Warning | indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 71 |
Warning | indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 87 |
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' child has incorrect indentation level 8, expected level should be 4. | 91 |
Warning | indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 92 |
Warning | indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 93 |
Warning | indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 94 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 102 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 103 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 104 |
Warning | indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 105 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 107 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 108 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 109 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 111 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 112 |
Warning | indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 113 |
Warning | indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 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' child has incorrect indentation level 8, expected level should be 4. | 119 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 120 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 121 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 123 |
Warning | indentation | Indentation | 'if rcurly' 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. | 132 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 133 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 134 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 142 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 143 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 144 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 151 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 152 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 153 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 161 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 162 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 163 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 170 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 171 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 172 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 180 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 181 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 182 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 189 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 190 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 191 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 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. | 208 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 209 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 210 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 218 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 219 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 220 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 227 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 228 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 229 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 237 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 238 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 239 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 246 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 247 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 248 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 256 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 257 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 258 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 265 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 266 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 267 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 275 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 276 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 277 |
com/tunyk/mvn/plugins/htmlcompressor/HtmlCompressorMojo.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'java.io.File' | 26 |
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.maven.plugin.AbstractMojo' | 38 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 161). | 51 |
Warning | indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 51 |
Warning | indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 59 |
Warning | indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 66 |
Warning | indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 70 |
Warning | indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 74 |
Warning | indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 78 |
Warning | indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 82 |
Warning | indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 86 |
Warning | indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 90 |
Warning | indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 94 |
Warning | indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 98 |
Warning | indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 102 |
Warning | indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 106 |
Warning | indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 110 |
Warning | indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 114 |
Warning | indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 118 |
Warning | indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 122 |
Warning | indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 126 |
Warning | indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 130 |
Warning | indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 134 |
Warning | indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 138 |
Warning | indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 142 |
Warning | indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 147 |
Warning | indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 152 |
Warning | indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 156 |
Warning | indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 161 |
Warning | indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 166 |
Warning | indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 170 |
Warning | indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 174 |
Warning | indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 178 |
Warning | indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 182 |
Warning | indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 188 |
Warning | indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 192 |
Warning | indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 196 |
Warning | indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 200 |
Warning | indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 206 |
Warning | indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 212 |
Warning | indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 219 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 147). | 226 |
Warning | indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 226 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 154). | 232 |
Warning | indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 232 |
Warning | indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 236 |
Warning | indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 242 |
Warning | indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 248 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 251 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 254 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 255 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 256 |
Warning | indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 257 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 259 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 260 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 261 |
Warning | indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 262 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 264 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 265 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 266 |
Warning | indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 267 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 269 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 270 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 273 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 274 |
Warning | indentation | Indentation | 'if rcurly' 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. | 277 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 278 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 279 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 280 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 281 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 150). | 283 |
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 | 'method def' child has incorrect indentation level 8, expected level should be 4. | 305 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 306 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 307 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 309 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 310 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 311 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 313 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 314 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 315 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 316 |
Warning | indentation | Indentation | 'for' has incorrect indentation level 20, expected level should be 10. | 317 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 24, expected level should be 12. | 318 |
Warning | indentation | Indentation | 'for rcurly' has incorrect indentation level 20, expected level should be 10. | 319 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 320 |
Warning | indentation | Indentation | 'if rcurly' 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 | 'if' child has incorrect indentation level 16, expected level should be 8. | 324 |
Warning | indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 325 |
Warning | indentation | Indentation | 'else' child has incorrect indentation level 16, expected level should be 8. | 326 |
Warning | indentation | Indentation | 'else rcurly' has incorrect indentation level 12, expected level should be 6. | 327 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 329 |
Warning | indentation | Indentation | 'if rcurly' 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. | 332 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 333 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 334 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 335 |
Warning | indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be 6. | 336 |
Warning | indentation | Indentation | 'if' 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. | 339 |
Warning | indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 340 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 341 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 343 |
Warning | indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 344 |
Warning | indentation | Indentation | 'for rcurly' has incorrect indentation level 12, expected level should be 6. | 345 |
Warning | indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 346 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 347 |
Warning | indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be 6. | 348 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 349 |
Warning | indentation | Indentation | 'try' has incorrect indentation level 20, expected level should be 10. | 350 |
Warning | indentation | Indentation | 'try' child has incorrect indentation level 24, expected level should be 12. | 351 |
Warning | indentation | Indentation | 'try rcurly' has incorrect indentation level 20, expected level should be 10. | 352 |
Warning | indentation | Indentation | 'catch' child has incorrect indentation level 24, expected level should be 12. | 353 |
Warning | indentation | Indentation | 'catch rcurly' has incorrect indentation level 20, expected level should be 10. | 354 |
Warning | indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 355 |
Warning | indentation | Indentation | 'for rcurly' has incorrect indentation level 12, expected level should be 6. | 356 |
Warning | indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 357 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 358 |
Warning | indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be 6. | 359 |
Warning | indentation | Indentation | 'try' has incorrect indentation level 16, expected level should be 8. | 360 |
Warning | indentation | Indentation | 'try' child has incorrect indentation level 20, expected level should be 10. | 361 |
Warning | indentation | Indentation | 'for' has incorrect indentation level 20, expected level should be 10. | 362 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 24, expected level should be 12. | 363 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 28, expected level should be 14. | 364 |
Warning | indentation | Indentation | 'if rcurly' has incorrect indentation level 24, expected level should be 12. | 365 |
Warning | indentation | Indentation | 'for rcurly' has incorrect indentation level 20, expected level should be 10. | 366 |
Warning | indentation | Indentation | 'try rcurly' has incorrect indentation level 16, expected level should be 8. | 367 |
Warning | indentation | Indentation | 'catch' child has incorrect indentation level 20, expected level should be 10. | 368 |
Warning | indentation | Indentation | 'catch rcurly' has incorrect indentation level 16, expected level should be 8. | 369 |
Warning | indentation | Indentation | 'for rcurly' has incorrect indentation level 12, expected level should be 6. | 370 |
Warning | indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 371 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 372 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 373 |
Warning | indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 375 |
Warning | indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 376 |
Warning | indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 377 |
Warning | indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 378 |
Warning | indentation | Indentation | 'catch rcurly' 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. | 382 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 384 |
Warning | indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 385 |
Warning | indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 386 |
Warning | indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 387 |
Warning | indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 388 |
Warning | indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 389 |
Warning | indentation | Indentation | 'catch rcurly' 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. | 393 |
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. | 401 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 405 |
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. | 407 |
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. | 415 |
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. | 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. | 432 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 433 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 434 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 436 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 438 |
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. | 442 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 443 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 447 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 449 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 450 |
Warning | indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 451 |
Warning | indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 452 |
Warning | indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 453 |
Warning | indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 454 |
Warning | indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 455 |
Warning | indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 456 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 458 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 459 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 466 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 467 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 468 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 476 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 477 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 478 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 487 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 489 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 490 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 500 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 502 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 503 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 510 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 511 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 512 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 520 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 521 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 522 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 529 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 530 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 531 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 539 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 540 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 541 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 548 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 549 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 550 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 558 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 559 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 560 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 567 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 568 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 569 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 577 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 578 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 579 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 586 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 587 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 588 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 596 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 597 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 598 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 605 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 606 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 607 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 615 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 616 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 617 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 624 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 625 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 626 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 634 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 635 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 636 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 643 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 644 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 645 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 653 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 654 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 655 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 662 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 663 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 664 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 672 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 673 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 674 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 681 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 682 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 683 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 691 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 692 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 693 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 700 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 701 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 702 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 710 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 711 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 712 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 719 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 720 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 721 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 729 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 730 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 731 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 738 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 739 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 740 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 748 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 749 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 750 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 757 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 758 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 759 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 767 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 768 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 769 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 776 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 777 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 778 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 786 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 787 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 788 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 795 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 796 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 797 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 805 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 806 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 807 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 814 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 815 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 816 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 824 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 825 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 826 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 833 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 834 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 835 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 843 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 844 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 845 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 852 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 853 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 854 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 862 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 863 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 864 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 871 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 872 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 873 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 881 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 882 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 883 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 890 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 891 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 892 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 900 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 901 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 902 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 909 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 910 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 911 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 919 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 920 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 921 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 928 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 929 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 930 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 938 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 939 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 940 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 947 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 948 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 949 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 957 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 958 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 959 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 966 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 967 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 968 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 976 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 977 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 978 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 985 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 986 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 987 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 995 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 996 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 997 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1004 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1005 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1006 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1014 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1015 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1016 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1023 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1024 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1025 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1033 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1034 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1035 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1042 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1043 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1044 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1052 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1053 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1054 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1061 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1062 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1063 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1071 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1072 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1073 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1080 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1081 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1082 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1090 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1091 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1092 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1099 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1100 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1101 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1109 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1110 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1111 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1118 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1119 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1120 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1128 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1129 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1130 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1137 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1138 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1139 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1147 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1148 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1149 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1156 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1157 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1158 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1166 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1167 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1168 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1175 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1176 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1177 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1185 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1186 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1187 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1194 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1195 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1196 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1204 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1205 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1206 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1213 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1214 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1215 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1223 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1224 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1225 |
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. | 35 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 40 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 42 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 43 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 48 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 50 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 51 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 56 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 58 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 59 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 67 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 69 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 71 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 72 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 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. | 79 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 80 |
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. | 34 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 39 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 41 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 42 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 47 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 49 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 50 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 55 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 57 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 58 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 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. | 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. | 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. | 79 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 150). | 80 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 80 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 81 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 82 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 83 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 86 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 87 |
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. | 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 | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 56 |
Warning | indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 57 |
Warning | indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 58 |
Warning | indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 59 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 67 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 68 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 69 |
Warning | indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 70 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 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 | 'if' has incorrect indentation level 8, expected level should be 4. | 76 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 77 |
Warning | indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 78 |
Warning | indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 80 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 81 |
Warning | indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 82 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 84 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 85 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 92 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 93 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 94 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 102 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 103 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 104 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 111 |
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. | 121 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 122 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 123 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 130 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 131 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 132 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 140 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 141 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 142 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 149 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 150 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 151 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 159 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 160 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 161 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 168 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 169 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 170 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 178 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 179 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 180 |
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' | 23 |
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. | 45 |
Warning | indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 49 |
Warning | indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 53 |
Warning | indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 57 |
Warning | indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 61 |
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. | 73 |
Warning | indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 77 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 80 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 83 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 84 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 85 |
Warning | indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 86 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 88 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 89 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 90 |
Warning | indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 91 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 94 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 95 |
Warning | indentation | Indentation | 'if rcurly' 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 | 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 | sizes | LineLength | Line is longer than 120 characters (found 147). | 103 |
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 | 'try' has incorrect indentation level 8, expected level should be 4. | 109 |
Warning | indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 110 |
Warning | indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 111 |
Warning | indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 112 |
Warning | indentation | Indentation | 'catch rcurly' 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. | 115 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 116 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 125 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 127 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 128 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 138 |
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 |
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. | 35 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 40 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 42 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 43 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 48 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 50 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 51 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 56 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 58 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 59 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 67 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 69 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 71 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 72 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 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. | 78 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 79 |
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. | 34 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 39 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 41 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 42 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 47 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 49 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 50 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 55 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 57 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 58 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 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. | 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. | 74 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 147). | 75 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 75 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 76 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 77 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 78 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 81 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 82 |