You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@polygene.apache.org by "Paul Merlin (JIRA)" <ji...@apache.org> on 2016/11/20 17:50:58 UTC

[jira] [Resolved] (ZEST-193) Fail when composite type has interface static method

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

Paul Merlin resolved ZEST-193.
------------------------------
    Resolution: Fixed

Fixed by 64d6d81ce945434d908e1614ce05bc2c935e089f

> Fail when composite type has interface static method
> ----------------------------------------------------
>
>                 Key: ZEST-193
>                 URL: https://issues.apache.org/jira/browse/ZEST-193
>             Project: Zest
>          Issue Type: Bug
>            Reporter: Paul Merlin
>            Assignee: Paul Merlin
>             Fix For: 3.0
>
>
> UsageGraph resolution fail:
> {code}
> Caused by: java.lang.NullPointerException
> 	at org.apache.zest.runtime.composite.MixinsModel$Uses.uses(MixinsModel.java:233)
> {code}
> One instance of the issue can be seen by running {{FunctionalListTest}} on a Java 9 vm. The offender in this case is {{List.of(..)}} introduced in Java 9.
> Interface static methods should be ignored when resolving the usage graph.
> Like it's already done when building the composite.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)