Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
11 0 1462 0

Files

File  I  W  E
com/github/hazendaz/maven/yuicompressor_maven_plugin/HelpMojo.java 0 579 0
net/alchim31/maven/yuicompressor/Aggregation.java 0 142 0
net/alchim31/maven/yuicompressor/AggregationTestCase.java 0 147 0
net/alchim31/maven/yuicompressor/BasicRhinoShell.java 0 191 0
net/alchim31/maven/yuicompressor/ErrorReporter4Mojo.java 0 64 0
net/alchim31/maven/yuicompressor/JSLintChecker.java 0 17 0
net/alchim31/maven/yuicompressor/JSLintMojo.java 0 15 0
net/alchim31/maven/yuicompressor/MojoSupport.java 0 107 0
net/alchim31/maven/yuicompressor/SourceFile.java 0 34 0
net/alchim31/maven/yuicompressor/YuiCompressorMojo.java 0 166 0

Rules

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

Details

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

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

net/alchim31/maven/yuicompressor/Aggregation.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.codehaus.plexus.build.BuildContext' 35
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 45
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 48
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 51
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 54
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 57
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 60
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 63
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 66
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 69
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 76
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 77
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 78
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 86
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 87
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 88
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 96
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 97
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 98
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 106
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 107
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 108
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 116
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 117
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 118
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 133
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 134
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 135
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 152
 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. 156
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 157
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 158
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 159
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 160
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 161
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 163
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 164
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 165
 Warning indentation Indentation 'try' has incorrect indentation level 12, expected level should be 6. 166
 Warning indentation Indentation 'for' has incorrect indentation level 16, expected level should be 8. 167
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be 10. 168
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 169
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 170
 Warning indentation Indentation 'try' has incorrect indentation level 20, expected level should be 10. 171
 Warning indentation Indentation 'if' has incorrect indentation level 24, expected level should be 12. 172
 Warning indentation Indentation 'if' child has incorrect indentation level 28, expected level should be 14. 173
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 24, expected level should be 12. 174
 Warning indentation Indentation 'try' child has incorrect indentation level 24, expected level should be 12. 175
 Warning indentation Indentation 'if' has incorrect indentation level 24, expected level should be 12. 176
 Warning indentation Indentation 'if' child has incorrect indentation level 28, expected level should be 14. 177
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 24, expected level should be 12. 178
 Warning indentation Indentation 'if' has incorrect indentation level 24, expected level should be 12. 179
 Warning indentation Indentation 'if' child has incorrect indentation level 28, expected level should be 14. 180
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 24, expected level should be 12. 181
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 20, expected level should be 10. 182
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be 10. 183
 Warning indentation Indentation 'if' has incorrect indentation level 24, expected level should be 12. 184
 Warning indentation Indentation 'if' child has incorrect indentation level 28, expected level should be 14. 185
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 24, expected level should be 12. 186
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 187
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 188
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 16, expected level should be 8. 189
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 12, expected level should be 6. 190
 Warning indentation Indentation 'if rcurly' 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 rcurly' has incorrect indentation level 4, expected level should be 2. 193
 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' child has incorrect indentation level 8, expected level should be 4. 205
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 206
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 207
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 209
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 210
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 211
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 213
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 214
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 222
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 223
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 224
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 225
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 226
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 227
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 228
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 229
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 230
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 247
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 249
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 250
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 251
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 252
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 253
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 254
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 257
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 258
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 259
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 260
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 261
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 262
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 263
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 264
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 265
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 266
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 267
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 269
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 270
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 271
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 272
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 273
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 275
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 287
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 288
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 289
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 290
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 291
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 292
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 293
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 294
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 295
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 296
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 298
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 299
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 300
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 301
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 302
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 303
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 304
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 305
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 306
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 307
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 308
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 309
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 310
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 317
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 318
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 319
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 320
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 321
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 322
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 323
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 324
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 325

