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 | 2 | @deprecated |
FIXME Work | 1 | fixme, @fixme |
Todo Work | 2 | todo, @todo |
Each tag is detailed below:
Deprecated Work
Number of occurrences found in the code: 2
org.apache.maven.tools.plugin.extractor.AbstractScriptedMojoDescriptorExtractor | Line |
---|---|
Scripting support for Mojos is deprecated and is planned to be removed in Maven 4.0 | 39 |
org.apache.maven.tools.plugin.util.PluginUtils | Line |
wrong approach (fake components), documented parameter default values instead to learn people how to discover them | 49 |
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: 2
org.apache.maven.tools.plugin.scanner.DefaultMojoScannerTest | Line |
---|---|
Maybe getMojos should be more user friendly and not return null | 170 |
org.apache.maven.tools.plugin.util.PluginUtils | Line |
apiv4: add PluginDescriptor to the api ? mavenComponents.put( "org.apache.maven.api.descriptor.PluginDescriptor", "${plugin}" ); | 67 |