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

Rules

Category Rule Violations Severity
design DesignForExtension 3  Error
VisibilityModifier
  • protectedAllowed: "true"
3  Error
javadoc JavadocMethod 3  Error
JavadocPackage
  • allowLegacy: "true"
1  Warning
JavadocType 2  Error
JavadocVariable 5  Error
whitespace WhitespaceAround 1  Info

Details

org/universAAL/ri/keepalive/sender/Activator.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Error javadoc JavadocType Missing a Javadoc comment. 41
 Error javadoc JavadocVariable Missing a Javadoc comment. 42
 Error design VisibilityModifier Variable 'osgiContext' must be private and have accessor methods. 42
 Error javadoc JavadocVariable Missing a Javadoc comment. 43
 Error design VisibilityModifier Variable 'context' must be private and have accessor methods. 43
 Error javadoc JavadocVariable Missing a Javadoc comment. 44
 Error design VisibilityModifier Variable 'cpublisher' must be private and have accessor methods. 44
 Error javadoc JavadocVariable Missing a Javadoc comment. 45
 Error javadoc JavadocVariable Missing a Javadoc comment. 46
 Error design DesignForExtension Method 'start' is not designed for extension - needs to be abstract, final or empty. 48
 Error javadoc JavadocMethod Missing a Javadoc comment. 48
 Error design DesignForExtension Method 'stop' is not designed for extension - needs to be abstract, final or empty. 72
 Error javadoc JavadocMethod Missing a Javadoc comment. 72
 Error javadoc JavadocMethod Missing a Javadoc comment. 79

org/universAAL/ri/keepalive/sender/Sender.java

Severity Category Rule Message Line
 Error javadoc JavadocType Missing a Javadoc comment. 30
 Error design DesignForExtension Method 'run' is not designed for extension - needs to be abstract, final or empty. 32
 Info whitespace WhitespaceAround '{' is not followed by whitespace. 33