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 | 6 | fixme, @fixme |
| Todo Work | 2 | todo, @todo |
Each tag is detailed below:
FIXME Work
Number of occurrences found in the code: 6
| org.apache.maven.plugins.invoker.AbstractInvokerMojo | Line |
|---|---|
| Think about the following code part -- START | 1686 |
| Think about the following code part -- ^^^^^^^ END | 1708 |
| Should we really take care of M2_HOME? | 2098 |
| Currently we have null for goalsFile which has been removed. This might mean we can remove getGoals() at all ? Check this. | 2396 |
| org.apache.maven.plugins.invoker.InstallMojo | Line |
| could be simplify with using lambda... maybe in the next century... :P | 650 |
| org.apache.maven.plugins.invoker.InvokerReport | Line |
| image | 298 |
Todo Work
Number of occurrences found in the code: 2
| org.apache.maven.plugins.invoker.AbstractInvokerMojo | Line |
|---|---|
| Check shouldn't we fail in case of problems? | 810 |
| add a configurable time out | 1424 |


