You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Thomas Neidhart (JIRA)" <ji...@apache.org> on 2012/07/15 13:19:34 UTC

[jira] [Resolved] (COLLECTIONS-414) Collections does not compile with openjdk 1.6.0_24

     [ https://issues.apache.org/jira/browse/COLLECTIONS-414?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thomas Neidhart resolved COLLECTIONS-414.
-----------------------------------------

    Resolution: Fixed
    
> Collections does not compile with openjdk 1.6.0_24
> --------------------------------------------------
>
>                 Key: COLLECTIONS-414
>                 URL: https://issues.apache.org/jira/browse/COLLECTIONS-414
>             Project: Commons Collections
>          Issue Type: Bug
>    Affects Versions: Nightly Builds
>            Reporter: Thomas Neidhart
>             Fix For: 4.0
>
>
> There are several classes for which generic type inference does not work when using the openjdk 1.6.0_24 compiler:
> {noformat}
> [ERROR] /home/tn/workspace/apache/commons-collections/src/main/java/org/apache/commons/collections/functors/OnePredicate.java:[66,38] invalid inferred types for T; actual arguments do not conforms to inferred formal arguments
> [ERROR] required: org.apache.commons.collections.Predicate<? super java.lang.Object>[]
> [ERROR] found: org.apache.commons.collections.Predicate<? super T>[]
> {noformat}
> This is mainly due to re-using a method argument that is restricted by Predicate<? super T> to assign methods results of type Predicate<T>.
> The eclipse compiler does not report an error in these cases.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira