Checkstyle Results
The following document contains the results of Checkstyle 9.2.1 with google_checks.xml ruleset.
Summary
Files |
Info |
Warnings |
Errors |
88 |
0 |
12 |
0 |
Rules
Category |
Rule |
Violations |
Severity |
indentation |
Indentation
- throwsIndent:
"4"
- arrayInitIndent:
"2"
- caseIndent:
"2"
- basicOffset:
"2"
- braceAdjustment:
"2"
- lineWrappingIndentation:
"4" |
10 |
Warning |
sizes |
LineLength
- fileExtensions:
"java"
- max:
"100"
- ignorePattern:
"^package.*|^import.*|a href|href|http://|https://|ftp://" |
2 |
Error |
Details
org/bremersee/apiclient/webflux/ReactiveContract.java
Severity |
Category |
Rule |
Message |
Line |
Warning |
indentation |
Indentation |
'getRequestBodyInserterFunction' has incorrect indentation level 2, expected level should be 6. |
93 |
org/bremersee/apiclient/webflux/contract/spring/ReactiveSpringContract.java
Severity |
Category |
Rule |
Message |
Line |
Warning |
indentation |
Indentation |
'getRequestParametersResolvers' has incorrect indentation level 2, expected level should be 6. |
82 |
Warning |
indentation |
Indentation |
'getRequestBodyInserterFunction' has incorrect indentation level 2, expected level should be 6. |
104 |
org/bremersee/apiclient/webflux/contract/spring/multipart/DefaultParts.java
Severity |
Category |
Rule |
Message |
Line |
Warning |
sizes |
LineLength |
Line is longer than 100 characters (found 103). |
49 |
Warning |
sizes |
LineLength |
Line is longer than 100 characters (found 103). |
66 |
Warning |
indentation |
Indentation |
'try' has incorrect indentation level 12, expected level should be 8. |
309 |
Warning |
indentation |
Indentation |
'try' child has incorrect indentation level 14, expected level should be 10. |
310 |
Warning |
indentation |
Indentation |
'try' child has incorrect indentation level 14, expected level should be 10. |
311 |
Warning |
indentation |
Indentation |
'try rcurly' has incorrect indentation level 12, expected level should be 8. |
312 |
Warning |
indentation |
Indentation |
'catch' child has incorrect indentation level 14, expected level should be 10. |
313 |
Warning |
indentation |
Indentation |
'catch rcurly' has incorrect indentation level 12, expected level should be 8. |
314 |
Warning |
indentation |
Indentation |
'block rcurly' has incorrect indentation level 10, expected level should be 6. |
315 |