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 | 8 | todo, @todo |
Each tag is detailed below:
Todo Work
Number of occurrences found in the code: 8
org.apache.maven.archetype.ui.creation.ArchetypeCreationQueryer | Line |
---|---|
this interface is bound to its implementation through the prompter exception | 27 |
org.apache.maven.archetype.ui.generation.ArchetypeGenerationQueryer | Line |
this interface is bound to its implementation through the prompter exception | 29 |
org.apache.maven.archetype.ui.generation.ArchetypeSelectionQueryer | Line |
this interface is bound to its implementation through the prompter exception | 31 |
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. | 33 |
org.apache.maven.archetype.ui.generation.DefaultArchetypeGenerationConfigurator | Line |
this seems to have more responsibilities than just a configurator | 68 |
we'll need to allow finer grained creation of repositories but this will do for now | 406 |
org.apache.maven.archetype.ui.generation.DefaultArchetypeGenerationConfiguratorTest | Line |
probably testing a little deep, could just test ArchetypeConfiguration | 40 |
should test this in interactive mode to check for prompting | 122 |