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 | 5 | todo, @todo |
Each tag is detailed below:
Number of occurrences found in the code: 1
org.apache.maven.artifact.resolver.MultipleArtifactsNotFoundException | Line |
---|---|
use {@link #MultipleArtifactsNotFoundException(Artifact, List, List, List)} | 38 |
Number of occurrences found in the code: 5
org.apache.maven.artifact.Artifact | Line |
---|---|
into artifactScope handler | 51 |
org.apache.maven.artifact.versioning.VersionRange | Line |
should throw this immediately, but need artifact | 298 |
could be more efficient by sorting the list and then moving along the restrictions in order? | 521 |
org.apache.maven.artifact.versioning.VersionRangeTest | Line |
current policy is to retain the original version - is this correct, do we need strategies or is that handled elsewhere? assertEquals( CHECK_VERSION_RECOMMENDATION, "1.1", mergedRange.getRecommendedVersion().toString() ); | 181 |
test reversed restrictions on all below | 202 |