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 | 15 | @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: 15
org.eclipse.aether.spi.connector.ArtifactDownload | Line |
---|---|
Use {@link ArtifactDownload(Artifact, String, Path, String)} instead. | 64 |
Use {@link ArtifactDownload(Artifact, String, Path, String)} instead. | 81 |
org.eclipse.aether.spi.connector.ArtifactTransfer | Line |
Use {@link #getPath()} instead. | 70 |
Use {@link #setPath(Path)} instead. | 94 |
org.eclipse.aether.spi.connector.ArtifactUpload | Line |
Use {@link #ArtifactUpload(Artifact, Path)} instead. | 46 |
org.eclipse.aether.spi.connector.MetadataDownload | Line |
Use {@link #MetadataDownload(Metadata, String, Path, String)} instead. | 58 |
org.eclipse.aether.spi.connector.MetadataTransfer | Line |
Use {@link #getPath()} instead. | 70 |
Use {@link #setPath(Path)} instead. | 94 |
org.eclipse.aether.spi.connector.MetadataUpload | Line |
Use {@link #MetadataUpload(Metadata, Path)} instead. | 47 |
org.eclipse.aether.spi.connector.transport.GetTask | Line |
Use {@link #getDataPath()} instead. | 108 |
Use {@link #setDataPath(Path)} instead. | 133 |
Use {@link #setDataPath(Path, boolean)} instead. | 163 |
org.eclipse.aether.spi.connector.transport.PutTask | Line |
Use {@link #getDataPath()} instead. | 81 |
Use {@link #setDataPath(Path)} instead. | 104 |
org.eclipse.aether.spi.io.FileProcessor | Line |
Use {@link PathProcessor} or {@link ChecksumProcessor} instead. | 29 |