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 | 13 | @deprecated |
FIXME Work | 0 | fixme, @fixme |
Todo Work | 3 | todo, @todo |
Each tag is detailed below:
Deprecated Work
Number of occurrences found in the code: 13
org.eclipse.aether.impl.DefaultServiceLocator | Line |
---|---|
Use some out-of-the-box DI implementation instead. | 90 |
org.eclipse.aether.impl.SyncContextFactory | Line |
For backward compatibility reasons only, do not use this interface. | 25 |
org.eclipse.aether.internal.impl.DefaultArtifactResolver | Line |
not used any more since MRESOLVER-36 move to slf4j, added back in MRESOLVER-64 for compatibility | 172 |
org.eclipse.aether.internal.impl.DefaultRepositorySystem | Line |
not used any more since MRESOLVER-36 move to slf4j, added back in MRESOLVER-64 for compatibility | 172 |
org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector | Line |
SL is to be removed. | 59 |
org.eclipse.aether.internal.impl.collect.DependencyCollectorDelegate | Line |
Will be dropped once SL gone. | 92 |
org.eclipse.aether.internal.impl.collect.bf.BfDependencyCollector | Line |
Will be dropped once SL gone. | 121 |
org.eclipse.aether.internal.impl.collect.df.DfDependencyCollector | Line |
Will be dropped once SL gone. | 77 |
org.eclipse.aether.internal.impl.filter.DefaultRemoteRepositoryFilterManager | Line |
for SL and testing purposes only. | 61 |
org.eclipse.aether.internal.impl.slf4j.Slf4jLoggerFactory | Line |
Use SLF4J instead | 37 |
org.eclipse.aether.internal.impl.synccontext.DefaultSyncContextFactory | Line |
Will be removed once ServiceLocator removed. | 63 |
org.eclipse.aether.internal.impl.synccontext.legacy.DefaultSyncContextFactory | Line |
Use the proper class from SPI module. | 41 |
org.eclipse.aether.internal.impl.synccontext.named.NamedLockFactoryAdapterFactoryImpl | Line |
for use in SL only. | 105 |
Todo Work
Number of occurrences found in the code: 3
org.eclipse.aether.internal.impl.DefaultUpdateCheckManagerTest | Line |
---|---|
This will be changed to 'enabled' in a future version | 344 |
This will be changed to 'disabled' in a future version | 349 |
org.eclipse.aether.internal.impl.synccontext.named.NamedLockFactoryAdapter | Line |
this is ad-hoc "validation", experimental and likely to change | 61 |