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

Rules

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

Details

org/universAAL/middleware/modules/communication/osgi/Activator.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Error javadoc JavadocStyle First sentence should end with a period. 32
 Error javadoc JavadocVariable Missing a Javadoc comment. 40
 Error design VisibilityModifier Variable 'communicationModule' must be private and have accessor methods. 40
 Error design DesignForExtension Method 'start' is not designed for extension - needs to be abstract, final or empty. 42
 Error javadoc JavadocMethod Missing a Javadoc comment. 42
 Error design DesignForExtension Method 'stop' is not designed for extension - needs to be abstract, final or empty. 58
 Error javadoc JavadocMethod Missing a Javadoc comment. 58