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. | 268 |
| org.eclipse.aether.transfer.ChecksumFailureException | Line |
| Does not reveal expected checksum kind, use other constructor that provide that information as well. | 45 |
| 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)} | 58 |
| 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. | 33 |
| 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. | 31 |
| 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. | 25 |