net/alchim31/maven/yuicompressor/AggregationTestCase.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.codehaus.plexus.build.DefaultBuildContext' 32
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 44
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 48
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 56
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 58
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 59
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 61
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 62
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 63
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 65
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 66
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 67
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 68
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 70
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 71
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 72
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 73
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 74
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 82
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 84
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 85
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 86
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 87
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 88
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 90
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 91
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 92
 Warning indentation Indentation 'method def' 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. 95
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 103
 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. 108
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 109
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 111
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 112
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 114
 Warning indentation Indentation 'method def' 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. 123
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 124
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 125
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 126
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 127
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 128
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 132
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 140
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 142
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 143
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 145
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 146
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 148
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 149
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 151
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 152
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 153
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 154
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 155
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 160
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 161
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 162
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 163
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 164
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 165
 Warning indentation Indentation 'method def 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. 179
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 180
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 182
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 183
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 185
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 186
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 188
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 189
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 190
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 191
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 192
 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. 204
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 206
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 207
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 209
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 210
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 212
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 213
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 214
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 215
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 217
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 218
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 219
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 220
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 224
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 232
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 234
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 235
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 237
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 238
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 240
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 241
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 243
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 244
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 245
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 246
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 247
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 251
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 259
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 261
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 262
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 264
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 265
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 267
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 268
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 270
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 271
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 272
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 273
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 274
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 275
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 279
 Warning indentation Indentation 'finally' child has incorrect indentation level 12, expected level should be 6. 280
 Warning indentation Indentation 'finally rcurly' has incorrect indentation level 8, expected level should be 4. 281
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 282
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 290
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 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. 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. 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. 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. 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. 308
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 309
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 310
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 311
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 316
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 317
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 318
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 320
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 322
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 323
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 325

net/alchim31/maven/yuicompressor/BasicRhinoShell.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.mozilla.javascript.Context' 64
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 77
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 80
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 88
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 91
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 94
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 96
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 98
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 99
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 103
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 112
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 114
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 115
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 116
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 119
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 120
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 125
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 126
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 128
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 132
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 133
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 134
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 135
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 136
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 137
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 138
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 139
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 140
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 141
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 143
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 144
 Warning indentation Indentation 'finally' child has incorrect indentation level 12, expected level should be 6. 145
 Warning indentation Indentation 'finally rcurly' has incorrect indentation level 8, expected level should be 4. 146
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 147
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 159
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 160
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 161
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 162
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 163
 Warning indentation Indentation 'for' has incorrect indentation level 16, expected level should be 8. 164
 Warning indentation Indentation 'for' child has incorrect indentation level 20, expected level should be 10. 165
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 16, expected level should be 8. 166
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 167
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 168
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 169
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 170
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 171
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 172
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 173
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 174
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 175
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 176
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 177
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 178
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 179
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 180
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 181
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 182
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 183
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 184
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 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' child has incorrect indentation level 8, expected level should be 4. 196
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 197
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 201
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 204
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 205
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 206
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 207
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 208
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 209
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 210
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 211
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 212
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 213
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 214
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 215
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 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' child has incorrect indentation level 8, expected level should be 4. 219
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 220
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 221
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 225
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 238
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 239
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 240
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 241
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 242
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 245
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 247
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 248
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 249
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 250
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 254
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 256
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 259
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 260
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 261
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 275
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 276
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 277
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 278
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 279
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 280
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 281
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 291
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 292
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 293
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 294
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 295
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 296
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 297
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 298
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 299
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 303
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 317
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 318
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 319
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 320
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 321
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 322
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 323
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 324
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 328
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 340
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 341
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 342
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 343
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 344
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 345
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 355
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 356
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 357
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 358
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 359
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 360
 Warning naming AbbreviationAsWordInName Abbreviation in name 'hitEOF' must contain no more than '1' consecutive capital letters. 360
 Warning indentation Indentation 'do..while' has incorrect indentation level 12, expected level should be 6. 361
 Warning indentation Indentation 'do..while' child has incorrect indentation level 16, expected level should be 8. 362
 Warning indentation Indentation 'do..while' child has incorrect indentation level 16, expected level should be 8. 363
 Warning indentation Indentation 'try' has incorrect indentation level 16, expected level should be 8. 364
 Warning indentation Indentation 'try' child has incorrect indentation level 20, expected level should be 10. 365
 Warning indentation Indentation 'while' has incorrect indentation level 20, expected level should be 10. 367
 Warning indentation Indentation 'while' child has incorrect indentation level 24, expected level should be 12. 368
 Warning indentation Indentation 'if' has incorrect indentation level 24, expected level should be 12. 369
 Warning indentation Indentation 'if' child has incorrect indentation level 28, expected level should be 14. 370
 Warning indentation Indentation 'if' child has incorrect indentation level 28, expected level should be 14. 371
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 24, expected level should be 12. 372
 Warning indentation Indentation 'while' child has incorrect indentation level 24, expected level should be 12. 373
 Warning indentation Indentation 'while' child has incorrect indentation level 24, expected level should be 12. 374
 Warning indentation Indentation 'if' has incorrect indentation level 24, expected level should be 12. 378
 Warning indentation Indentation 'if' child has incorrect indentation level 28, expected level should be 14. 379
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 24, expected level should be 12. 380
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 20, expected level should be 10. 381
 Warning indentation Indentation 'try' child has incorrect indentation level 20, expected level should be 10. 382
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be 10. 383
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 384
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 385
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 16, expected level should be 8. 386
 Warning indentation Indentation 'catch' child has incorrect indentation level 20, expected level should be 10. 388
 Warning indentation Indentation 'catch' child has incorrect indentation level 20, expected level should be 10. 389
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 16, expected level should be 8. 390
 Warning indentation Indentation 'catch' child has incorrect indentation level 20, expected level should be 10. 392
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 16, expected level should be 8. 393
 Warning indentation Indentation 'catch' child has incorrect indentation level 20, expected level should be 10. 394
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 16, expected level should be 8. 395
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 396
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 398
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 399
 Warning indentation Indentation 'do..while rcurly' has incorrect indentation level 12, expected level should be 6. 400
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 401
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 402
 Warning indentation Indentation 'try' has incorrect indentation level 12, expected level should be 6. 403
 Warning indentation Indentation 'try' child has incorrect indentation level 16, expected level should be 8. 406
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 12, expected level should be 6. 407
 Warning indentation Indentation 'catch' child has incorrect indentation level 16, expected level should be 8. 408
 Warning indentation Indentation 'catch' child has incorrect indentation level 16, expected level should be 8. 409
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 12, expected level should be 6. 410
 Warning indentation Indentation 'catch' child has incorrect indentation level 16, expected level should be 8. 411
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 12, expected level should be 6. 412
 Warning indentation Indentation 'catch' child has incorrect indentation level 16, expected level should be 8. 413
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 12, expected level should be 6. 414
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 415
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 416
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 424
 Warning naming MethodName Method name 'p' must match pattern '^[a-z][a-z0-9]\w*$'. 424
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 425
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 426

