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 ClassTotal number of occurrencesTag strings used by tag class
@todo2@todo
TODO5TODO

Each tag is detailed below:

@todo

Number of occurrences found in the code: 2

org.apache.maven.plugin.descriptor.MojoDescriptorLine
is there a need for the delegation of MavenMojoDescriptor to this? Why not just extend ComponentDescriptor here?39
org.apache.maven.plugin.descriptor.PluginDescriptorLine
move to plugin-tools-api as a default only177

TODO

Number of occurrences found in the code: 5

org.apache.maven.plugin.MojoLine
not sure about this here, and may want a getLog on here as well/instead61
org.apache.maven.plugin.descriptor.PluginDescriptorLine
could we use a map? Maybe if the parent did that for components too, as this is too vulnerable to changes above not being propagated to the map282
org.apache.maven.plugin.descriptor.PluginDescriptorBuilderLine
this should not need to be handed off...300
Go back to this when we get the container ready to configure mojos... mojo.setConfiguration( c.getChild( "configuration" ) );308
org.apache.maven.plugin.logging.SystemStreamLogLine
Not sure how best to set these for this implementation...144