Checkstyle Results

The following document contains the results of Checkstyle 6.2 with sun_checks.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
1 0 0 3

Rules

Category Rule Violations Severity
blocks LeftCurly 1  Error
javadoc JavadocPackage 1  Error
whitespace WhitespaceAround 1  Error

Details

org/activestack/framework/messaging/rabbitmq/ASMessagingRabbitMQ.java

Severity Category Rule Message Line
 Error javadoc JavadocPackage Missing package-info.java file.
 Error blocks LeftCurly '{' should be on the previous line. 9
 Error whitespace WhitespaceAround '{' is not preceded with whitespace. 11