net/alchim31/maven/yuicompressor/ErrorReporter4Mojo.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.maven.plugin.logging.Log' 24
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 35
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 38
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 41
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 44
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 47
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 50
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 53
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 65
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 66
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 67
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 68
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 69
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 77
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 78
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 79
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 80
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 81
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 82
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 89
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 90
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 91
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 98
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 99
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 100
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 102
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 104
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 105
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 106
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 107
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 108
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 110
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 113
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 114
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 115
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 117
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 119
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 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. 122
 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. 143
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 144
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 145
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 146
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 147
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 148
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 149
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 150
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 151
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 152
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 153
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 154
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 155
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 156
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 157
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 158
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 159
 Warning indentation Indentation 'method def 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. 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

net/alchim31/maven/yuicompressor/JSLintChecker.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.codehaus.plexus.util.IOUtil' 28
 Warning naming AbbreviationAsWordInName Abbreviation in name 'JSLintChecker' must contain no more than '1' consecutive capital letters. 35
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 38
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 46
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 47
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 48
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 49
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 51
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 52
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 53
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 54
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 67
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 68
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 69
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 70
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 71
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 72

net/alchim31/maven/yuicompressor/JSLintMojo.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.maven.plugins.annotations.LifecyclePhase' 24
 Warning naming AbbreviationAsWordInName Abbreviation in name 'JSLintMojo' must contain no more than '1' consecutive capital letters. 31
 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. 36
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 38
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 39
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 41
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 43
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 44
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 46
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 49
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 51
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 53
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 54
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 55

