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