We Should Fix Java Compiler Warnings
Open
code cleanup
- Dominant language
- Java
- Stars
- 14.9k
- Forks
- 3.5k
- Avg merge
- 19h 14m
- Merged PRs (30d)
- 63
Description
I activated the `javac` linter warnings in #7674 and we have many of them showing in each build.
Some of them are somewhat irrelevant, especially those in test code, but others in production code point us towards clear code smells like the many chained `instanceof` calls we have.
We should clean these up where possible and suppress them where it isn't.
Contributor guide
Assessment
This issue has not been assessed yet.