net/alchim31/maven/yuicompressor/MojoSupport.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.inject.Inject' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.maven.model.Resource' 29
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 45
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 50
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 56
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 62
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 68
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 74
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 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. 96
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 100
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 104
 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. 116
 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 'method def modifier' has incorrect indentation level 4, expected level should be 2. 128
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 130
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 131
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 132
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 133
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 135
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 136
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 137
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 139
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 141
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 142
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 143
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 144
 Warning indentation Indentation 'for' has incorrect indentation level 16, expected level should be 8. 145
 Warning indentation Indentation 'for' child has incorrect indentation level 20, expected level should be 10. 146
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be 10. 147
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 148
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 149
 Warning indentation Indentation 'for' child has incorrect indentation level 20, expected level should be 10. 150
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 16, expected level should be 8. 152
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 153
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 154
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 155
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 156
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 157
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 158
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 159
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 160
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 162
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 164
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 165
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 166
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 167
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 174
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 182
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 190
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 192
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 212
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 214
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 215
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 216
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 217
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 218
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 220
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 221
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 222
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 223
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 224
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 225
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 226
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 227
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 228
 Warning naming LocalVariableName Local variable name 'dScanner' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 228
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 229
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 230
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 231
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 232
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 233
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 235
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 236
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 237
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 238
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 239
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 241
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 242
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 243
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 244
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 245
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 246
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 247
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 249
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 251
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 252
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 253
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 254
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 255
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 256
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 257
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 258
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 259
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 260
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 261
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 262
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 264
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 265
 Warning indentation Indentation 'for rcurly' 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. 280

net/alchim31/maven/yuicompressor/SourceFile.java

Severity Category Rule Message Line
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 30
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 33
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 36
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 39
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 42
 Warning indentation Indentation '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' child has incorrect indentation level 8, expected level should be 4. 59
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 60
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 61
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 62
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 63
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 64
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 65
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 66
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 67
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 68
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 75
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 76
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 77
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 78
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 79
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 80
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 81
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 82
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 83
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 84
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 94
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 95
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 96
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 103
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 104
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 105

net/alchim31/maven/yuicompressor/YuiCompressorMojo.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.io.File' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.maven.plugin.MojoExecutionException' 39
 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. 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 'member def modifier' has incorrect indentation level 4, expected level should be 2. 83
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 89
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 95
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 102
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 109
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 115
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 119
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 125
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 129
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 133
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 137
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 140
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 143
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 145
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 147
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 148
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 150
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 152
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 153
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 154
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 156
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 157
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 158
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 159
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 161
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 163
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 164
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 166
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 168
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 169
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 170
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 171
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 179
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 180
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 181
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 182
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 183
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 184
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 186
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 188
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 189
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be 10. 190
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 191
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 194
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 195
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 197
 Warning indentation Indentation 'else' child has incorrect indentation level 24, expected level should be 12. 198
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 20, expected level should be 10. 199
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 200
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 201
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 202
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 203
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 205
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 207
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 208
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 209
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 210
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 211
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 212
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 213
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 214
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 215
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 216
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 217
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 218
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 219
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 221
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 222
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 223
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 225
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 226
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 227
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 228
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 229
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 230
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 231
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 232
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 234
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 235
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 236
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 237
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 238
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 240
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 241
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 242
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 243
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 245
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 251
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 252
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 253
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 254
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 255
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 256
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 257
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 258
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 259
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 260
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 261
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 262
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 264
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 265
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 266
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 267
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 268
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 269
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 270
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 271
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 272
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 273
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 275
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 276
 Warning indentation Indentation 'if rcurly' 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. 279
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 280
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 281
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 282
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 284
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 285
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 286
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 289
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 290
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 292
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 294
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 295
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 297
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 298
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 299
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 300
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 310
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 311
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 312
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 313
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 314
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 315
 Warning sizes LineLength Line is longer than 120 characters (found 124). 316
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 318
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 319
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 332
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 333
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 334
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 335
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 336
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 337
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 338
 Warning indentation Indentation 'block' child has incorrect indentation level 24, expected level should be one of the following: 20, 22. 341
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 344
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 345
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 346
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 347
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 359
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 360
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 361
 Warning naming LocalVariableName Local variable name 'vX' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 361
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 362
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 363
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 373
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 374
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 375
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 376