Checkstyle Results
The following document contains the results of Checkstyle 9.3 with checkstyle.xml ruleset.
Summary
| Files | |||
|---|---|---|---|
| 14 | 0 | 42 | 0 |
Files
Rules
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | LeftCurly | 19 | |
| NeedBraces | 14 | ||
| imports | AvoidStarImport | 8 | |
| naming | StaticVariableName | 1 |
Details
fr/univtln/bruno/samples/java101/tp1/builder/AddressWithBuilder.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 28 should have line break after. | 33 | |
| blocks | LeftCurly | '{' at column 26 should have line break after. | 40 | |
| blocks | LeftCurly | '{' at column 29 should have line break after. | 47 | |
| blocks | LeftCurly | '{' at column 37 should have line break after. | 58 | |
| blocks | LeftCurly | '{' at column 41 should have line break after. | 83 | |
| blocks | LeftCurly | '{' at column 39 should have line break after. | 90 | |
| blocks | LeftCurly | '{' at column 42 should have line break after. | 97 |
fr/univtln/bruno/samples/java101/tp1/builder/AddressWithBuilderTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.assertj.core.api.Assertions.*. | 4 |
fr/univtln/bruno/samples/java101/tp1/factory/PersonSingleton.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | StaticVariableName | Name 'INSTANCE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 35 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 57 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 58 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 59 |
fr/univtln/bruno/samples/java101/tp1/factory/PersonWithFactory.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 24 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 39 | |
| blocks | LeftCurly | '{' at column 34 should have line break after. | 68 | |
| blocks | LeftCurly | '{' at column 33 should have line break after. | 75 | |
| blocks | LeftCurly | '{' at column 25 should have line break after. | 82 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 91 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 92 |
fr/univtln/bruno/samples/java101/tp1/factory/PersonWithFactoryTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.assertj.core.api.Assertions.*. | 4 |
fr/univtln/bruno/samples/java101/tp1/immutable/PersonImmutable.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 34 should have line break after. | 52 | |
| blocks | LeftCurly | '{' at column 33 should have line break after. | 59 | |
| blocks | LeftCurly | '{' at column 25 should have line break after. | 66 | |
| blocks | LeftCurly | '{' at column 30 should have line break after. | 69 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 73 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 74 | |
| blocks | LeftCurly | '{' at column 27 should have line break after. | 80 | |
| blocks | LeftCurly | '{' at column 37 should have line break after. | 87 | |
| blocks | LeftCurly | '{' at column 44 should have line break after. | 114 | |
| blocks | LeftCurly | '{' at column 43 should have line break after. | 122 | |
| blocks | LeftCurly | '{' at column 35 should have line break after. | 130 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 143 |
fr/univtln/bruno/samples/java101/tp1/immutable/PersonImmutableTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.assertj.core.api.Assertions.*. | 4 |
fr/univtln/bruno/samples/java101/tp1/immutable/PersonValueObject.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 41 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 89 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 116 |
fr/univtln/bruno/samples/java101/tp1/immutable/PersonValueObjectTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.assertj.core.api.Assertions.*. | 4 |
fr/univtln/bruno/samples/java101/tp1/lombok/PersonLombok.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - lombok.*. | 3 |
fr/univtln/bruno/samples/java101/tp1/lombok/PersonLombokSecure.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - lombok.*. | 3 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 59 |
fr/univtln/bruno/samples/java101/tp1/lombok/PersonLombokSecureTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.assertj.core.api.Assertions.*. | 4 |
fr/univtln/bruno/samples/java101/tp1/lombok/PersonLombokTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.assertj.core.api.Assertions.*. | 4 |
