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 | 0 | todo, @todo |
Each tag is detailed below:
Deprecated Work
Number of occurrences found in the code: 4
| org.eclipse.aether.util.ChecksumUtils | Line |
|---|---|
| Use SPI FileProcessor to read and write checksum files. | 53 |
| Use SPI checksum selector instead. | 106 |
| Use SPI checksum selector instead. | 116 |
| org.eclipse.aether.util.StringUtils | Line |
| use {@code org.apache.commons.lang3.StringUtils.isEmpty()} instead | 39 |


