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 Class | Total number of occurrences | Tag strings used by tag class |
|---|---|---|
| Deprecated Work | 4 | @deprecated |
| FIXME Work | 0 | fixme, @fixme |
| Todo Work | 5 | todo, @todo |
Each tag is detailed below:
Deprecated Work
Number of occurrences found in the code: 4
| org.apache.maven.plugins.checkstyle.AbstractCheckstyleReport | Line |
|---|---|
| instead use {@link #sourceDirectories}. For version 3.0.0, this parameter is only defined to break the build if you use it! | 241 |
| instead use {@link #testSourceDirectories}. For version 3.0.0, this parameter is only defined to break the build if you use it! | 261 |
| org.apache.maven.plugins.checkstyle.CheckstyleViolationCheckMojo | Line |
| instead use {@link #testSourceDirectories}. For version 3.0.0, this parameter is only defined to break the build if you use it! | 370 |
| instead use {@link #sourceDirectories}. For version 3.0.0, this parameter is only defined to break the build if you use it! | 397 |
Todo Work
Number of occurrences found in the code: 5
| org.apache.maven.plugins.checkstyle.AbstractCheckstyleReport | Line |
|---|---|
| failure if not a report | 633 |
| org.apache.maven.plugins.checkstyle.CheckstyleAggregateReport | Line |
| would be good to scan the files here | 80 |
| org.apache.maven.plugins.checkstyle.CheckstyleReport | Line |
| would be good to scan the files here | 84 |
| org.apache.maven.plugins.checkstyle.exec.CheckstyleResults | Line |
| provide fallback to disk based storage if too many results. | 32 |
| org.apache.maven.plugins.checkstyle.exec.DefaultCheckstyleExecutor | 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 | 218 |


