[ https://issues.apache.org/jira/browse/KAFKA-7613?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ismael Juma updated KAFKA-7613: ------------------------------- Description: KAFKA-7612 enables 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. was: 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. > 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 > Priority: Major > > KAFKA-7612 enables 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)