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 |
|---|---|---|
| Deprecation | 1 | @deprecated |
| FIXME | 1 | FIXME |
| TODO | 2 | TODO |
Each tag is detailed below:
Deprecation
Number of occurrences found in the code: 1
| io.earcam.utilitarian.io.ExplodedJarInputStream | Line |
|---|---|
| Never intended for public use. Aggressively deprecated, class will become final once dropped. | 129 |
FIXME
Number of occurrences found in the code: 1
| io.earcam.utilitarian.io.ExplodedJarInputStreamTest | Line |
|---|---|
| clean this up, it's hideous | 52 |
TODO
Number of occurrences found in the code: 2
| io.earcam.utilitarian.io.ExplodedJarInputStreamTest | Line |
|---|---|
| io.earcam.utilitarian.io.ExplodedJarInputStream | Line |
| performance: {@link ExplodedJarEntry#loadContents()} should just be wrapping FileInputStream... | 44 |
| ExplodedJarInputStream doesn't behave like a proper stream... yet | 232 |