Ismael Juma created KAFKA-7613:
----------------------------------
Summary: Enable javac rawtypes, serial and try xlint warnings
Key: KAFKA-7613
URL: https://issues.apache.org/jira/browse/KAFKA-7613
Project: Kafka
Issue Type: Sub-task
Reporter: Ismael Juma
KAFKA-7612 enabled all Xlint warnings apart from the following:
{code:java}
options.compilerArgs << "-Xlint:-rawtypes"
options.compilerArgs << "-Xlint:-serial"
options.compilerArgs << "-Xlint:-try"{code}
We should fix the issues and enable the warnings.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)