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 16 @deprecated
FIXME Work 0 fixme, @fixme
Todo Work 4 todo, @todo

Each tag is detailed below:

Deprecated Work

Number of occurrences found in the code: 16

org.apache.maven.plugin.checkstyle.AbstractCheckstyleReport Line
instead use {@link #sourceDirectories} 270
instead use {@link #testSourceDirectories} 288
org.apache.maven.plugin.checkstyle.CheckstyleReport Line
Remove with format parameter. 53
Use configLocation instead. 70
Use propertiesLocation instead. 79
Use propertiesLocation instead. 88
Use headerLocation instead. 98
Use suppressionsLocation instead. 110
Use packageNamesLocation instead. 138
Remove when deprecated params are removed. 242
org.apache.maven.plugin.checkstyle.CheckstyleViolationCheckMojo Line
instead use {@link #testSourceDirectories} 392
instead use {@link #sourceDirectories} 417
org.apache.maven.plugin.checkstyle.exec.CheckstyleExecutorRequest Line
instead use {@link #getTestSourceDirectories()} 220
instead use {@link #setTestSourceDirectories(Collection)} 239
instead use {@link #getSourceDirectories()} 261
instead use {@link #setSourceDirectories(Collection)} 280

Todo Work

Number of occurrences found in the code: 4

org.apache.maven.plugin.checkstyle.AbstractCheckstyleReport Line
failure if not a report 576
org.apache.maven.plugin.checkstyle.CheckstyleAggregateReport Line
would be good to scan the files here 93
org.apache.maven.plugin.checkstyle.CheckstyleReport Line
would be good to scan the files here 195
org.apache.maven.plugin.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 310