[
https://issues.apache.org/jira/browse/LUCENE-2150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Muir resolved LUCENE-2150.
---------------------------------
Resolution: Fixed
Fix Version/s: 3.1
> 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
> Components: Build
> Reporter: Michael McCandless
> Priority: Minor
> Fix For: 3.1, 4.0
>
>
> 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: [email protected]
For additional commands, e-mail: [email protected]