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 |
|---|---|---|
| @todo | 0 | @todo |
| TODO | 4 | TODO |
Each tag is detailed below:
Number of occurrences found in the code: 4
| org.apache.maven.shared.filtering.DefaultMavenFileFilter | 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 | 193 |
| org.apache.maven.shared.filtering.FilteringUtils | Line |
| 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.InterpolatorFilterReaderLineEnding | Line |
| NPE if escapeString is null ? | 409 |
| org.apache.maven.shared.filtering.MultiDelimiterInterpolatorFilterReaderLineEnding | Line |
| NPE if escapeString is null ? | 457 |