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 | 1 | 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. | 50 |
Use SPI checksum selector instead. | 93 |
Use SPI checksum selector instead. | 101 |
org.eclipse.aether.util.StringUtils | Line |
Deprecated since 1.5.0 without any alternative provided. Use Java 8 APIs instead. | 36 |
Todo Work
Number of occurrences found in the code: 1
org.eclipse.aether.util.DirectoryUtilsTest | Line |
---|---|
this test is skipped on Windows, as it is not clear which drive letter will `new File("/foo")` path get. According to Windows (and assuming Java Path does separator change OK), "\foo" file should get resolved to CWD drive + "\foo" path, but seems Java 17 is different from 11 and 8 in this respect. This below WORKS on win + Java8 abd win + Java11 but FAILS on win + Java17 | 60 |