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
@todo 0 @todo
TODO 18 TODO

Each tag is detailed below:

TODO

Number of occurrences found in the code: 18

org.apache.maven.shared.dependency.graph.traversal.SerializingDependencyNodeVisitor Line
remove node argument and calculate from visitor calls only 194
remove node argument and calculate from visitor calls only 223
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: <pre> g:p:t:1 \- g:a:t:1 +- g:b:t:1 | \- (g:c:t:1:compile - omitted for duplicate) \- g:c:t:1:compile (scope updated from test) </pre> 333
Not entirely convinced that the expected tree is correct - I would have expected: <pre> g:p:t:1 \- g:a:t:1 +- g:c:t:1:compile (scope updated from test) \- g:b:t:1 \- (g:c:t:1:compile - omitted for duplicate) </pre> 391
see MNG-3548 454
reinstate when MNG-3236 fixed 630
org.apache.maven.shared.dependency.tree.DependencyNode Line
probably better using commons-lang HashCodeBuilder 756
use parent's artifact to prevent recursion - how can we improve this? 764
probably better using commons-lang EqualsBuilder 783
use parent's artifact to prevent recursion - how can we improve this? 795
org.apache.maven.shared.dependency.tree.DependencyTreeResolutionListener Line
remove when ResolutionListenerForDepMgmt merged into ResolutionListener 240
remove the node that tried to impose its scope and add some info 283
track range restriction in node (MNG-3093) 318
org.apache.maven.shared.dependency.tree.DependencyTreeResolutionListenerTest Line
use super.createArtifact when possible 407
org.apache.maven.shared.dependency.tree.traversal.SerializingDependencyNodeVisitor Line
remove node argument and calculate from visitor calls only 196
remove node argument and calculate from visitor calls only 225