Checkstyle Results
The following document contains the results of Checkstyle 12.2.0 with google_checks.xml ruleset.
Summary
| Files |
Info |
Warnings |
Errors |
| 64 |
0 |
1 |
0 |
Rules
| Category |
Rule |
Violations |
Severity |
| whitespace |
EmptyLineSeparator
- allowNoEmptyLineBetweenFields:
"true"
- allowMultipleEmptyLines:
"false"
- tokens:
"PACKAGE_DEF, IMPORT, STATIC_IMPORT, CLASS_DEF, INTERFACE_DEF, ENUM_DEF, STATIC_INIT, INSTANCE_INIT, METHOD_DEF, CTOR_DEF, VARIABLE_DEF, RECORD_DEF, COMPACT_CTOR_DEF" |
1 |
Warning |
Details
org/bremersee/xml/JaxbContextBuilder.java
| Severity |
Category |
Rule |
Message |
Line |
Warning |
whitespace |
EmptyLineSeparator |
Vor 'METHOD_DEF' steht mehr als eine leere Zeile. |
152 |