elastic / logstash

Logstash - transport and process your logs, events, or other data
https://www.elastic.co/products/logstash
Other
14.09k stars 3.48k forks source link

We Should Fix Java Compiler Warnings #7701

Open original-brownbear opened 6 years ago

original-brownbear commented 6 years ago

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.

liketic commented 6 years ago

I can work on this.