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 |
|---|---|---|
| @todo | 0 | @todo |
| TODO | 15 | TODO |
Each tag is detailed below:
Number of occurrences found in the code: 15
| org.apache.maven.archetype.common.DefaultArchetypeArtifactManager | Line |
|---|---|
| FIXME | 352 |
| 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... | 429 |
| maybe warn, if a property key gets overridden? | 453 |
| maybe merge more than just dependencies and properties... | 456 |
| org.apache.maven.archetype.common.MavenJDOMWriter | Line |
| make settable? | 361 |
| org.apache.maven.archetype.creator.FilesetArchetypeCreator | Line |
| ensure reverseProperties contains NO dotted properties | 157 |
| ensure pomReversedProperties contains NO dotted properties | 161 |
| check that reversed properties are all different and no one is a substring of another? to avoid wrong variable replacements | 1367 |
| Replace velocity to a better engine... | 1707 |
| 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. | 339 |
| 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 |