You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Gary Gregory (JIRA)" <ji...@apache.org> on 2014/07/26 15:20:38 UTC

[jira] [Updated] (BCEL-174) Verification of interfaces with default methods fails with Java 8

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

Gary Gregory updated BCEL-174:
------------------------------

    Labels: Java8  (was: )

> Verification of interfaces with default methods fails with Java 8
> -----------------------------------------------------------------
>
>                 Key: BCEL-174
>                 URL: https://issues.apache.org/jira/browse/BCEL-174
>             Project: Commons BCEL
>          Issue Type: Bug
>    Affects Versions: 5.2
>            Reporter: Emmanuel Bourg
>              Labels: Java8
>             Fix For: 6.0
>
>
> With Java 8 the verifier fails to validate interfaces containing default methods. For example with the Collection interface it returns this error:
> {code}Interface method 'public boolean removeIf(java.util.function.Predicate arg1) [Signature((Ljava/util/function/Predicate<-TE;>;)Z)]' must have the ACC_STATIC modifier set but hasn't!{code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)