The following document contains the listing of user tags found in the code. Below is the summary of the occurrences per tag.
| Tag | Total number of occurrences |
|---|---|
| @todo | 1 |
| TODO | 4 |
Each tag is detailed below:
Number of occurrences found in the code: 1
| org.apache.maven.plugin.checkstyle.CheckstyleResults | Line |
|---|---|
| provide fallback to disk based storage if too many results. | 35 |
Number of occurrences found in the code: 4
| org.apache.maven.plugin.checkstyle.CheckstyleReport | Line |
|---|---|
| should be a failure, not an error. Report is not meant to throw an exception here (so site would work regardless of config), but should record this information | 952 |
| failure if not a report | 994 |
| would be good to scan the files here | 1252 |
| org.apache.maven.plugin.checkstyle.CheckstyleViolationCheckMojo | Line |
|---|---|
| use ReaderFactory.newXmlReader() when plexus-utils can be upgraded | 118 |