Fork me on GitHub

Checkstyle Results

The following document contains the results of Checkstyle 8.29 with google_checks.xml ruleset. 

rss feed

Summary

Files
 Info
 Warnings
 Errors
10 0 750 0

Files

File
 I
 W
 E
de/icongmbh/oss/maven/plugin/javassist/ClassTransformer.java 0 2 0
de/icongmbh/oss/maven/plugin/javassist/ClassTransformerConfiguration.java 0 1 0
de/icongmbh/oss/maven/plugin/javassist/HelpMojo.java 0 741 0
de/icongmbh/oss/maven/plugin/javassist/JavassistMojo.java 0 2 0
de/icongmbh/oss/maven/plugin/javassist/JavassistTransformerExecutor.java 0 2 0
de/icongmbh/oss/maven/plugin/javassist/example/transformer/MethodCallClassTransformer.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"
65
 Warning
RightCurly
  • tokens: "CLASS_DEF, METHOD_DEF, CTOR_DEF, LITERAL_FOR, LITERAL_WHILE, STATIC_INIT, INSTANCE_INIT, ANNOTATION_DEF, ENUM_DEF"
  • id: "RightCurlyAlone"
  • option: "alone"
11
 Warning
RightCurly
  • tokens: "LITERAL_TRY, LITERAL_CATCH, LITERAL_FINALLY, LITERAL_IF, LITERAL_ELSE, LITERAL_DO"
  • id: "RightCurlySame"
11
 Warning
coding VariableDeclarationUsageDistance 1
 Warning
imports CustomImportOrder
  • separateLineBetweenGroups: "true"
  • sortImportsInGroupAlphabetically: "true"
  • customImportOrderRules: "STATIC###THIRD_PARTY_PACKAGE"
  • tokens: "IMPORT, STATIC_IMPORT, PACKAGE_DEF"
17
 Warning
indentation Indentation
  • throwsIndent: "4"
  • arrayInitIndent: "2"
  • caseIndent: "2"
  • basicOffset: "2"
  • braceAdjustment: "0"
  • lineWrappingIndentation: "4"
304
 Warning
javadoc JavadocParagraph 1
 Warning
naming LocalVariableName
  • format: "^[a-z]([a-z0-9][a-zA-Z0-9]*)?$"
1
 Warning
sizes LineLength
  • fileExtensions: "java"
  • max: "100"
  • ignorePattern: "^package.*|^import.*|a href|href|http://|https://|ftp://"
12
 Error
whitespace ParenPad
  • tokens: "ANNOTATION, ANNOTATION_FIELD_DEF, CTOR_CALL, CTOR_DEF, DOT, ENUM_CONSTANT_DEF, EXPR, LITERAL_CATCH, LITERAL_DO, LITERAL_FOR, LITERAL_IF, LITERAL_NEW, LITERAL_SWITCH, LITERAL_SYNCHRONIZED, LITERAL_WHILE, METHOD_CALL, METHOD_DEF, QUESTION, RESOURCE_SPECIFICATION, SUPER_CTOR_CALL, LAMBDA"
338
 Warning

Details

de/icongmbh/oss/maven/plugin/javassist/ClassTransformer.java

Severity Category Rule Message Line
 Warning
imports CustomImportOrder Extra separation in import group before 'javassist.build.IClassTransformer' 21
 Warning
imports CustomImportOrder Extra separation in import group before 'org.slf4j.Logger' 23

de/icongmbh/oss/maven/plugin/javassist/ClassTransformerConfiguration.java

Severity Category Rule Message Line
 Warning
imports CustomImportOrder Extra separation in import group before 'org.apache.maven.plugins.annotations.Parameter' 21

de/icongmbh/oss/maven/plugin/javassist/HelpMojo.java

Severity Category Rule Message Line
 Warning
imports CustomImportOrder Extra separation in import group before 'org.w3c.dom.Document' 9
 Warning
imports CustomImportOrder Extra separation in import group before 'javax.xml.parsers.DocumentBuilder' 15
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.xml.parsers.DocumentBuilder' import. Should be before 'org.xml.sax.SAXException'. 15
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.xml.parsers.DocumentBuilderFactory' import. Should be before 'org.xml.sax.SAXException'. 16
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.xml.parsers.ParserConfigurationException' import. Should be before 'org.xml.sax.SAXException'. 17
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.io.IOException' import. Should be before 'org.xml.sax.SAXException'. 18
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.io.InputStream' import. Should be before 'org.xml.sax.SAXException'. 19
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.util.ArrayList' import. Should be before 'org.xml.sax.SAXException'. 20
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.util.List' import. Should be before 'org.xml.sax.SAXException'. 21
 Warning
sizes LineLength Line is longer than 100 characters (found 108). 25
 Warning
whitespace ParenPad '(' is followed by whitespace. 28
 Warning
whitespace ParenPad ')' is preceded with whitespace. 28
 Warning
blocks LeftCurly '{' at column 1 should be on the previous line. 31
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 36
 Warning
whitespace ParenPad '(' is followed by whitespace. 36
 Warning
whitespace ParenPad ')' is preceded with whitespace. 36
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 43
 Warning
whitespace ParenPad '(' is followed by whitespace. 43
 Warning
whitespace ParenPad ')' is preceded with whitespace. 43
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 50
 Warning
whitespace ParenPad '(' is followed by whitespace. 50
 Warning
whitespace ParenPad ')' is preceded with whitespace. 50
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 57
 Warning
whitespace ParenPad '(' is followed by whitespace. 57
 Warning
whitespace ParenPad ')' is preceded with whitespace. 57
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 61
 Warning
sizes LineLength Line is longer than 100 characters (found 107). 62
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 64
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 66
 Warning
indentation Indentation 'method def lcurly' has incorrect indentation level 4, expected level should be 2. 68
 Warning
blocks LeftCurly '{' at column 5 should be on the previous line. 68
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 69
 Warning
whitespace ParenPad '(' is followed by whitespace. 69
 Warning
whitespace ParenPad ')' is preceded with whitespace. 69
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 70
 Warning
indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 71
 Warning
indentation Indentation 'try lcurly' has incorrect indentation level 8, expected level should be 4. 72
 Warning
blocks LeftCurly '{' at column 9 should be on the previous line. 72
 Warning
indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 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 6. 74
 Warning
indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 75
 Warning
naming LocalVariableName Local variable name 'dBuilder' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 75
 Warning
indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 76
 Warning
whitespace ParenPad '(' is followed by whitespace. 76
 Warning
whitespace ParenPad ')' is preceded with whitespace. 76
 Warning
indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 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). 77
 Warning
indentation Indentation 'catch' has incorrect indentation level 8, expected level should be 4. 78
 Warning
whitespace ParenPad '(' is followed by whitespace. 78
 Warning
whitespace ParenPad ')' is preceded with whitespace. 78
 Warning
indentation Indentation 'catch lcurly' has incorrect indentation level 8, expected level should be 4. 79
 Warning
blocks LeftCurly '{' at column 9 should be on the previous line. 79
 Warning
indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 80
 Warning
whitespace ParenPad '(' is followed by whitespace. 80
 Warning
whitespace ParenPad ')' is preceded with whitespace. 80
 Warning
indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 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). 81
 Warning
indentation Indentation 'catch' has incorrect indentation level 8, expected level should be 4. 82
 Warning
whitespace ParenPad '(' is followed by whitespace. 82
 Warning
whitespace ParenPad ')' is preceded with whitespace. 82
 Warning
indentation Indentation 'catch lcurly' has incorrect indentation level 8, expected level should be 4. 83
 Warning
blocks LeftCurly '{' at column 9 should be on the previous line. 83
 Warning
indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 84
 Warning
whitespace ParenPad '(' is followed by whitespace. 84
 Warning
whitespace ParenPad ')' is preceded with whitespace. 84
 Warning
indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 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). 85
 Warning
indentation Indentation 'catch' has incorrect indentation level 8, expected level should be 4. 86
 Warning
whitespace ParenPad '(' is followed by whitespace. 86
 Warning
whitespace ParenPad ')' is preceded with whitespace. 86
 Warning
indentation Indentation 'catch lcurly' has incorrect indentation level 8, expected level should be 4. 87
 Warning
blocks LeftCurly '{' at column 9 should be on the previous line. 87
 Warning
indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 88
 Warning
whitespace ParenPad '(' is followed by whitespace. 88
 Warning
whitespace ParenPad ')' is preceded with whitespace. 88
 Warning
indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 89
 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). 89
 Warning
indentation Indentation 'finally' has incorrect indentation level 8, expected level should be 4. 90
 Warning
indentation Indentation 'finally lcurly' has incorrect indentation level 8, expected level should be 4. 91
 Warning
blocks LeftCurly '{' at column 9 should be on the previous line. 91
 Warning
indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 92
 Warning
whitespace ParenPad '(' is followed by whitespace. 92
 Warning
whitespace ParenPad ')' is preceded with whitespace. 92
 Warning
indentation Indentation 'if lcurly' has incorrect indentation level 12, expected level should be 6. 93
 Warning
blocks LeftCurly '{' at column 13 should be on the previous line. 93
 Warning
indentation Indentation 'try' has incorrect indentation level 16, expected level should be 8. 94
 Warning
indentation Indentation 'try lcurly' has incorrect indentation level 16, expected level should be 8. 95
 Warning
blocks LeftCurly '{' at column 17 should be on the previous line. 95
 Warning
indentation Indentation 'try' child has incorrect indentation level 20, expected level should be 10. 96
 Warning
indentation Indentation 'try rcurly' has incorrect indentation level 16, expected level should be 8. 97
 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). 97
 Warning
indentation Indentation 'catch' has incorrect indentation level 16, expected level should be 8. 98
 Warning
whitespace ParenPad '(' is followed by whitespace. 98
 Warning
whitespace ParenPad ')' is preceded with whitespace. 98
 Warning
indentation Indentation 'catch lcurly' has incorrect indentation level 16, expected level should be 8. 99
 Warning
blocks LeftCurly '{' at column 17 should be on the previous line. 99
 Warning
indentation Indentation 'catch' child has incorrect indentation level 20, expected level should be 10. 100
 Warning
whitespace ParenPad '(' is followed by whitespace. 100
 Warning
whitespace ParenPad ')' is preceded with whitespace. 100
 Warning
indentation Indentation 'catch rcurly' has incorrect indentation level 16, expected level should be 8. 101
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 102
 Warning
indentation Indentation 'finally rcurly' has incorrect indentation level 8, expected level should be 4. 103
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 104
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 109
 Warning
indentation Indentation 'method def lcurly' has incorrect indentation level 4, expected level should be 2. 111
 Warning
blocks LeftCurly '{' at column 5 should be on the previous line. 111
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 112
 Warning
whitespace ParenPad '(' is followed by whitespace. 112
 Warning
whitespace ParenPad ')' is preceded with whitespace. 112
 Warning
indentation Indentation 'if lcurly' has incorrect indentation level 8, expected level should be 4. 113
 Warning
blocks LeftCurly '{' at column 9 should be on the previous line. 113
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 114
 Warning
sizes LineLength Line is longer than 100 characters (found 101). 114
 Warning
whitespace ParenPad '(' is followed by whitespace. 114
 Warning
whitespace ParenPad ')' is preceded with whitespace. 114
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 115
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 116
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 117
 Warning
whitespace ParenPad '(' is followed by whitespace. 117
 Warning
whitespace ParenPad ')' is preceded with whitespace. 117
 Warning
indentation Indentation 'if lcurly' has incorrect indentation level 8, expected level should be 4. 118
 Warning
blocks LeftCurly '{' at column 9 should be on the previous line. 118
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 119
 Warning
whitespace ParenPad '(' is followed by whitespace. 119
 Warning
whitespace ParenPad ')' is preceded with whitespace. 119
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 120
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 121
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 123
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 125
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 126
 Warning
