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
Deprecated Work 8 @deprecated
FIXME Work 0 fixme, @fixme
Todo Work 6 todo, @todo

Each tag is detailed below:

Deprecated Work

Number of occurrences found in the code: 8

org.apache.maven.plugins.javadoc.AbstractJavadocMojo Line
No longer used. 736
This is no longer evaluated, instead use {@link #addStylesheets} to customize the CSS. 1252
if these sources depend on transitive dependencies, those dependencies should be added to the pom as direct dependencies 1489
the security fix this applied is not needed in Java 8+ or the most recent versions of JDK 6 and 7. 1570
org.apache.maven.plugins.javadoc.JavadocReport Line
use getOutputPath() instead 152
org.apache.maven.plugins.javadoc.JavadocUtil Line
use Files.readString(Path, Charset) in Java 11+ or new String(Files.readAllBytes(Path), Charset) in Java 8 877
use {@link Path#relativize(Path)} () instead 1276
org.apache.maven.plugins.javadoc.JavadocVersion Line
Use {@link org.codehaus.plexus.languages.java.version.JavaVersion} instead 30

Todo Work

Number of occurrences found in the code: 6

org.apache.maven.plugins.javadoc.AbstractJavadocMojo Line
--No comment-- 4444
Why are we only interested in cases where the JVM won't start? probably we should throw an error in all cases [MJAVADOC-275][jdcasey] I changed the logic here to only throw an error WHEN the JVM won't start (opposite of what it was). 5401
only copy when changed 5600
org.apache.maven.plugins.javadoc.JavadocJarMojo Line
these introduced dependencies on the project are going to become problematic - can we export it through metadata instead? 230
org.apache.maven.plugins.javadoc.JavadocReportTest Line
This got disabled for now! This test fails since the last commit but I actually think it only ever worked by accident. It did rely on a commons-logging-1.0.4.pom which got resolved by a test which did run previously. But after updating to commons-logging.1.1.1 there is no pre-resolved artifact available in target/local-repo anymore, thus the javadoc link info cannot get built and the test fails I'll for now just disable this line of code, because the test as far as I can see _never_ did go upstream. The remoteRepository list used is always empty!. 988
org.apache.maven.plugins.javadoc.TestJavadocNoForkReport Line
Auto-generated constructor stub 67