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

Each tag is detailed below:

Deprecated Work

Number of occurrences found in the code: 2

org.apache.maven.shared.filtering.FilteringUtils Line
use {@link #copyFile(File, File, String, FilterWrapper[])} instead 346
org.apache.maven.shared.filtering.MavenFileFilter Line
use {@link #copyFile(File, File, boolean, List, String)} instead 84

FIXME Work

Number of occurrences found in the code: 2

org.apache.maven.shared.filtering.AbstractMavenFilteringRequest Line
${filter:*} could also trigger this condition. Need a better long-term solution. 317
org.apache.maven.shared.filtering.FilteringUtils Line
I'm almost certain this // removal is unnecessary, as getAbsoluteFile() strips them. However, I'm not sure about this UNC stuff. (JT) 128

Todo Work

Number of occurrences found in the code: 3

org.apache.maven.shared.filtering.AbstractFilterReaderLineEnding Line
NPE if escapeString is null ? 68
org.apache.maven.shared.filtering.BaseFilter Line
this is NPE free but do we consider this as normal or do we have to throw an MavenFilteringException with mavenSession cannot be null 96
org.apache.maven.shared.filtering.FilteringUtils Line
Correct to handle relative windows paths. (http://jira.apache.org/jira/browse/MSHARED-121) How do we distinguish a relative windows path from some other value that happens to contain backslashes?? 70