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

Rules

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

Details

org/universAAL/middleware/connectors/discovery/slp/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. 41
 Error javadoc JavadocVariable Missing a Javadoc comment. 49
 Warning naming StaticVariableName Name 'SERVICE_PID' must match pattern '^[a-z][a-zA-Z0-9]*$'. 49
 Error javadoc JavadocVariable Missing a Javadoc comment. 50
 Error design VisibilityModifier Variable 'slpDiscoveryConnector' must be private and have accessor methods. 50
 Error javadoc JavadocVariable Missing a Javadoc comment. 51
 Error design DesignForExtension Method 'start' is not designed for extension - needs to be abstract, final or empty. 53
 Error javadoc JavadocMethod Missing a Javadoc comment. 53
 Error design DesignForExtension Method 'stop' is not designed for extension - needs to be abstract, final or empty. 87
 Error javadoc JavadocMethod Missing a Javadoc comment. 87
 Error javadoc JavadocStyle First sentence should end with a period. 92
 Error design DesignForExtension Method 'updated' is not designed for extension - needs to be abstract, final or empty. 95
 Error javadoc JavadocMethod Expected @param tag for 'properties'. 95
 Error javadoc JavadocMethod Expected @throws tag for 'ConfigurationException'. 95