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 5 fixme, @fixme
Todo Work 2 todo, @todo

Each tag is detailed below:

FIXME Work

Number of occurrences found in the code: 5

org.apache.maven.plugins.invoker.AbstractInvokerMojo Line
Think about the following code part -- START 1473
Think about the following code part -- ^^^^^^^ END 1495
Should we really take care of M2_HOME? 1797
Currently we have null for goalsFile which has been removed. This might mean we can remove getGoals() at all ? Check this. 2075
org.apache.maven.plugins.invoker.InvokerReport Line
image 296

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? 700
add a configurable time out 1222