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 2017/02/01 23:19:03 UTC

[jira] [Closed] (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 closed GROOVY-7955.
-----------------------------

> 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
>             Fix For: 2.4.8
>
>
> 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.15#6346)