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 | 5 | TODO | 
Each tag is detailed below:
Number of occurrences found in the code: 5
| org.apache.maven.model.building.FileModelSource | Line | 
|---|---|
| figure out how to reuse ModelLocator.locatePom(File) here | 87 | 
| org.apache.maven.model.merge.MavenModelMerger | Line | 
| Whether the merge continues recursively into an existing node or not could be an option for the generated merger | 116 | 
| The order of the merged list could be controlled by an attribute in the model association: target-first, source-first, dominant-first, recessive-first | 273 | 
| Whether duplicates should be removed looks like an option for the generated merger. | 358 | 
| org.apache.maven.model.validation.DefaultModelValidator | Line | 
| Extensions like Flex Mojos use custom scopes like "merged", "internal", "external", etc. In order to don't break backward-compat with those, only warn but don't error out. | 440 |