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 18 @deprecated
FIXME Work 0 fixme, @fixme
Todo Work 49 todo, @todo

Each tag is detailed below:

Deprecated Work

Number of occurrences found in the code: 18

org.apache.maven.artifact.deployer.ArtifactDeployer Line
to be removed before 2.0 after the install/deploy plugins use the alternate method 41
org.apache.maven.artifact.deployer.DefaultArtifactDeployer Line
we want to use the artifact method only, and ensure artifact.file is set correctly. 63
org.apache.maven.artifact.installer.ArtifactInstaller Line
to be removed before 2.0 after the install/deploy plugins use the alternate method 40
org.apache.maven.artifact.installer.DefaultArtifactInstaller Line
we want to use the artifact method only, and ensure artifact.file is set correctly. 56
org.apache.maven.execution.RuntimeInformation Line
Use {@link org.apache.maven.rtinfo.RuntimeInformation} instead. 26
org.apache.maven.profiles.DefaultProfileManager Line
without passing in the system properties, the SystemPropertiesProfileActivator will not work correctly in embedded environments. 61
org.apache.maven.project.InvalidProjectModelException Line
use {@link File} constructor for pomLocation 40
use {@link File} constructor for pomLocation 58
org.apache.maven.project.MavenProjectBuilder Line
use {@link ProjectBuilder} instead 31
org.apache.maven.project.ModelUtils Line
--No comment-- 25
org.apache.maven.project.ProjectBuilderConfiguration Line
use {@link ProjectBuildingRequest} instead 27
org.apache.maven.project.inheritance.ModelInheritanceAssembler Line
--No comment-- 26
org.apache.maven.project.interpolation.AbstractStringBasedModelInterpolator Line
Use {@link ModelInterpolator#interpolate(Model, File, ProjectBuilderConfiguration, boolean)} instead. 117
org.apache.maven.project.interpolation.ModelInterpolator Line
Use {@link ModelInterpolator#interpolate(Model, File, ProjectBuilderConfiguration, boolean)} instead. 38
Use {@link ModelInterpolator#interpolate(Model, File, ProjectBuilderConfiguration, boolean)} instead. 43
org.apache.maven.repository.MetadataResolutionRequest Line
instead use {@link #getRemoteRepositories()} 100
instead use {@link #setRemoteRepositories(List)} 112
org.apache.maven.repository.legacy.resolver.conflict.DefaultConflictResolver Line
As of 3.0, use a specific implementation instead, e.g. {@link NearestConflictResolver} 28

Todo Work

Number of occurrences found in the code: 49

org.apache.maven.artifact.installer.DefaultArtifactInstaller Line
Should this be changed for MNG-6754 too? 109
org.apache.maven.artifact.manager.DefaultWagonManager Line
this should be illegal in settings.xml 152
org.apache.maven.artifact.repository.metadata.DefaultRepositoryMetadataManager Line
should this be inside the above check? touch file so that this is not checked again until interval has passed 141
currently this is first wins, but really we should take the latest by comparing either the snapshot timestamp, or some other timestamp later encoded into the metadata. 168
this needs to be repeated here so the merging doesn't interfere with the written metadata - we'd be much better having a pristine input, and an ongoing metadata for merging instead 170
this could be a lot nicer... should really be in the snapshot transformation? 197
share with DefaultPluginMappingManager. 266
org.apache.maven.artifact.repository.metadata.SnapshotArtifactRepositoryMetadata Line
split instantiation (versioning, plugin mappings) from definition 28
org.apache.maven.artifact.resolver.DebugResolutionListener Line
better way than static? this might hide messages in a reactor 75
org.apache.maven.artifact.resolver.DefaultArtifactResolver Line
hack because metadata isn't generated in m2e correctly and i want to run the maven i have in the workspace 374
org.apache.maven.project.MavenProjectBuilder Line
maven-site-plugin -- not used by the plugin directly, but used by Doxia Integration Tool & MPIR see DOXIASITETOOLS-167 & MPIR-349 38
remote-resources-plugin 43
remote-resources-plugin 48
this is only to provide a project for plugins that don't need a project to execute but need some of the values from a MavenProject. Ideally this should be something internal and nothing outside Maven would ever need this so it should not be exposed in a public API 56
org.apache.maven.project.interpolation.AbstractStringBasedModelInterpolator Line
Consolidate this logic with the PluginParameterExpressionEvaluator, minus deprecations/bans. 59
org.apache.maven.project.interpolation.RegexBasedModelInterpolator Line
Consolidate this logic with the PluginParameterExpressionEvaluator, minus deprecations/bans. 31
org.apache.maven.repository.MetadataResolutionResult Line
this needs to accept a {@link OverConstrainedVersionException} as returned by {@link #getVersionRangeViolation(int)} but it's not used like that in {@link org.apache.maven.repository.legacy.resolver.DefaultLegacyArtifactCollector} 146
org.apache.maven.repository.legacy.DefaultUpdateCheckManager Line
throw something instead? 80
throw something instead? 122
org.apache.maven.repository.legacy.DefaultWagonManager Line
remove the update check manager 57
separate into retriever and publisher 58
remove hardcoding of checksum logic 59
configure on repository 336
configure these on the repository 502
shouldn't need a file intermediary - improve wagon to take a stream 528
org.apache.maven.repository.legacy.repository.DefaultArtifactRepositoryFactory Line
use settings? 36
org.apache.maven.repository.legacy.resolver.DefaultArtifactCollectorTest Line
use newest conflict resolver 155
use newest conflict resolver 177
org.apache.maven.repository.legacy.resolver.DefaultLegacyArtifactCollector Line
we probably want to warn the user that he is building an artifact with different values than in dependencyManagement 212
Does this check need to happen here? Had to add the same call below when we iterate on child nodes -- will that suffice? 240
shouldn't need to double up on this work, only done for simplicity of handling recommended version but the restriction is identical 257
ick. this forces the OCE that should have come from the previous call. It is still correct 261
add better exception that can detail the two conflicting artifacts 337
add better exception 348
should this be part of mediation? previous one is more dominant 353
maybe its better to just pass the range through to retrieval and use a transformation? 449
might be better to have source.retrieve() throw a specific exception for this situation and catch here rather than have it return null 506
org.apache.maven.repository.legacy.resolver.conflict.DefaultConflictResolverFactory Line
you don't need the container in here with the active maps (jvz). 34
org.apache.maven.repository.legacy.resolver.conflict.NewestConflictResolver Line
log message or throw exception? 50
org.apache.maven.repository.legacy.resolver.conflict.OldestConflictResolver Line
log message or throw exception? 50
org.apache.maven.repository.legacy.resolver.transform.AbstractVersionTransformation Line
try and refactor to remove abstract methods - not particular happy about current design 43
also do this logging for other metadata? 95
figure out way to avoid duplicated message 96
org.apache.maven.repository.legacy.resolver.transform.ReleaseArtifactTransformation Line
Should this be changed for MNG-6754 too? 73
org.apache.maven.repository.legacy.resolver.transform.SnapshotTransformation Line
Should this be changed for MNG-6754 too? 80
org.apache.maven.repository.metadata.MetadataResolutionException Line
Auto-generated constructor stub 27
Auto-generated constructor stub 32
Auto-generated constructor stub 37
Auto-generated constructor stub 42