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 | 5 | @deprecated |
| FIXME Work | 0 | fixme, @fixme |
| Todo Work | 8 | todo, @todo |
Each tag is detailed below:
Deprecated Work
Number of occurrences found in the code: 5
| 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. | 159 |
| 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. | 63 |
| org.apache.maven.plugins.pmd.CpdReport | Line |
| Use {@link CpdExecutor#createRenderer(String, String)} instead. | 268 |
| org.apache.maven.plugins.pmd.PmdCollectingRenderer | Line |
| not used anymore | 44 |
| org.apache.maven.plugins.pmd.PmdReport | Line |
| Use {@link PmdExecutor#createRenderer(String, String)} instead. | 626 |
Todo Work
Number of occurrences found in the code: 8
| org.apache.maven.plugins.pmd.AbstractPmdReport | Line |
|---|---|
| logback level | 563 |
| remove the part with ToolchainManager lookup once we depend on 3.0.9 (have it as prerequisite). Define as regular component field then. | 574 |
| org.apache.maven.plugins.pmd.CpdReportGenerator | Line |
| overall summary | 95 |
| files summary | 102 |
| Cleaner way to do this? | 197 |
| org.apache.maven.plugins.pmd.PmdReportGenerator | Line |
| files summary | 254 |
| overall summary | 537 |
| Determine if we are going to just ignore metrics. | 587 |


