The following document contains the results of Checkstyle 6.2 with sun_checks.xml ruleset. 
| File |  I |  W |  E | 
|---|---|---|---|
| org/activestack/framework/messaging/rabbitmq/ASMessagingRabbitMQ.java | 0 | 0 | 3 | 
| Category | Rule | Violations | Severity | 
|---|---|---|---|
| blocks | LeftCurly | 1 |  Error | 
| javadoc | JavadocPackage | 1 |  Error | 
| whitespace | WhitespaceAround | 1 |  Error | 
| 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 |