whitespace ParenPad '(' is followed by whitespace. 126
 Warning
whitespace ParenPad ')' is preceded with whitespace. 126
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 129
 Warning
whitespace ParenPad '(' is followed by whitespace. 129
 Warning
whitespace ParenPad ')' is preceded with whitespace. 129
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 130
 Warning
whitespace ParenPad '(' is followed by whitespace. 130
 Warning
whitespace ParenPad ')' is preceded with whitespace. 130
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 131
 Warning
sizes LineLength Line is longer than 100 characters (found 107). 131
 Warning
whitespace ParenPad '(' is followed by whitespace. 131
 Warning
whitespace ParenPad ')' is preceded with whitespace. 131
 Warning
whitespace ParenPad '(' is followed by whitespace. 131
 Warning
whitespace ParenPad ')' is preceded with whitespace. 131
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 132
 Warning
whitespace ParenPad '(' is followed by whitespace. 132
 Warning
whitespace ParenPad '(' is followed by whitespace. 132
 Warning
whitespace ParenPad ')' is preceded with whitespace. 132
 Warning
whitespace ParenPad '(' is followed by whitespace. 132
 Warning
whitespace ParenPad ')' is preceded with whitespace. 132
 Warning
whitespace ParenPad ')' is preceded with whitespace. 132
 Warning
indentation Indentation 'if lcurly' has incorrect indentation level 8, expected level should be 4. 133
 Warning
blocks LeftCurly '{' at column 9 should be on the previous line. 133
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 134
 Warning
whitespace ParenPad '(' is followed by whitespace. 134
 Warning
whitespace ParenPad ')' is preceded with whitespace. 134
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 135
 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). 135
 Warning
indentation Indentation 'else' has incorrect indentation level 8, expected level should be 4. 136
 Warning
indentation Indentation 'else lcurly' has incorrect indentation level 8, expected level should be 4. 137
 Warning
blocks LeftCurly '{' at column 9 should be on the previous line. 137
 Warning
indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 138
 Warning
whitespace ParenPad '(' is followed by whitespace. 138
 Warning
whitespace ParenPad '(' is followed by whitespace. 138
 Warning
whitespace ParenPad ')' is preceded with whitespace. 138
 Warning
whitespace ParenPad ')' is preceded with whitespace. 138
 Warning
indentation Indentation 'if lcurly' has incorrect indentation level 12, expected level should be 6. 139
 Warning
blocks LeftCurly '{' at column 13 should be on the previous line. 139
 Warning
indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 140
 Warning
whitespace ParenPad '(' is followed by whitespace. 140
 Warning
whitespace ParenPad ')' is preceded with whitespace. 140
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 141
 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). 141
 Warning
indentation Indentation 'else' has incorrect indentation level 12, expected level should be 6. 142
 Warning
indentation Indentation 'else lcurly' has incorrect indentation level 12, expected level should be 6. 143
 Warning
blocks LeftCurly '{' at column 13 should be on the previous line. 143
 Warning
indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 144
 Warning
whitespace ParenPad '(' is followed by whitespace. 144
 Warning
whitespace ParenPad ')' is preceded with whitespace. 144
 Warning
indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 145
 Warning
indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 146
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 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 'method def' child has incorrect indentation level 8, expected level should be 4. 148
 Warning
whitespace ParenPad '(' is followed by whitespace. 148
 Warning
whitespace ParenPad ')' is preceded with whitespace. 148
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 151
 Warning
whitespace ParenPad '(' is followed by whitespace. 151
 Warning
whitespace ParenPad ')' is preceded with whitespace. 151
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 153
 Warning
whitespace ParenPad '(' is followed by whitespace. 153
 Warning
whitespace ParenPad ')' is preceded with whitespace. 153
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 155
 Warning
whitespace ParenPad '(' is followed by whitespace. 155
 Warning
whitespace ParenPad ')' is preceded with whitespace. 155
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 157
 Warning
whitespace ParenPad '(' is followed by whitespace. 157
 Warning
whitespace ParenPad ')' is preceded with whitespace. 157
 Warning
indentation Indentation 'if lcurly' has incorrect indentation level 8, expected level should be 4. 158
 Warning
blocks LeftCurly '{' at column 9 should be on the previous line. 158
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 159
 Warning
sizes LineLength Line is longer than 100 characters (found 109). 159
 Warning
whitespace ParenPad '(' is followed by whitespace. 159
 Warning
whitespace ParenPad '(' is followed by whitespace. 159
 Warning
whitespace ParenPad ')' is preceded with whitespace. 159
 Warning
whitespace ParenPad ')' is preceded with whitespace. 159
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 160
 Warning
whitespace ParenPad '(' is followed by whitespace. 160
 Warning
whitespace ParenPad ')' is preceded with whitespace. 160
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 161
 Warning
indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 163
 Warning
whitespace ParenPad '(' is followed by whitespace. 163
 Warning
whitespace ParenPad ')' is preceded with whitespace. 163
 Warning
indentation Indentation 'for lcurly' has incorrect indentation level 8, expected level should be 4. 164
 Warning
blocks LeftCurly '{' at column 9 should be on the previous line. 164
 Warning
indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 165
 Warning
whitespace ParenPad '(' is followed by whitespace. 165
 Warning
whitespace ParenPad ')' is preceded with whitespace. 165
 Warning
indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 166
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 168
 Warning
whitespace ParenPad '(' is followed by whitespace. 168
 Warning
whitespace ParenPad ')' is preceded with whitespace. 168
 Warning
indentation Indentation 'if lcurly' has incorrect indentation level 8, expected level should be 4. 169
 Warning
blocks LeftCurly '{' at column 9 should be on the previous line. 169
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 170
 Warning
whitespace ParenPad '(' is followed by whitespace. 170
 Warning
whitespace ParenPad ')' is preceded with whitespace. 170
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 171
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 172
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 175
 Warning
whitespace ParenPad '(' is followed by whitespace. 175
 Warning
