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. 71
Use propertiesLocation instead. 80
Use propertiesLocation instead. 89
Use headerLocation instead. 99
Use suppressionsLocation instead. 111
Use packageNamesLocation instead. 139
Remove when deprecated params are removed. 243
org.apache.maven.plugin.checkstyle.CheckstyleViolationCheckMojo Line
instead use {@link #testSourceDirectories} 384
instead use {@link #sourceDirectories} 409
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 196
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 311