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

Each tag is detailed below:

Deprecated Work

Number of occurrences found in the code: 2

org.apache.maven.archetype.ArchetypeGenerationRequest Line
Use {@link #addServer(Server)} instead 316
org.apache.maven.archetype.common.MavenJDOMWriter Line
--No comment-- 131

Todo Work

Number of occurrences found in the code: 14

org.apache.maven.archetype.common.DefaultArchetypeRegistryManager Line
we'll need to allow finer grained creation of repositories but this will do for now 182
org.apache.maven.archetype.common.DefaultPomManager Line
change to while loop 111
merge more than just plugins in the profile... 430
maybe warn, if a property key gets overridden? 454
maybe merge more than just dependencies and properties... 457
org.apache.maven.archetype.common.MavenJDOMWriter Line
make settable? 361
org.apache.maven.archetype.creator.FilesetArchetypeCreator Line
ensure reverseProperties contains NO dotted properties 158
ensure pomReversedProperties contains NO dotted properties 162
check that reversed properties are all different and no one is a substring of another? to avoid wrong variable replacements 1319
Replace velocity to a better engine... 1659
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. 340
org.apache.maven.archetype.old.OldArchetype Line
delete this, it probably should be project.getFile instead 45
org.apache.maven.archetype.repositorycrawler.DefaultRepositoryCrawlerTest Line
should write to another directory instance.writeCatalog(result, new File(repository, "archetype-catalog.xml")); 48
review the generated test code and remove the default call to fail. // fail ( "The test case is a prototype." ); } 66