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.util.PluginUtils Line
wrong approach (fake components), documented parameter default values instead to learn people how to discover them 52

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. 58

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 184