Checkstyle Results
The following document contains the results of Checkstyle 11.0.0 with org/forgerock/checkstyle/check-src-default.xml ruleset.
Summary
Files | ![]() |
![]() |
![]() |
---|---|---|---|
11 | 0 | 0 | 2 |
Files
File | ![]() |
![]() |
![]() |
---|---|---|---|
org/forgerock/util/test/assertj/AbstractAssertJPromiseAssert.java | 0 | 0 | 1 |
org/forgerock/util/test/assertj/Conditions.java | 0 | 0 | 1 |
Rules
Category | Rule | Violations | Severity |
---|---|---|---|
design | FinalClass | 1 | ![]() |
sizes | LineLength
|
1 | ![]() |
Details
org/forgerock/util/test/assertj/AbstractAssertJPromiseAssert.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 134). | 33 |
org/forgerock/util/test/assertj/Conditions.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | FinalClass | Class EqualToCondition should be declared as final. | 44 |