You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by "Paul King (JIRA)" <ji...@apache.org> on 2016/10/04 11:51:21 UTC

[jira] [Updated] (GROOVY-7955) Groovydoc fails to parse Java source files containing the diamond operator

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

Paul King updated GROOVY-7955:
------------------------------
    Description: 
Example failing source file:
{code}
import java.util.List;
import java.util.ArrayList;

public class Second {
    public List<String> names = new ArrayList<>();
}
{code}

> Groovydoc fails to parse Java source files containing the diamond operator
> --------------------------------------------------------------------------
>
>                 Key: GROOVY-7955
>                 URL: https://issues.apache.org/jira/browse/GROOVY-7955
>             Project: Groovy
>          Issue Type: Bug
>          Components: GroovyDoc
>            Reporter: Paul King
>            Assignee: Paul King
>
> Example failing source file:
> {code}
> import java.util.List;
> import java.util.ArrayList;
> public class Second {
>     public List<String> names = new ArrayList<>();
> }
> {code}



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