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

Each tag is detailed below:

Deprecated Work

Number of occurrences found in the code: 1

org.apache.maven.internal.impl.model.MavenBuildTimestamp Line
Use {@link #MavenBuildTimestamp(Instant, Map)} or extract the format and pass it to {@link #MavenBuildTimestamp(Instant, String)} instead. 56

Todo Work

Number of occurrences found in the code: 16

org.apache.maven.internal.impl.AbstractSession Line
--No comment-- 136
--No comment-- 146
org.apache.maven.internal.impl.DefaultDependencyResolverResult Line
this is currently not called 157
org.apache.maven.internal.impl.DefaultNode Line
v4: implement 75
org.apache.maven.internal.impl.DefaultTransport Line
check file size and prevent OOM? 76
org.apache.maven.internal.impl.PathModularizationCache Line
add a plugin mechanism for allowing plugin to specify their selection algorithm. 133
org.apache.maven.internal.impl.model.DefaultDependencyManagementImporter Line
https://issues.apache.org/jira/browse/MNG-8004 76
org.apache.maven.internal.impl.model.DefaultModelBuilder Line
use a lazy source ? 682
jvz Why isn't all this checking the job of the duty of the workspace resolver, we know that we have a model that is suitable, yet more checks are done here and the one for the version is problematic before because with parents as ranges it will never work in this scenario. 958
org.apache.maven.internal.impl.model.DefaultModelValidator Line
Extensions like Flex Mojos use custom scopes like "merged", "internal", "external", etc. In order to don't break backward-compat with those, only warn but don't error out. 946
org.apache.maven.internal.impl.model.MavenModelMerger Line
Whether the merge continues recursively into an existing node or not could be an option for the generated merger 111
The order of the merged list could be controlled by an attribute in the model association: target-first, source-first, dominant-first, recessive-first 235
Whether duplicates should be removed looks like an option for the generated merger. 313
org.apache.maven.internal.impl.resolver.ArtifactDescriptorReaderDelegate Line
this here is fishy 99
org.apache.maven.internal.impl.resolver.DefaultArtifactDescriptorReader Line
hack: don't rebuild model if it was already loaded during reactor resolution 183
org.apache.maven.internal.impl.standalone.ApiRunner Line
--No comment-- 397