Checkstyle Results
The following document contains the results of Checkstyle 8.29 with sun_checks.xml ruleset.
Summary
Files |
Info |
Warnings |
Errors |
2 |
0 |
0 |
7 |
Details
org/projectlombok/test/App.java
Severity |
Category |
Rule |
Message |
Line |
Error |
javadoc |
JavadocPackage |
Missing package-info.java file. |
1 |
Error |
design |
HideUtilityClassConstructor |
Utility classes should not have a public or default constructor. |
6 |
Error |
javadoc |
MissingJavadocMethod |
Missing a Javadoc comment. |
7 |
Error |
whitespace |
MethodParamPad |
'(' is preceded with whitespace. |
7 |
org/projectlombok/test/Useful.java
Severity |
Category |
Rule |
Message |
Line |
Error |
javadoc |
JavadocStyle |
First sentence should end with a period. |
3 |
Error |
javadoc |
MissingJavadocMethod |
Missing a Javadoc comment. |
7 |
Error |
whitespace |
MethodParamPad |
'(' is preceded with whitespace. |
7 |