The following document contains the results of Checkstyle 6.11.2 with 7bits-checkstyle.xml ruleset. 
| File | |||
|---|---|---|---|
| info/smart_tools/smartactors/core/netty_client/NettyClient.java | 0 | 6 | 0 |
| Category | Rule | Violations | Severity |
|---|---|---|---|
| coding | MagicNumber
|
1 | |
| imports | AvoidStarImport | 1 | |
| javadoc | JavadocMethod
|
3 | |
| JavadocPackage | 1 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - io.netty.channel.*. | 9 | |
| javadoc | JavadocMethod | Expected @param tag for 'channelClass'. | 40 | |
| javadoc | JavadocMethod | Expected @param tag for 'inboundHandler'. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| coding | MagicNumber | '1000' is a magic number. | 130 |