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 |
---|---|
The use of class should be avoided, see {@link StringDigestUtil} and file processor in SPI module. | 38 |
Use SPI FileProcessor to read and write checksum files. | 53 |
Use SPI checksum selector instead. | 96 |
Use SPI checksum selector instead. | 104 |
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 | 54 |