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 | 0 | todo, @todo | 
Each tag is detailed below:
Deprecated Work
Number of occurrences found in the code: 6
| org.eclipse.aether.RepositorySystemSession | Line | 
|---|---|
| Without any direct replacement for now. This API is OOM-prone, and also lacks a lot of context about transforming. | 266 | 
| org.eclipse.aether.transfer.ChecksumFailureException | Line | 
| Does not reveal expected checksum kind, use other constructor that provide that information as well. | 42 | 
| org.eclipse.aether.transfer.TransferResource | Line | 
| As of 1.1.0, replaced by {@link #TransferResource(java.lang.String, java.lang.String, java.lang.String, java.io.File, org.eclipse.aether.RequestTrace)} | 56 | 
| org.eclipse.aether.transform.FileTransformer | Line | 
| Without any direct replacement for now. This API is OOM-prone, and also lacks a lot of context about transforming. | 32 | 
| org.eclipse.aether.transform.FileTransformerManager | Line | 
| Without any direct replacement for now. This API is OOM-prone, and also lacks a lot of context about transforming. | 30 | 
| org.eclipse.aether.transform.TransformException | Line | 
| Without any direct replacement for now. This API is OOM-prone, and also lacks a lot of context about transforming. | 24 | 


