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 | 14 | @deprecated | 
| FIXME Work | 0 | fixme, @fixme | 
| Todo Work | 1 | todo, @todo | 
Each tag is detailed below:
Deprecated Work
Number of occurrences found in the code: 14
| org.apache.maven.shared.verifier.Verifier | Line | 
|---|---|
| will be removed without replacement | 207 | 
| will be removed without replacement | 216 | 
| use {@link #filterFile(String, String, String, Map)} | 834 | 
| use {@link #newDefaultFilterMap()} | 850 | 
| will be removed. <p> For replacement please use: <pre> verifier.addCliArgument( "goal" ); verifier.execute(); </pre> | 1125 | 
| will be removed. <p> For replacement please use: <pre> verifier.addCliArgument( "goal" ); verifier.setEnvironmentVariable( "key1", "value1" ); verifier.setEnvironmentVariable( "key2", "value2" ); verifier.execute(); </pre> | 1143 | 
| will be removed <p> For replacement please use: <pre> verifier.addCliArguments( "goal1", "goal2" ); verifier.execute(); </pre> | 1163 | 
| will be removed <p> For replacement please use: <pre> verifier.addCliArguments( "goal1", "goal2" ); verifier.setEnvironmentVariable( "key1", "value1" ); verifier.setEnvironmentVariable( "key2", "value2" ); verifier.execute(); </pre> | 1196 | 
| will be removed without replacement, for arguments adding please use {@link #addCliArgument(String)}, {@link #addCliArguments(String...)} | 1546 | 
| will be removed | 1556 | 
| please use {@link #addCliArgument(String)} | 1569 | 
| will be removed without replacement | 1706 | 
| will be removed without replacement | 1714 | 
| will be removed without replacement. | 1728 | 
Todo Work
Number of occurrences found in the code: 1
| org.apache.maven.shared.verifier.util.ResourceExtractor | Line | 
|---|---|
| this can be replaced with plexus-archiver | 36 | 


