Checkstyle Results

The following document contains the results of Checkstyle 6.11.2 with 7bits-checkstyle.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
1 0 6 0

Rules

Category Rule Violations Severity
coding MagicNumber
  • ignoreAnnotation: "true"
  • ignoreHashCodeMethod: "true"
1  Warning
imports AvoidStarImport 1  Warning
javadoc JavadocMethod
  • allowMissingPropertyJavadoc: "true"
  • scope: "package"
  • excludeScope: "private"
  • suppressLoadErrors: "true"
3  Warning
JavadocPackage 1  Error

Details

info/smart_tools/smartactors/core/netty_client/NettyClient.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - io.netty.channel.*. 9
 Warning javadoc JavadocMethod Expected @param tag for 'channelClass'. 40
 Warning javadoc JavadocMethod Expected @param tag for 'inboundHandler'. 41
 Warning javadoc JavadocMethod Missing a Javadoc comment. 47
 Warning coding MagicNumber '1000' is a magic number. 130