Tag List Report

The following document contains the listing of user tags found in the code. Below is the summary of the occurrences per tag.

Tag Class Total number of occurrences Tag strings used by tag class
@todo 1 @todo
TODO 7 TODO

Each tag is detailed below:

@todo

Number of occurrences found in the code: 1

org.apache.maven.plugin.javadoc.JavadocReportTest Line
Fix: the class-use of the deprecated api is still created eventhough the deprecated api of that class is no longer generated 368

TODO

Number of occurrences found in the code: 7

org.apache.maven.plugin.javadoc.AbstractJavadocMojo Line
remove the part with ToolchainManager lookup once we depend on 3.0.9 (have it as prerequisite). Define as regular component field then. 2458
Why are we only interested in cases where the JVM won't start? [MJAVADOC-275][jdcasey] I changed the logic here to only throw an error WHEN the JVM won't start (opposite of what it was). 5319
org.apache.maven.plugin.javadoc.JavadocJar Line
these introduced dependencies on the project are going to become problematic - can we export it through metadata instead? 199
org.apache.maven.plugin.javadoc.JavadocUtil Line
classpath check doesn't belong here - that's the other method 226
let the scope handler deal with this 229
move to plexus-utils or use something appropriate from there 1690
org.apache.maven.plugin.javadoc.TestJavadocReport Line
the prerequisite is that the main report is in apidocs 332