You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Ismael Juma (JIRA)" <ji...@apache.org> on 2018/11/11 05:16:00 UTC

[jira] [Created] (KAFKA-7613) Enable javac rawtypes, serial and try xlint warnings

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)