whitespace ParenPad ')' is preceded with whitespace. 175
 Warning
indentation Indentation 'method def lcurly' has incorrect indentation level 4, expected level should be 2. 176
 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 4. 177
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 178
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 180
 Warning
whitespace ParenPad '(' is followed by whitespace. 180
 Warning
whitespace ParenPad ')' is preceded with whitespace. 180
 Warning
indentation Indentation 'method def lcurly' has incorrect indentation level 4, expected level should be 2. 182
 Warning
blocks LeftCurly '{' at column 5 should be on the previous line. 182
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 183
 Warning
whitespace ParenPad '(' is followed by whitespace. 183
 Warning
whitespace ParenPad ')' is preceded with whitespace. 183
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 184
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 186
 Warning
whitespace ParenPad '(' is followed by whitespace. 186
 Warning
whitespace ParenPad ')' is preceded with whitespace. 186
 Warning
indentation Indentation 'method def lcurly' has incorrect indentation level 4, expected level should be 2. 188
 Warning
blocks LeftCurly '{' at column 5 should be on the previous line. 188
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 189
 Warning
whitespace ParenPad '(' is followed by whitespace. 189
 Warning
whitespace ParenPad ')' is preceded with whitespace. 189
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 190
 Warning
whitespace ParenPad '(' is followed by whitespace. 190
 Warning
whitespace ParenPad ')' is preceded with whitespace. 190
 Warning
indentation Indentation 'if lcurly' has incorrect indentation level 8, expected level should be 4. 191
 Warning
blocks LeftCurly '{' at column 9 should be on the previous line. 191
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 192
 Warning
sizes LineLength Line is longer than 100 characters (found 104). 192
 Warning
whitespace ParenPad '(' is followed by whitespace. 192
 Warning
whitespace ParenPad ')' is preceded with whitespace. 192
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 193
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 194
 Warning
whitespace ParenPad '(' is followed by whitespace. 194
 Warning
whitespace ParenPad ')' is preceded with whitespace. 194
 Warning
indentation Indentation 'if lcurly' has incorrect indentation level 8, expected level should be 4. 195
 Warning
blocks LeftCurly '{' at column 9 should be on the previous line. 195
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 196
 Warning
whitespace ParenPad '(' is followed by whitespace. 196
 Warning
whitespace ParenPad ')' is preceded with whitespace. 196
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 197
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 198
 Warning
whitespace ParenPad '(' is followed by whitespace. 198
 Warning
whitespace ParenPad ')' is preceded with whitespace. 198
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 199
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 201
 Warning
whitespace ParenPad '(' is followed by whitespace. 201
 Warning
whitespace ParenPad ')' is preceded with whitespace. 201
 Warning
indentation Indentation 'method def lcurly' has incorrect indentation level 4, expected level should be 2. 202
 Warning
blocks LeftCurly '{' at column 5 should be on the previous line. 202
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 203
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 204
 Warning
indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 205
 Warning
whitespace ParenPad '(' is followed by whitespace. 205
 Warning
whitespace ParenPad ')' is preceded with whitespace. 205
 Warning
indentation Indentation 'for lcurly' has incorrect indentation level 8, expected level should be 4. 206
 Warning
blocks LeftCurly '{' at column 9 should be on the previous line. 206
 Warning
indentation Indentation 'for' child has incorrect indentation level 12, 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 12, expected level should be 6. 208
 Warning
whitespace ParenPad '(' is followed by whitespace. 208
 Warning
whitespace ParenPad '(' is followed by whitespace. 208
 Warning
whitespace ParenPad ')' is preceded with whitespace. 208
 Warning
whitespace ParenPad ')' is preceded with whitespace. 208
 Warning
indentation Indentation 'if lcurly' has incorrect indentation level 12, expected level should be 6. 209
 Warning
blocks LeftCurly '{' at column 13 should be on the previous line. 209
 Warning
indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 210
 Warning
whitespace ParenPad '(' is followed by whitespace. 210
 Warning
whitespace ParenPad ')' is preceded with whitespace. 210
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 211
 Warning
indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 212
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 213
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 214
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 216
 Warning
whitespace ParenPad '(' is followed by whitespace. 216
 Warning
whitespace ParenPad ')' is preceded with whitespace. 216
 Warning
indentation Indentation 'method def lcurly' has incorrect indentation level 4, expected level should be 2. 218
 Warning
blocks LeftCurly '{' at column 5 should be on the previous line. 218
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 219
 Warning
whitespace ParenPad '(' is followed by whitespace. 219
 Warning
whitespace ParenPad ')' is preceded with whitespace. 219
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 220
 Warning
whitespace ParenPad '(' is followed by whitespace. 220
 Warning
whitespace ParenPad ')' is preceded with whitespace. 220
 Warning
indentation Indentation 'if lcurly' has incorrect indentation level 8, expected level should be 4. 221
 Warning
blocks LeftCurly '{' at column 9 should be on the previous line. 221
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 222
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 223
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 224
 Warning
whitespace ParenPad '(' is followed by whitespace. 224
 Warning
whitespace ParenPad ')' is preceded with whitespace. 224
 Warning
indentation Indentation 'if lcurly' has incorrect indentation level 8, expected level should be 4. 225
 Warning
blocks LeftCurly '{' at column 9 should be on the previous line. 225
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 226
 Warning
whitespace ParenPad '(' is followed by whitespace. 226
 Warning
whitespace ParenPad ')' is preceded with whitespace. 226
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 227
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 228
 Warning
whitespace ParenPad '(' is followed by whitespace. 228
 Warning
whitespace ParenPad ')' is preceded with whitespace. 228
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 229
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 231
 Warning
whitespace ParenPad '(' is followed by whitespace. 231
 Warning
whitespace ParenPad ')' is preceded with whitespace. 231
 Warning
indentation Indentation 'method def lcurly' has incorrect indentation level 4, expected level should be 2. 233
 Warning
blocks LeftCurly '{' at column 5 should be on the previous line. 233
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 234
 Warning
