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 1 14

Rules

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

Details

org/universAAL/tutorials/context/bus/subscriber/Activator.java

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

org/universAAL/tutorials/context/bus/subscriber/MyContextSubscriber.java

Severity Category Rule Message Line
 Error javadoc JavadocVariable Missing a Javadoc comment. 42
 Error design VisibilityModifier Variable 'evtReceived' must be private and have accessor methods. 42
 Error javadoc JavadocMethod Missing a Javadoc comment. 71
 Error design DesignForExtension Method 'handleContextEvent' is not designed for extension - needs to be abstract, final or empty. 78
 Error javadoc JavadocMethod Expected @param tag for 'event'. 78