Checkstyle Results
The following document contains the results of Checkstyle 12.2.0 with google_checks.xml ruleset.
Summary
| Files | |||
|---|---|---|---|
| 10 | 0 | 3 | 0 |
Files
| File | |||
|---|---|---|---|
| org/bremersee/spring/core/OrderedProxy.java | 0 | 2 | 0 |
| org/bremersee/spring/core/regex/RegexFlags.java | 0 | 1 | 0 |
Rules
| Category | Rule | Violations | Severity |
|---|---|---|---|
| coding | MatchXpath
|
2 | |
| javadoc | SummaryJavadoc
|
1 |
Details
org/bremersee/spring/core/OrderedProxy.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | MatchXpath | '//' must be followed by a whitespace. | 48 | |
| coding | MatchXpath | '//' must be followed by a whitespace. | 63 |
org/bremersee/spring/core/regex/RegexFlags.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | Nach dem ersten Satz des Javadoc-Kommentars fehlt ein Punkt. | 61 |
