Checkstyle Results

The following document contains the results of Checkstyle 10.12.6 with checkstyle-4space.xml ruleset.

Summary

Files  Info  Warnings  Errors
6 0 571 0

Files

File  I  W  E
com/github/hazendaz/maven/makeself_maven_plugin/HelpMojo.java 0 560 0
com/hazendaz/maven/makeself/MakeselfMojo.java 0 9 0
com/hazendaz/maven/makeself/PortableGit.java 0 2 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"
13  Warning
indentation Indentation
  • throwsIndent: "8"
  • arrayInitIndent: "4"
  • caseIndent: "4"
  • basicOffset: "4"
  • braceAdjustment: "4"
  • lineWrappingIndentation: "8"
134  Warning
javadoc JavadocParagraph 2  Warning
RequireEmptyLineBeforeBlockTagGroup 1  Warning
SummaryJavadoc
  • forbiddenSummaryFragments: "^@return the *|^This method returns |^A [{]@code [a-zA-Z0-9]+[}]( is a )"
5  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

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

Severity Category Rule Message Line
 Warning naming PackageName Package name 'com.github.hazendaz.maven.makeself_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 indentation Indentation 'extends' has incorrect indentation level 4, expected level should be 8. 29
 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 4. 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 indentation Indentation 'throws' has incorrect indentation level 8, expected level should be 12. 66
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 67
 Warning indentation Indentation 'method def lcurly' has incorrect indentation level 4, expected level should be one of the following: 8, 12. 67
 Warning whitespace ParenPad '(' is followed by whitespace. 68
 Warning whitespace ParenPad ')' is preceded with whitespace. 68
 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 'try lcurly' has incorrect indentation level 8, expected level should be one of the following: 12, 16. 70
 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 lcurly' has incorrect indentation level 12, expected level should be one of the following: 16, 20. 72
 Warning whitespace ParenPad '(' is followed by whitespace. 73
 Warning whitespace ParenPad ')' is preceded with whitespace. 73
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be one of the following: 16, 20. 74
 Warning naming LocalVariableName Local variable name 'dBuilder' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 76
 Warning whitespace ParenPad '(' is followed by whitespace. 77
 Warning whitespace ParenPad ')' is preceded with whitespace. 77
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be one of the following: 12, 16. 78
 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 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 lcurly' has incorrect indentation level 8, expected level should be one of the following: 12, 16. 80
 Warning whitespace ParenPad '(' is followed by whitespace. 81
 Warning whitespace ParenPad ')' is preceded with whitespace. 81
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be one of the following: 12, 16. 82
 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 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 lcurly' has incorrect indentation level 8, expected level should be one of the following: 12, 16. 84
 Warning whitespace ParenPad '(' is followed by whitespace. 85
 Warning whitespace ParenPad ')' is preceded with whitespace. 85
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be one of the following: 12, 16. 86
 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 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 lcurly' has incorrect indentation level 8, expected level should be one of the following: 12, 16. 88
 Warning whitespace ParenPad '(' is followed by whitespace. 89
 Warning whitespace ParenPad ')' is preceded with whitespace. 89
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be one of the following: 12, 16. 90
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be one of the following: 8, 12. 91
 Warning indentation Indentation 'throws' has incorrect indentation level 8, expected level should be 12. 98
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 99
 Warning indentation Indentation 'method def lcurly' has incorrect indentation level 4, expected level should be one of the following: 8, 12. 99
 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 lcurly' has incorrect indentation level 8, expected level should be one of the following: 12, 16. 101
 Warning whitespace ParenPad '(' is followed by whitespace. 102
 Warning whitespace ParenPad ')' is preceded with whitespace. 102
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be one of the following: 12, 16. 104
 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 lcurly' has incorrect indentation level 8, expected level should be one of the following: 12, 16. 106
 Warning whitespace ParenPad '(' is followed by whitespace. 107
 Warning whitespace ParenPad ')' is preceded with whitespace. 107
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be one of the following: 12, 16. 109
 Warning whitespace ParenPad '(' is followed by whitespace. 114
 Warning whitespace ParenPad ')' is preceded with whitespace. 114
 Warning whitespace ParenPad '(' is followed by whitespace. 117
 Warning whitespace ParenPad ')' is preceded with whitespace. 117
 Warning whitespace ParenPad '(' is followed by whitespace. 118
 Warning whitespace ParenPad ')' is preceded with whitespace. 118
 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 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 lcurly' has incorrect indentation level 8, expected level should be one of the following: 12, 16. 121
 Warning whitespace ParenPad '(' is followed by whitespace. 122
 Warning whitespace ParenPad ')' is preceded with whitespace. 122
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be one of the following: 12, 16. 123
 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 blocks LeftCurly '{' at column 9 should be on the previous line. 125
 Warning indentation Indentation 'else lcurly' has incorrect indentation level 8, expected level should be one of the following: 12, 16. 125
 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 lcurly' has incorrect indentation level 12, expected level should be one of the following: 16, 20. 127
 Warning whitespace ParenPad '(' is followed by whitespace. 128
 Warning whitespace ParenPad ')' is preceded with whitespace. 128
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be one of the following: 16, 20. 129
 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 blocks LeftCurly '{' at column 13 should be on the previous line. 131
 Warning indentation Indentation 'else lcurly' has incorrect indentation level 12, expected level should be one of the following: 16, 20. 131
 Warning whitespace ParenPad '(' is followed by whitespace. 132
 Warning whitespace ParenPad ')' is preceded with whitespace. 132
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be one of the following: 16, 20. 133
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be one of the following: 12, 16. 134
 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 whitespace ParenPad '(' is followed by whitespace. 136
 Warning whitespace ParenPad ')' is preceded with whitespace. 136
 Warning whitespace ParenPad '(' is followed by whitespace. 139
 Warning whitespace ParenPad ')' is preceded with whitespace. 139
 Warning whitespace ParenPad '(' is followed by whitespace. 141
 Warning whitespace ParenPad ')' is preceded with whitespace. 141
 Warning whitespace ParenPad '(' is followed by whitespace. 143
 Warning whitespace ParenPad ')' is preceded with whitespace. 143
 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 lcurly' has incorrect indentation level 8, expected level should be one of the following: 12, 16. 146
 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 whitespace ParenPad '(' is followed by whitespace. 148
 Warning whitespace ParenPad ')' is preceded with whitespace. 148
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be one of the following: 12, 16. 149
 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 lcurly' has incorrect indentation level 8, expected level should be one of the following: 12, 16. 152
 Warning whitespace ParenPad '(' is followed by whitespace. 153
 Warning whitespace ParenPad ')' is preceded with whitespace. 153
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be one of the following: 12, 16. 154
 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 lcurly' has incorrect indentation level 8, expected level should be one of the following: 12, 16. 157
 Warning whitespace ParenPad '(' is followed by whitespace. 158
 Warning whitespace ParenPad ')' is preceded with whitespace. 158
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be one of the following: 12, 16. 159
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be one of the following: 8, 12. 160
 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 lcurly' has incorrect indentation level 4, expected level should be one of the following: 8, 12. 164
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be one of the following: 8, 12. 166
 Warning whitespace ParenPad '(' is followed by whitespace. 168
 Warning whitespace ParenPad ')' is preceded with whitespace. 168
 Warning indentation Indentation 'throws' has incorrect indentation level 8, expected level should be 12. 169
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 170
 Warning indentation Indentation 'method def lcurly' has incorrect indentation level 4, expected level should be one of the following: 8, 12. 170
 Warning whitespace ParenPad '(' is followed by whitespace. 171
 Warning whitespace ParenPad ')' is preceded with whitespace. 171
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be one of the following: 8, 12. 172
 Warning whitespace ParenPad '(' is followed by whitespace. 174
 Warning whitespace ParenPad ')' is preceded with whitespace. 174
 Warning indentation Indentation 'throws' has incorrect indentation level 8, expected level should be 12. 175
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 176
 Warning indentation Indentation 'method def lcurly' has incorrect indentation level 4, expected level should be one of the following: 8, 12. 176
 Warning whitespace ParenPad '(' is followed by whitespace. 177
 Warning whitespace ParenPad ')' is preceded with whitespace. 177
 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 lcurly' has incorrect indentation level 8, expected level should be one of the following: 12, 16. 179
 Warning whitespace ParenPad '(' is followed by whitespace. 180
 Warning whitespace ParenPad ')' is preceded with whitespace. 180
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be one of the following: 12, 16. 181
 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 lcurly' has incorrect indentation level 8, expected level should be one of the following: 12, 16. 183
 Warning whitespace ParenPad '(' is followed by whitespace. 184
 Warning whitespace ParenPad ')' is preceded with whitespace. 184
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be one of the following: 12, 16. 185
 Warning whitespace ParenPad '(' is followed by whitespace. 186
 Warning whitespace ParenPad ')' is preceded with whitespace. 186
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be one of the following: 8, 12. 187
 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 lcurly' has incorrect indentation level 4, expected level should be one of the following: 8, 12. 190
 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 lcurly' has incorrect indentation level 8, expected level should be one of the following: 12, 16. 194
 Warning whitespace ParenPad '(' is followed by whitespace. 195
 Warning whitespace ParenPad ')' is preceded with whitespace. 195
 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 lcurly' has incorrect indentation level 12, expected level should be one of the following: 16, 20. 197
 Warning whitespace ParenPad '(' is followed by whitespace. 198
 Warning whitespace ParenPad ')' is preceded with whitespace. 198
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be one of the following: 16, 20. 199
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be one of the following: 12, 16. 200
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be one of the following: 8, 12. 202
 Warning whitespace ParenPad '(' is followed by whitespace. 204
 Warning whitespace ParenPad ')' is preceded with whitespace. 204
 Warning indentation Indentation 'throws' has incorrect indentation level 8, expected level should be 12. 205
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 206
 Warning indentation Indentation 'method def lcurly' has incorrect indentation level 4, expected level should be one of the following: 8, 12. 206
 Warning whitespace ParenPad '(' is followed by whitespace. 207
 Warning whitespace ParenPad ')' is preceded with whitespace. 207
 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 lcurly' has incorrect indentation level 8, expected level should be one of the following: 12, 16. 209
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be one of the following: 12, 16. 211
 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 lcurly' has incorrect indentation level 8, expected level should be one of the following: 12, 16. 213
 Warning whitespace ParenPad '(' is followed by whitespace. 214
 Warning whitespace ParenPad ')' is preceded with whitespace. 214
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be one of the following: 12, 16. 215
 Warning whitespace ParenPad '(' is followed by whitespace. 216
 Warning whitespace ParenPad ')' is preceded with whitespace. 216
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be one of the following: 8, 12. 217
 Warning whitespace ParenPad '(' is followed by whitespace. 219
 Warning whitespace ParenPad ')' is preceded with whitespace. 219
 Warning indentation Indentation 'throws' has incorrect indentation level 8, expected level should be 12. 220
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 221
 Warning indentation Indentation 'method def lcurly' has incorrect indentation level 4, expected level should be one of the following: 8, 12. 221
 Warning whitespace ParenPad '(' is followed by whitespace. 222
 Warning whitespace ParenPad ')' is preceded with whitespace. 222
 Warning whitespace ParenPad '(' is followed by whitespace. 223
 Warning whitespace ParenPad ')' is preceded with whitespace. 223
 Warning whitespace ParenPad '(' is followed by whitespace. 224
 Warning whitespace ParenPad ')' is preceded with whitespace. 224
 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 lcurly' has incorrect indentation level 8, expected level should be one of the following: 12, 16. 226
 Warning whitespace ParenPad '(' is followed by whitespace. 227
 Warning whitespace ParenPad ')' is preceded with whitespace. 227
 Warning whitespace ParenPad '(' is followed by whitespace. 228
 Warning whitespace ParenPad ')' is preceded with whitespace. 228
 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 lcurly' has incorrect indentation level 12, expected level should be one of the following: 16, 20. 230
 Warning whitespace ParenPad '(' is followed by whitespace. 231
 Warning whitespace ParenPad ')' is preceded with whitespace. 231
 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 lcurly' has incorrect indentation level 16, expected level should be one of the following: 20, 24. 233
 Warning whitespace ParenPad '(' is followed by whitespace. 234
 Warning whitespace ParenPad ')' is preceded with whitespace. 234
 Warning whitespace ParenPad '(' is followed by whitespace. 235
 Warning whitespace ParenPad ')' is preceded with whitespace. 235
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be one of the following: 20, 24. 236
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be one of the following: 16, 20. 237
 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 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 lcurly' has incorrect indentation level 12, expected level should be one of the following: 16, 20. 239
 Warning whitespace ParenPad '(' is followed by whitespace. 240
 Warning whitespace ParenPad ')' is preceded with whitespace. 240
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be one of the following: 16, 20. 241
 Warning whitespace ParenPad '(' is followed by whitespace. 242
 Warning whitespace ParenPad ')' is preceded with whitespace. 242
 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 lcurly' has incorrect indentation level 12, expected level should be one of the following: 16, 20. 245
 Warning whitespace ParenPad '(' is followed by whitespace. 246
 Warning whitespace ParenPad ')' is preceded with whitespace. 246
 Warning whitespace ParenPad '(' is followed by whitespace. 247
 Warning whitespace ParenPad ')' is preceded with whitespace. 247
 Warning whitespace ParenPad '(' is followed by whitespace. 248
 Warning whitespace ParenPad ')' is preceded with whitespace. 248
 Warning whitespace ParenPad '(' is followed by whitespace. 249
 Warning whitespace ParenPad ')' is preceded with whitespace. 249
 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 lcurly' has incorrect indentation level 16, expected level should be one of the following: 20, 24. 252
 Warning whitespace ParenPad '(' is followed by whitespace. 253
 Warning whitespace ParenPad ')' is preceded with whitespace. 253
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 16, expected level should be one of the following: 20, 24. 254
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be one of the following: 16, 20. 255
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be one of the following: 12, 16. 256
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be one of the following: 8, 12. 257
 Warning whitespace ParenPad '(' is followed by whitespace. 259
 Warning whitespace ParenPad ')' is preceded with whitespace. 259
 Warning indentation Indentation 'throws' has incorrect indentation level 8, expected level should be 12. 260
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 261
 Warning indentation Indentation 'method def lcurly' has incorrect indentation level 4, expected level should be one of the following: 8, 12. 261
 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 whitespace ParenPad '(' is followed by whitespace. 263
 Warning whitespace ParenPad ')' is preceded with whitespace. 263
 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 indentation Indentation 'if lcurly' has incorrect indentation level 8, expected level should be one of the following: 12, 16. 267
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be one of the following: 12, 16. 268
 Warning whitespace ParenPad '(' is followed by whitespace. 268
 Warning whitespace ParenPad ')' is preceded with whitespace. 268
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be one of the following: 12, 16. 269
 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 lcurly' has incorrect indentation level 8, expected level should be one of the following: 12, 16. 273
 Warning whitespace ParenPad '(' is followed by whitespace. 274
 Warning whitespace ParenPad ')' is preceded with whitespace. 274
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be one of the following: 12, 16. 275
 Warning whitespace ParenPad '(' is followed by whitespace. 276
 Warning whitespace ParenPad ')' is preceded with whitespace. 276
 Warning whitespace ParenPad '(' is followed by whitespace. 277
 Warning whitespace ParenPad ')' is preceded with whitespace. 277
 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 lcurly' has incorrect indentation level 8, expected level should be one of the following: 12, 16. 279
 Warning whitespace ParenPad '(' is followed by whitespace. 280
 Warning whitespace ParenPad ')' is preceded with whitespace. 280
 Warning whitespace ParenPad '(' is followed by whitespace. 281
 Warning whitespace ParenPad ')' is preceded with whitespace. 281
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be one of the following: 12, 16. 282
 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 whitespace ParenPad '(' is followed by whitespace. 284
 Warning whitespace ParenPad ')' is preceded with whitespace. 284
 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 lcurly' has incorrect indentation level 8, expected level should be one of the following: 12, 16. 287
 Warning whitespace ParenPad '(' is followed by whitespace. 288
 Warning whitespace ParenPad ')' is preceded with whitespace. 288
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be one of the following: 12, 16. 289
 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 lcurly' has incorrect indentation level 8, expected level should be one of the following: 12, 16. 291
 Warning whitespace ParenPad '(' is followed by whitespace. 292
 Warning whitespace ParenPad ')' is preceded with whitespace. 292
 Warning whitespace ParenPad '(' is followed by whitespace. 293
 Warning whitespace ParenPad ')' is preceded with whitespace. 293
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be one of the following: 12, 16. 294
 Warning whitespace ParenPad '(' is followed by whitespace. 296
 Warning whitespace ParenPad ')' is preceded with whitespace. 296
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be one of the following: 8, 12. 297
 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 lcurly' has incorrect indentation level 4, expected level should be one of the following: 8, 12. 309
 Warning whitespace ParenPad '(' is followed by whitespace. 310
 Warning whitespace ParenPad ')' is preceded with whitespace. 310
 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 lcurly' has incorrect indentation level 8, expected level should be one of the following: 12, 16. 313
 Warning whitespace ParenPad '(' is followed by whitespace. 314
 Warning whitespace ParenPad ')' is preceded with whitespace. 314
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be one of the following: 12, 16. 315
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be one of the following: 8, 12. 318
 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 'method def lcurly' has incorrect indentation level 4, expected level should be one of the following: 8, 12. 329
 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 lcurly' has incorrect indentation level 8, expected level should be one of the following: 12, 16. 331
 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 indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be one of the following: 12, 16. 333
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be one of the following: 8, 12. 334
 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 lcurly' has incorrect indentation level 4, expected level should be one of the following: 8, 12. 347
 Warning whitespace ParenPad '(' is followed by whitespace. 350
 Warning whitespace ParenPad ')' is preceded with whitespace. 350
 Warning whitespace ParenPad '(' is followed by whitespace. 352
 Warning whitespace ParenPad ')' is preceded with whitespace. 352
 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 lcurly' has incorrect indentation level 8, expected level should be one of the following: 12, 16. 355
 Warning whitespace ParenPad '(' is followed by whitespace. 356
 Warning whitespace ParenPad ')' is preceded with whitespace. 356
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be one of the following: 12, 16. 357
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be one of the following: 8, 12. 360
 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 lcurly' has incorrect indentation level 4, expected level should be one of the following: 8, 12. 371
 Warning whitespace ParenPad '(' is followed by whitespace. 372
 Warning whitespace ParenPad ')' is preceded with whitespace. 372
 Warning whitespace ParenPad '(' is followed by whitespace. 373
 Warning whitespace ParenPad ')' is preceded with whitespace. 373
 Warning whitespace ParenPad '(' is followed by whitespace. 375
 Warning whitespace ParenPad ')' is preceded with whitespace. 375
 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 'for lcurly' has incorrect indentation level 8, expected level should be one of the following: 12, 16. 378
 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 lcurly' has incorrect indentation level 12, expected level should be one of the following: 16, 20. 380
 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 lcurly' has incorrect indentation level 16, expected level should be one of the following: 20, 24. 382
 Warning whitespace ParenPad '(' is followed by whitespace. 383
 Warning whitespace ParenPad ')' is preceded with whitespace. 383
 Warning whitespace ParenPad '(' is followed by whitespace. 384
 Warning whitespace ParenPad ')' is preceded with whitespace. 384
 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 indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be one of the following: 20, 24. 386
 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 blocks LeftCurly '{' at column 17 should be on the previous line. 388
 Warning indentation Indentation 'else lcurly' has incorrect indentation level 16, expected level should be one of the following: 20, 24. 388
 Warning whitespace ParenPad '(' is followed by whitespace. 389
 Warning whitespace ParenPad ')' is preceded with whitespace. 389
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 16, expected level should be one of the following: 20, 24. 390
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be one of the following: 16, 20. 391
 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 lcurly' has incorrect indentation level 12, expected level should be one of the following: 16, 20. 394
 Warning whitespace ParenPad '(' is followed by whitespace. 395
 Warning whitespace ParenPad ')' is preceded with whitespace. 395
 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 lcurly' has incorrect indentation level 16, expected level should be one of the following: 20, 24. 397
 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 indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be one of the following: 20, 24. 399
 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 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 lcurly' has incorrect indentation level 16, expected level should be one of the following: 20, 24. 401
 Warning whitespace ParenPad '(' is followed by whitespace. 402
 Warning whitespace ParenPad ')' is preceded with whitespace. 402
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be one of the following: 20, 24. 403
 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 blocks LeftCurly '{' at column 17 should be on the previous line. 405
 Warning indentation Indentation 'else lcurly' has incorrect indentation level 16, expected level should be one of the following: 20, 24. 405
 Warning whitespace ParenPad '(' is followed by whitespace. 406
 Warning whitespace ParenPad ')' is preceded with whitespace. 406
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 16, expected level should be one of the following: 20, 24. 407
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be one of the following: 16, 20. 408
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be one of the following: 12, 16. 409
 Warning whitespace ParenPad '(' is followed by whitespace. 410
 Warning whitespace ParenPad ')' is preceded with whitespace. 410
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be one of the following: 8, 12. 411
 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 lcurly' has incorrect indentation level 4, expected level should be one of the following: 8, 12. 420
 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 lcurly' has incorrect indentation level 8, expected level should be one of the following: 12, 16. 423
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be one of the following: 12, 16. 425
 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 'for lcurly' has incorrect indentation level 8, expected level should be one of the following: 12, 16. 427
 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 lcurly' has incorrect indentation level 12, expected level should be one of the following: 16, 20. 429
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be one of the following: 16, 20. 432
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be one of the following: 12, 16. 433
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be one of the following: 8, 12. 435
 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 'method def lcurly' has incorrect indentation level 4, expected level should be one of the following: 8, 12. 438
 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 indentation Indentation '&&' has incorrect indentation level 12, expected level should be 16. 440
 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 lcurly' has incorrect indentation level 8, expected level should be one of the following: 12, 16. 441
 Warning whitespace ParenPad '(' is followed by whitespace. 443
 Warning whitespace ParenPad ')' is preceded with whitespace. 443
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be one of the following: 12, 16. 444
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be one of the following: 8, 12. 447
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 0, expected level should be 4. 448

com/hazendaz/maven/makeself/MakeselfMojo.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.io.BufferedInputStream' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.compress.archivers.tar.TarArchiveEntry' 40
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 161
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 318
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 326
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 357
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 379
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 487
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 487

com/hazendaz/maven/makeself/PortableGit.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'lombok.Getter' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.maven.plugin.MojoFailureException' 26