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 | 18 | 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: 18
org.apache.maven.internal.impl.AbstractSession | Line |
---|---|
--No comment-- | 184 |
--No comment-- | 194 |
org.apache.maven.internal.impl.DefaultDependencyResolver | Line |
should be project-wide cache. | 170 |
org.apache.maven.internal.impl.DefaultDependencyResolverResult | Line |
this is currently not called. This is intended for use by Surefire and may move there. | 158 |
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 | 78 |
org.apache.maven.internal.impl.model.DefaultModelBuilder | Line |
use a lazy source ? | 711 |
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. | 1018 |
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. | 1037 |
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 | 191 |
org.apache.maven.internal.impl.resolver.RequestTraceHelper | Line |
this class is not reachable here! } else if (data instanceof org.apache.maven.model.Plugin plugin) { return "plugin " + plugin.getId(); | 60 |
org.apache.maven.internal.impl.standalone.ApiRunner | Line |
--No comment-- | 441 |