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 | 26 | @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: 26
org.eclipse.aether.DefaultRepositorySystemSession | Line |
---|---|
This way of creating session should be avoided, is in place just to offer backward binary compatibility with Resolver 1.x using code, but offers reduced functionality. Use {@link RepositorySystem#createSessionBuilder()} instead. | 138 |
org.eclipse.aether.RepositoryEvent | Line |
Use {@link #getPath()} instead. | 210 |
Use {@link #setPath(Path)} instead. | 355 |
org.eclipse.aether.artifact.Artifact | Line |
Use {@link #getPath()} instead. | 103 |
Use {@link #setPath(Path)} instead. | 122 |
org.eclipse.aether.artifact.ArtifactProperties | Line |
since 2.0, the semantic carried by this property and the fact this property is coupled to Resolver 1.x "system" scope (that was delegated to consumer application) implies this property should not be used anymore, instead, the {@link org.eclipse.aether.scope.ScopeManager} exposed via method {@link RepositorySystemSession#getScopeManager()} should be used. | 48 |
since 2.0, the semantic carried by this property should be defined in a custom {@link org.eclipse.aether.collection.DependencyTraverser} implementation provided by the resolver consumer | 60 |
since 2.0, this property should be defined by the resolver consumer along with the {@link ArtifactType} implementation | 75 |
org.eclipse.aether.artifact.DefaultArtifactType | Line |
since 2.0, the artifact types should be defined by the resolver consumer | 30 |
org.eclipse.aether.collection.UnsolvableVersionConflictException | Line |
Use {@link #UnsolvableVersionConflictException(String, Collection)} instead. | 47 |
org.eclipse.aether.metadata.DefaultMetadata | Line |
Use {@link #DefaultMetadata(String, String, String, String, Nature, Path)} instead. | 102 |
Use {@link #DefaultMetadata(String, String, String, String, Nature, Map, Path)} instead. | 134 |
org.eclipse.aether.metadata.MergeableMetadata | Line |
Use {@link #merge(Path, Path)} instead. | 38 |
org.eclipse.aether.metadata.Metadata | Line |
Use {@link #getPath()} instead. | 100 |
Use {@link #setPath(Path)} instead. | 118 |
org.eclipse.aether.repository.LocalArtifactResult | Line |
Use {@link #getPath()} instead. | 65 |
Use {@link #setPath(Path)} instead. | 89 |
org.eclipse.aether.repository.LocalMetadataResult | Line |
Use {@link #getPath()} instead. | 61 |
Use {@link #setPath(Path)} instead. | 83 |
org.eclipse.aether.repository.LocalRepository | Line |
Use {@link #LocalRepository(Path)} instead. | 63 |
Use {@link #LocalRepository(Path, String)} instead. | 85 |
Use {@link #getBasePath()} instead. | 118 |
org.eclipse.aether.repository.RepositoryPolicy | Line |
This method should not be used. Since version 2 Resolver internally distinguishes between artifact update policy and metadata update policy. This method was left only to preserve binary compatibility, and in reality invokes {@link #getArtifactUpdatePolicy()}. | 118 |
org.eclipse.aether.resolution.ArtifactResult | Line |
Use {@link #addException(ArtifactRepository, Exception)} method instead. | 152 |
org.eclipse.aether.transfer.TransferResource | Line |
Use {@link TransferResource(String, String, String, Path, Object, RequestTrace)} instead. | 62 |
Use {@link #getPath()} instead. | 167 |