Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
9 0 267 0

Files

File  I  W  E
de/gmorling/scriptabledataset/ScriptableDataSet.java 0 18 0
de/gmorling/scriptabledataset/ScriptableDataSetConfig.java 0 26 0
de/gmorling/scriptabledataset/ScriptableDataSetTest.java 0 72 0
de/gmorling/scriptabledataset/ScriptableIterator.java 0 16 0
de/gmorling/scriptabledataset/ScriptableTable.java 0 63 0
de/gmorling/scriptabledataset/handlers/JRubyImportAddingInvocationHandler.java 0 12 0
de/gmorling/scriptabledataset/handlers/JRubyScriptInvocationHandler.java 0 26 0
de/gmorling/scriptabledataset/handlers/ScriptInvocationHandler.java 0 5 0
de/gmorling/scriptabledataset/handlers/StandardHandlerConfig.java 0 29 0

Rules

Category Rule Violations Severity
imports CustomImportOrder
  • separateLineBetweenGroups: "true"
  • sortImportsInGroupAlphabetically: "true"
  • customImportOrderRules: "STATIC###THIRD_PARTY_PACKAGE"
  • tokens: "IMPORT, STATIC_IMPORT, PACKAGE_DEF"
11  Warning
indentation Indentation
  • throwsIndent: "4"
  • arrayInitIndent: "2"
  • caseIndent: "2"
  • basicOffset: "2"
  • braceAdjustment: "2"
  • lineWrappingIndentation: "4"
247  Warning
javadoc JavadocParagraph 4  Warning
naming AbbreviationAsWordInName
  • tokens: "CLASS_DEF, INTERFACE_DEF, ENUM_DEF, ANNOTATION_DEF, ANNOTATION_FIELD_DEF, PARAMETER_DEF, VARIABLE_DEF, METHOD_DEF, PATTERN_VARIABLE_DEF, RECORD_DEF, RECORD_COMPONENT_DEF"
  • ignoreFinal: "false"
  • allowedAbbreviations: "XML,URL"
  • allowedAbbreviationLength: "0"
2  Warning
MethodName
  • format: "^[a-z][a-z0-9]\w*$"
1  Warning
sizes LineLength
  • fileExtensions: "java"
  • max: "120"
  • ignorePattern: "^package.*|^import.*|a href|href|http://|https://|ftp://"
2  Error

Details

de/gmorling/scriptabledataset/ScriptableDataSet.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.lang3.Validate' 21
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 32
 Warning sizes LineLength Line is longer than 120 characters (found 143). 37
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 40
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 52
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 65
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 68
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 78
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 80
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 82
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 83
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 84
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 86
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 87
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 88
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 90
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 92
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 93

de/gmorling/scriptabledataset/ScriptableDataSetConfig.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.util.ArrayList' 19
 Warning imports CustomImportOrder Extra separation in import group before 'lombok.ToString' 23
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 32
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 35
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 38
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 50
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 51
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 52
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 66
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 68
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 69
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 71
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 72
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 74
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 75
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 76
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 77
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 84
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 85
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 86
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 93
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 94
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 95
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 102
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 103
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 104

de/gmorling/scriptabledataset/ScriptableDataSetTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.sql.Connection' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.lang3.time.DateUtils' 34
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 53
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 56
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 59
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 62
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 70
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 72
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 73
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 75
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 76
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 84
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 86
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 87
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 88
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 96
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 98
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 99
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 100
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 101
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 102
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 103
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 111
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 113
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 114
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 115
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 123
 Warning naming MethodName Method name 'jRubyScript' must match pattern '^[a-z][a-z0-9]\w*$'. 124
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 125
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 129
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 131
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 132
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 140
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 142
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 146
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 148
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 149
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 157
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 159
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 164
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 166
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 167
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 168
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 176
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 178
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 179
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 181
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 185
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 187
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 188
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 196
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 198
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 203
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 10. 204
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 206
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 219
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 220
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 221
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 222
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 239
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 240
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 241
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 242
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 244
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 245
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 246
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 248
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 258
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 259
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 260
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 262
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 263

