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 | 0 | @deprecated |
| FIXME Work | 1 | fixme, @fixme |
| Todo Work | 3 | todo, @todo |
Each tag is detailed below:
Number of occurrences found in the code: 1
| org.apache.maven.shared.filtering.AbstractMavenFilteringRequest | Line |
|---|---|
| ${filter:*} could also trigger this condition. Need a better long-term solution. | 352 |
Number of occurrences found in the code: 3
| org.apache.maven.shared.filtering.AbstractFilterReaderLineEnding | Line |
|---|---|
| NPE if escapeString is null ? | 72 |
| 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 | 104 |
| 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 |