Build should enable unchecked warnings in javac -----------------------------------------------
Key: LUCENE-2150 URL: https://issues.apache.org/jira/browse/LUCENE-2150 Project: Lucene - Java Issue Type: Improvement Reporter: Michael McCandless Priority: Minor Fix For: 3.1 Just have to uncomment this: {code} <!-- for generics in Java 1.5: --> <!--<compilerarg line="-Xlint:unchecked"/>--> {code} in common-build.xml. Test & core are clean, but contrib still has many warnings. Either we fix contrib with this issue, or, conditionalize this (anyone anty who can do this?) so contrib is off until we can fix it. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org For additional commands, e-mail: java-dev-h...@lucene.apache.org