whitespace ParenPad '(' is followed by whitespace. 234
 Warning
whitespace ParenPad ')' is preceded with whitespace. 234
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 235
 Warning
whitespace ParenPad '(' is followed by whitespace. 235
 Warning
whitespace ParenPad ')' is preceded with whitespace. 235
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 236
 Warning
whitespace ParenPad '(' is followed by whitespace. 236
 Warning
whitespace ParenPad ')' is preceded with whitespace. 236
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 237
 Warning
whitespace ParenPad '(' is followed by whitespace. 237
 Warning
whitespace ParenPad '(' is followed by whitespace. 237
 Warning
whitespace ParenPad ')' is preceded with whitespace. 237
 Warning
whitespace ParenPad ')' is preceded with whitespace. 237
 Warning
indentation Indentation 'if lcurly' has incorrect indentation level 8, expected level should be 4. 238
 Warning
blocks LeftCurly '{' at column 9 should be on the previous line. 238
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 239
 Warning
whitespace ParenPad '(' is followed by whitespace. 239
 Warning
whitespace ParenPad ')' is preceded with whitespace. 239
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 240
 Warning
whitespace ParenPad '(' is followed by whitespace. 240
 Warning
whitespace ParenPad ')' is preceded with whitespace. 240
 Warning
indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 241
 Warning
whitespace ParenPad '(' is followed by whitespace. 241
 Warning
whitespace ParenPad '(' is followed by whitespace. 241
 Warning
whitespace ParenPad ')' is preceded with whitespace. 241
 Warning
whitespace ParenPad '(' is followed by whitespace. 241
 Warning
whitespace ParenPad ')' is preceded with whitespace. 241
 Warning
whitespace ParenPad ')' is preceded with whitespace. 241
 Warning
indentation Indentation 'if lcurly' has incorrect indentation level 12, expected level should be 6. 242
 Warning
blocks LeftCurly '{' at column 13 should be on the previous line. 242
 Warning
indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 243
 Warning
whitespace ParenPad '(' is followed by whitespace. 243
 Warning
whitespace ParenPad ')' is preceded with whitespace. 243
 Warning
indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 244
 Warning
whitespace ParenPad '(' is followed by whitespace. 244
 Warning
whitespace ParenPad ')' is preceded with whitespace. 244
 Warning
indentation Indentation 'if lcurly' has incorrect indentation level 16, expected level should be 8. 245
 Warning
blocks LeftCurly '{' at column 17 should be on the previous line. 245
 Warning
indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 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 20, expected level should be 10. 247
 Warning
whitespace ParenPad '(' is followed by whitespace. 247
 Warning
whitespace ParenPad ')' is preceded with whitespace. 247
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 248
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 249
 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). 249
 Warning
indentation Indentation 'else' has incorrect indentation level 12, expected level should be 6. 250
 Warning
whitespace ParenPad '(' is followed by whitespace. 250
 Warning
whitespace ParenPad ')' is preceded with whitespace. 250
 Warning
indentation Indentation 'if lcurly' has incorrect indentation level 12, expected level should be 6. 251
 Warning
blocks LeftCurly '{' at column 13 should be on the previous line. 251
 Warning
indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 252
 Warning
whitespace ParenPad '(' is followed by whitespace. 252
 Warning
whitespace ParenPad ')' is preceded with whitespace. 252
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 253
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 254
 Warning
whitespace ParenPad '(' is followed by whitespace. 254
 Warning
whitespace ParenPad ')' is preceded with whitespace. 254
 Warning
indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 256
 Warning
whitespace ParenPad '(' is followed by whitespace. 256
 Warning
whitespace ParenPad ')' is preceded with whitespace. 256
 Warning
indentation Indentation 'if lcurly' has incorrect indentation level 12, expected level should be 6. 257
 Warning
blocks LeftCurly '{' at column 13 should be on the previous line. 257
 Warning
indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 258
 Warning
whitespace ParenPad '(' is followed by whitespace. 258
 Warning
whitespace ParenPad ')' is preceded with whitespace. 258
 Warning
indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 259
 Warning
whitespace ParenPad '(' is followed by whitespace. 259
 Warning
whitespace ParenPad ')' is preceded with whitespace. 259
 Warning
indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 260
 Warning
whitespace ParenPad '(' is followed by whitespace. 260
 Warning
whitespace ParenPad ')' is preceded with whitespace. 260
 Warning
indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 261
 Warning
whitespace ParenPad '(' is followed by whitespace. 261
 Warning
whitespace ParenPad ')' is preceded with whitespace. 261
 Warning
indentation Indentation 'for' has incorrect indentation level 16, expected level should be 8. 263
 Warning
whitespace ParenPad '(' is followed by whitespace. 263
 Warning
whitespace ParenPad ')' is preceded with whitespace. 263
 Warning
indentation Indentation 'for lcurly' has incorrect indentation level 16, expected level should be 8. 264
 Warning
blocks LeftCurly '{' at column 17 should be on the previous line. 264
 Warning
indentation Indentation 'for' child has incorrect indentation level 20, expected level should be 10. 265
 Warning
whitespace ParenPad '(' is followed by whitespace. 265
 Warning
whitespace ParenPad ')' is preceded with whitespace. 265
 Warning
indentation Indentation 'for rcurly' has incorrect indentation level 16, expected level should be 8. 266
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 267
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 268
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 269
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 271
 Warning
whitespace ParenPad '(' is followed by whitespace. 271
 Warning
whitespace ParenPad ')' is preceded with whitespace. 271
 Warning
indentation Indentation 'method def lcurly' has incorrect indentation level 4, expected level should be 2. 273
 Warning
blocks LeftCurly '{' at column 5 should be on the previous line. 273
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 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 4. 275
 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). 275
 Warning
whitespace ParenPad '(' is followed by whitespace. 275
 Warning
whitespace ParenPad ')' is preceded with whitespace. 275
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 277
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 278
 Warning
whitespace ParenPad '(' is followed by whitespace. 278
 Warning
