Checkstyle Results
The following document contains the results of Checkstyle 12.2.0 with google_checks.xml ruleset.
Summary
| Files | |||
|---|---|---|---|
| 4 | 0 | 3 | 0 |
Files
| File | |||
|---|---|---|---|
| org/bremersee/spring/web/reactive/multipart/MultipartFileBuilderImpl.java | 0 | 1 | 0 |
| org/bremersee/spring/web/reactive/multipart/MultipartFileBuilderImplTest.java | 0 | 2 | 0 |
Rules
| Category | Rule | Violations | Severity |
|---|---|---|---|
| coding | MatchXpath
|
3 |
Details
org/bremersee/spring/web/reactive/multipart/MultipartFileBuilderImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | MatchXpath | '//' must be followed by a whitespace. | 162 |
org/bremersee/spring/web/reactive/multipart/MultipartFileBuilderImplTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | MatchXpath | '//' must be followed by a whitespace. | 242 | |
| coding | MatchXpath | '//' must be followed by a whitespace. | 288 |
