You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by "Marco-Antonio Avallone (JIRA)" <ji...@apache.org> on 2018/06/06 22:30:00 UTC

[jira] [Updated] (GROOVY-8628) Groovydoc fails to parse static nested classes with diamond operator

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

Marco-Antonio Avallone updated GROOVY-8628:
-------------------------------------------
    Summary: Groovydoc fails to parse static nested classes with diamond operator  (was: Groovydoc fails to parse Java static nested classes with diamond operator)

> Groovydoc fails to parse static nested classes with diamond operator
> --------------------------------------------------------------------
>
>                 Key: GROOVY-8628
>                 URL: https://issues.apache.org/jira/browse/GROOVY-8628
>             Project: Groovy
>          Issue Type: Bug
>          Components: GroovyDoc
>            Reporter: Marco-Antonio Avallone
>            Priority: Major
>
> Failing source file example:
> {code:java}
> public class JavaClass<E> {
>     JavaClass() { }
>     public static class Nested<E> extends JavaClass<E> {
>         Nested() { }
>     }
> }
> JavaClass<Object> expectedObject = new JavaClass.Nested<>();
> {code}
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)