You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Emmanuel Bourg (JIRA)" <ji...@apache.org> on 2014/04/23 16:07:14 UTC

[jira] [Resolved] (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 ]

Emmanuel Bourg resolved BCEL-174.
---------------------------------

    Resolution: Fixed

> 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
>             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)