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 4 @deprecated
FIXME Work 1 fixme, @fixme
Todo Work 1 todo, @todo

Each tag is detailed below:

Deprecated Work

Number of occurrences found in the code: 4

org.apache.maven.plugin.invoker.AbstractInvokerMojo Line
As of version 1.2, the key <code>invoker.goals</code> from the properties file specified by the parameter {@link #invokerPropertiesFile} should be used instead. 247
As of version 1.1, use the {@link #properties} parameter instead. 306
As of version 1.3, the parameter {@link #filterProperties} should be used instead. 349
As of version 1.2, the key <code>invoker.profiles</code> from the properties file specified by the parameter {@link #invokerPropertiesFile} should be used instead. 392

FIXME Work

Number of occurrences found in the code: 1

org.apache.maven.plugin.invoker.InvokerReport Line
image 296

Todo Work

Number of occurrences found in the code: 1

org.apache.maven.plugin.invoker.AbstractInvokerMojo Line
add a configurable time out 1247