Checkstyle Results

The following document contains the results of Checkstyle 6.1.1 with config/sun_checks.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
2 0 0 4

Rules

Category Rule Violations Severity
javadoc JavadocStyle 1  Error
sizes LineLength 3  Error

Details

waffle/jetty/DummyClass.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 121). 21

waffle/jetty/package-info.java

Severity Category Rule Message Line
 Error javadoc JavadocStyle First sentence should end with a period. 14
 Error sizes LineLength Line is longer than 80 characters (found 202). 18
 Error sizes LineLength Line is longer than 80 characters (found 200). 21