Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
93 0 589 0

Files

File  I  W  E
org/mybatis/maven/migrations_maven_plugin/HelpMojo.java 0 578 0
org/mybatis/maven/mvnmigrate/AbstractCommandMojo.java 0 1 0
org/mybatis/maven/mvnmigrate/CheckCommandMojo.java 0 2 0
org/mybatis/maven/mvnmigrate/InitCommandMojo.java 0 2 0
org/mybatis/maven/mvnmigrate/ScriptCommandMojo.java 0 1 0
org/mybatis/maven/mvnmigrate/report/MigrationStatusReportView.java 0 1 0
org/mybatis/maven/mvnmigrate/report/StatusCommandReportMojo.java 0 1 0
org/mybatis/maven/mvnmigrate/util/MavenOutputStream.java 0 3 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"
15  Warning
indentation Indentation
  • throwsIndent: "4"
  • arrayInitIndent: "2"
  • caseIndent: "2"
  • basicOffset: "2"
  • braceAdjustment: "2"
  • lineWrappingIndentation: "4"
152  Warning
javadoc JavadocParagraph 4  Warning
RequireEmptyLineBeforeBlockTagGroup 1  Warning
SummaryJavadoc
  • forbiddenSummaryFragments: "^@return the *|^This method returns |^A [{]@code [a-zA-Z0-9]+[}]( is a )"
1  Warning
naming LocalVariableName
  • format: "^[a-z]([a-z0-9][a-zA-Z0-9]*)?$"
1  Warning
PackageName
  • format: "^[a-z]+(\.[a-z][a-z0-9]*)*$"
1  Warning
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

org/mybatis/maven/migrations_maven_plugin/HelpMojo.java

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

org/mybatis/maven/mvnmigrate/AbstractCommandMojo.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.ibatis.migration.commands.BaseCommand' 24

org/mybatis/maven/mvnmigrate/CheckCommandMojo.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.ibatis.migration.Change' 21
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 63

org/mybatis/maven/mvnmigrate/InitCommandMojo.java

Severity Category Rule Message Line
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 25
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 25

org/mybatis/maven/mvnmigrate/ScriptCommandMojo.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.ibatis.migration.commands.ScriptCommand' 22

org/mybatis/maven/mvnmigrate/report/MigrationStatusReportView.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.ibatis.migration.Change' 23

org/mybatis/maven/mvnmigrate/report/StatusCommandReportMojo.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.ibatis.migration.Change' 25

org/mybatis/maven/mvnmigrate/util/MavenOutputStream.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.maven.plugin.logging.Log' 21
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 25
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 25