You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/10/04 12:22:20 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=15545210#comment-15545210 ] 

ASF GitHub Bot commented on GROOVY-7955:
----------------------------------------

GitHub user paulk-asert opened a pull request:

    https://github.com/apache/groovy/pull/435

    GROOVY-7955: Groovydoc fails to parse Java source files containing th…

    …e diamond operator

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/paulk-asert/groovy groovy7955

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/groovy/pull/435.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #435
    
----
commit 5e74067e817d4f4237f0daec5112796087c8d2c8
Author: paulk <pa...@asert.com.au>
Date:   2016-10-04T12:20:08Z

    GROOVY-7955: Groovydoc fails to parse Java source files containing the diamond operator

----


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