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 |
|---|---|---|
| @todo | 0 | @todo |
| TODO | 19 | TODO |
Each tag is detailed below:
Number of occurrences found in the code: 19
| org.apache.maven.shared.dependency.graph.traversal.SerializingDependencyNodeVisitor | Line |
|---|---|
| remove node argument and calculate from visitor calls only | 199 |
| remove node argument and calculate from visitor calls only | 230 |
| org.apache.maven.shared.dependency.tree.ArtifactMetadataSourceStub | Line |
| move to maven-plugin-testing-harness? | 44 |
| org.apache.maven.shared.dependency.tree.DefaultDependencyTreeBuilder | Line |
| note that filter does not get applied due to MNG-3236 | 116 |
| org.apache.maven.shared.dependency.tree.DefaultDependencyTreeBuilderTest | Line |
| Not entirely convinced that the expected tree is correct - I would have expected: | 329 |
| Not entirely convinced that the expected tree is correct - I would have expected: | 396 |
| see MNG-3548 | 468 |
| reinstate when MNG-3236 fixed | 656 |
| org.apache.maven.shared.dependency.tree.DependencyNode | Line |
| probably better using commons-lang HashCodeBuilder | 774 |
| use parent's artifact to prevent recursion - how can we improve this? | 782 |
| probably better using commons-lang EqualsBuilder | 801 |
| use parent's artifact to prevent recursion - how can we improve this? | 813 |
| org.apache.maven.shared.dependency.tree.DependencyTreeInverseIterator | Line |
| {@link #DependencyTreeInverseIterator(DependencyNode)} is costly, a better implementation would move the cost to {@link #next()} | 29 |
| org.apache.maven.shared.dependency.tree.DependencyTreeResolutionListener | Line |
| remove when ResolutionListenerForDepMgmt merged into ResolutionListener | 242 |
| remove the node that tried to impose its scope and add some info | 285 |
| track range restriction in node (MNG-3093) | 319 |
| org.apache.maven.shared.dependency.tree.DependencyTreeResolutionListenerTest | Line |
| use super.createArtifact when possible | 404 |
| org.apache.maven.shared.dependency.tree.traversal.SerializingDependencyNodeVisitor | Line |
| remove node argument and calculate from visitor calls only | 201 |
| remove node argument and calculate from visitor calls only | 232 |