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 | 7 | todo, @todo |
Each tag is detailed below:
Deprecated Work
Number of occurrences found in the code: 6
| org.apache.maven.plugins.dependency.AbstractDependencyMojo | Line |
|---|---|
| to be removed in 4.0; use -q command line option instead | 53 |
| to be removed in 4.0 | 139 |
| to be removed in 4.0; no API replacement, use -q command line option instead | 148 |
| org.apache.maven.plugins.dependency.fromConfiguration.AbstractFromConfigurationMojo | Line |
| use 'overWriteIfNewer' or 'mdep.overWriteIfNewer' as this does nothing now | 89 |
| org.apache.maven.plugins.dependency.resolvers.OldResolveDependencySourcesMojo | Line |
| in favor of {@code resolve-sources} goal and will be removed in a future version | 38 |
| org.apache.maven.plugins.dependency.utils.DependencyUtil | Line |
| specify an encoding instead of a log | 213 |
Todo Work
Number of occurrences found in the code: 7
| org.apache.maven.plugins.dependency.TestCollectMojo | Line |
|---|---|
| Test skipping artifacts. | 122 |
| org.apache.maven.plugins.dependency.fromConfiguration.TestCopyMojo | Line |
| move to an integration test ... | 166 |
| org.apache.maven.plugins.dependency.fromDependencies.AbstractDependencyFilterMojo | Line |
| Set marker files. | 496 |
| org.apache.maven.plugins.dependency.resolvers.GoOfflineMojo | Line |
| refactor this to use Resolver API filters | 263 |
| org.apache.maven.plugins.dependency.resolvers.TestResolveMojo | Line |
| Test skipping artifacts. | 100 |
| org.apache.maven.plugins.dependency.tree.TreeMojo | Line |
| note that filter does not get applied due to MSHARED-4 | 232 |
| remove the need for this when the serializer can calculate last nodes from visitor calls only | 333 |


