Fork me on GitHub

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

Each tag is detailed below:

Todo Work

Number of occurrences found in the code: 4

org.apache.maven.archetype.ui.generation.ArchetypeSelector Line
We should need any remote repositories here, we should simply be doing selection, any remote catalogs should be validating correctness, and if it so happens we get a crap entry then the generation mechanism should take care of reporting the error. The selector should not be downloading anything. 34
org.apache.maven.archetype.ui.generation.DefaultArchetypeGenerationConfigurator Line
this seems to have more responsibilities than just a configurator 55
we'll need to allow finer grained creation of repositories but this will do for now 449
org.apache.maven.archetype.ui.generation.DefaultArchetypeGenerationConfiguratorTest Line
should test this in interactive mode to check for prompting 115