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 | 7 | @deprecated |
FIXME Work | 0 | fixme, @fixme |
Todo Work | 9 | todo, @todo |
Each tag is detailed below:
Deprecated Work
Number of occurrences found in the code: 7
org.apache.maven.model.building.FileModelSource | Line |
---|---|
instead use {@link #getFile()} | 46 |
org.apache.maven.model.building.ModelBuildingException | Line |
Use {@link #ModelBuildingException(ModelBuildingResult)} instead. | 45 |
org.apache.maven.model.building.ModelSource | Line |
instead use {@link Source} | 31 |
org.apache.maven.model.building.StringModelSource | Line |
instead use {@link StringSource} | 28 |
org.apache.maven.model.building.UrlModelSource | Line |
instead use {@link UrlSource} | 30 |
org.apache.maven.model.interpolation.AbstractModelInterpolatorTest | Line |
instead use {@link #assertCollectorState(int, int, int, SimpleProblemCollector)} | 64 |
org.apache.maven.model.interpolation.StringSearchModelInterpolator | Line |
replaced by StringVisitorModelInterpolator (MNG-6697) | 50 |
Todo Work
Number of occurrences found in the code: 9
org.apache.maven.model.building.DefaultModelBuilder | Line |
---|---|
jvz Why isn't all this checking the job of the duty of the workspace resolver, we know that we have a model that is suitable, yet more checks are done here and the one for the version is problematic before because with parents as ranges it will never work in this scenario. | 882 |
org.apache.maven.model.building.FileModelSource | Line |
figure out how to reuse ModelLocator.locatePom(File) here | 60 |
org.apache.maven.model.interpolation.StringSearchModelInterpolator | Line |
Not entirely the same message | 271 |
org.apache.maven.model.interpolation.StringSearchModelInterpolatorTest | Line |
why MVN adds dot /./ in paths??? | 343 |
org.apache.maven.model.io.DefaultModelWriter | Line |
Use StringUtils here | 71 |
org.apache.maven.model.merge.MavenModelMerger | Line |
Whether the merge continues recursively into an existing node or not could be an option for the generated merger | 101 |
The order of the merged list could be controlled by an attribute in the model association: target-first, source-first, dominant-first, recessive-first | 233 |
Whether duplicates should be removed looks like an option for the generated merger. | 303 |
org.apache.maven.model.validation.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. | 705 |