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 | 5 | @deprecated |
| FIXME Work | 0 | fixme, @fixme |
| Todo Work | 0 | todo, @todo |
Each tag is detailed below:
Deprecated Work
Number of occurrences found in the code: 5
| org.apache.maven.shared.invoker.InvocationRequest | Line |
|---|---|
| simply {@link #addArg(String)} or {@link #addArgs(Collection)} should be used | 597 |
| org.apache.maven.shared.invoker.Invoker | Line |
| Please use {@link InvocationRequest#setBaseDirectory(File)} | 128 |
| Please use {@link InvocationRequest#setInputStream(InputStream)} | 141 |
| Please use {@link InvocationRequest#setOutputHandler(InvocationOutputHandler)} | 152 |
| Pleas use {@link InvocationRequest#setErrorHandler(InvocationOutputHandler)} | 163 |


