This project has retired. For details please refer to its Attic page.
Archiva Scheduler :: API – Checkstyle Results Fork me on GitHub

Checkstyle Results

The following document contains the results of Checkstyle 5.7. rss feed

Summary

Files  Info  Warnings  Errors
1 0 2 1

Rules

Category Rule Violations Severity
javadoc JavadocMethod
  • scope: "protected"
2  Warning
JavadocType
  • allowUnknownTags: "true"
  • scope: "protected"
1  Error

Details

org/apache/archiva/scheduler/ArchivaTaskScheduler.java

Severity Category Rule Message Line
 Error javadoc JavadocType Type Javadoc comment is missing an @param <T> tag. 28
 Warning javadoc JavadocMethod Expected @param tag for 'task'. 37
 Warning javadoc JavadocMethod Expected @throws tag for 'TaskQueueException'. 38