Checkstyle Results
The following document contains the results of Checkstyle 10.23.0 with checkstyle.xml ruleset.
Summary
Files | ![]() |
![]() |
![]() |
---|---|---|---|
53 | 0 | 1705 | 0 |
Files
Rules
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | EmptyCatchBlock
|
2 | ![]() |
LeftCurly
|
9 | ![]() | |
RightCurly
|
5 | ![]() | |
RightCurly
|
5 | ![]() | |
coding | MissingSwitchDefault | 4 | ![]() |
OneStatementPerLine | 8 | ![]() | |
imports | CustomImportOrder
|
24 | ![]() |
indentation | Indentation
|
1582 | ![]() |
javadoc | MissingJavadocMethod
|
3 | ![]() |
MissingJavadocType
|
9 | ![]() | |
naming | AbbreviationAsWordInName
|
4 | ![]() |
MemberName
|
2 | ![]() | |
MethodName
|
1 | ![]() | |
PackageName
|
51 | ![]() | |
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. | 10 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 13 |
![]() |
indentation | Indentation | 'enum def modifier' has incorrect indentation level 4, expected level should be 2. | 18 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 25 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 27 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 28 |
![]() |
indentation | Indentation | 'static initialization' has incorrect indentation level 8, expected level should be 4. | 31 |
![]() |
indentation | Indentation | 'static initialization' child has incorrect indentation level 12, expected level should be 6. | 32 |
![]() |
indentation | Indentation | 'static initialization rcurly' has incorrect indentation level 8, expected level should be 4. | 33 |
![]() |
indentation | Indentation | 'enum 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. | 44 |
![]() |
coding | MissingSwitchDefault | switch without "default" clause. | 45 |
![]() |
indentation | Indentation | 'switch' has incorrect indentation level 8, expected level should be 4. | 45 |
![]() |
indentation | Indentation | 'case' child has incorrect indentation level 12, expected level should be 6. | 46 |
![]() |
indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be 8. | 47 |
![]() |
indentation | Indentation | 'case' child has incorrect indentation level 12, expected level should be 6. | 49 |
![]() |
indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be 8. | 50 |
![]() |
indentation | Indentation | 'switch rcurly' 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 |
ClassInDefaultPackageTest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 4 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 6 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 7 |
![]() |
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 |
integrationTests/AbstractClassTest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | PackageName | Package name 'integrationTests' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 1 |
![]() |
indentation | Indentation | 'member def type' has incorrect indentation level 4, expected level should be 2. | 9 |
![]() |
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. | 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. | 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' 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 |
integrationTests/AbstractClassWithNoExecutableLines.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | PackageName | Package name 'integrationTests' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 1 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 9 |
![]() |
indentation | Indentation | 'method def modifier' 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. | 26 |
integrationTests/AnAnnotation.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | PackageName | Package name 'integrationTests' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 1 |
![]() |
indentation | Indentation | 'annotation field def modifier' has incorrect indentation level 4, expected level should be 2. | 24 |
![]() |
indentation | Indentation | 'annotation field def modifier' has incorrect indentation level 4, expected level should be 2. | 31 |
integrationTests/AnEnum.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | PackageName | Package name 'integrationTests' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 1 |
integrationTests/AnEnumTest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | PackageName | Package name 'integrationTests' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 1 |
![]() |
indentation | Indentation | 'member def type' has incorrect indentation level 4, expected level should be 2. | 8 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 10 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 12 |
![]() |
indentation | Indentation | 'method def' child 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 |
integrationTests/AnInterface.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | PackageName | Package name 'integrationTests' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 1 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 16 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 23 |
integrationTests/AnInterfaceTest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | PackageName | Package name 'integrationTests' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 1 |
![]() |
indentation | Indentation | 'member def type' has incorrect indentation level 4, expected level should be 2. | 9 |
![]() |
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. | 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' 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 |
integrationTests/BooleanExpressions.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | PackageName | Package name 'integrationTests' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 1 |
![]() |
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. | 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. | 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 |
![]() |
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. | 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 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 84 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 85 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 86 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 87 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 88 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 89 |
![]() |
indentation | Indentation | 'if rcurly' 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. | 92 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 93 |
![]() |
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. | 106 |
![]() |
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. | 120 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 121 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 126 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 136 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 137 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 138 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 148 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 149 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 150 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 162 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 163 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 165 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 166 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 167 |
![]() |
indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 168 |
![]() |
indentation | Indentation | 'else rcurly' has incorrect indentation level 8, expected level should be 4. | 169 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 171 |
![]() |
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. | 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 | 'if' has incorrect indentation level 8, expected level should be 4. | 188 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 189 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 190 |
![]() |
indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 191 |
![]() |
indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 192 |
![]() |
indentation | Indentation | 'else rcurly' has incorrect indentation level 8, expected level should be 4. | 193 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 195 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 196 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 210 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 211 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 212 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 213 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 214 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 215 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 216 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 218 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 219 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 229 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 230 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 231 |
integrationTests/BooleanExpressionsTest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | PackageName | Package name 'integrationTests' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 1 |
![]() |
indentation | Indentation | 'member def type' 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. | 18 |
![]() |
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. | 26 |
![]() |
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. | 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' 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. | 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. | 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. | 46 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 49 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 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 rcurly' has incorrect indentation level 4, expected level should be 2. | 61 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 63 |
![]() |
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 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. | 73 |
![]() |
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. | 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. | 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. | 88 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 91 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 93 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 95 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 96 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 97 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 99 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 101 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 102 |
![]() |
indentation | Indentation | 'method def' 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' 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. | 112 |
integrationTests/ClassInRegularPackage.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | PackageName | Package name 'integrationTests' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 1 |
![]() |
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. | 15 |
![]() |
indentation | Indentation | 'enum def modifier' has incorrect indentation level 4, expected level should be 2. | 20 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 27 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 29 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 30 |
![]() |
indentation | Indentation | 'static initialization' has incorrect indentation level 8, expected level should be 4. | 33 |
![]() |
indentation | Indentation | 'static initialization' child has incorrect indentation level 12, expected level should be 6. | 34 |
![]() |
indentation | Indentation | 'static initialization rcurly' has incorrect indentation level 8, expected level should be 4. | 35 |
![]() |
indentation | Indentation | 'enum 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. | 46 |
![]() |
coding | MissingSwitchDefault | switch without "default" clause. | 47 |
![]() |
indentation | Indentation | 'switch' has incorrect indentation level 8, expected level should be 4. | 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. | 51 |
![]() |
indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be 8. | 52 |
![]() |
indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be 8. | 53 |
![]() |
indentation | Indentation | 'switch rcurly' 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. | 56 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 57 |
integrationTests/ClassInRegularPackageTest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | PackageName | Package name 'integrationTests' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 1 |
![]() |
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' child has incorrect indentation level 8, expected level should be 4. | 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. | 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 |
integrationTests/ClassLoadedByCustomLoaderOnly.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | PackageName | Package name 'integrationTests' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 1 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 9 |
![]() |
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 17 |
![]() |
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 18 |
![]() |
indentation | Indentation | 'ctor 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. | 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 |
integrationTests/ClassNotExercised.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | PackageName | Package name 'integrationTests' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 1 |
![]() |
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. | 24 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 25 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 26 |
![]() |
indentation | Indentation | 'if rcurly' 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 |
integrationTests/ClassWithAnnotations.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | PackageName | Package name 'integrationTests' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 1 |
![]() |
imports | CustomImportOrder | Extra separation in import group before 'javax.sql.DataSource' | 5 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 14 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 19 |
![]() |
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 26 |
![]() |
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. | 33 |
![]() |
naming | MethodName | Method name 'aMethod' must match pattern '^[a-z][a-z0-9]\w*$'. | 35 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 36 |
integrationTests/ClassWithNestedClasses.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | PackageName | Package name 'integrationTests' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 1 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 12 |
![]() |
indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 17 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 20 |
![]() |
naming | MemberName | Member name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 20 |
![]() |
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 25 |
![]() |
indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 26 |
![]() |
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. | 27 |
![]() |
indentation | Indentation | 'class def modifier' has incorrect indentation level 8, expected level should be 4. | 32 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 40 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 41 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 42 |
![]() |
indentation | Indentation | 'class def rcurly' has incorrect indentation level 8, expected level should be 4. | 43 |
![]() |
indentation | Indentation | 'class def modifier' has incorrect indentation level 8, expected level should be 4. | 48 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 56 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 57 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 58 |
![]() |
indentation | Indentation | 'class def rcurly' has incorrect indentation level 8, expected level should be 4. | 59 |
![]() |
indentation | Indentation | 'class 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. | 65 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 66 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 69 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 70 |
![]() |
indentation | Indentation | 'if rcurly' 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. | 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. | 85 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 86 |
integrationTests/ClassWithNestedClassesTest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | PackageName | Package name 'integrationTests' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 1 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 8 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 10 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 12 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 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. | 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 |
integrationTests/ClassWithNestedEnum.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | PackageName | Package name 'integrationTests' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 1 |
![]() |
indentation | Indentation | 'enum def ident' has incorrect indentation level 4, expected level should be 2. | 11 |
![]() |
indentation | Indentation | 'enum def rcurly' has incorrect indentation level 4, expected level should be 2. | 15 |
![]() |
indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 20 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 25 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 26 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 27 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 34 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 36 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 37 |
![]() |
indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 38 |
integrationTests/ClassWithNestedEnumTest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | PackageName | Package name 'integrationTests' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 1 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 6 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 8 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 9 |
integrationTests/ClassWithReferenceToNestedClass.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | PackageName | Package name 'integrationTests' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 1 |
![]() |
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 13 |
![]() |
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 14 |
![]() |
indentation | Indentation | 'ctor 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. | 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 |
integrationTests/ClassWithReferenceToNestedClassTest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | PackageName | Package name 'integrationTests' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 1 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 8 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 10 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 12 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 14 |
![]() |
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. | 17 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 18 |
integrationTests/CoverageTest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | PackageName | Package name 'integrationTests' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 1 |
![]() |
imports | CustomImportOrder | Extra separation in import group before 'org.junit.jupiter.api.Assertions.assertEquals' | 6 |
![]() |
imports | CustomImportOrder | Extra separation in import group before 'java.lang.reflect.Field' | 14 |
![]() |
imports | CustomImportOrder | Extra separation in import group before 'mockit.coverage.CallPoint' | 18 |
![]() |
imports | CustomImportOrder | Extra separation in import group before 'org.checkerframework.checker.index.qual.NonNegative' | 28 |
![]() |
javadoc | MissingJavadocType | Missing a Javadoc comment. | 31 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 33 |
![]() |
indentation | Indentation | 'member def modifier' 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. | 38 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 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 | 'if' has incorrect indentation level 8, expected level should be 4. | 43 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 44 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 45 |
![]() |
indentation | Indentation | 'if rcurly' 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. | 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. | 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. | 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. | 60 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 62 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 63 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 65 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 67 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 69 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 70 |
![]() |
indentation | Indentation | 'if rcurly' 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 | 'if' has incorrect indentation level 8, expected level should be 4. | 76 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 77 |
![]() |
indentation | Indentation | 'try' has incorrect indentation level 12, expected level should be 6. | 79 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 16, expected level should be 8. | 80 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 16, expected level should be 8. | 81 |
![]() |
indentation | Indentation | 'try rcurly' has incorrect indentation level 12, expected level should be 6. | 82 |
![]() |
indentation | Indentation | 'catch' child has incorrect indentation level 16, expected level should be 8. | 83 |
![]() |
indentation | Indentation | 'catch rcurly' has incorrect indentation level 12, expected level should be 6. | 84 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 86 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 87 |
![]() |
indentation | Indentation | 'if rcurly' 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 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 96 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 98 |
![]() |
indentation | Indentation | 'method def' 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. | 101 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 103 |
![]() |
indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 105 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 106 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 107 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 108 |
![]() |
indentation | Indentation | 'for rcurly' 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 rcurly' has incorrect indentation level 4, expected level should be 2. | 112 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 114 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 116 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 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. | 120 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 121 |
![]() |
indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 123 |
![]() |
indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 124 |
![]() |
indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 126 |
![]() |
indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 127 |
![]() |
indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 130 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 132 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 133 |
![]() |
indentation | Indentation | 'for' has incorrect indentation level 16, expected level should be 8. | 135 |
![]() |
indentation | Indentation | 'for' child has incorrect indentation level 20, expected level should be 10. | 136 |
![]() |
indentation | Indentation | 'for' child has incorrect indentation level 20, expected level should be 10. | 137 |
![]() |
indentation | Indentation | 'for rcurly' has incorrect indentation level 16, expected level should be 8. | 138 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 140 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 141 |
![]() |
indentation | Indentation | 'for rcurly' 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. | 145 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 147 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 148 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 150 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 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 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. | 160 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 161 |
![]() |
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. | 165 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 167 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 169 |
![]() |
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. | 171 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 173 |
![]() |
indentation | Indentation | 'method def' child 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. | 175 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 177 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 178 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 180 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 181 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 182 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 184 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 185 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 186 |
![]() |
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 | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 190 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 192 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 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 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. | 201 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 203 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 204 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 205 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 207 |
![]() |
indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 209 |
![]() |
indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 210 |
![]() |
indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 211 |
![]() |
indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 212 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 213 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 215 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 217 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 218 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 219 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 220 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 221 |
integrationTests/IfElseStatements.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | PackageName | Package name 'integrationTests' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 1 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 15 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 16 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 17 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 18 |
![]() |
indentation | Indentation | 'if 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. | 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. | 30 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 31 |
![]() |
indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 32 |
![]() |
indentation | Indentation | 'else 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. | 42 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 44 |
![]() |
blocks | LeftCurly | '{' at column 16 should have line break after. | 44 |
![]() |
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. | 54 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 56 |
![]() |
blocks | LeftCurly | '{' at column 16 should have line break after. | 56 |
![]() |
blocks | LeftCurly | '{' at column 38 should have line break after. | 56 |
![]() |
coding | OneStatementPerLine | Only one statement per line allowed. | 56 |
![]() |
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. | 68 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 69 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 70 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 71 |
![]() |
indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 72 |
![]() |
indentation | Indentation | 'else rcurly' has incorrect indentation level 8, expected level should be 4. | 73 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 75 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 76 |
![]() |
indentation | Indentation | 'if rcurly' 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. | 88 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 89 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 90 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 91 |
![]() |
indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 92 |
![]() |
indentation | Indentation | 'else rcurly' has incorrect indentation level 8, expected level should be 4. | 93 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 95 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 96 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 97 |
![]() |
indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 98 |
![]() |
indentation | Indentation | 'else rcurly' 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 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 112 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 114 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 115 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 116 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 117 |
![]() |
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. | 135 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 137 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 138 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 139 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 141 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 142 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 143 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 145 |
![]() |
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 | 'method def' child has incorrect indentation level 8, expected level should be 4. | 150 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 151 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 163 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 164 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 166 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 167 |
![]() |
indentation | Indentation | 'if rcurly' 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. | 171 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 183 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 184 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 186 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 187 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 188 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 189 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 190 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 191 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 193 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 194 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 206 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 207 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 209 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 210 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 211 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 212 |
![]() |
indentation | Indentation | 'else' child has incorrect indentation level 16, expected level should be 8. | 213 |
![]() |
indentation | Indentation | 'else rcurly' has incorrect indentation level 12, expected level should be 6. | 214 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 215 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 216 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 217 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 219 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 220 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 228 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 229 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 230 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 231 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 233 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 234 |
![]() |
indentation | Indentation | 'if rcurly' 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 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 246 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 248 |
![]() |
blocks | LeftCurly | '{' at column 23 should have line break after. | 248 |
![]() |
coding | OneStatementPerLine | Only one statement per line allowed. | 248 |
![]() |
blocks | LeftCurly | '{' at column 39 should have line break after. | 248 |
![]() |
coding | OneStatementPerLine | Only one statement per line allowed. | 248 |
![]() |
blocks | RightCurly | '}' at column 48 should be alone on a line. | 248 |
![]() |
coding | OneStatementPerLine | Only one statement per line allowed. | 248 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 250 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 260 |
![]() |
blocks | LeftCurly | '{' at column 16 should have line break after. | 262 |
![]() |
blocks | RightCurly | '}' at column 28 should be alone on a line. | 262 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 262 |
![]() |
coding | OneStatementPerLine | Only one statement per line allowed. | 262 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 264 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 274 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 275 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 276 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 277 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 278 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 288 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 289 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 290 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 291 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 292 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 302 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 303 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 304 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 305 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 306 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 316 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 318 |
![]() |
indentation | Indentation | 'b' has incorrect indentation level 11, expected level should be 12. | 319 |
![]() |
whitespace | OperatorWrap | '||' should be on a new line. | 319 |
![]() |
indentation | Indentation | 'i' has incorrect indentation level 11, expected level should be 12. | 320 |
![]() |
indentation | Indentation | 'if rparen' has incorrect indentation level 8, expected level should be 4. | 321 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 322 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 323 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 325 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 335 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 336 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 338 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 339 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 340 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 342 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 343 |
![]() |
indentation | Indentation | 'member def type' has incorrect indentation level 4, expected level should be 2. | 346 |
integrationTests/IfElseStatementsTest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | PackageName | Package name 'integrationTests' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 1 |
![]() |
indentation | Indentation | 'member def type' has incorrect indentation level 4, expected level should be 2. | 9 |
![]() |
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' child has incorrect indentation level 8, expected level should be 4. | 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' 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 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. | 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. | 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. | 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. | 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. | 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. | 48 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 49 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 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. | 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' 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. | 65 |
![]() |
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. | 72 |
![]() |
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 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. | 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. | 86 |
![]() |
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. | 89 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 90 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 92 |
![]() |
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. | 97 |
![]() |
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. | 100 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 101 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 103 |
![]() |
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 rcurly' has incorrect indentation level 4, expected level should be 2. | 109 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 111 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 113 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 114 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 117 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 119 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 121 |
![]() |
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. | 128 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 129 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 130 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 131 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 132 |
![]() |
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 rcurly' has incorrect indentation level 4, expected level should be 2. | 136 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 138 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 140 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 141 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 144 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 146 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 148 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 149 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 150 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 153 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 155 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 157 |
![]() |
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' child has incorrect indentation level 8, expected level should be 4. | 160 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 163 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 165 |
![]() |
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 rcurly' has incorrect indentation level 4, expected level should be 2. | 171 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 173 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 175 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 176 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 177 |
![]() |
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. | 181 |
![]() |
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 |
integrationTests/InterfaceWithExecutableCode.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | PackageName | Package name 'integrationTests' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 1 |
![]() |
indentation | Indentation | 'member def type' has incorrect indentation level 4, expected level should be 2. | 11 |
![]() |
indentation | Indentation | 'member def type' 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. | 17 |
integrationTests/InterfaceWithExecutableCodeTest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | PackageName | Package name 'integrationTests' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 1 |
![]() |
indentation | Indentation | 'member def type' has incorrect indentation level 4, expected level should be 2. | 8 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 10 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 12 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 14 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 15 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 16 |
integrationTests/MiscellaneousTest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | PackageName | Package name 'integrationTests' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 1 |
![]() |
imports | CustomImportOrder | Extra separation in import group before 'org.junit.jupiter.api.Assertions.assertNotNull' | 5 |
![]() |
imports | CustomImportOrder | Extra separation in import group before 'mockit.Injectable' | 13 |
![]() |
imports | CustomImportOrder | Extra separation in import group before 'org.junit.jupiter.api.Test' | 17 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 20 |
![]() |
naming | AbbreviationAsWordInName | Abbreviation in name 'methodWithIINCWideInstruction' 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. | 25 |
![]() |
indentation | Indentation | 'annotation def modifier' has incorrect indentation level 4, expected level should be 2. | 27 |
![]() |
indentation | Indentation | 'annotation def modifier' has incorrect indentation level 4, expected level should be 2. | 28 |
![]() |
indentation | Indentation | 'annotation field def modifier' has incorrect indentation level 8, expected level should be 4. | 29 |
![]() |
indentation | Indentation | 'annotation def rcurly' has incorrect indentation level 4, expected level should be 2. | 30 |
![]() |
indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 32 |
![]() |
indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 33 |
![]() |
indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 34 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 36 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 38 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 39 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 41 |
![]() |
indentation | Indentation | '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. | 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 |
integrationTests/MultiThreadedCode.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | PackageName | Package name 'integrationTests' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 1 |
![]() |
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. | 14 |
![]() |
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 15 |
![]() |
indentation | Indentation | 'object def lcurly' has incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. | 15 |
![]() |
indentation | Indentation | 'object def rcurly' has incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. | 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 rcurly' has incorrect indentation level 4, expected level should be 2. | 20 |
integrationTests/MultiThreadedCodeTest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | PackageName | Package name 'integrationTests' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 1 |
![]() |
indentation | Indentation | 'member def type' has incorrect indentation level 4, expected level should be 2. | 6 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 8 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 10 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 11 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 13 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 14 |
![]() |
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 rcurly' has incorrect indentation level 4, expected level should be 2. | 17 |
integrationTests/ShutdownTest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | PackageName | Package name 'integrationTests' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 1 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 6 |
![]() |
naming | AbbreviationAsWordInName | Abbreviation in name 'addShutdownHookToExerciseSUTAfterTestRunHasFinished' must contain no more than '1' consecutive capital letters. | 7 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 8 |
![]() |
indentation | Indentation | 'method def rcurly' 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 |
![]() |
naming | AbbreviationAsWordInName | Abbreviation in name 'exerciseSUT' must contain no more than '1' consecutive capital letters. | 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 |
integrationTests/UnreachableStatements.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | PackageName | Package name 'integrationTests' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 1 |
![]() |
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. | 12 |
![]() |
indentation | Indentation | 'method def' child 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. | 23 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 24 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 26 |
![]() |
indentation | Indentation | 'if rcurly' 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 |
integrationTests/UnreachableStatementsTest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | PackageName | Package name 'integrationTests' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 1 |
![]() |
indentation | Indentation | 'member def type' has incorrect indentation level 4, expected level should be 2. | 9 |
![]() |
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 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 16 |
![]() |
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 |
![]() |
blocks | EmptyCatchBlock | Empty catch block. | 20 |
![]() |
indentation | Indentation | 'catch rcurly' 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. | 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' 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. | 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' 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. | 40 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 42 |
![]() |
indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 44 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 45 |
![]() |
indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 46 |
![]() |
blocks | EmptyCatchBlock | Empty catch block. | 46 |
![]() |
indentation | Indentation | 'catch rcurly' 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. | 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 |
integrationTests/data/ClassWithFields.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | PackageName | Package name 'integrationTests.data' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 1 |
![]() |
javadoc | MissingJavadocType | Missing a Javadoc comment. | 3 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 4 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 5 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 6 |
![]() |
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. | 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. | 15 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 16 |
![]() |
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 | '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 |
![]() |
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 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 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. | 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. | 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 | 'method def' child has incorrect indentation level 8, expected level should be 4. | 48 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 49 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 51 |
![]() |
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 | '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. | 60 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 61 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 63 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 64 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 65 |
integrationTests/data/ClassWithFieldsAccessedByMultipleTests.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | PackageName | Package name 'integrationTests.data' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 1 |
![]() |
javadoc | MissingJavadocType | Missing a Javadoc comment. | 3 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 4 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 5 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 7 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 8 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 10 |
![]() |
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. | 15 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 16 |
![]() |
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 | '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 |
![]() |
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 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 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. | 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 |
integrationTests/data/ClassWithFieldsAccessedByMultipleTestsTest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | PackageName | Package name 'integrationTests.data' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 1 |
![]() |
imports | CustomImportOrder | Extra separation in import group before 'integrationTests.CoverageTest' | 6 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'integrationTests.CoverageTest' import. Should be before 'org.junit.jupiter.api.Test'. | 6 |
![]() |
indentation | Indentation | 'member def type' has incorrect indentation level 4, expected level should be 2. | 9 |
![]() |
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 |
![]() |
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 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 |
![]() |
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 rcurly' has incorrect indentation level 4, expected level should be 2. | 31 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 33 |
![]() |
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' 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. | 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. | 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 |
![]() |
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 |
integrationTests/data/ClassWithFieldsTest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | PackageName | Package name 'integrationTests.data' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 1 |
![]() |
imports | CustomImportOrder | Extra separation in import group before 'integrationTests.CoverageTest' | 6 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'integrationTests.CoverageTest' import. Should be before 'org.junit.jupiter.api.Test'. | 6 |
![]() |
indentation | Indentation | 'member def type' has incorrect indentation level 4, expected level should be 2. | 9 |
![]() |
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' child has incorrect indentation level 8, expected level should be 4. | 14 |
![]() |
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' 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. | 31 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 33 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 34 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 36 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 38 |
![]() |
indentation | Indentation | 'method def' 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. | 48 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 49 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 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. | 55 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 57 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 58 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 60 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 62 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 63 |
integrationTests/data/ClassWithInstanceFields.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | PackageName | Package name 'integrationTests.data' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 5 |
![]() |
javadoc | MissingJavadocType | Missing a Javadoc comment. | 7 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 8 |
![]() |
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. | 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. | 14 |
![]() |
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. | 19 |
![]() |
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 21 |
![]() |
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 22 |
![]() |
indentation | Indentation | 'ctor 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 | '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. | 30 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 31 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 33 |
![]() |
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 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 37 |
![]() |
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. | 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 | '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. | 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. | 54 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 55 |
![]() |
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. | 61 |
![]() |
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. | 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. | 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 | '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. | 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. | 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. | 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. | 90 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 91 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 93 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 94 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 95 |
integrationTests/data/ClassWithInstanceFieldsTest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | PackageName | Package name 'integrationTests.data' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 1 |
![]() |
imports | CustomImportOrder | Extra separation in import group before 'integrationTests.CoverageTest' | 6 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'integrationTests.CoverageTest' import. Should be before 'org.junit.jupiter.api.Test'. | 6 |
![]() |
indentation | Indentation | 'member def type' has incorrect indentation level 4, expected level should be 2. | 9 |
![]() |
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. | 15 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 16 |
![]() |
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. | 20 |
![]() |
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. | 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. | 33 |
![]() |
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. | 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. | 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 | '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. | 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. | 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 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. | 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. | 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. | 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. | 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. | 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. | 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. | 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. | 109 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 110 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 112 |
![]() |
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. | 117 |
![]() |
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. | 121 |
![]() |
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. | 127 |
integrationTests/data/package-info.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | PackageName | Package name 'integrationTests.data' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 1 |
integrationTests/loops/ForStatements.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | PackageName | Package name 'integrationTests.loops' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 1 |
![]() |
javadoc | MissingJavadocType | Missing a Javadoc comment. | 7 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 8 |
![]() |
indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 9 |
![]() |
indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 10 |
![]() |
indentation | Indentation | 'for rcurly' 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 | 'for' has incorrect indentation level 8, expected level should be 4. | 16 |
![]() |
blocks | LeftCurly | '{' at column 28 should have line break after. | 16 |
![]() |
blocks | RightCurly | '}' at column 43 should be alone on a line. | 16 |
![]() |
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. | 21 |
![]() |
indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 23 |
![]() |
indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 24 |
![]() |
indentation | Indentation | 'for rcurly' 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. | 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. | 31 |
![]() |
indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 33 |
![]() |
indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 34 |
![]() |
indentation | Indentation | 'for rcurly' 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. | 37 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 38 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 40 |
![]() |
indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 41 |
![]() |
indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 42 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 44 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 45 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 46 |
![]() |
indentation | Indentation | 'for rcurly' 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 | 'for' has incorrect indentation level 8, expected level should be 4. | 51 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 52 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 53 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 54 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 55 |
![]() |
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 rcurly' has incorrect indentation level 12, expected level should be 6. | 59 |
![]() |
indentation | Indentation | 'for rcurly' 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 | 'for' has incorrect indentation level 8, expected level should be 4. | 66 |
![]() |
indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be 6. | 67 |
![]() |
indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be 8. | 68 |
![]() |
indentation | Indentation | 'for rcurly' has incorrect indentation level 12, expected level should be 6. | 69 |
![]() |
indentation | Indentation | 'for 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 | 'for' has incorrect indentation level 8, expected level should be 4. | 74 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 75 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 76 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 77 |
![]() |
indentation | Indentation | 'for rcurly' 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. | 80 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 81 |
integrationTests/loops/ForStatementsTest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | PackageName | Package name 'integrationTests.loops' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 1 |
![]() |
imports | CustomImportOrder | Extra separation in import group before 'org.junit.jupiter.api.Assertions.assertEquals' | 5 |
![]() |
imports | CustomImportOrder | Extra separation in import group before 'org.junit.jupiter.api.Disabled' | 10 |
![]() |
imports | CustomImportOrder | Extra separation in import group before 'integrationTests.CoverageTest' | 13 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'integrationTests.CoverageTest' import. Should be before 'org.junit.jupiter.api.Test'. | 13 |
![]() |
indentation | Indentation | 'member def type' has incorrect indentation level 4, expected level should be 2. | 16 |
![]() |
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. | 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. | 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' 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 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. | 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' 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 | '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. | 48 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 49 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 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. | 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' child has incorrect indentation level 8, expected level should be 4. | 60 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 61 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 63 |
![]() |
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. | 79 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 80 |
integrationTests/loops/WhileStatements.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | PackageName | Package name 'integrationTests.loops' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 1 |
![]() |
javadoc | MissingJavadocType | Missing a Javadoc comment. | 6 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 9 |
![]() |
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. | 12 |
![]() |
indentation | Indentation | 'while' has incorrect indentation level 8, expected level should be 4. | 14 |
![]() |
indentation | Indentation | 'while' child has incorrect indentation level 12, expected level should be 6. | 15 |
![]() |
indentation | Indentation | 'while 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 | 'while' has incorrect indentation level 8, expected level should be 4. | 21 |
![]() |
blocks | LeftCurly | '{' at column 23 should have line break after. | 21 |
![]() |
blocks | RightCurly | '}' at column 30 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 | 'while' 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' child has incorrect indentation level 16, expected level should be 8. | 29 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 30 |
![]() |
indentation | Indentation | 'while' child has incorrect indentation level 12, expected level should be 6. | 32 |
![]() |
indentation | Indentation | 'while rcurly' 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 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 | 'while' has incorrect indentation level 8, expected level should be 4. | 39 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 40 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 41 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 42 |
![]() |
indentation | Indentation | 'while' child has incorrect indentation level 12, expected level should be 6. | 44 |
![]() |
indentation | Indentation | 'while rcurly' 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 | 'while' has incorrect indentation level 8, expected level should be 4. | 51 |
![]() |
indentation | Indentation | 'while' has incorrect indentation level 12, expected level should be 6. | 52 |
![]() |
indentation | Indentation | 'while' child has incorrect indentation level 16, expected level should be 8. | 53 |
![]() |
indentation | Indentation | 'while rcurly' has incorrect indentation level 12, expected level should be 6. | 54 |
![]() |
indentation | Indentation | 'while' child has incorrect indentation level 12, expected level should be 6. | 56 |
![]() |
indentation | Indentation | 'while rcurly' 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 | 'do..while' has incorrect indentation level 8, expected level should be 4. | 63 |
![]() |
indentation | Indentation | 'do..while' child has incorrect indentation level 12, expected level should be 6. | 64 |
![]() |
indentation | Indentation | 'do..while rcurly' 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 | 'while' has incorrect indentation level 8, expected level should be 4. | 69 |
![]() |
indentation | Indentation | 'do..while' has incorrect indentation level 12, expected level should be 6. | 70 |
![]() |
indentation | Indentation | 'do..while' child has incorrect indentation level 16, expected level should be 8. | 71 |
![]() |
indentation | Indentation | 'do..while rcurly' has incorrect indentation level 12, expected level should be 6. | 72 |
![]() |
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). | 72 |
![]() |
indentation | Indentation | 'do..while while' has incorrect indentation level 12, expected level should be 6. | 74 |
![]() |
indentation | Indentation | 'while' child has incorrect indentation level 12, expected level should be 6. | 77 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 79 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 80 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 81 |
![]() |
indentation | Indentation | 'while 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. | 85 |
![]() |
indentation | Indentation | 'while' has incorrect indentation level 8, expected level should be 4. | 86 |
![]() |
indentation | Indentation | 'while' child has incorrect indentation level 12, expected level should be 6. | 87 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 89 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 90 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 91 |
![]() |
indentation | Indentation | 'while rcurly' has incorrect indentation level 8, expected level should be 4. | 92 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 93 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 95 |
![]() |
indentation | Indentation | 'while' has incorrect indentation level 8, expected level should be 4. | 96 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 97 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 98 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 99 |
![]() |
indentation | Indentation | 'while' child has incorrect indentation level 12, expected level should be 6. | 101 |
![]() |
indentation | Indentation | 'while rcurly' 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 | 'while' has incorrect indentation level 8, expected level should be 4. | 106 |
![]() |
indentation | Indentation | 'while' child has incorrect indentation level 12, expected level should be 6. | 107 |
![]() |
indentation | Indentation | 'while rcurly' has incorrect indentation level 8, expected level should be 4. | 108 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 109 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 111 |
![]() |
indentation | Indentation | 'while' has incorrect indentation level 8, expected level should be 4. | 112 |
![]() |
indentation | Indentation | 'try' has incorrect indentation level 12, expected level should be 6. | 113 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 16, expected level should be 8. | 114 |
![]() |
indentation | Indentation | 'try rcurly' has incorrect indentation level 12, expected level should be 6. | 115 |
![]() |
indentation | Indentation | 'finally' child has incorrect indentation level 16, expected level should be 8. | 116 |
![]() |
indentation | Indentation | 'finally rcurly' has incorrect indentation level 12, expected level should be 6. | 117 |
![]() |
indentation | Indentation | 'while rcurly' has incorrect indentation level 8, expected level should be 4. | 118 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 119 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 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. | 125 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 126 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 128 |
![]() |
indentation | Indentation | 'while' has incorrect indentation level 8, expected level should be 4. | 129 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 130 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 131 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 132 |
![]() |
indentation | Indentation | 'else' child has incorrect indentation level 16, expected level should be 8. | 133 |
![]() |
indentation | Indentation | 'else rcurly' has incorrect indentation level 12, expected level should be 6. | 134 |
![]() |
indentation | Indentation | 'while' child has incorrect indentation level 12, expected level should be 6. | 136 |
![]() |
indentation | Indentation | 'while rcurly' 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. | 139 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 140 |
integrationTests/loops/WhileStatementsTest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | PackageName | Package name 'integrationTests.loops' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 1 |
![]() |
imports | CustomImportOrder | Extra separation in import group before 'integrationTests.CoverageTest' | 6 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'integrationTests.CoverageTest' import. Should be before 'org.junit.jupiter.api.Test'. | 6 |
![]() |
indentation | Indentation | 'member def type' has incorrect indentation level 4, expected level should be 2. | 9 |
![]() |
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' 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. | 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. | 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 |
![]() |
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' 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 rcurly' has incorrect indentation level 4, expected level should be 2. | 31 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 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' 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. | 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. | 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' 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' child has incorrect indentation level 8, expected level should be 4. | 54 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 55 |
![]() |
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. | 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. | 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' child 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. | 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 rcurly' has incorrect indentation level 4, expected level should be 2. | 82 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 84 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 86 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 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. | 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 rcurly' has incorrect indentation level 4, expected level should be 2. | 93 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 95 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 97 |
![]() |
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. | 101 |
![]() |
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 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. | 115 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 117 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 120 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 122 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 124 |
![]() |
indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 125 |
![]() |
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 | 'block' child has incorrect indentation level 12, expected level should be 10. | 132 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 134 |
integrationTests/loops/package-info.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | PackageName | Package name 'integrationTests.loops' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 1 |
integrationTests/otherControlStructures/SwitchStatements.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | PackageName | Package name 'integrationTests.otherControlStructures' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 1 |
![]() |
javadoc | MissingJavadocType | Missing a Javadoc comment. | 3 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 4 |
![]() |
indentation | Indentation | 'switch' has incorrect indentation level 8, expected level should be 4. | 5 |
![]() |
indentation | Indentation | 'case' child has incorrect indentation level 12, expected level should be 6. | 6 |
![]() |
indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be 8. | 7 |
![]() |
indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be 8. | 8 |
![]() |
indentation | Indentation | 'case' child has incorrect indentation level 12, expected level should be 6. | 9 |
![]() |
indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be 8. | 10 |
![]() |
indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be 8. | 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 | 'block rcurly' has incorrect indentation level 12, expected level should be 6. | 14 |
![]() |
indentation | Indentation | 'case' child has incorrect indentation level 12, expected level should be 6. | 15 |
![]() |
indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be 8. | 16 |
![]() |
indentation | Indentation | 'case' child has incorrect indentation level 12, expected level should be 6. | 17 |
![]() |
indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be 8. | 18 |
![]() |
indentation | Indentation | 'switch 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 |
![]() |
indentation | Indentation | 'switch' has incorrect indentation level 8, expected level should be 4. | 23 |
![]() |
indentation | Indentation | 'case' child has incorrect indentation level 12, expected level should be 6. | 24 |
![]() |
indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be 8. | 25 |
![]() |
indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be 8. | 26 |
![]() |
indentation | Indentation | 'case' child has incorrect indentation level 12, expected level should be 6. | 27 |
![]() |
indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be 8. | 28 |
![]() |
indentation | Indentation | 'switch rcurly' 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 | 'switch' has incorrect indentation level 8, expected level should be 4. | 33 |
![]() |
indentation | Indentation | 'case' child has incorrect indentation level 12, expected level should be 6. | 34 |
![]() |
indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be 8. | 35 |
![]() |
indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be 8. | 36 |
![]() |
indentation | Indentation | 'case' child has incorrect indentation level 12, expected level should be 6. | 37 |
![]() |
indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be 8. | 38 |
![]() |
indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be 8. | 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 | 'block rcurly' has incorrect indentation level 12, expected level should be 6. | 42 |
![]() |
indentation | Indentation | 'case' child has incorrect indentation level 12, expected level should be 6. | 43 |
![]() |
indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be 8. | 44 |
![]() |
indentation | Indentation | 'case' child has incorrect indentation level 12, expected level should be 6. | 45 |
![]() |
indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be 8. | 46 |
![]() |
indentation | Indentation | 'switch rcurly' 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 | '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 |
![]() |
coding | OneStatementPerLine | Only one statement per line allowed. | 53 |
![]() |
indentation | Indentation | 'case' child has incorrect indentation level 12, expected level should be 6. | 54 |
![]() |
indentation | Indentation | 'switch rcurly' 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. | 57 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 59 |
![]() |
coding | MissingSwitchDefault | switch without "default" clause. | 60 |
![]() |
indentation | Indentation | 'switch' has incorrect indentation level 8, expected level should be 4. | 60 |
![]() |
indentation | Indentation | 'case' child has incorrect indentation level 12, expected level should be 6. | 61 |
![]() |
indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be 8. | 62 |
![]() |
indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be 8. | 63 |
![]() |
indentation | Indentation | 'case' child has incorrect indentation level 12, expected level should be 6. | 64 |
![]() |
indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be 8. | 65 |
![]() |
indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be 8. | 66 |
![]() |
indentation | Indentation | 'switch rcurly' 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 |
![]() |
coding | MissingSwitchDefault | switch without "default" clause. | 74 |
![]() |
indentation | Indentation | 'switch' has incorrect indentation level 8, expected level should be 4. | 74 |
![]() |
indentation | Indentation | 'case' child has incorrect indentation level 12, expected level should be 6. | 75 |
![]() |
coding | OneStatementPerLine | Only one statement per line allowed. | 75 |
![]() |
indentation | Indentation | 'case' child has incorrect indentation level 12, expected level should be 6. | 76 |
![]() |
coding | OneStatementPerLine | Only one statement per line allowed. | 76 |
![]() |
indentation | Indentation | 'case' child has incorrect indentation level 12, expected level should be 6. | 77 |
![]() |
indentation | Indentation | 'switch rcurly' 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. | 81 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 82 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 84 |
![]() |
indentation | Indentation | 'switch' has incorrect indentation level 8, expected level should be 4. | 85 |
![]() |
indentation | Indentation | 'case' child has incorrect indentation level 12, expected level should be 6. | 86 |
![]() |
indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be 8. | 87 |
![]() |
indentation | Indentation | 'case' child has incorrect indentation level 12, expected level should be 6. | 88 |
![]() |
indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be 8. | 89 |
![]() |
indentation | Indentation | 'case' child has incorrect indentation level 12, expected level should be 6. | 90 |
![]() |
indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be 8. | 91 |
![]() |
indentation | Indentation | 'switch rcurly' has incorrect indentation level 8, expected level should be 4. | 92 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 93 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 95 |
![]() |
indentation | Indentation | 'switch' has incorrect indentation level 8, expected level should be 4. | 96 |
![]() |
indentation | Indentation | 'case' child has incorrect indentation level 12, expected level should be 6. | 97 |
![]() |
indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be 8. | 98 |
![]() |
indentation | Indentation | 'case' child has incorrect indentation level 12, expected level should be 6. | 99 |
![]() |
indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be 8. | 100 |
![]() |
indentation | Indentation | 'switch rcurly' 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 |
integrationTests/otherControlStructures/SwitchStatementsTest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | PackageName | Package name 'integrationTests.otherControlStructures' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 1 |
![]() |
imports | CustomImportOrder | Extra separation in import group before 'integrationTests.CoverageTest' | 5 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'integrationTests.CoverageTest' import. Should be before 'org.junit.jupiter.api.Test'. | 5 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 8 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 10 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 12 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 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. | 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. | 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 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 24 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 26 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 29 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 31 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 33 |
![]() |
indentation | Indentation | 'method def' 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. | 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. | 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' 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 | '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. | 48 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 49 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 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. | 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' 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 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' 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. | 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' 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 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' 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. | 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. | 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. | 89 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 90 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 92 |
![]() |
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. | 97 |
![]() |
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 rcurly' has incorrect indentation level 4, expected level should be 2. | 100 |
integrationTests/otherControlStructures/SynchronizedBlocks.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | PackageName | Package name 'integrationTests.otherControlStructures' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 1 |
![]() |
javadoc | MissingJavadocType | Missing a Javadoc comment. | 3 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 4 |
![]() |
naming | AbbreviationAsWordInName | Abbreviation in name 'LOCK' must contain no more than '1' consecutive capital letters. | 4 |
![]() |
naming | MemberName | Member name 'LOCK' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 4 |
![]() |
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 6 |
![]() |
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 7 |
![]() |
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 8 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 10 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 10 |
![]() |
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 11 |
![]() |
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 13 |
![]() |
indentation | Indentation | 'synchronized 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 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 17 |
![]() |
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 18 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 19 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 20 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 21 |
![]() |
indentation | Indentation | 'synchronized 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 |
integrationTests/otherControlStructures/SynchronizedBlocksTest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | PackageName | Package name 'integrationTests.otherControlStructures' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 1 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 7 |
![]() |
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 |
![]() |
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 | 'block' child has incorrect indentation level 12, expected level should be 10. | 22 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 24 |
integrationTests/otherControlStructures/TryCatchFinallyStatements.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | PackageName | Package name 'integrationTests.otherControlStructures' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 1 |
![]() |
javadoc | MissingJavadocType | Missing a Javadoc comment. | 3 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 4 |
![]() |
indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 5 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 6 |
![]() |
indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 7 |
![]() |
indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 8 |
![]() |
indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 9 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 10 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 12 |
![]() |
indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 13 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 14 |
![]() |
indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 15 |
![]() |
indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 16 |
![]() |
indentation | Indentation | 'catch rcurly' 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 | 'try' has incorrect indentation level 8, expected level should be 4. | 21 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 22 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 23 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 24 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 25 |
![]() |
indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 26 |
![]() |
indentation | Indentation | 'finally' child has incorrect indentation level 12, expected level should be 6. | 27 |
![]() |
indentation | Indentation | 'finally rcurly' 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. | 32 |
![]() |
indentation | Indentation | 'while' has incorrect indentation level 8, expected level should be 4. | 33 |
![]() |
indentation | Indentation | 'try' has incorrect indentation level 12, expected level should be 6. | 34 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 16, expected level should be 8. | 35 |
![]() |
indentation | Indentation | 'try rcurly' has incorrect indentation level 12, expected level should be 6. | 36 |
![]() |
indentation | Indentation | 'finally' child has incorrect indentation level 16, expected level should be 8. | 37 |
![]() |
indentation | Indentation | 'finally rcurly' has incorrect indentation level 12, expected level should be 6. | 38 |
![]() |
indentation | Indentation | 'while rcurly' 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 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 | 'while' has incorrect indentation level 8, expected level should be 4. | 45 |
![]() |
indentation | Indentation | 'try' has incorrect indentation level 12, expected level should be 6. | 46 |
![]() |
indentation | Indentation | 'try' has incorrect indentation level 16, expected level should be 8. | 47 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 20, expected level should be 10. | 48 |
![]() |
indentation | Indentation | 'try rcurly' has incorrect indentation level 16, expected level should be 8. | 50 |
![]() |
indentation | Indentation | 'finally' child has incorrect indentation level 20, expected level should be 10. | 51 |
![]() |
indentation | Indentation | 'finally rcurly' has incorrect indentation level 16, expected level should be 8. | 52 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 16, expected level should be 8. | 53 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 16, expected level should be 8. | 55 |
![]() |
indentation | Indentation | 'try rcurly' has incorrect indentation level 12, expected level should be 6. | 57 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 58 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 60 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 61 |
![]() |
indentation | Indentation | 'finally rcurly' has incorrect indentation level 12, expected level should be 6. | 62 |
![]() |
indentation | Indentation | 'while rcurly' 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 | 'try' has incorrect indentation level 8, expected level should be 4. | 69 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 70 |
![]() |
indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 71 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 72 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 73 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 74 |
![]() |
indentation | Indentation | 'finally 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 |
integrationTests/otherControlStructures/TryCatchFinallyStatementsTest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | PackageName | Package name 'integrationTests.otherControlStructures' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 1 |
![]() |
imports | CustomImportOrder | Extra separation in import group before 'integrationTests.CoverageTest' | 5 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'integrationTests.CoverageTest' import. Should be before 'org.junit.jupiter.api.Test'. | 5 |
![]() |
indentation | Indentation | 'member def type' has incorrect indentation level 4, expected level should be 2. | 8 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 10 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 12 |
![]() |
indentation | Indentation | 'method 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 |
![]() |
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 |
integrationTests/otherControlStructures/package-info.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | PackageName | Package name 'integrationTests.otherControlStructures' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 1 |
integrationTests/package-info.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | PackageName | Package name 'integrationTests' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 1 |