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:
Number of occurrences found in the code: 16
org.apache.maven.plugin.checkstyle.AbstractCheckstyleReport | Line |
---|---|
instead use {@link #sourceDirectories} | 271 |
instead use {@link #testSourceDirectories} | 289 |
org.apache.maven.plugin.checkstyle.CheckstyleReport | Line |
Remove with format parameter. | 53 |
Use configLocation instead. | 72 |
Use propertiesLocation instead. | 81 |
Use propertiesLocation instead. | 90 |
Use headerLocation instead. | 100 |
Use suppressionsLocation instead. | 112 |
Use packageNamesLocation instead. | 140 |
Remove when deprecated params are removed. | 244 |
org.apache.maven.plugin.checkstyle.CheckstyleViolationCheckMojo | Line |
instead use {@link #testSourceDirectories} | 386 |
instead use {@link #sourceDirectories} | 411 |
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 |
Number of occurrences found in the code: 4
org.apache.maven.plugin.checkstyle.AbstractCheckstyleReport | Line |
---|---|
failure if not a report | 577 |
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 | 197 |
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 | 286 |