whitespace ParenPad ')' is preceded with whitespace. 278
 Warning
indentation Indentation 'if lcurly' has incorrect indentation level 8, expected level should be 4. 279
 Warning
blocks LeftCurly '{' at column 9 should be on the previous line. 279
 Warning
indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 6. 280
 Warning
sizes LineLength Line is longer than 100 characters (found 104). 280
 Warning
whitespace ParenPad '(' is followed by whitespace. 280
 Warning
whitespace ParenPad ')' is preceded with whitespace. 280
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 281
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 283
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 284
 Warning
sizes LineLength Line is longer than 100 characters (found 109). 284
 Warning
whitespace ParenPad '(' is followed by whitespace. 284
 Warning
whitespace ParenPad '(' is followed by whitespace. 284
 Warning
whitespace ParenPad ')' is preceded with whitespace. 284
 Warning
whitespace ParenPad ')' is preceded with whitespace. 284
 Warning
indentation Indentation 'if lcurly' has incorrect indentation level 8, expected level should be 4. 285
 Warning
blocks LeftCurly '{' at column 9 should be on the previous line. 285
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 286
 Warning
sizes LineLength Line is longer than 100 characters (found 116). 286
 Warning
whitespace ParenPad '(' is followed by whitespace. 286
 Warning
whitespace ParenPad ')' is preceded with whitespace. 286
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 287
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 288
 Warning
whitespace ParenPad '(' is followed by whitespace. 288
 Warning
whitespace ParenPad ')' is preceded with whitespace. 288
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 289
 Warning
whitespace ParenPad '(' is followed by whitespace. 289
 Warning
whitespace ParenPad ')' is preceded with whitespace. 289
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 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
indentation Indentation 'if lcurly' has incorrect indentation level 8, expected level should be 4. 291
 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 6. 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 6. 293
 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 4. 294
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 295
 Warning
whitespace ParenPad '(' is followed by whitespace. 295
 Warning
whitespace ParenPad ')' is preceded with whitespace. 295
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 296
 Warning
whitespace ParenPad '(' is followed by whitespace. 296
 Warning
whitespace ParenPad '(' is followed by whitespace. 296
 Warning
whitespace ParenPad '(' is followed by whitespace. 296
 Warning
whitespace ParenPad ')' is preceded with whitespace. 296
 Warning
whitespace ParenPad ')' is preceded with whitespace. 296
 Warning
whitespace ParenPad ')' is preceded with whitespace. 296
 Warning
indentation Indentation 'if lcurly' has incorrect indentation level 8, expected level should be 4. 297
 Warning
blocks LeftCurly '{' at column 9 should be on the previous line. 297
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 298
 Warning
whitespace ParenPad '(' is followed by whitespace. 298
 Warning
whitespace ParenPad ')' is preceded with whitespace. 298
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 299
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 300
 Warning
sizes LineLength Line is longer than 100 characters (found 112). 300
 Warning
whitespace ParenPad '(' is followed by whitespace. 300
 Warning
whitespace ParenPad '(' is followed by whitespace. 300
 Warning
whitespace ParenPad ')' is preceded with whitespace. 300
 Warning
whitespace ParenPad '(' is followed by whitespace. 300
 Warning
whitespace ParenPad ')' is preceded with whitespace. 300
 Warning
whitespace ParenPad ')' is preceded with whitespace. 300
 Warning
indentation Indentation 'if lcurly' has incorrect indentation level 8, expected level should be 4. 301
 Warning
blocks LeftCurly '{' at column 9 should be on the previous line. 301
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 302
 Warning
sizes LineLength Line is longer than 100 characters (found 102). 302
 Warning
whitespace ParenPad '(' is followed by whitespace. 302
 Warning
whitespace ParenPad ')' is preceded with whitespace. 302
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 303
 Warning
whitespace ParenPad '(' is followed by whitespace. 303
 Warning
whitespace ParenPad ')' is preceded with whitespace. 303
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 304
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 306
 Warning
whitespace ParenPad '(' is followed by whitespace. 306
 Warning
whitespace ParenPad ')' is preceded with whitespace. 306
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 307
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 318
 Warning
whitespace ParenPad '(' is followed by whitespace. 318
 Warning
whitespace ParenPad ')' is preceded with whitespace. 318
 Warning
indentation Indentation 'method def lcurly' has incorrect indentation level 4, expected level should be 2. 319
 Warning
blocks LeftCurly '{' at column 5 should be on the previous line. 319
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 320
 Warning
whitespace ParenPad '(' is followed by whitespace. 320
 Warning
whitespace ParenPad ')' is preceded with whitespace. 320
 Warning
indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 322
 Warning
whitespace ParenPad '(' is followed by whitespace. 322
 Warning
whitespace ParenPad ')' is preceded with whitespace. 322
 Warning
indentation Indentation 'for lcurly' has incorrect indentation level 8, expected level should be 4. 323
 Warning
blocks LeftCurly '{' at column 9 should be on the previous line. 323
 Warning
indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 324
 Warning
whitespace ParenPad '(' is followed by whitespace. 324
 Warning
whitespace ParenPad ')' is preceded with whitespace. 324
 Warning
indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 325
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 327
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 328
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 338
 Warning
whitespace ParenPad '(' is followed by whitespace. 338
 Warning
whitespace ParenPad ')' is preceded with whitespace. 338
 Warning
indentation Indentation 'method def lcurly' has incorrect indentation level 4, expected level should be 2. 339
 Warning
blocks LeftCurly '{' at column 5 should be on the previous line. 339
 Warning
indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 340
 Warning
whitespace ParenPad '(' is followed by whitespace. 340
 Warning
whitespace ParenPad '(' is followed by whitespace. 340
 Warning
whitespace ParenPad ')' is preceded with whitespace. 340
 Warning
whitespace ParenPad ')' is preceded with whitespace. 340
 Warning
indentation Indentation 'for lcurly' has incorrect indentation level 8, expected level should be 4. 341
 Warning
blocks LeftCurly '{' at column 9 should be on the previous line. 341
 Warning
indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 342
 Warning
whitespace ParenPad '(' is followed by whitespace. 342
 Warning
whitespace ParenPad ')' is preceded with whitespace. 342
 Warning
whitespace ParenPad '(' is followed by whitespace. 342
 Warning
whitespace ParenPad ')' is preceded with whitespace. 342
 Warning
indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 343
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 344
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 356
 Warning
whitespace ParenPad '(' is followed by whitespace. 356
 Warning
whitespace ParenPad ')' is preceded with whitespace. 356
 Warning
indentation Indentation 'method def lcurly' has incorrect indentation level 4, expected level should be 2. 357
 Warning
blocks LeftCurly '{' at column 5 should be on the previous line. 357
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 358
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 360
 Warning
whitespace ParenPad '(' is followed by whitespace. 360
 Warning
whitespace ParenPad ')' is preceded with whitespace. 360
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 362
 Warning
whitespace ParenPad '(' is followed by whitespace. 362
 Warning
whitespace ParenPad ')' is preceded with whitespace. 362
 Warning
indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 364
 Warning
whitespace ParenPad '(' is followed by whitespace. 364
 Warning
whitespace ParenPad ')' is preceded with whitespace. 364
 Warning
indentation Indentation 'for lcurly' has incorrect indentation level 8, expected level should be 4. 365
 Warning
blocks LeftCurly '{' at column 9 should be on the previous line. 365
 Warning
indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 366
 Warning
whitespace ParenPad '(' is followed by whitespace. 366
 Warning
whitespace ParenPad ')' is preceded with whitespace. 366
 Warning
indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 367
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 369
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 370
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 380
 Warning
whitespace ParenPad '(' is followed by whitespace. 380
 Warning
whitespace ParenPad ')' is preceded with whitespace. 380
 Warning
indentation Indentation 'method def lcurly' has incorrect indentation level 4, expected level should be 2. 381
 Warning
blocks LeftCurly '{' at column 5 should be on the previous line. 381
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 382
 Warning
whitespace ParenPad '(' is followed by whitespace. 382
 Warning
whitespace ParenPad ')' is preceded with whitespace. 382
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 383
 Warning
whitespace ParenPad '(' is followed by whitespace. 383
 Warning
whitespace ParenPad ')' is preceded with whitespace. 383
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 385
 Warning
whitespace ParenPad '(' is followed by whitespace. 385
 Warning
whitespace ParenPad ')' is preceded with whitespace. 385
 Warning
indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 387
 Warning
whitespace ParenPad '(' is followed by whitespace. 387
 Warning
whitespace ParenPad ')' is preceded with whitespace. 387
 Warning
indentation Indentation 'for lcurly' has incorrect indentation level 8, expected level should be 4. 388
 Warning
blocks LeftCurly '{' at column 9 should be on the previous line. 388
 Warning
indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 389
 Warning
whitespace ParenPad '(' is followed by whitespace. 389
 Warning
whitespace ParenPad ')' is preceded with whitespace. 389
 Warning
indentation Indentation 'if lcurly' has incorrect indentation level 12, expected level should be 6. 390
 Warning
blocks LeftCurly '{' at column 13 should be on the previous line. 390
 Warning
indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 391
 Warning
whitespace ParenPad '(' is followed by whitespace. 391
 Warning
whitespace ParenPad ')' is preceded with whitespace. 391
 Warning
indentation Indentation 'if lcurly' has incorrect indentation level 16, expected level should be 8. 392
 Warning
blocks LeftCurly '{' at column 17 should be on the previous line. 392
 Warning
indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 393
 Warning
whitespace ParenPad '(' is followed by whitespace. 393
 Warning
whitespace ParenPad ')' is preceded with whitespace. 393
 Warning
indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 394
 Warning
whitespace ParenPad '(' is followed by whitespace. 394
 Warning
whitespace ParenPad ')' is preceded with whitespace. 394
 Warning
indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 395
 Warning
whitespace ParenPad '(' is followed by whitespace. 395
 Warning
whitespace ParenPad '(' is followed by whitespace. 395
 Warning
whitespace ParenPad ')' is preceded with whitespace. 395
 Warning
whitespace ParenPad ')' is preceded with whitespace. 395
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 396
 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). 396
 Warning
indentation Indentation 'else' has incorrect indentation level 16, expected level should be 8. 397
 Warning
indentation Indentation 'else lcurly' has incorrect indentation level 16, expected level should be 8. 398
 Warning
blocks LeftCurly '{' at column 17 should be on the previous line. 398
 Warning
indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 399
 Warning
whitespace ParenPad '(' is followed by whitespace. 399
 Warning
whitespace ParenPad ')' is preceded with whitespace. 399
 Warning
indentation Indentation 'else rcurly' has incorrect indentation level 16, expected level should be 8. 400
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 401
 Warning
indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 403
 Warning
whitespace ParenPad '(' is followed by whitespace. 403
 Warning
whitespace ParenPad ')' is preceded with whitespace. 403
 Warning
indentation Indentation 'for lcurly' has incorrect indentation level 12, expected level should be 6. 404
 Warning
blocks LeftCurly '{' at column 13 should be on the previous line. 404
 Warning
indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 405
 Warning
whitespace ParenPad '(' is followed by whitespace. 405
 Warning
whitespace ParenPad ')' is preceded with whitespace. 405
 Warning
indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 406
 Warning
whitespace ParenPad '(' is followed by whitespace. 406
 Warning
whitespace ParenPad ')' is preceded with whitespace. 406
 Warning
indentation Indentation 'if lcurly' has incorrect indentation level 16, expected level should be 8. 407
 Warning
blocks LeftCurly '{' at column 17 should be on the previous line. 407
 Warning
indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 408
 Warning
whitespace ParenPad '(' is followed by whitespace. 408
 Warning
whitespace ParenPad '(' is followed by whitespace. 408
 Warning
whitespace ParenPad ')' is preceded with whitespace. 408
 Warning
