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 21

Rules

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

Details

org/universAAL/ui/resource/server/Activator.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Error design VisibilityModifier Variable 'mcontext' must be private and have accessor methods. 40
 Error javadoc JavadocVariable Missing a Javadoc comment. 42
 Warning naming StaticVariableName Name 'URI' must match pattern '^[a-z][a-zA-Z0-9]*$'. 45
 Error design VisibilityModifier Variable 'URI' must be private and have accessor methods. 45
 Error design DesignForExtension Method 'start' is not designed for extension - needs to be abstract, final or empty. 54
 Error javadoc JavadocMethod Missing a Javadoc comment. 54
 Error design DesignForExtension Method 'stop' is not designed for extension - needs to be abstract, final or empty. 110
 Error javadoc JavadocMethod Missing a Javadoc comment. 110
 Error design DesignForExtension Method 'serviceChanged' is not designed for extension - needs to be abstract, final or empty. 121
 Error javadoc JavadocMethod Missing a Javadoc comment. 121

org/universAAL/ui/resource/server/ResourceServer.java

Severity Category Rule Message Line
 Error javadoc JavadocVariable Missing a Javadoc comment. 50
 Error javadoc JavadocVariable Missing a Javadoc comment. 51
 Error javadoc JavadocVariable Missing a Javadoc comment. 53
 Error design VisibilityModifier Variable 'confHome' must be private and have accessor methods. 53
 Warning naming StaticVariableName Name 'PATH_TO_RESOURCES' must match pattern '^[a-z][a-zA-Z0-9]*$'. 61
 Error design VisibilityModifier Variable 'PATH_TO_RESOURCES' must be private and have accessor methods. 61
 Error javadoc JavadocMethod Missing a Javadoc comment. 63
 Error design DesignForExtension Method 'getMimeType' is not designed for extension - needs to be abstract, final or empty. 81
 Error design DesignForExtension Method 'doGet' is not designed for extension - needs to be abstract, final or empty. 109
 Error javadoc JavadocStyle First sentence should end with a period. 114
 Error javadoc JavadocMethod Expected an @return tag. 123
 Error design DesignForExtension Method 'isAuthorized' is not designed for extension - needs to be abstract, final or empty. 123
 Error design DesignForExtension Method 'doPost' is not designed for extension - needs to be abstract, final or empty. 131