Checkstyle Results
The following document contains the results of Checkstyle 12.1.0 with checkstyle.xml ruleset.
Summary
| Files | |||
|---|---|---|---|
| 53 | 0 | 1668 | 0 |
Files
Rules
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | EmptyCatchBlock
|
2 | |
LeftCurly
|
11 | ||
LeftCurly
|
11 | ||
RightCurly
|
5 | ||
RightCurly
|
5 | ||
| coding | MissingSwitchDefault | 4 | |
| OneStatementPerLine | 8 | ||
| imports | CustomImportOrder
|
24 | |
| indentation | Indentation
|
1582 | |
| javadoc | MissingJavadocMethod
|
15 | |
MissingJavadocType
|
9 | ||
| naming | AbbreviationAsWordInName
|
4 | |
MemberName
|
2 | ||
MethodName
|
1 | ||
| whitespace | OperatorWrap
|
1 |
Details
ClassInDefaultPackage.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 15 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 18 | |
| indentation | Indentation | 'enum def modifier' has incorrect indentation level 4, expected level should be 2. | 23 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 30 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 32 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 33 | |
| indentation | Indentation | 'static initialization' has incorrect indentation level 8, expected level should be 4. | 36 | |
| indentation | Indentation | 'static initialization' child has incorrect indentation level 12, expected level should be 6. | 37 | |
| indentation | Indentation | 'static initialization rcurly' has incorrect indentation level 8, expected level should be 4. | 38 | |
| indentation | Indentation | 'enum 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. | 49 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 50 | |
| indentation | Indentation | 'switch' has incorrect indentation level 8, expected level should be 4. | 50 | |
| indentation | Indentation | 'case' child has incorrect indentation level 12, expected level should be 6. | 51 | |
| indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be 8. | 52 | |
| indentation | Indentation | 'case' child has incorrect indentation level 12, expected level should be 6. | 54 | |
| indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be 8. | 55 | |
| indentation | Indentation | 'switch rcurly' has incorrect indentation level 8, expected level should be 4. | 56 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 58 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 59 |
ClassInDefaultPackageTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 9 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 11 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 12 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 14 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 16 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 17 |
integration/tests/AbstractClassTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'member def type' has incorrect indentation level 4, expected level should be 2. | 14 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 16 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 18 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 28 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 30 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 32 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 33 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 35 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 36 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 37 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 38 |
integration/tests/AbstractClassWithNoExecutableLines.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 14 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 24 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 31 |
integration/tests/AnAnnotation.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'annotation field def modifier' has incorrect indentation level 4, expected level should be 2. | 29 | |
| indentation | Indentation | 'annotation field def modifier' has incorrect indentation level 4, expected level should be 2. | 36 |
integration/tests/AnEnumTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'member def type' has incorrect indentation level 4, expected level should be 2. | 13 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 15 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 17 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 19 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 20 |
integration/tests/AnInterface.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 21 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 28 |
integration/tests/AnInterfaceTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'member def type' has incorrect indentation level 4, expected level should be 2. | 14 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 16 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 18 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 28 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 30 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 32 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 34 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 35 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 36 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 37 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 38 |
integration/tests/BooleanExpressions.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 25 | |
| 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. | 41 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 42 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 43 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 57 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 58 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 59 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 73 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 74 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 75 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 89 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 90 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 91 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 92 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 93 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 94 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 95 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 97 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 98 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 110 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 111 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 113 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 125 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 126 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 131 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 141 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 142 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 143 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 153 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 154 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 155 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 167 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 168 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 170 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 171 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 172 | |
| indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 173 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 8, expected level should be 4. | 174 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 176 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 177 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 189 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 190 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 191 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 193 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 194 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 195 | |
| indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 196 | |
| indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 197 | |
| indentation | Indentation | 'else rcurly' 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. | 200 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 201 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 215 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 216 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 217 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 218 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 219 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 220 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 221 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 223 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 224 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 234 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 235 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 236 |
integration/tests/BooleanExpressionsTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'member def type' has incorrect indentation level 4, expected level should be 2. | 17 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 19 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 23 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 26 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 28 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 30 | |
| 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. | 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' child has incorrect indentation level 8, expected level should be 4. | 39 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 40 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 41 | |
| indentation | Indentation | 'method def rcurly' 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. | 46 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 48 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 49 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 50 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 51 | |
| indentation | Indentation | 'method def rcurly' 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. | 56 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 58 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 59 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 60 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 61 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 62 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 63 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 66 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 68 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 70 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 71 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 74 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 76 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 78 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 81 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 83 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 85 | |
| 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. | 88 | |
| indentation | Indentation | 'method 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. | 96 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 98 | |
| indentation | Indentation | 'method def' child 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 rcurly' has incorrect indentation level 4, expected level should be 2. | 102 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 104 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 106 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 107 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 108 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 109 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 111 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 112 | |
| 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' child has incorrect indentation level 8, expected level should be 4. | 115 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 116 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 117 |
integration/tests/ClassInRegularPackage.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 17 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 20 | |
| indentation | Indentation | 'enum def modifier' has incorrect indentation level 4, expected level should be 2. | 25 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 32 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 34 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 35 | |
| indentation | Indentation | 'static initialization' has incorrect indentation level 8, expected level should be 4. | 38 | |
| indentation | Indentation | 'static initialization' child has incorrect indentation level 12, expected level should be 6. | 39 | |
| indentation | Indentation | 'static initialization rcurly' has incorrect indentation level 8, expected level should be 4. | 40 | |
| indentation | Indentation | 'enum def rcurly' has incorrect indentation level 4, expected level should be 2. | 41 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 51 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 52 | |
| indentation | Indentation | 'switch' has incorrect indentation level 8, expected level should be 4. | 52 | |
| indentation | Indentation | 'case' child has incorrect indentation level 12, expected level should be 6. | 53 | |
| indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be 8. | 54 | |
| indentation | Indentation | 'case' child has incorrect indentation level 12, expected level should be 6. | 56 | |
| indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be 8. | 57 | |
| indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be 8. | 58 | |
| indentation | Indentation | 'switch rcurly' has incorrect indentation level 8, expected level should be 4. | 59 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 61 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 62 |
integration/tests/ClassInRegularPackageTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 14 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 16 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 17 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 18 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 19 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 21 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 23 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 24 |
integration/tests/ClassLoadedByCustomLoaderOnly.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 14 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 22 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 23 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 24 | |
| 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. | 32 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 33 |
integration/tests/ClassNotExercised.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 17 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 29 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 30 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 31 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 32 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 34 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 35 |
integration/tests/ClassWithAnnotations.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'javax.sql.DataSource' | 10 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 19 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 24 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 31 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 33 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 38 | |
| naming | MethodName | Method name 'aMethod' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 40 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 41 |
integration/tests/ClassWithNestedClasses.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 17 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 22 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 25 | |
| naming | MemberName | Member name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 25 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 30 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 31 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. | 32 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 8, expected level should be 4. | 37 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 45 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 46 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 47 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 8, expected level should be 4. | 48 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 8, expected level should be 4. | 53 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 61 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 62 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 63 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 8, expected level should be 4. | 64 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 65 | |
| 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. | 71 | |
| 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 | 'method 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. | 87 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 88 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 90 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 91 |
integration/tests/ClassWithNestedClassesTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 13 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 15 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 17 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 18 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 20 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 21 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 22 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 23 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 24 |
integration/tests/ClassWithNestedEnum.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'enum def ident' has incorrect indentation level 4, expected level should be 2. | 16 | |
| indentation | Indentation | 'enum def rcurly' has incorrect indentation level 4, expected level should be 2. | 20 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 25 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 30 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 31 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 32 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 39 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 41 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 42 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 43 |
integration/tests/ClassWithNestedEnumTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 11 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 13 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 14 |
integration/tests/ClassWithReferenceToNestedClass.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 18 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 19 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 20 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 27 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 28 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 29 |
integration/tests/ClassWithReferenceToNestedClassTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 13 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 15 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 17 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 19 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 20 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 21 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 22 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 23 |
integration/tests/CoverageTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.junit.jupiter.api.Assertions.assertEquals' | 11 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.reflect.Field' | 19 | |
| imports | CustomImportOrder | Extra separation in import group before 'mockit.coverage.CallPoint' | 23 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.checkerframework.checker.index.qual.NonNegative' | 33 | |
| javadoc | MissingJavadocType | Missing a Javadoc comment. | 36 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 38 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 40 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 43 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 43 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 45 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 46 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 48 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 49 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 50 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 51 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 52 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 54 | |
| indentation | Indentation | 'method def' child 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' child has incorrect indentation level 8, expected level should be 4. | 58 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 59 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 61 | |
| indentation | Indentation | 'method def rcurly' 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. | 64 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 65 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 67 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 68 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 70 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 72 | |
| 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. | 75 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 76 | |
| indentation | Indentation | 'method 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. | 79 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 81 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 82 | |
| indentation | Indentation | 'try' has incorrect indentation level 12, expected level should be 6. | 84 | |
| indentation | Indentation | 'try' child has incorrect indentation level 16, expected level should be 8. | 85 | |
| indentation | Indentation | 'try' child has incorrect indentation level 16, expected level should be 8. | 86 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 12, expected level should be 6. | 87 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 16, expected level should be 8. | 88 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 12, expected level should be 6. | 89 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 91 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 92 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 93 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 95 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 96 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 101 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 101 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 103 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 104 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 105 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 106 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 108 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 110 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 111 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 112 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 113 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 114 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 116 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 117 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 119 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 119 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 121 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 122 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 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. | 126 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 128 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 129 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 131 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 132 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 135 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 137 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 138 | |
| indentation | Indentation | 'for' has incorrect indentation level 16, expected level should be 8. | 140 | |
| indentation | Indentation | 'for' child has incorrect indentation level 20, expected level should be 10. | 141 | |
| indentation | Indentation | 'for' child has incorrect indentation level 20, expected level should be 10. | 142 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 16, expected level should be 8. | 143 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 145 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 146 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 147 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 148 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 150 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 150 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 152 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 153 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 155 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 156 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 158 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 159 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 160 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 165 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 165 | |
| 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' child has incorrect indentation level 8, expected level should be 4. | 168 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 170 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 172 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 174 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 174 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 175 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 176 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 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. | 180 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 182 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 183 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 185 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 185 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 186 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 187 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 189 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 189 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 190 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 191 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 193 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 194 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 195 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 197 | |
| 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. | 199 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 200 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 202 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 202 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 203 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 204 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 206 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 206 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 208 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 209 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 210 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 212 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 214 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 215 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 216 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 217 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 218 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 220 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 220 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 222 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 223 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 224 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 225 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 226 |
integration/tests/IfElseStatements.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 20 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 21 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 22 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 23 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 24 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 25 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 33 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 34 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 35 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 36 | |
| indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 37 | |
| indentation | Indentation | 'else rcurly' 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. | 47 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 49 | |
| blocks | LeftCurly | '{' at column 16 should have line break after. | 49 | |
| 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. | 59 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 61 | |
| blocks | LeftCurly | '{' at column 16 should have line break after. | 61 | |
| blocks | LeftCurly | '{' at column 38 should have line break after. | 61 | |
| coding | OneStatementPerLine | Only one statement per line allowed. | 61 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 63 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 73 | |
| 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 | 'else' child has incorrect indentation level 12, expected level should be 6. | 77 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 8, expected level should be 4. | 78 | |
| 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 rcurly' has incorrect indentation level 4, expected level should be 2. | 83 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 93 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 94 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 95 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 96 | |
| indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 97 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 8, expected level should be 4. | 98 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 100 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 101 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 102 | |
| indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 103 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 8, expected level should be 4. | 104 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 105 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 117 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 119 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 120 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 121 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 122 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 123 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 140 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 142 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 143 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 144 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 146 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 147 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 148 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 150 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 152 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 153 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 155 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 156 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 168 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 169 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 171 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 172 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 173 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 175 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 176 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 188 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 189 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 191 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 192 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 193 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 194 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 195 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 196 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 198 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 199 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 211 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 212 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 214 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 215 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 216 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 217 | |
| indentation | Indentation | 'else' child has incorrect indentation level 16, expected level should be 8. | 218 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 12, expected level should be 6. | 219 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 220 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 221 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 222 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 224 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 225 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 233 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 234 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 235 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 236 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 238 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 239 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 240 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 241 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 251 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 253 | |
| blocks | LeftCurly | '{' at column 23 should have line break after. | 253 | |
| coding | OneStatementPerLine | Only one statement per line allowed. | 253 | |
| blocks | LeftCurly | '{' at column 39 should have line break after. | 253 | |
| coding | OneStatementPerLine | Only one statement per line allowed. | 253 | |
| blocks | RightCurly | '}' at column 48 should be alone on a line. | 253 | |
| coding | OneStatementPerLine | Only one statement per line allowed. | 253 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 255 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 265 | |
| blocks | LeftCurly | '{' at column 16 should have line break after. | 267 | |
| blocks | RightCurly | '}' at column 28 should be alone on a line. | 267 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 267 | |
| coding | OneStatementPerLine | Only one statement per line allowed. | 267 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 269 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 279 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 280 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 281 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 282 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 283 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 293 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 294 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 295 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 296 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 297 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 307 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 308 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 309 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 310 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 311 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 321 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 323 | |
| indentation | Indentation | 'b' has incorrect indentation level 11, expected level should be 12. | 324 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 324 | |
| indentation | Indentation | 'i' has incorrect indentation level 11, expected level should be 12. | 325 | |
| indentation | Indentation | 'if rparen' has incorrect indentation level 8, expected level should be 4. | 326 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 327 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 328 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 330 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 340 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 341 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 343 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 344 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 345 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 347 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 348 | |
| indentation | Indentation | 'member def type' has incorrect indentation level 4, expected level should be 2. | 351 |
integration/tests/IfElseStatementsTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'member def type' has incorrect indentation level 4, expected level should be 2. | 14 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 16 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 18 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 19 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 21 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 22 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 23 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 24 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 26 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 27 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 28 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 30 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 32 | |
| 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' child has incorrect indentation level 8, expected level should be 4. | 39 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 41 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 42 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 43 | |
| indentation | Indentation | 'method def rcurly' 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. | 46 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 48 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 49 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 51 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 52 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 53 | |
| indentation | Indentation | 'method def rcurly' 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. | 56 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 58 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 60 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 61 | |
| indentation | Indentation | 'method def rcurly' 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. | 64 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 66 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 67 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 68 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 70 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 71 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 72 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 74 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 76 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 77 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 79 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 80 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 81 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 82 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 83 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 85 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 88 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 89 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 91 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 92 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 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. | 97 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 99 | |
| indentation | Indentation | 'method def' child 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. | 102 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 103 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 104 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 105 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 106 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 108 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 110 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 111 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 114 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 116 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 118 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 119 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 122 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 124 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 126 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 129 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 131 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 133 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 134 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 135 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 136 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 137 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 138 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 139 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 140 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 141 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 143 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 145 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 146 | |
| 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. | 151 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 153 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 154 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 155 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 158 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 160 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 162 | |
| 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. | 164 | |
| 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. | 168 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 170 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 172 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 173 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 176 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 178 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 180 | |
| 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. | 182 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 184 | |
| 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. | 186 | |
| 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 |
integration/tests/InterfaceWithExecutableCode.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'member def type' has incorrect indentation level 4, expected level should be 2. | 16 | |
| indentation | Indentation | 'member def type' has incorrect indentation level 4, expected level should be 2. | 17 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 22 |
integration/tests/InterfaceWithExecutableCodeTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'member def type' has incorrect indentation level 4, expected level should be 2. | 13 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 15 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 17 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 19 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 20 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 21 |
integration/tests/MiscellaneousTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.junit.jupiter.api.Assertions.assertNotNull' | 10 | |
| imports | CustomImportOrder | Extra separation in import group before 'mockit.Injectable' | 18 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.junit.jupiter.api.Test' | 22 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 25 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'methodWithIINCWideInstruction' must contain no more than '1' consecutive capital letters. | 26 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 27 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 28 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 30 | |
| indentation | Indentation | 'annotation def modifier' has incorrect indentation level 4, expected level should be 2. | 32 | |
| indentation | Indentation | 'annotation def modifier' has incorrect indentation level 4, expected level should be 2. | 33 | |
| indentation | Indentation | 'annotation field def modifier' has incorrect indentation level 8, expected level should be 4. | 34 | |
| indentation | Indentation | 'annotation def rcurly' has incorrect indentation level 4, expected level should be 2. | 35 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 37 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 38 | |
| indentation | Indentation | 'class 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 | 'method def' child has incorrect indentation level 8, expected level should be 4. | 43 | |
| indentation | Indentation | 'method def rcurly' 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. | 46 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 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 |
integration/tests/MultiThreadedCode.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 18 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 19 | |
| indentation | Indentation | 'object def lcurly' has incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. | 20 | |
| blocks | LeftCurly | '{' at column 9 should be on the previous line. | 20 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. | 21 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 23 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 24 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 25 |
integration/tests/MultiThreadedCodeTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'member def type' has incorrect indentation level 4, expected level should be 2. | 11 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 13 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 15 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 16 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 18 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 19 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 20 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 21 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 22 |
integration/tests/ShutdownTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 11 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'addShutdownHookToExerciseSUTAfterTestRunHasFinished' must contain no more than '1' consecutive capital letters. | 12 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 13 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 19 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 21 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'exerciseSUT' must contain no more than '1' consecutive capital letters. | 21 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 22 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 23 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 24 |
integration/tests/UnreachableStatements.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 16 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 17 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 19 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 20 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 28 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 29 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 31 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 32 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 34 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 35 |
integration/tests/UnreachableStatementsTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'member def type' has incorrect indentation level 4, expected level should be 2. | 14 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 16 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 18 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 19 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 21 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 23 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 24 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 25 | |
| blocks | EmptyCatchBlock | Empty catch block. | 25 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 26 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 28 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 29 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 30 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 31 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 32 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 33 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 35 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 37 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 39 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 40 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 41 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 42 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 43 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 44 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 45 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 47 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 49 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 50 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 51 | |
| blocks | EmptyCatchBlock | Empty catch block. | 51 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 52 | |
| indentation | Indentation | 'method def' child 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. | 56 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 57 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 58 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 59 |
integration/tests/data/ClassWithFields.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | MissingJavadocType | Missing a Javadoc comment. | 8 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 9 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 10 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 11 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 15 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 16 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 17 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 19 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 20 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 21 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 23 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 24 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 25 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 27 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 28 | |
| indentation | Indentation | 'method def rcurly' 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. | 32 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 33 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 35 | |
| 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' child has incorrect indentation level 8, expected level should be 4. | 40 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 41 | |
| 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. | 49 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 50 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 52 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 53 | |
| indentation | Indentation | 'method def rcurly' 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. | 56 | |
| 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. | 61 | |
| indentation | Indentation | 'method def rcurly' 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. | 64 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 65 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 66 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 68 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 69 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 70 |
integration/tests/data/ClassWithFieldsAccessedByMultipleTests.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | MissingJavadocType | Missing a Javadoc comment. | 8 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 9 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 10 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 12 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 13 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 15 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 16 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 17 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 19 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 20 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 21 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 23 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 24 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 25 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 27 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 28 | |
| indentation | Indentation | 'method def rcurly' 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. | 32 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 33 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 35 | |
| 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' child has incorrect indentation level 8, expected level should be 4. | 40 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 41 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 43 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 44 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 45 |
integration/tests/data/ClassWithFieldsAccessedByMultipleTestsTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'integration.tests.CoverageTest' | 11 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'integration.tests.CoverageTest' import. Should be before 'org.junit.jupiter.api.Test'. | 11 | |
| indentation | Indentation | 'member def type' has incorrect indentation level 4, expected level should be 2. | 14 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 16 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 18 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 19 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 21 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 23 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 24 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 25 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 27 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 29 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 30 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 32 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 34 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 35 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 36 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 38 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 40 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 41 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 43 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 45 | |
| indentation | Indentation | 'method 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' child has incorrect indentation level 8, expected level should be 4. | 56 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 57 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 59 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 61 | |
| indentation | Indentation | 'method def rcurly' 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. | 64 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 66 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 67 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 68 | |
| 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 rcurly' has incorrect indentation level 4, expected level should be 2. | 73 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 75 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 77 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 78 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 80 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 82 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 83 |
integration/tests/data/ClassWithFieldsTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'integration.tests.CoverageTest' | 11 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'integration.tests.CoverageTest' import. Should be before 'org.junit.jupiter.api.Test'. | 11 | |
| indentation | Indentation | 'member def type' has incorrect indentation level 4, expected level should be 2. | 14 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 16 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 18 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 19 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 22 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 23 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 25 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 27 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 29 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 30 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 32 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 34 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 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 | 'method def' child has incorrect indentation level 8, expected level should be 4. | 43 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 46 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 47 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 49 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 51 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 53 | |
| indentation | Indentation | 'method def rcurly' 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. | 56 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 58 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 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 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 65 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 67 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 68 |
integration/tests/data/ClassWithInstanceFields.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | MissingJavadocType | Missing a Javadoc comment. | 12 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 13 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 15 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 16 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 17 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 18 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 19 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 20 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 21 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 22 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 24 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 26 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 26 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 27 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 28 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 30 | |
| 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. | 35 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 36 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 38 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 39 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 40 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 42 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 43 | |
| indentation | Indentation | 'method def rcurly' 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. | 46 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 47 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 48 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 50 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 51 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 52 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 54 | |
| 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. | 59 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 60 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 62 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 63 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 64 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 66 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 67 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 68 | |
| 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. | 71 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 72 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 74 | |
| 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. | 78 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 79 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 80 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 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 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 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. | 90 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 91 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 92 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 94 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 95 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 96 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 98 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 99 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 100 |
integration/tests/data/ClassWithInstanceFieldsTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'integration.tests.CoverageTest' | 11 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'integration.tests.CoverageTest' import. Should be before 'org.junit.jupiter.api.Test'. | 11 | |
| indentation | Indentation | 'member def type' has incorrect indentation level 4, expected level should be 2. | 14 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 16 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 20 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 21 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 23 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 25 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 28 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 29 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 32 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 33 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 35 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 38 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 41 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 44 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 45 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 47 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 48 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 50 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 52 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 56 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 57 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 59 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 61 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 63 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 64 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 66 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 67 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 69 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 71 | |
| 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. | 74 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 79 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 80 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 82 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 84 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 87 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 88 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 91 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 92 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 94 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 96 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 98 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 99 | |
| 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. | 105 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 107 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 110 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 111 | |
| 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. | 117 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 119 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 122 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 123 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 126 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 127 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 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 |
integration/tests/loops/ForStatements.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | MissingJavadocType | Missing a Javadoc comment. | 12 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 13 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 14 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 15 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 16 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 17 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 19 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 21 | |
| blocks | LeftCurly | '{' at column 28 should have line break after. | 21 | |
| blocks | RightCurly | '}' at column 43 should be alone on a line. | 21 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 23 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 25 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 26 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 28 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 29 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 30 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 32 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 33 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 35 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 36 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 38 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 39 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 40 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 42 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 43 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 45 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 46 | |
| indentation | Indentation | 'for' 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. | 49 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 50 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 51 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 52 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 53 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 55 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 56 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 57 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 58 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 59 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 60 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 62 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 63 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 64 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 65 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 67 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 68 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 70 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 71 | |
| indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be 6. | 72 | |
| indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be 8. | 73 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 12, expected level should be 6. | 74 | |
| indentation | Indentation | 'for rcurly' 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. | 78 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 79 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 80 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 81 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 82 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 83 | |
| 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 |
integration/tests/loops/ForStatementsTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.junit.jupiter.api.Assertions.assertEquals' | 10 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.junit.jupiter.api.Disabled' | 15 | |
| imports | CustomImportOrder | Extra separation in import group before 'integration.tests.CoverageTest' | 18 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'integration.tests.CoverageTest' import. Should be before 'org.junit.jupiter.api.Test'. | 18 | |
| indentation | Indentation | 'member def type' has incorrect indentation level 4, expected level should be 2. | 21 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 23 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 25 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 26 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 28 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 29 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 30 | |
| 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' child has incorrect indentation level 8, expected level should be 4. | 37 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 39 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 40 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 41 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 42 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 44 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 46 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 47 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 49 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 50 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 51 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 52 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 53 | |
| indentation | Indentation | 'method def rcurly' 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. | 56 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 58 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 59 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 61 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 62 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 63 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 64 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 65 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 66 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 68 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 70 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 71 | |
| 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. | 74 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 75 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 76 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 77 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 78 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 79 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 81 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 84 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 85 |
integration/tests/loops/WhileStatements.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | MissingJavadocType | Missing a Javadoc comment. | 11 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 14 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 16 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 17 | |
| indentation | Indentation | 'while' has incorrect indentation level 8, expected level should be 4. | 19 | |
| indentation | Indentation | 'while' child has incorrect indentation level 12, expected level should be 6. | 20 | |
| indentation | Indentation | 'while rcurly' has incorrect indentation level 8, expected level should be 4. | 21 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 22 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 24 | |
| indentation | Indentation | 'while' has incorrect indentation level 8, expected level should be 4. | 26 | |
| blocks | LeftCurly | '{' at column 23 should have line break after. | 26 | |
| blocks | RightCurly | '}' at column 30 should be alone on a line. | 26 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 28 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 30 | |
| indentation | Indentation | 'while' has incorrect indentation level 8, expected level should be 4. | 31 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 32 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 33 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 34 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 35 | |
| indentation | Indentation | 'while' child has incorrect indentation level 12, expected level should be 6. | 37 | |
| indentation | Indentation | 'while rcurly' has incorrect indentation level 8, expected level should be 4. | 38 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 40 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 41 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 43 | |
| indentation | Indentation | 'while' has incorrect indentation level 8, expected level should be 4. | 44 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 45 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 46 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 47 | |
| indentation | Indentation | 'while' child has incorrect indentation level 12, expected level should be 6. | 49 | |
| indentation | Indentation | 'while rcurly' has incorrect indentation level 8, expected level should be 4. | 50 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 52 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 53 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 55 | |
| indentation | Indentation | 'while' has incorrect indentation level 8, expected level should be 4. | 56 | |
| indentation | Indentation | 'while' has incorrect indentation level 12, expected level should be 6. | 57 | |
| indentation | Indentation | 'while' child has incorrect indentation level 16, expected level should be 8. | 58 | |
| indentation | Indentation | 'while rcurly' has incorrect indentation level 12, expected level should be 6. | 59 | |
| indentation | Indentation | 'while' child has incorrect indentation level 12, expected level should be 6. | 61 | |
| indentation | Indentation | 'while rcurly' 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 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 65 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 66 | |
| indentation | Indentation | 'do..while' has incorrect indentation level 8, expected level should be 4. | 68 | |
| indentation | Indentation | 'do..while' child has incorrect indentation level 12, expected level should be 6. | 69 | |
| indentation | Indentation | 'do..while rcurly' has incorrect indentation level 8, expected level should be 4. | 70 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 71 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 73 | |
| indentation | Indentation | 'while' has incorrect indentation level 8, expected level should be 4. | 74 | |
| indentation | Indentation | 'do..while' has incorrect indentation level 12, expected level should be 6. | 75 | |
| indentation | Indentation | 'do..while' child has incorrect indentation level 16, expected level should be 8. | 76 | |
| indentation | Indentation | 'do..while rcurly' has incorrect indentation level 12, expected level should be 6. | 77 | |
| 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). | 77 | |
| indentation | Indentation | 'do..while while' has incorrect indentation level 12, expected level should be 6. | 79 | |
| indentation | Indentation | 'while' child has incorrect indentation level 12, expected level should be 6. | 82 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 84 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 85 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 86 | |
| indentation | Indentation | 'while rcurly' 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. | 90 | |
| indentation | Indentation | 'while' has incorrect indentation level 8, expected level should be 4. | 91 | |
| indentation | Indentation | 'while' child has incorrect indentation level 12, expected level should be 6. | 92 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 94 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 95 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 96 | |
| indentation | Indentation | 'while rcurly' has incorrect indentation level 8, expected level should be 4. | 97 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 98 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 100 | |
| indentation | Indentation | 'while' has incorrect indentation level 8, expected level should be 4. | 101 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 102 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 103 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 104 | |
| indentation | Indentation | 'while' child has incorrect indentation level 12, expected level should be 6. | 106 | |
| indentation | Indentation | 'while rcurly' has incorrect indentation level 8, expected level should be 4. | 107 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 108 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 110 | |
| indentation | Indentation | 'while' has incorrect indentation level 8, expected level should be 4. | 111 | |
| indentation | Indentation | 'while' child has incorrect indentation level 12, expected level should be 6. | 112 | |
| indentation | Indentation | 'while rcurly' has incorrect indentation level 8, expected level should be 4. | 113 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 114 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 116 | |
| indentation | Indentation | 'while' has incorrect indentation level 8, expected level should be 4. | 117 | |
| indentation | Indentation | 'try' has incorrect indentation level 12, expected level should be 6. | 118 | |
| indentation | Indentation | 'try' child has incorrect indentation level 16, expected level should be 8. | 119 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 12, expected level should be 6. | 120 | |
| indentation | Indentation | 'finally' child has incorrect indentation level 16, expected level should be 8. | 121 | |
| indentation | Indentation | 'finally rcurly' has incorrect indentation level 12, expected level should be 6. | 122 | |
| indentation | Indentation | 'while rcurly' has incorrect indentation level 8, expected level should be 4. | 123 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 124 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 126 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 127 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 128 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 130 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 131 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 133 | |
| indentation | Indentation | 'while' has incorrect indentation level 8, expected level should be 4. | 134 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 135 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 136 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 137 | |
| indentation | Indentation | 'else' child has incorrect indentation level 16, expected level should be 8. | 138 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 12, expected level should be 6. | 139 | |
| indentation | Indentation | 'while' child has incorrect indentation level 12, expected level should be 6. | 141 | |
| indentation | Indentation | 'while rcurly' 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. | 144 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 145 |
integration/tests/loops/WhileStatementsTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'integration.tests.CoverageTest' | 11 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'integration.tests.CoverageTest' import. Should be before 'org.junit.jupiter.api.Test'. | 11 | |
| indentation | Indentation | 'member def type' has incorrect indentation level 4, expected level should be 2. | 14 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 16 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 18 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 20 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 21 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 22 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 23 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 24 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 25 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 27 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 29 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 30 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 31 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 33 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 34 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 35 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 36 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 38 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 40 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 41 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 42 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 44 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 45 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 47 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 49 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 50 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 51 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 53 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 54 | |
| indentation | Indentation | 'method def' child 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. | 56 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 57 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 58 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 59 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 60 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 62 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 64 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 65 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 66 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 68 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 69 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 70 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 71 | |
| 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 rcurly' has incorrect indentation level 4, expected level should be 2. | 74 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 76 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 78 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 79 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 81 | |
| indentation | Indentation | 'method def' child 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' child has incorrect indentation level 8, expected level should be 4. | 84 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 85 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 86 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 87 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 89 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 91 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 93 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 94 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 95 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 96 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 97 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 98 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 100 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 102 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 103 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 104 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 106 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 107 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 108 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 109 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 110 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 111 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 113 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 115 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 118 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 120 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 122 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 125 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 127 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 129 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 130 | |
| 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. | 134 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 136 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 137 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 139 |
integration/tests/other/control/structures/SwitchStatements.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | MissingJavadocType | Missing a Javadoc comment. | 8 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 9 | |
| indentation | Indentation | 'switch' has incorrect indentation level 8, expected level should be 4. | 10 | |
| indentation | Indentation | 'case' child has incorrect indentation level 12, expected level should be 6. | 11 | |
| indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be 8. | 12 | |
| indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be 8. | 13 | |
| indentation | Indentation | 'case' child has incorrect indentation level 12, expected level should be 6. | 14 | |
| blocks | LeftCurly | '{' at column 23 should be on a new line. | 14 | |
| indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be 8. | 15 | |
| indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be 8. | 16 | |
| indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be 8. | 17 | |
| indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be 8. | 18 | |
| indentation | Indentation | 'block rcurly' has incorrect indentation level 12, expected level should be 6. | 19 | |
| indentation | Indentation | 'case' child has incorrect indentation level 12, expected level should be 6. | 20 | |
| indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be 8. | 21 | |
| indentation | Indentation | 'case' child has incorrect indentation level 12, expected level should be 6. | 22 | |
| indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be 8. | 23 | |
| indentation | Indentation | 'switch rcurly' has incorrect indentation level 8, expected level should be 4. | 24 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 25 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 27 | |
| indentation | Indentation | 'switch' has incorrect indentation level 8, expected level should be 4. | 28 | |
| indentation | Indentation | 'case' child has incorrect indentation level 12, expected level should be 6. | 29 | |
| indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be 8. | 30 | |
| indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be 8. | 31 | |
| indentation | Indentation | 'case' child has incorrect indentation level 12, expected level should be 6. | 32 | |
| indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be 8. | 33 | |
| indentation | Indentation | 'switch rcurly' has incorrect indentation level 8, expected level should be 4. | 34 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 35 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 37 | |
| indentation | Indentation | 'switch' has incorrect indentation level 8, expected level should be 4. | 38 | |
| indentation | Indentation | 'case' child has incorrect indentation level 12, expected level should be 6. | 39 | |
| indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be 8. | 40 | |
| indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be 8. | 41 | |
| indentation | Indentation | 'case' child has incorrect indentation level 12, expected level should be 6. | 42 | |
| blocks | LeftCurly | '{' at column 21 should be on a new line. | 42 | |
| indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be 8. | 43 | |
| indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be 8. | 44 | |
| indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be 8. | 45 | |
| indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be 8. | 46 | |
| indentation | Indentation | 'block rcurly' has incorrect indentation level 12, expected level should be 6. | 47 | |
| indentation | Indentation | 'case' child has incorrect indentation level 12, expected level should be 6. | 48 | |
| indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be 8. | 49 | |
| indentation | Indentation | 'case' child has incorrect indentation level 12, expected level should be 6. | 50 | |
| indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be 8. | 51 | |
| indentation | Indentation | 'switch rcurly' has incorrect indentation level 8, expected level should be 4. | 52 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 53 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 55 | |
| indentation | Indentation | 'switch' has incorrect indentation level 8, expected level should be 4. | 57 | |
| indentation | Indentation | 'case' child has incorrect indentation level 12, expected level should be 6. | 58 | |
| coding | OneStatementPerLine | Only one statement per line allowed. | 58 | |
| indentation | Indentation | 'case' child has incorrect indentation level 12, expected level should be 6. | 59 | |
| indentation | Indentation | 'switch rcurly' 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. | 62 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 64 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 65 | |
| indentation | Indentation | 'switch' has incorrect indentation level 8, expected level should be 4. | 65 | |
| indentation | Indentation | 'case' child has incorrect indentation level 12, expected level should be 6. | 66 | |
| indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be 8. | 67 | |
| indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be 8. | 68 | |
| indentation | Indentation | 'case' child has incorrect indentation level 12, expected level should be 6. | 69 | |
| indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be 8. | 70 | |
| indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be 8. | 71 | |
| indentation | Indentation | 'switch rcurly' has incorrect indentation level 8, expected level should be 4. | 72 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 73 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 75 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 76 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 79 | |
| indentation | Indentation | 'switch' has incorrect indentation level 8, expected level should be 4. | 79 | |
| indentation | Indentation | 'case' child has incorrect indentation level 12, expected level should be 6. | 80 | |
| coding | OneStatementPerLine | Only one statement per line allowed. | 80 | |
| indentation | Indentation | 'case' child has incorrect indentation level 12, expected level should be 6. | 81 | |
| coding | OneStatementPerLine | Only one statement per line allowed. | 81 | |
| indentation | Indentation | 'case' child has incorrect indentation level 12, expected level should be 6. | 82 | |
| indentation | Indentation | 'switch rcurly' has incorrect indentation level 8, expected level should be 4. | 83 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 86 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 87 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 89 | |
| indentation | Indentation | 'switch' has incorrect indentation level 8, expected level should be 4. | 90 | |
| indentation | Indentation | 'case' child has incorrect indentation level 12, expected level should be 6. | 91 | |
| indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be 8. | 92 | |
| indentation | Indentation | 'case' child has incorrect indentation level 12, expected level should be 6. | 93 | |
| indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be 8. | 94 | |
| indentation | Indentation | 'case' child has incorrect indentation level 12, expected level should be 6. | 95 | |
| indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be 8. | 96 | |
| indentation | Indentation | 'switch rcurly' has incorrect indentation level 8, expected level should be 4. | 97 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 98 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 100 | |
| indentation | Indentation | 'switch' has incorrect indentation level 8, expected level should be 4. | 101 | |
| indentation | Indentation | 'case' child has incorrect indentation level 12, expected level should be 6. | 102 | |
| indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be 8. | 103 | |
| indentation | Indentation | 'case' child has incorrect indentation level 12, expected level should be 6. | 104 | |
| indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be 8. | 105 | |
| indentation | Indentation | 'switch rcurly' has incorrect indentation level 8, expected level should be 4. | 106 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 107 |
integration/tests/other/control/structures/SwitchStatementsTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'integration.tests.CoverageTest' | 10 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'integration.tests.CoverageTest' import. Should be before 'org.junit.jupiter.api.Test'. | 10 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 13 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 15 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 17 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 18 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 20 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 21 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 22 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 23 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 24 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 25 | |
| 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. | 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' child has incorrect indentation level 8, expected level should be 4. | 39 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 42 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 44 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 46 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 47 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 49 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 50 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 51 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 52 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 53 | |
| indentation | Indentation | 'method def rcurly' 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. | 56 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 58 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 59 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 61 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 62 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 63 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 64 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 65 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 66 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 67 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 68 | |
| 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. | 74 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 76 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 77 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 78 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 79 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 80 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 81 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 82 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 83 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 85 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 87 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 88 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 90 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 91 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 92 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 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. | 97 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 99 | |
| indentation | Indentation | 'method def' child 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. | 102 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 103 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 104 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 105 |
integration/tests/other/control/structures/SynchronizedBlocks.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | MissingJavadocType | Missing a Javadoc comment. | 8 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 9 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'LOCK' must contain no more than '1' consecutive capital letters. | 9 | |
| naming | MemberName | Member name 'LOCK' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 9 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 11 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 11 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 12 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 13 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 15 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 15 | |
| indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 16 | |
| indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 18 | |
| indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 19 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 20 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 22 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 22 | |
| indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 23 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 24 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 25 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 26 | |
| indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 27 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 28 |
integration/tests/other/control/structures/SynchronizedBlocksTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 12 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 14 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 16 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 17 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 19 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 21 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 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 | 'block' child has incorrect indentation level 12, expected level should be 10. | 27 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 29 |
integration/tests/other/control/structures/TryCatchFinallyStatements.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | MissingJavadocType | Missing a Javadoc comment. | 8 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 9 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 10 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 11 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 12 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 13 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 14 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 15 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 17 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 18 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 19 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 20 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 21 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 22 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 23 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 25 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 26 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 27 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 28 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 29 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 30 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 31 | |
| indentation | Indentation | 'finally' child has incorrect indentation level 12, expected level should be 6. | 32 | |
| indentation | Indentation | 'finally rcurly' 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. | 37 | |
| indentation | Indentation | 'while' has incorrect indentation level 8, expected level should be 4. | 38 | |
| indentation | Indentation | 'try' has incorrect indentation level 12, expected level should be 6. | 39 | |
| indentation | Indentation | 'try' child has incorrect indentation level 16, expected level should be 8. | 40 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 12, expected level should be 6. | 41 | |
| indentation | Indentation | 'finally' child has incorrect indentation level 16, expected level should be 8. | 42 | |
| indentation | Indentation | 'finally rcurly' has incorrect indentation level 12, expected level should be 6. | 43 | |
| indentation | Indentation | 'while rcurly' has incorrect indentation level 8, expected level should be 4. | 44 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 45 | |
| indentation | Indentation | 'method 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. | 49 | |
| indentation | Indentation | 'while' has incorrect indentation level 8, expected level should be 4. | 50 | |
| indentation | Indentation | 'try' has incorrect indentation level 12, expected level should be 6. | 51 | |
| indentation | Indentation | 'try' has incorrect indentation level 16, expected level should be 8. | 52 | |
| indentation | Indentation | 'try' child has incorrect indentation level 20, expected level should be 10. | 53 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 16, expected level should be 8. | 55 | |
| indentation | Indentation | 'finally' child has incorrect indentation level 20, expected level should be 10. | 56 | |
| indentation | Indentation | 'finally rcurly' has incorrect indentation level 16, expected level should be 8. | 57 | |
| indentation | Indentation | 'try' child has incorrect indentation level 16, expected level should be 8. | 58 | |
| indentation | Indentation | 'try' child has incorrect indentation level 16, expected level should be 8. | 60 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 12, expected level should be 6. | 62 | |
| indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 63 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 65 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 66 | |
| indentation | Indentation | 'finally rcurly' has incorrect indentation level 12, expected level should be 6. | 67 | |
| indentation | Indentation | 'while rcurly' has incorrect indentation level 8, expected level should be 4. | 68 | |
| indentation | Indentation | 'method def 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. | 71 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 72 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 74 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 75 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 76 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 77 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 78 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 79 | |
| indentation | Indentation | 'finally rcurly' has incorrect indentation level 8, expected level should be 4. | 80 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 81 |
integration/tests/other/control/structures/TryCatchFinallyStatementsTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'integration.tests.CoverageTest' | 10 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'integration.tests.CoverageTest' import. Should be before 'org.junit.jupiter.api.Test'. | 10 | |
| indentation | Indentation | 'member def type' has incorrect indentation level 4, expected level should be 2. | 13 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 15 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 17 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 18 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 20 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 22 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 23 |


