Checkstyle Results
The following document contains the results of Checkstyle 11.0.0 with org/forgerock/checkstyle/check-src-default.xml ruleset.
Summary
Files | ![]() |
![]() |
![]() |
---|---|---|---|
38 | 0 | 0 | 3 |
Files
File | ![]() |
![]() |
![]() |
---|---|---|---|
org/forgerock/selfservice/core/config/ClassNameFallbackPropertyTypeResolver.java | 0 | 0 | 3 |
Rules
Category | Rule | Violations | Severity |
---|---|---|---|
imports | UnusedImports
|
2 | ![]() |
sizes | LineLength
|
1 | ![]() |
Details
org/forgerock/selfservice/core/config/ClassNameFallbackPropertyTypeResolver.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - com.fasterxml.jackson.databind.ObjectMapper. | 23 |
![]() |
imports | UnusedImports | Unused import - com.fasterxml.jackson.databind.json.JsonMapper. | 25 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 136). | 56 |