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 2 3 13

Rules

Category Rule Violations Severity
blocks EmptyBlock 1  Warning
design DesignForExtension 3  Error
VisibilityModifier
  • protectedAllowed: "true"
3  Error
javadoc JavadocMethod 2  Error
JavadocPackage
  • allowLegacy: "true"
1  Warning
JavadocType 1  Error
JavadocVariable 4  Error
naming StaticVariableName 1  Warning
sizes LineLength
  • max: "120"
  • tabWidth: "4"
2  Info

Details

org/universAAL/configurable/module/ConfigurationCentral.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Error javadoc JavadocVariable Missing a Javadoc comment. 39
 Warning naming StaticVariableName Name 'APPID' must match pattern '^[a-z][a-zA-Z0-9]*$'. 39
 Error design VisibilityModifier Variable 'APPID' must be private and have accessor methods. 39
 Error javadoc JavadocVariable Missing a Javadoc comment. 41
 Error design VisibilityModifier Variable 'configurations' must be private and have accessor methods. 41
 Info sizes LineLength Line is longer than 120 characters (found 125). 52
 Warning blocks EmptyBlock Must have at least one statement. 68
 Info sizes LineLength Line is longer than 120 characters (found 123). 76
 Error design DesignForExtension Method 'configurationChanged' is not designed for extension - needs to be abstract, final or empty. 104

org/universAAL/configurable/module/ProjectActivator.java

Severity Category Rule Message Line
 Error javadoc JavadocType Missing a Javadoc comment. 8
 Error javadoc JavadocVariable Missing a Javadoc comment. 10
 Error design VisibilityModifier Variable 'context' must be private and have accessor methods. 10
 Error javadoc JavadocVariable Missing a Javadoc comment. 11
 Error design DesignForExtension Method 'start' is not designed for extension - needs to be abstract, final or empty. 13
 Error javadoc JavadocMethod Missing a Javadoc comment. 13
 Error design DesignForExtension Method 'stop' is not designed for extension - needs to be abstract, final or empty. 29
 Error javadoc JavadocMethod Missing a Javadoc comment. 29