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
3 0 0 15

Rules

Category Rule Violations Severity
design DesignForExtension 8  Error
VisibilityModifier
  • protectedAllowed: "true"
1  Error
javadoc JavadocMethod 6  Error

Details

org/universAAL/context/chemobile/Hub.java

Severity Category Rule Message Line
 Error design DesignForExtension Method 'start' is not designed for extension - needs to be abstract, final or empty. 56
 Error design DesignForExtension Method 'stop' is not designed for extension - needs to be abstract, final or empty. 65
 Error javadoc JavadocMethod Expected @throws tag for 'Exception'. 65
 Error design DesignForExtension Method 'setSerializer' is not designed for extension - needs to be abstract, final or empty. 75

org/universAAL/context/chemobile/MobileHistorySubscriber.java

Severity Category Rule Message Line
 Error javadoc JavadocMethod Missing a Javadoc comment. 94
 Error design DesignForExtension Method 'handleContextEvent' is not designed for extension - needs to be abstract, final or empty. 106
 Error javadoc JavadocMethod Missing a Javadoc comment. 106
 Error design DesignForExtension Method 'setSerializer' is not designed for extension - needs to be abstract, final or empty. 131

org/universAAL/context/chemobile/osgi/Activator.java

Severity Category Rule Message Line
 Error design VisibilityModifier Variable 'osgiConfigPath' must be private and have accessor methods. 56
 Error design DesignForExtension Method 'start' is not designed for extension - needs to be abstract, final or empty. 65
 Error javadoc JavadocMethod Missing a Javadoc comment. 65
 Error design DesignForExtension Method 'stop' is not designed for extension - needs to be abstract, final or empty. 94
 Error javadoc JavadocMethod Missing a Javadoc comment. 94
 Error design DesignForExtension Method 'serviceChanged' is not designed for extension - needs to be abstract, final or empty. 109
 Error javadoc JavadocMethod Missing a Javadoc comment. 109