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 | 25 | 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. | 53 |
Todo Work
Number of occurrences found in the code: 25
| org.apache.maven.internal.impl.AbstractSession | Line |
|---|---|
| --No comment-- | 191 |
| --No comment-- | 201 |
| org.apache.maven.internal.impl.DefaultDependencyResolver | Line |
| should be project-wide cache. | 195 |
| 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 |
| we're using a simple regex here, but we should probably use a proper interpolation service to do the replacements once one is available in maven-api-impl https://issues.apache.org/jira/browse/MNG-8262 | 615 |
| use a lazy source ? | 1321 |
| log a warning ? | 1744 |
| 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. | 1113 |
| 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 | 266 |
| Whether duplicates should be removed looks like an option for the generated merger. | 344 |
| org.apache.maven.internal.impl.model.ModelData | Line |
| this should be model.getId() but it fails for some reason if source is null, it is the super model, which can be accessed via empty string | 36 |
| org.apache.maven.internal.impl.model.profile.ConditionProfileActivator | Line |
| this may leads to instability between file model activation and effective model activation as the effective model properties may be different from the file model | 183 |
| org.apache.maven.internal.impl.model.reflection.ReflectionValueExtractorTest | Line |
| assert exception message | 302 |
| assert exception message | 316 |
| 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 | 179 |
| 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 |
| remove that when this go more public | 311 |
| --No comment-- | 359 |
| org.apache.maven.internal.impl.standalone.RepositorySystemSupplier | Line |
| reuse mvn4 Supplier here | 103 |


