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 1627
Think about the following code part -- ^^^^^^^ END 1649
Should we really take care of M2_HOME? 2036
Currently we have null for goalsFile which has been removed. This might mean we can remove getGoals() at all ? Check this. 2337
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? 772
add a configurable time out 1365