Checkstyle Results
The following document contains the results of Checkstyle 11.0.0 with org/forgerock/checkstyle/check-src-default.xml ruleset.
Summary
Files | ![]() |
![]() |
![]() |
---|---|---|---|
147 | 0 | 0 | 4 |
Files
File | ![]() |
![]() |
![]() |
---|---|---|---|
org/forgerock/json/jose/jwk/RsaJWK.java | 0 | 0 | 3 |
org/forgerock/json/jose/jws/SupportedEllipticCurve.java | 0 | 0 | 1 |
Rules
Category | Rule | Violations | Severity |
---|---|---|---|
design | FinalClass | 1 | ![]() |
whitespace | MethodParamPad | 3 | ![]() |
Details
org/forgerock/json/jose/jwk/RsaJWK.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 171 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 188 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 209 |
org/forgerock/json/jose/jws/SupportedEllipticCurve.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | FinalClass | Class StandardCurve should be declared as final. | 201 |