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 | 6 | todo, @todo |
Each tag is detailed below:
Deprecated Work
Number of occurrences found in the code: 4
| org.apache.maven.plugins.pmd.AbstractPmdReport | Line |
|---|---|
| since 3.15.0 Use the goals <code>pmd:aggregate-pmd</code> and <code>pmd:aggregate-cpd</code> instead. | 154 |
| org.apache.maven.plugins.pmd.AbstractPmdViolationCheckMojo | Line |
| since 3.15.0 Use the goal <code>pmd:aggregate-check</code> or <code>pmd:aggregate-cpd-check</code> instead. | 60 |
| org.apache.maven.plugins.pmd.CpdReport | Line |
| Use {@link CpdExecutor#createRenderer(String, String)} instead. | 238 |
| org.apache.maven.plugins.pmd.PmdReport | Line |
| Use {@link PmdExecutor#createRenderer(String, String)} instead. | 567 |
Todo Work
Number of occurrences found in the code: 6
| org.apache.maven.plugins.pmd.AbstractPmdReport | Line |
|---|---|
| logback level | 487 |
| remove the part with ToolchainManager lookup once we depend on 3.0.9 (have it as prerequisite). Define as regular component field then. | 497 |
| org.apache.maven.plugins.pmd.CpdReportRenderer | Line |
| overall summary | 93 |
| files summary | 101 |
| org.apache.maven.plugins.pmd.PmdReportRenderer | Line |
| Should not share state | 58 |
| files summary | 210 |


