Checkstyle Results
The following document contains the results of Checkstyle 12.1.0 with checkstyle.xml ruleset.
Summary
| Files | |||
|---|---|---|---|
| 9 | 0 | 247 | 0 |
Files
Rules
| Category | Rule | Violations | Severity |
|---|---|---|---|
| imports | CustomImportOrder
|
9 | |
| indentation | Indentation
|
219 | |
| javadoc | MissingJavadocMethod
|
4 | |
MissingJavadocType
|
5 | ||
| naming | AbbreviationAsWordInName
|
1 | |
PackageName
|
9 |
Details
jmockit/loginExample/domain/userAccount/UserAccount.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | PackageName | Package name 'jmockit.loginExample.domain.userAccount' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 6 | |
| javadoc | MissingJavadocType | Missing a Javadoc comment. | 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 | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 16 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 16 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 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. | 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 | '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 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 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 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 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 |
jmockit/loginExample/domain/userAccount/package-info.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | PackageName | Package name 'jmockit.loginExample.domain.userAccount' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 6 |
jmockit/loginExample/domain/userLogin/AccountLoginLimitReachedException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | PackageName | Package name 'jmockit.loginExample.domain.userLogin' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 6 | |
| javadoc | MissingJavadocType | Missing a Javadoc comment. | 8 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 10 |
jmockit/loginExample/domain/userLogin/LoginService.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | PackageName | Package name 'jmockit.loginExample.domain.userLogin' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 6 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.checkerframework.checker.index.qual.NonNegative' | 11 | |
| imports | CustomImportOrder | Extra separation in import group before 'jmockit.loginExample.domain.userAccount.UserAccount' | 13 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'jmockit.loginExample.domain.userAccount.UserAccount' import. Should be before 'org.checkerframework.checker.index.qual.NonNegative'. | 13 | |
| javadoc | MissingJavadocType | Missing a Javadoc comment. | 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. | 18 | |
| 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 | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 25 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 25 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 27 | |
| 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 | 'if' has incorrect indentation level 8, expected level should be 4. | 33 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 34 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 35 | |
| indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 36 | |
| indentation | Indentation | 'else rcurly' 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 | 'if' has incorrect indentation level 8, expected level should be 4. | 42 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 43 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 44 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 46 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 47 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 48 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 50 | |
| indentation | Indentation | 'method def' 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 | 'if' has incorrect indentation level 8, expected level should be 4. | 55 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 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 | 'if' child has incorrect indentation level 12, expected level should be 6. | 59 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 61 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 63 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 64 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 65 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 66 | |
| indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 67 | |
| indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 68 | |
| indentation | Indentation | 'else 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 |
jmockit/loginExample/domain/userLogin/LoginServiceIntegrationTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | PackageName | Package name 'jmockit.loginExample.domain.userLogin' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 6 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.testng.annotations.BeforeMethod' | 16 | |
| imports | CustomImportOrder | Extra separation in import group before 'jmockit.loginExample.domain.userAccount.UserAccount' | 19 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'jmockit.loginExample.domain.userAccount.UserAccount' import. Should be before 'org.testng.annotations.Test'. | 19 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 27 | |
| indentation | Indentation | 'member def type' has incorrect indentation level 4, expected level should be 2. | 31 | |
| indentation | Indentation | 'member def type' has incorrect indentation level 4, expected level should be 2. | 34 | |
| indentation | Indentation | 'member def type' 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. | 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 modifier' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. | 49 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be one of the following: 8, 10, 12. | 51 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. | 52 | |
| 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. | 62 | |
| 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 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. | 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. | 84 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 86 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 87 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 88 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 96 | |
| indentation | Indentation | '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. | 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 rcurly' has incorrect indentation level 4, expected level should be 2. | 107 | |
| 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. | 116 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 117 | |
| 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. | 124 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 126 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 128 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 129 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 131 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 136 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 138 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 140 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 141 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 143 |
jmockit/loginExample/domain/userLogin/LoginServiceNGTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | PackageName | Package name 'jmockit.loginExample.domain.userLogin' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 6 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.testng.annotations.Test' | 15 | |
| imports | CustomImportOrder | Extra separation in import group before 'jmockit.loginExample.domain.userAccount.UserAccount' | 17 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'jmockit.loginExample.domain.userAccount.UserAccount' import. Should be before 'org.testng.annotations.Test'. | 17 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'LoginServiceNGTest' must contain no more than '1' consecutive capital letters. | 23 | |
| 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. | 30 | |
| 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' child has incorrect indentation level 8, expected level should be 4. | 47 | |
| indentation | Indentation | 'block lcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. | 48 | |
| indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be one of the following: 8, 14. | 49 | |
| indentation | Indentation | 'block rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. | 50 | |
| 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. | 60 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 61 | |
| indentation | Indentation | 'block lcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. | 62 | |
| indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be one of the following: 8, 14. | 63 | |
| indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be one of the following: 8, 14. | 64 | |
| indentation | Indentation | 'block rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. | 65 | |
| 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. | 75 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 77 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 79 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 80 | |
| indentation | Indentation | 'for rcurly' 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 | 'block lcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. | 84 | |
| indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be one of the following: 8, 14. | 85 | |
| indentation | Indentation | 'block rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. | 86 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 88 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 98 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 100 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 102 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 104 | |
| indentation | Indentation | 'block lcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. | 105 | |
| indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be one of the following: 8, 14. | 106 | |
| indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be one of the following: 8, 14. | 107 | |
| indentation | Indentation | 'block rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. | 108 | |
| 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. | 118 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 120 | |
| indentation | Indentation | 'block lcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. | 121 | |
| indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be one of the following: 8, 14. | 122 | |
| indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be one of the following: 8, 14. | 123 | |
| indentation | Indentation | 'block rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. | 124 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 127 | |
| 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. | 131 | |
| indentation | Indentation | 'block lcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. | 132 | |
| indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be one of the following: 8, 14. | 133 | |
| indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be one of the following: 8, 14. | 134 | |
| indentation | Indentation | 'block rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. | 135 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 137 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 142 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 144 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 146 | |
| indentation | Indentation | 'block lcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. | 147 | |
| indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be one of the following: 8, 14. | 148 | |
| indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be one of the following: 8, 14. | 149 | |
| indentation | Indentation | 'block rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. | 150 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 153 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 154 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 156 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 161 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 163 | |
| indentation | Indentation | 'block lcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. | 164 | |
| indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be one of the following: 8, 14. | 165 | |
| indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be one of the following: 8, 14. | 166 | |
| indentation | Indentation | 'block rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. | 167 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 170 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 171 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 173 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 178 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 180 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 182 | |
| indentation | Indentation | 'block lcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. | 183 | |
| indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be one of the following: 8, 14. | 184 | |
| indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be one of the following: 8, 14. | 185 | |
| indentation | Indentation | 'block rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. | 186 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 189 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 190 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 192 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 200 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 202 | |
| 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. | 206 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 207 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 209 | |
| indentation | Indentation | 'block lcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. | 210 | |
| indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be one of the following: 8, 14. | 211 | |
| indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be one of the following: 8, 14. | 212 | |
| indentation | Indentation | 'block rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. | 213 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 215 |
jmockit/loginExample/domain/userLogin/UserAccountNotFoundException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | PackageName | Package name 'jmockit.loginExample.domain.userLogin' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 6 | |
| javadoc | MissingJavadocType | Missing a Javadoc comment. | 8 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 10 |
jmockit/loginExample/domain/userLogin/UserAccountRevokedException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | PackageName | Package name 'jmockit.loginExample.domain.userLogin' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 6 | |
| javadoc | MissingJavadocType | Missing a Javadoc comment. | 8 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 10 |
jmockit/loginExample/domain/userLogin/package-info.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | PackageName | Package name 'jmockit.loginExample.domain.userLogin' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 6 |


