Checkstyle Results

The following document contains the results of Checkstyle 6.11.2 with http://depot.universaal.org/Resources/Checkstyle/uaal-checkstyle-config.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
1 0 3 8

Rules

Category Rule Violations Severity
design DesignForExtension 1  Error
VisibilityModifier
  • protectedAllowed: "true"
2  Error
javadoc JavadocMethod 3  Error
JavadocPackage
  • allowLegacy: "true"
1  Warning
JavadocVariable 2  Error
naming StaticVariableName 2  Warning

Details

org/universAAL/tutorials/service/bus/tryout/MyServiceCallee.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Error javadoc JavadocVariable Missing a Javadoc comment. 40
 Warning naming StaticVariableName Name 'SERVICE_TURN_ON' must match pattern '^[a-z][a-zA-Z0-9]*$'. 40
 Error design VisibilityModifier Variable 'SERVICE_TURN_ON' must be private and have accessor methods. 40
 Error javadoc JavadocVariable Missing a Javadoc comment. 41
 Warning naming StaticVariableName Name 'INPUT_LIGHT_URI' must match pattern '^[a-z][a-zA-Z0-9]*$'. 41
 Error design VisibilityModifier Variable 'INPUT_LIGHT_URI' must be private and have accessor methods. 41
 Error javadoc JavadocMethod Missing a Javadoc comment. 58
 Error javadoc JavadocMethod Expected an @return tag. 63
 Error design DesignForExtension Method 'handleCall' is not designed for extension - needs to be abstract, final or empty. 63
 Error javadoc JavadocMethod Expected @param tag for 'call'. 63