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 1 @deprecated
FIXME Work 1 fixme, @fixme
Todo Work 1 todo, @todo

Each tag is detailed below:

Deprecated Work

Number of occurrences found in the code: 1

org.apache.maven.tools.plugin.extractor.AbstractScriptedMojoDescriptorExtractor Line
Scripting support for Mojos is deprecated and is planned to be removed in Maven 4.0 38

FIXME Work

Number of occurrences found in the code: 1

org.apache.maven.tools.plugin.util.TestUtils Line
URL encoding and HTML form encoding are not the same. Use FileUtils.toFile(URL) from plexus-utils once PLXUTILS-56 is released. 55

Todo Work

Number of occurrences found in the code: 1

org.apache.maven.tools.plugin.scanner.DefaultMojoScannerTest Line
Maybe getMojos should be more user friendly and not return null 170