de/gmorling/scriptabledataset/ScriptableIterator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.dbunit.dataset.DataSetException' 19
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 30
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 33
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 43
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 44
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 45
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 46
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 48
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 50
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 51
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 53
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 55
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 56
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 58
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 60
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 61

de/gmorling/scriptabledataset/ScriptableTable.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.util.ArrayList' 20
 Warning imports CustomImportOrder Extra separation in import group before 'javax.script.ScriptEngine' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.dbunit.dataset.DataSetException' 31
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 43
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 46
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 49
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 52
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 62
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 64
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 66
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 69
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 71
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 73
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 74
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 76
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 77
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 79
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 81
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 82
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 83
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 85
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 87
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 88
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 89
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 91
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 93
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 94
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 96
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 98
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 99
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 101
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 104
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 107
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 108
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 110
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 112
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 115
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 117
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 118
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 120
 Warning indentation Indentation 'for' has incorrect indentation level 20, expected level should be 10. 123
 Warning indentation Indentation 'for' child has incorrect indentation level 24, expected level should be 12. 124
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 20, expected level should be 10. 125
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 127
 Warning indentation Indentation 'try' has incorrect indentation level 20, expected level should be 10. 130
 Warning indentation Indentation 'try' child has incorrect indentation level 24, expected level should be 12. 131
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 20, expected level should be 10. 132
 Warning indentation Indentation 'catch' child has incorrect indentation level 24, expected level should be 12. 133
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 20, expected level should be 10. 134
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 137
 Warning indentation Indentation 'for' has incorrect indentation level 20, expected level should be 10. 138
 Warning indentation Indentation 'for' child has incorrect indentation level 24, expected level should be 12. 139
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 20, expected level should be 10. 140
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 141
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 142
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 143
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 145
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 146
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 157
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 159
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 163
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 165
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 166

de/gmorling/scriptabledataset/handlers/JRubyImportAddingInvocationHandler.java

Severity Category Rule Message Line
 Warning naming AbbreviationAsWordInName Abbreviation in name 'JRubyImportAddingInvocationHandler' must contain no more than '1' consecutive capital letters. 22
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 24
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 26
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 27
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 29
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 31
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 32
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 34
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 36
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 37
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 39
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 42

de/gmorling/scriptabledataset/handlers/JRubyScriptInvocationHandler.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jruby.RubyObject' 20
 Warning naming AbbreviationAsWordInName Abbreviation in name 'JRubyScriptInvocationHandler' must contain no more than '1' consecutive capital letters. 26
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 29
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 31
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 33
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 34
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 36
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 38
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 39
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 41
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 44
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 45
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 47
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 48
 Warning indentation Indentation 'try' has incorrect indentation level 16, expected level should be 8. 49
 Warning indentation Indentation 'try' child has incorrect indentation level 20, expected level should be 10. 50
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 16, expected level should be 8. 51
 Warning indentation Indentation 'catch' child has incorrect indentation level 20, expected level should be 10. 52
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 16, expected level should be 8. 53
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 54
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 55
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 57
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 58
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 60
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 62
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 63

de/gmorling/scriptabledataset/handlers/ScriptInvocationHandler.java

Severity Category Rule Message Line
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 23
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 34
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 44
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 54
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 62

de/gmorling/scriptabledataset/handlers/StandardHandlerConfig.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.slf4j.Logger' 25
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 35
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 42
 Warning indentation Indentation 'static initialization' has incorrect indentation level 4, expected level should be 2. 44
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 46
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 48
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 49
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 50
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 52
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 55
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 56
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 57
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 58
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 60
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 61
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 62
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 63
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 64
 Warning sizes LineLength Line is longer than 120 characters (found 160). 65
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 67
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 68
 Warning indentation Indentation 'static initialization rcurly' has incorrect indentation level 4, expected level should be 2. 69
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 79
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 80
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 81
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 82
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 83
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 84