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. | 24 |
org.eclipse.aether.internal.impl.DefaultArtifactResolver | Line |
not used any more since MRESOLVER-36 move to slf4j, added back in MRESOLVER-64 for compatibility | 170 |
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. | 56 |
org.eclipse.aether.internal.impl.collect.DependencyCollectorDelegate | Line |
Will be dropped once SL gone. | 90 |
org.eclipse.aether.internal.impl.collect.bf.BfDependencyCollector | Line |
Will be dropped once SL gone. | 114 |
org.eclipse.aether.internal.impl.collect.df.DfDependencyCollector | Line |
Will be dropped once SL gone. | 74 |
org.eclipse.aether.internal.impl.filter.DefaultRemoteRepositoryFilterManager | Line |
for SL and testing purposes only. | 58 |
org.eclipse.aether.internal.impl.slf4j.Slf4jLoggerFactory | Line |
Use SLF4J instead | 36 |
org.eclipse.aether.internal.impl.synccontext.DefaultSyncContextFactory | Line |
Will be removed once ServiceLocator removed. | 59 |
org.eclipse.aether.internal.impl.synccontext.legacy.DefaultSyncContextFactory | Line |
Use the proper class from SPI module. | 40 |
org.eclipse.aether.internal.impl.synccontext.named.NamedLockFactoryAdapterFactoryImpl | Line |
for use in SL only. | 101 |
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 | 326 |
This will be changed to 'disabled' in a future version | 331 |
org.eclipse.aether.internal.impl.synccontext.named.NamedLockFactoryAdapter | Line |
this is ad-hoc "validation", experimental and likely to change | 57 |