Checkstyle Results
The following document contains the results of Checkstyle 10.23.0 with checkstyle.xml ruleset.
Summary
Files | ![]() |
![]() |
![]() |
---|---|---|---|
34 | 0 | 718 | 0 |
Files
Rules
Category | Rule | Violations | Severity |
---|---|---|---|
coding | VariableDeclarationUsageDistance | 2 | ![]() |
imports | CustomImportOrder
|
60 | ![]() |
indentation | Indentation
|
634 | ![]() |
javadoc | JavadocParagraph | 6 | ![]() |
MissingJavadocMethod
|
12 | ![]() | |
naming | AbbreviationAsWordInName
|
4 | ![]() |
Details
petclinic/owners/Owner.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 6 |
![]() |
imports | CustomImportOrder | Extra separation in import group before 'javax.persistence.CascadeType' | 9 |
![]() |
imports | CustomImportOrder | Extra separation in import group before 'petclinic.pets.Pet' | 15 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 23 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 24 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 25 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 26 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 29 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 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' child has incorrect indentation level 8, expected level should be 4. | 63 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 64 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 74 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 76 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 77 |
petclinic/owners/OwnerData.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Extra separation in import group before 'petclinic.util.TestDatabase' | 5 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 11 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 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. | 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 |
petclinic/owners/OwnerMaintenance.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 6 |
![]() |
imports | CustomImportOrder | Extra separation in import group before 'javax.inject.Inject' | 8 |
![]() |
imports | CustomImportOrder | Extra separation in import group before 'petclinic.util.Database' | 11 |
![]() |
indentation | Indentation | 'member def modifier' 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. | 21 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 23 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 24 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 34 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 36 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 37 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 39 |
![]() |
indentation | Indentation | 'method def' 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 |
petclinic/owners/OwnerScreen.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 5 |
![]() |
imports | CustomImportOrder | Extra separation in import group before 'javax.faces.view.ViewScoped' | 7 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 19 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 21 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 23 |
![]() |
indentation | Indentation | 'member def modifier' 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. | 28 |
![]() |
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. | 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 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 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 47 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 48 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 49 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 50 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 52 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 53 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 55 |
![]() |
indentation | Indentation | '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. | 65 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 66 |
petclinic/owners/OwnerScreenTest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Extra separation in import group before 'org.junit.jupiter.api.Test' | 9 |
![]() |
imports | CustomImportOrder | Extra separation in import group before 'petclinic.util.SUT' | 11 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 19 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 21 |
![]() |
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' child has incorrect indentation level 8, expected level should be 4. | 28 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 29 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 30 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 32 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 33 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 34 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 36 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 38 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 40 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 41 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 42 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 44 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 45 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 47 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 49 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 50 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 51 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 53 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 54 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 56 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 58 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 59 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 61 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 62 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 64 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 65 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 66 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 68 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 70 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 71 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 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. | 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 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 83 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 85 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 86 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 88 |
![]() |
indentation | Indentation | 'method def' 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. | 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. | 96 |
![]() |
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 rcurly' has incorrect indentation level 4, expected level should be 2. | 99 |
petclinic/package-info.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 4 |
![]() |
javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 7 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 28 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 47 |
petclinic/pets/Pet.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Extra separation in import group before 'javax.persistence.CascadeType' | 9 |
![]() |
imports | CustomImportOrder | Extra separation in import group before 'petclinic.owners.Owner' | 18 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 27 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 29 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 34 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 37 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 40 |
![]() |
indentation | Indentation | 'member def modifier' 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. | 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' child has incorrect indentation level 8, expected level should be 4. | 87 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 88 |
petclinic/pets/PetData.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Extra separation in import group before 'java.util.Date' | 6 |
![]() |
imports | CustomImportOrder | Extra separation in import group before 'javax.inject.Inject' | 8 |
![]() |
imports | CustomImportOrder | Extra separation in import group before 'petclinic.owners.Owner' | 10 |
![]() |
indentation | Indentation | 'member def modifier' 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. | 21 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 21 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 23 |
![]() |
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 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 32 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 34 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 35 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 36 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 38 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 38 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'type' declaration and its first usage is 4, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 40 |
![]() |
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' 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' 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 rcurly' has incorrect indentation level 4, expected level should be 2. | 50 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 52 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 54 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 56 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 57 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 58 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 60 |
![]() |
indentation | Indentation | 'method def 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. | 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 |
petclinic/pets/PetMaintenance.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 6 |
![]() |
imports | CustomImportOrder | Extra separation in import group before 'javax.inject.Inject' | 8 |
![]() |
imports | CustomImportOrder | Extra separation in import group before 'petclinic.owners.Owner' | 12 |
![]() |
indentation | Indentation | 'member def modifier' 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. | 23 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 25 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 26 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 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 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 38 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 39 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 41 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 42 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 43 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 44 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 46 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 47 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 49 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 50 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 51 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 52 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 54 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 55 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 56 |
petclinic/pets/PetScreen.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 6 |
![]() |
imports | CustomImportOrder | Extra separation in import group before 'javax.faces.view.ViewScoped' | 8 |
![]() |
imports | CustomImportOrder | Extra separation in import group before 'petclinic.owners.Owner' | 13 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 23 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 25 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 27 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 29 |
![]() |
indentation | Indentation | 'member def modifier' 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. | 34 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 34 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 36 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 37 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 38 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 40 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 41 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 43 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 45 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 46 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 48 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 49 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 50 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 52 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 53 |
![]() |
indentation | Indentation | 'method def' 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 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 61 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 62 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 63 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 65 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 66 |
![]() |
indentation | Indentation | 'else' child has incorrect indentation level 16, expected level should be 8. | 67 |
![]() |
indentation | Indentation | 'else rcurly' has incorrect indentation level 12, expected level should be 6. | 68 |
![]() |
indentation | Indentation | 'if rcurly' 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 |
petclinic/pets/PetScreenTest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Extra separation in import group before 'org.junit.jupiter.api.Assertions.assertEquals' | 5 |
![]() |
imports | CustomImportOrder | Extra separation in import group before 'javax.validation.ValidationException' | 18 |
![]() |
imports | CustomImportOrder | Extra separation in import group before 'org.junit.jupiter.api.Test' | 20 |
![]() |
imports | CustomImportOrder | Extra separation in import group before 'petclinic.owners.Owner' | 22 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 32 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 34 |
![]() |
indentation | Indentation | 'member def modifier' 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. | 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 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'petTypesAgain' declaration and its first usage is 4, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 45 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 45 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 47 |
![]() |
indentation | Indentation | 'method def' 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 rcurly' has incorrect indentation level 4, expected level should be 2. | 51 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 53 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 55 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 56 |
![]() |
indentation | Indentation | 'method def' 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. | 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' child has incorrect indentation level 8, expected level should be 4. | 70 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 71 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 72 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 73 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 74 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 76 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 78 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 79 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 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' child has incorrect indentation level 8, expected level should be 4. | 84 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 85 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 87 |
![]() |
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. | 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. | 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. | 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. | 110 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 111 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 112 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 113 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 114 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 115 |
petclinic/pets/PetType.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Extra separation in import group before 'petclinic.util.BaseEntity' | 7 |
![]() |
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 | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 19 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 20 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 21 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 23 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 24 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 25 |
petclinic/util/BaseEntity.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Extra separation in import group before 'javax.persistence.GeneratedValue' | 7 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 16 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 17 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 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. | 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 | 'if' has incorrect indentation level 8, expected level should be 4. | 36 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 37 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 38 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 39 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 40 |
![]() |
indentation | Indentation | 'if rcurly' 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. | 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. | 51 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 52 |
petclinic/util/Database.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 6 |
![]() |
imports | CustomImportOrder | Extra separation in import group before 'javax.persistence.EntityManager' | 8 |
![]() |
imports | CustomImportOrder | Extra separation in import group before 'org.checkerframework.checker.index.qual.NonNegative' | 13 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 21 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 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. | 57 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 59 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 60 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 79 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 82 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 84 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 85 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 86 |
![]() |
indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 88 |
![]() |
indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 89 |
![]() |
indentation | Indentation | 'for 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 |
![]() |
javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 98 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 105 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 106 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 107 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 108 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 109 |
![]() |
indentation | Indentation | 'if rcurly' 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. | 112 |
![]() |
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. | 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 |
petclinic/util/Person.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
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. | 14 |
![]() |
indentation | Indentation | 'member def modifier' 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. | 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 |
petclinic/util/SUT.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Extra separation in import group before 'mockit.Tested' | 9 |
![]() |
naming | AbbreviationAsWordInName | Abbreviation in name 'SUT' must contain no more than '1' consecutive capital letters. | 18 |
petclinic/util/TestDatabase.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Extra separation in import group before 'javax.annotation.PostConstruct' | 9 |
![]() |
javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 19 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 23 |
![]() |
indentation | Indentation | 'member def modifier' 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. | 28 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 30 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 32 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 33 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 34 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 35 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 37 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 39 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 41 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 42 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 43 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 44 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 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. | 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 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. | 90 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 91 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 92 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 93 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 95 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 97 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 98 |
![]() |
indentation | Indentation | 'if rcurly' 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 rcurly' has incorrect indentation level 4, expected level should be 2. | 102 |
petclinic/util/TestUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Extra separation in import group before 'mockit.Tested' | 9 |
petclinic/vets/Specialty.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Extra separation in import group before 'petclinic.util.BaseEntity' | 6 |
![]() |
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 | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 17 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 18 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 19 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 21 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 22 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 23 |
petclinic/vets/Vet.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Extra separation in import group before 'javax.persistence.CascadeType' | 6 |
![]() |
imports | CustomImportOrder | Extra separation in import group before 'petclinic.util.Person' | 14 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 21 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 22 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 27 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 28 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 29 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 31 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 32 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 33 |
petclinic/vets/VetData.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Extra separation in import group before 'petclinic.util.TestDatabase' | 5 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 11 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 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 | 'for' has incorrect indentation level 8, expected level should be 4. | 19 |
![]() |
indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 20 |
![]() |
indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 21 |
![]() |
indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 23 |
![]() |
indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 24 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 26 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 27 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 28 |
petclinic/vets/VetMaintenance.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 5 |
![]() |
imports | CustomImportOrder | Extra separation in import group before 'javax.inject.Inject' | 7 |
![]() |
imports | CustomImportOrder | Extra separation in import group before 'petclinic.util.Database' | 10 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 17 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 20 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 22 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 23 |
petclinic/vets/VetScreen.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 5 |
![]() |
imports | CustomImportOrder | Extra separation in import group before 'javax.faces.view.ViewScoped' | 7 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 19 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 21 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 24 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 26 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 27 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 29 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 30 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 31 |
petclinic/vets/VetScreenTest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
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.Test' | 9 |
![]() |
imports | CustomImportOrder | Extra separation in import group before 'petclinic.util.SUT' | 11 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 19 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 21 |
![]() |
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' 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. | 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. | 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' 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 rcurly' has incorrect indentation level 4, expected level should be 2. | 48 |
petclinic/visits/Visit.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Extra separation in import group before 'javax.persistence.Entity' | 5 |
![]() |
imports | CustomImportOrder | Extra separation in import group before 'petclinic.pets.Pet' | 12 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 20 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 22 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 26 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 29 |
![]() |
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 37 |
![]() |
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 38 |
![]() |
indentation | Indentation | 'ctor 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 |
petclinic/visits/VisitData.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Extra separation in import group before 'java.util.Date' | 5 |
![]() |
imports | CustomImportOrder | Extra separation in import group before 'javax.inject.Inject' | 7 |
![]() |
imports | CustomImportOrder | Extra separation in import group before 'petclinic.pets.Pet' | 9 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 17 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 20 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 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' 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' 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 rcurly' has incorrect indentation level 4, expected level should be 2. | 30 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 32 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 34 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 35 |
petclinic/visits/VisitMaintenance.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 6 |
![]() |
imports | CustomImportOrder | Extra separation in import group before 'javax.inject.Inject' | 8 |
![]() |
imports | CustomImportOrder | Extra separation in import group before 'petclinic.pets.Pet' | 11 |
![]() |
indentation | Indentation | 'member 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. | 22 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 22 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 23 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 24 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 25 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 26 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 28 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 30 |
![]() |
indentation | Indentation | 'method def 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 |
petclinic/visits/VisitScreen.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 5 |
![]() |
imports | CustomImportOrder | Extra separation in import group before 'javax.faces.view.ViewScoped' | 7 |
![]() |
imports | CustomImportOrder | Extra separation in import group before 'petclinic.pets.Pet' | 12 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 22 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 24 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 26 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 28 |
![]() |
indentation | Indentation | 'member def modifier' 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. | 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. | 49 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 50 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 52 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 53 |
![]() |
indentation | Indentation | 'method def' 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 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 61 |
![]() |
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 rcurly' 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 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 67 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 67 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 68 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 69 |
![]() |
indentation | Indentation | 'if 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 |
petclinic/visits/VisitScreenTest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
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.Test' | 12 |
![]() |
imports | CustomImportOrder | Extra separation in import group before 'petclinic.pets.Pet' | 14 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 24 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 26 |
![]() |
indentation | Indentation | 'member def modifier' 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. | 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. | 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. | 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 |
![]() |
naming | AbbreviationAsWordInName | Abbreviation in name 'attemptToShowVisitsWithoutFirstSelectingAPet' must contain no more than '1' consecutive capital letters. | 44 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 45 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 47 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 48 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 50 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 52 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 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' 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. | 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. | 67 |
![]() |
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. | 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' 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. | 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. | 90 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 92 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 93 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 94 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 95 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 97 |
![]() |
naming | AbbreviationAsWordInName | Abbreviation in name 'attemptToCreateOrUpdateVisitWithoutFirstSelectingAPet' must contain no more than '1' consecutive capital letters. | 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 rcurly' has incorrect indentation level 4, expected level should be 2. | 102 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 104 |
![]() |
naming | AbbreviationAsWordInName | Abbreviation in name 'attemptToUpdateVisitWithoutFirstSelectingAVisit' must contain no more than '1' consecutive capital letters. | 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. | 107 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 109 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 111 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 112 |