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 Work | 15 | todo, FIXME, XXX |
Each tag is detailed below:
Number of occurrences found in the code: 15
| org.universAAL.maven.treebuilder.DependencyTreeBuilder | Line |
|---|---|
| maybe its better to just pass the range through to retrieval and use a transformation? | 471 |
| might be better to have source.retrieve() throw a specific exception for this situation and catch here rather than have it return null | 543 |
| Does this check need to happen here? Had to add the same call below when we iterate on child nodes -- will that suffice? | 756 |
| shouldn't need to double up on this work, only done for simplicity of handling recommended version but the restriction is identical | 774 |
| ick. this forces the OCE that should have come from the previous call. It is still correct | 779 |
| use as conflict resolver(s), chain | 845 |
| should this be part of mediation? previous one is more dominant | 847 |
| we probably want to warn the user that he is building an artifact with different values than in dependencyManagement | 1001 |
| org.universAAL.maven.treebuilder.DependencyTreeResolutionListener | Line |
| remove when ResolutionListenerForDepMgmt merged into ResolutionListener | 275 |
| remove the node that tried to impose its scope and add some info | 324 |
| track version selection from range in node (MNG-3093) | 338 |
| track range restriction in node (MNG-3093) | 350 |
| org.universAAL.support.directives.checks.LicenseFileCheckFix | Line |
| use mavenProject.getDependencies() to generate notice. | 99 |
| org.universAAL.support.directives.checks.LicenseHeaderCheckFix | Line |
| needs owner and year to be able to add the header. | 74 |
| org.universAAL.support.directives.mojos.CheckReportMojo | Line |
| use Regexp to find and replace (in case there is something else in the line) | 346 |