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 ClassTotal number of occurrencesTag strings used by tag class
@todo0@todo
TODO5TODO

Each tag is detailed below:

TODO

Number of occurrences found in the code: 5

org.apache.maven.shared.filtering.DefaultMavenFileFilterLine
this is NPE free but do we consider this as normal or do we have to throw an MavenFilteringException with mavenSession cannot be null193
new File should be new File(mavenProject.getBasedir(), filterfile ) ?283
org.apache.maven.shared.filtering.FilteringUtilsLine
Correct to handle relative windows paths. (http://jira.codehaus.org/browse/MSHARED-121) How do we distinguish a relative windows path from some other value that happens to contain backslashes??44
org.apache.maven.shared.filtering.InterpolatorFilterReaderLineEndingLine
NPE if escapeString is null ?408
org.apache.maven.shared.filtering.MultiDelimiterInterpolatorFilterReaderLineEndingLine
NPE if escapeString is null ?453