whitespace ParenPad ')' is preceded with whitespace. 408
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 409
 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). 409
 Warning
indentation Indentation 'else' has incorrect indentation level 16, expected level should be 8. 410
 Warning
whitespace ParenPad '(' is followed by whitespace. 410
 Warning
whitespace ParenPad ')' is preceded with whitespace. 410
 Warning
indentation Indentation 'if lcurly' has incorrect indentation level 16, expected level should be 8. 411
 Warning
blocks LeftCurly '{' at column 17 should be on the previous line. 411
 Warning
indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 412
 Warning
whitespace ParenPad '(' is followed by whitespace. 412
 Warning
whitespace ParenPad ')' is preceded with whitespace. 412
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 413
 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). 413
 Warning
indentation Indentation 'else' has incorrect indentation level 16, expected level should be 8. 414
 Warning
indentation Indentation 'else lcurly' has incorrect indentation level 16, expected level should be 8. 415
 Warning
blocks LeftCurly '{' at column 17 should be on the previous line. 415
 Warning
indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 416
 Warning
whitespace ParenPad '(' is followed by whitespace. 416
 Warning
whitespace ParenPad ')' is preceded with whitespace. 416
 Warning
indentation Indentation 'else rcurly' has incorrect indentation level 16, expected level should be 8. 417
 Warning
indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 418
 Warning
indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 419
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 420
 Warning
whitespace ParenPad '(' is followed by whitespace. 420
 Warning
whitespace ParenPad ')' is preceded with whitespace. 420
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 421
 Warning
sizes LineLength Line is longer than 100 characters (found 103). 426
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 429
 Warning
whitespace ParenPad '(' is followed by whitespace. 429
 Warning
whitespace ParenPad ')' is preceded with whitespace. 429
 Warning
indentation Indentation 'method def lcurly' has incorrect indentation level 4, expected level should be 2. 430
 Warning
blocks LeftCurly '{' at column 5 should be on the previous line. 430
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 431
 Warning
indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 432
 Warning
whitespace ParenPad '(' is followed by whitespace. 432
 Warning
whitespace ParenPad '(' is followed by whitespace. 432
 Warning
whitespace ParenPad ')' is preceded with whitespace. 432
 Warning
whitespace ParenPad ')' is preceded with whitespace. 432
 Warning
indentation Indentation 'for lcurly' has incorrect indentation level 8, expected level should be 4. 433
 Warning
blocks LeftCurly '{' at column 9 should be on the previous line. 433
 Warning
indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 434
 Warning
indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 435
 Warning
indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 436
 Warning
whitespace ParenPad '(' is followed by whitespace. 436
 Warning
whitespace ParenPad ')' is preceded with whitespace. 436
 Warning
indentation Indentation 'for lcurly' has incorrect indentation level 8, expected level should be 4. 437
 Warning
blocks LeftCurly '{' at column 9 should be on the previous line. 437
 Warning
indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 438
 Warning
whitespace ParenPad '(' is followed by whitespace. 438
 Warning
whitespace ParenPad '(' is followed by whitespace. 438
 Warning
whitespace ParenPad ')' is preceded with whitespace. 438
 Warning
whitespace ParenPad ')' is preceded with whitespace. 438
 Warning
indentation Indentation 'if lcurly' has incorrect indentation level 12, expected level should be 6. 439
 Warning
blocks LeftCurly '{' at column 13 should be on the previous line. 439
 Warning
indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 440
 Warning
indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 441
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 442
 Warning
indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 443
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 444
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 445
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 447
 Warning
whitespace ParenPad '(' is followed by whitespace. 447
 Warning
whitespace ParenPad ')' is preceded with whitespace. 447
 Warning
indentation Indentation 'method def lcurly' has incorrect indentation level 4, expected level should be 2. 448
 Warning
blocks LeftCurly '{' at column 5 should be on the previous line. 448
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 449
 Warning
whitespace ParenPad '(' is followed by whitespace. 449
 Warning
whitespace ParenPad '(' is followed by whitespace. 449
 Warning
whitespace ParenPad ')' is preceded with whitespace. 449
 Warning
whitespace ParenPad '(' is followed by whitespace. 449
 Warning
whitespace ParenPad ')' is preceded with whitespace. 449
 Warning
whitespace ParenPad '(' is followed by whitespace. 450
 Warning
whitespace ParenPad ')' is preceded with whitespace. 450
 Warning
whitespace ParenPad '(' is followed by whitespace. 450
 Warning
whitespace ParenPad ')' is preceded with whitespace. 450
 Warning
whitespace ParenPad ')' is preceded with whitespace. 450
 Warning
indentation Indentation 'if lcurly' has incorrect indentation level 8, expected level should be 4. 451
 Warning
blocks LeftCurly '{' at column 9 should be on the previous line. 451
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 453
 Warning
whitespace ParenPad '(' is followed by whitespace. 453
 Warning
whitespace ParenPad ')' is preceded with whitespace. 453
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 454
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 456
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 457

de/icongmbh/oss/maven/plugin/javassist/JavassistMojo.java

Severity Category Rule Message Line
 Warning
imports CustomImportOrder Extra separation in import group before 'javassist.build.IClassTransformer' 30
 Warning
imports CustomImportOrder Extra separation in import group before 'org.apache.maven.plugin.AbstractMojo' 32

de/icongmbh/oss/maven/plugin/javassist/JavassistTransformerExecutor.java

Severity Category Rule Message Line
 Warning
imports CustomImportOrder Extra separation in import group before 'javassist.CannotCompileException' 26
 Warning
javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 303

de/icongmbh/oss/maven/plugin/javassist/example/transformer/MethodCallClassTransformer.java

Severity Category Rule Message Line
 Warning
imports CustomImportOrder Extra separation in import group before 'javassist.CannotCompileException' 21
 Warning
imports CustomImportOrder Wrong lexicographical order for 'de.icongmbh.oss.maven.plugin.javassist.ClassTransformer' import. Should be before 'javassist.expr.MethodCall'. 30