Checkstyle Results
The following document contains the results of Checkstyle 10.23.0 with checkstyle.xml ruleset.
Summary
Files | ![]() |
![]() |
![]() |
---|---|---|---|
9 | 0 | 267 | 0 |
Files
Rules
Category | Rule | Violations | Severity |
---|---|---|---|
imports | CustomImportOrder
|
11 | ![]() |
indentation | Indentation
|
247 | ![]() |
javadoc | JavadocParagraph | 4 | ![]() |
naming | AbbreviationAsWordInName
|
2 | ![]() |
MethodName
|
1 | ![]() | |
sizes | LineLength
|
2 | ![]() |
Details
de/gmorling/scriptabledataset/ScriptableDataSet.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Extra separation in import group before 'org.apache.commons.lang3.Validate' | 21 |
![]() |
javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 32 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 143). | 37 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 40 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 52 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 65 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 68 |
![]() |
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 78 |
![]() |
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 80 |
![]() |
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 82 |
![]() |
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 83 |
![]() |
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 84 |
![]() |
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 86 |
![]() |
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 87 |
![]() |
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 88 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 90 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 92 |
![]() |
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 |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 19 |
![]() |
imports | CustomImportOrder | Extra separation in import group before 'lombok.ToString' | 23 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 32 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 35 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 38 |
![]() |
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 50 |
![]() |
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 51 |
![]() |
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 52 |
![]() |
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 66 |
![]() |
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 68 |
![]() |
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 69 |
![]() |
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 71 |
![]() |
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 72 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 74 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 75 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 76 |
![]() |
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 77 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 84 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 85 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 86 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 93 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 94 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 95 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 102 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 103 |
![]() |
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 |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Extra separation in import group before 'java.sql.Connection' | 24 |
![]() |
imports | CustomImportOrder | Extra separation in import group before 'org.apache.commons.lang3.time.DateUtils' | 34 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 53 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 56 |
![]() |
indentation | Indentation | 'member def type' has incorrect indentation level 4, expected level should be 2. | 59 |
![]() |
indentation | Indentation | 'member def type' has incorrect indentation level 4, expected level should be 2. | 62 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 70 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 72 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 73 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 75 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 76 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 84 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 86 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 87 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 88 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 96 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 98 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 99 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 100 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 101 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 102 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 103 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 111 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 113 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 114 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 115 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 123 |
![]() |
naming | MethodName | Method name 'jRubyScript' must match pattern '^[a-z][a-z0-9]\w*$'. | 124 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 125 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 129 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 131 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 132 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 140 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 142 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 146 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 148 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 149 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 157 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 159 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 164 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 166 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 167 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 168 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 176 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 178 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 179 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 181 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 185 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 187 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 188 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 196 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 198 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 203 |
![]() |
indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 204 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 206 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 219 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 220 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 221 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 222 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 239 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 240 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 241 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 242 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 244 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 245 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 246 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 248 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 258 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 259 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 260 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 262 |
![]() |
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 |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Extra separation in import group before 'org.dbunit.dataset.DataSetException' | 19 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 30 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 33 |
![]() |
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 43 |
![]() |
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 44 |
![]() |
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 45 |
![]() |
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 46 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 48 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 50 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 51 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 53 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 55 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 56 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 58 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 60 |
![]() |
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 |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 20 |
![]() |
imports | CustomImportOrder | Extra separation in import group before 'javax.script.ScriptEngine' | 27 |
![]() |
imports | CustomImportOrder | Extra separation in import group before 'org.dbunit.dataset.DataSetException' | 31 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 43 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 46 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 49 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 52 |
![]() |
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 62 |
![]() |
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 64 |
![]() |
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 66 |
![]() |
indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 69 |
![]() |
indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 71 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 73 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 74 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 76 |
![]() |
indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 77 |
![]() |
indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 79 |
![]() |
indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be 6. | 81 |
![]() |
indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be 8. | 82 |
![]() |
indentation | Indentation | 'for rcurly' has incorrect indentation level 12, expected level should be 6. | 83 |
![]() |
indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 85 |
![]() |
indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 87 |
![]() |
indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 88 |
![]() |
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 89 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 91 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 93 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 94 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 96 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 98 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 99 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 101 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 104 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 107 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 108 |
![]() |
indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be 6. | 110 |
![]() |
indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be 8. | 112 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 115 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 117 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 118 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 120 |
![]() |
indentation | Indentation | 'for' has incorrect indentation level 20, expected level should be 10. | 123 |
![]() |
indentation | Indentation | 'for' child has incorrect indentation level 24, expected level should be 12. | 124 |
![]() |
indentation | Indentation | 'for rcurly' has incorrect indentation level 20, expected level should be 10. | 125 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 127 |
![]() |
indentation | Indentation | 'try' has incorrect indentation level 20, expected level should be 10. | 130 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 24, expected level should be 12. | 131 |
![]() |
indentation | Indentation | 'try rcurly' has incorrect indentation level 20, expected level should be 10. | 132 |
![]() |
indentation | Indentation | 'catch' child has incorrect indentation level 24, expected level should be 12. | 133 |
![]() |
indentation | Indentation | 'catch rcurly' has incorrect indentation level 20, expected level should be 10. | 134 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 137 |
![]() |
indentation | Indentation | 'for' has incorrect indentation level 20, expected level should be 10. | 138 |
![]() |
indentation | Indentation | 'for' child has incorrect indentation level 24, expected level should be 12. | 139 |
![]() |
indentation | Indentation | 'for rcurly' has incorrect indentation level 20, expected level should be 10. | 140 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 141 |
![]() |
indentation | Indentation | 'for rcurly' has incorrect indentation level 12, expected level should be 6. | 142 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 143 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 145 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 146 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 157 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 159 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 163 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 165 |
![]() |
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 |
---|---|---|---|---|
![]() |
naming | AbbreviationAsWordInName | Abbreviation in name 'JRubyImportAddingInvocationHandler' must contain no more than '1' consecutive capital letters. | 22 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 24 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 26 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 27 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 29 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 31 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 32 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 34 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 36 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 37 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 39 |
![]() |
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 |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Extra separation in import group before 'org.jruby.RubyObject' | 20 |
![]() |
naming | AbbreviationAsWordInName | Abbreviation in name 'JRubyScriptInvocationHandler' must contain no more than '1' consecutive capital letters. | 26 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 29 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 31 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 33 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 34 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 36 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 38 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 39 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 41 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 44 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 45 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 47 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 48 |
![]() |
indentation | Indentation | 'try' has incorrect indentation level 16, expected level should be 8. | 49 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 20, expected level should be 10. | 50 |
![]() |
indentation | Indentation | 'try rcurly' has incorrect indentation level 16, expected level should be 8. | 51 |
![]() |
indentation | Indentation | 'catch' child has incorrect indentation level 20, expected level should be 10. | 52 |
![]() |
indentation | Indentation | 'catch rcurly' has incorrect indentation level 16, expected level should be 8. | 53 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 54 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 55 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 57 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 58 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 60 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 62 |
![]() |
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 |
---|---|---|---|---|
![]() |
javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 23 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 34 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 44 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 54 |
![]() |
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 |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Extra separation in import group before 'org.slf4j.Logger' | 25 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 35 |
![]() |
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 40 |
![]() |
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 42 |
![]() |
indentation | Indentation | 'static initialization' has incorrect indentation level 4, expected level should be 2. | 44 |
![]() |
indentation | Indentation | 'static initialization' child has incorrect indentation level 8, expected level should be 4. | 46 |
![]() |
indentation | Indentation | 'static initialization' child has incorrect indentation level 8, expected level should be 4. | 48 |
![]() |
indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 49 |
![]() |
indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be 6. | 50 |
![]() |
indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be 8. | 52 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 55 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 56 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 57 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 58 |
![]() |
indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be 8. | 60 |
![]() |
indentation | Indentation | 'for rcurly' has incorrect indentation level 12, expected level should be 6. | 61 |
![]() |
indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 62 |
![]() |
indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 63 |
![]() |
indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 64 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 160). | 65 |
![]() |
indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 67 |
![]() |
indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 68 |
![]() |
indentation | Indentation | 'static initialization rcurly' has incorrect indentation level 4, expected level should be 2. | 69 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 79 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 80 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 81 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 82 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 83 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 84 |