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 | 0 | fixme, @fixme |
Todo Work | 2 | todo, @todo |
Each tag is detailed below:
Number of occurrences found in the code: 2
org.apache.maven.shared.io.Utils | Line |
---|---|
this API isn't explicit about encoding, use writePlatformFile() or writeXmlFile() depending on your need | 75 |
this API isn't explicit about encoding nor EOL normalization, use readPlatformFile() or readXmlFile() depending on your need, in conjunction with normalizeEndOfLine() | 86 |