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
2 0 3 17

Rules

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

Details

org/universAAL/tutorials/service/bus/callee/Activator.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Error javadoc JavadocVariable Missing a Javadoc comment. 35
 Error design VisibilityModifier Variable 'mc' must be private and have accessor methods. 35
 Error javadoc JavadocVariable Missing a Javadoc comment. 36
 Error design DesignForExtension Method 'start' is not designed for extension - needs to be abstract, final or empty. 41
 Error javadoc JavadocMethod Expected @param tag for 'mc'. 41
 Error javadoc JavadocMethod Expected @throws tag for 'Exception'. 41
 Error design DesignForExtension Method 'stop' is not designed for extension - needs to be abstract, final or empty. 52
 Error javadoc JavadocMethod Expected @param tag for 'arg0'. 52
 Error javadoc JavadocMethod Expected @throws tag for 'Exception'. 52

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

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