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
5 0 1 14

Rules

Category Rule Violations Severity
design DesignForExtension 5  Error
javadoc JavadocMethod 1  Error
JavadocPackage
  • allowLegacy: "true"
1  Warning
JavadocStyle 3  Error
JavadocType 1  Error
JavadocVariable 4  Error

Details

org/universAAL/middleware/shell/universAAL/osgi/ListOfPeerCommand.java

Severity Category Rule Message Line
 Error javadoc JavadocStyle First sentence should end with a period. 31
 Error javadoc JavadocVariable Missing a Javadoc comment. 40
 Error design DesignForExtension Method 'doExecute' is not designed for extension - needs to be abstract, final or empty. 42

org/universAAL/middleware/shell/universAAL/osgi/SpaceCommand.java

Severity Category Rule Message Line
 Error javadoc JavadocStyle First sentence should end with a period. 31
 Error javadoc JavadocVariable Missing a Javadoc comment. 40
 Error design DesignForExtension Method 'doExecute' is not designed for extension - needs to be abstract, final or empty. 42

org/universAAL/middleware/shell/universAAL/osgi/TargetSpaceCommand.java

Severity Category Rule Message Line
 Error javadoc JavadocStyle First sentence should end with a period. 28
 Error javadoc JavadocVariable Missing a Javadoc comment. 37
 Error design DesignForExtension Method 'doExecute' is not designed for extension - needs to be abstract, final or empty. 39

org/universAAL/middleware/shell/universAAL/osgi/TenantCommand.java

Severity Category Rule Message Line
 Error javadoc JavadocType Missing a Javadoc comment. 28
 Error javadoc JavadocVariable Missing a Javadoc comment. 31
 Error design DesignForExtension Method 'doExecute' is not designed for extension - needs to be abstract, final or empty. 33

org/universAAL/middleware/shell/universAAL/osgi/UAPPCommand.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Error design DesignForExtension Method 'doExecute' is not designed for extension - needs to be abstract, final or empty. 38
 Error javadoc JavadocMethod Missing a Javadoc comment. 38