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

Each tag is detailed below:

FIXME Work

Number of occurrences found in the code: 1

org.apache.maven.shared.artifact.filter.AbstractPatternArtifactFilterTest Line
Not sure what this is even trying to test. public void testShouldIncludeDirectDependencyWhenInvertedWildcardMatchesButDoesntMatchTransitiveChild( boolean reverse ) { String groupId = "group"; String artifactId = "artifact"; 494

Todo Work

Number of occurrences found in the code: 3

org.apache.maven.shared.artifact.filter.PatternExcludesArtifactFilter Line
include in maven-artifact in future 27
org.apache.maven.shared.artifact.filter.PatternIncludesArtifactFilter Line
include in maven-artifact in future 37
org.apache.maven.shared.artifact.filter.collection.TestFilterArtifacts Line
convert these old tests to use the abstract test case for dep plugin 54