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

Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
2 0 5 1

Rules

Category Rule Violations Severity
javadoc JavadocMethod
  • scope: "protected"
5  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

org/apache/archiva/scheduler/MergedRemoteIndexesScheduler.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Expected @param tag for 'repositoryGroup'. 38
 Warning javadoc JavadocMethod Expected @param tag for 'directory'. 38
 Warning javadoc JavadocMethod Missing a Javadoc comment. 40