The following document contains the results of Checkstyle 5.7. 
| File | |||
|---|---|---|---|
| org/apache/archiva/scheduler/ArchivaTaskScheduler.java | 0 | 2 | 1 |
| Category | Rule | Violations | Severity |
|---|---|---|---|
| javadoc | JavadocMethod
|
2 | |
JavadocType
|
1 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Type Javadoc comment is missing an @param <T> tag. | 28 | |
| javadoc | JavadocMethod | Expected @param tag for 'task'. | 37 | |
| javadoc | JavadocMethod | Expected @throws tag for 'TaskQueueException'. | 38 |