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 1 4

Rules

Category Rule Violations Severity
javadoc JavadocMethod 4  Error
JavadocPackage
  • allowLegacy: "true"
1  Warning

Details

org/universAAL/middleware/service/impl/osgi/Activator.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Error javadoc JavadocMethod Expected @param tag for 'context'. 41
 Error javadoc JavadocMethod Expected @throws tag for 'Exception'. 41
 Error javadoc JavadocMethod Expected @param tag for 'context'. 51
 Error javadoc JavadocMethod Expected @throws tag for 'Exception'. 51