Checkstyle Results

The following document contains the results of Checkstyle 10.0 with sun_checks.xml ruleset. 

rss feed

Summary

Files
 Info
 Warnings
 Errors
1 0 0 2

Files

File
 I
 W
 E
io/github/meuhlang/meuh/cli/EntryPoint.java 0 0 2

Rules

Category Rule Violations Severity
javadoc JavadocPackage 1
 Error
MissingJavadocMethod 1
 Error

Details

io/github/meuhlang/meuh/cli/EntryPoint.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 24