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

Each tag is detailed below:

Deprecated Work

Number of occurrences found in the code: 6

org.apache.maven.archetype.ArchetypeGenerationRequest Line
see ARCHETYPE-439 73
see ARCHETYPE-439 184
see ARCHETYPE-439 196
Use {@link #addServer(Server)} instead 363
org.apache.maven.archetype.ArchetypeManager Line
replaced by archetype plugin's JarMojo using maven-archiver component for Reproducible Builds 88
org.apache.maven.archetype.common.MavenJDOMWriter Line
--No comment-- 129

Todo Work

Number of occurrences found in the code: 13

org.apache.maven.archetype.common.DefaultPomManager Line
merge more than just plugins in the profile... 334
maybe warn, if a property key gets overridden? 356
maybe merge more than just dependencies and properties... 359
org.apache.maven.archetype.common.MavenJDOMWriter Line
make settable? 359
org.apache.maven.archetype.creator.FilesetArchetypeCreator Line
ensure reverseProperties contains NO dotted properties 177
ensure pomReversedProperties contains NO dotted properties 181
check that reversed properties are all different and no one is a substring of another? to avoid wrong variable replacements 1338
Replace velocity to a better engine... 1678
org.apache.maven.archetype.generator.DefaultArchetypeGenerator Line
we'll need to allow finer grained creation of repositories but this will do for now 178
org.apache.maven.archetype.old.DefaultOldArchetype Line
would be nice to just write out with the xpp3 writer again, except that it loses a bunch of info and reformats, so the module is just baked in as a string instead. 320
org.apache.maven.archetype.old.OldArchetype Line
delete this, it probably should be project.getFile instead 46
org.apache.maven.archetype.repositorycrawler.DefaultRepositoryCrawlerTest Line
should write to another directory instance.writeCatalog(result, new File(repository, "archetype-catalog.xml")); 49
review the generated test code and remove the default call to fail. // fail ( "The test case is a prototype." ); } 67