You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by "Eric Milles (Jira)" <ji...@apache.org> on 2023/04/15 15:52:00 UTC

[jira] [Updated] (GROOVY-10998) Not reporting cyclic dependency in function's type parameters

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

Eric Milles updated GROOVY-10998:
---------------------------------
    Priority: Minor  (was: Major)

> Not reporting cyclic dependency in function's type parameters
> -------------------------------------------------------------
>
>                 Key: GROOVY-10998
>                 URL: https://issues.apache.org/jira/browse/GROOVY-10998
>             Project: Groovy
>          Issue Type: Bug
>            Reporter: Thodoris Sotiropoulos
>            Priority: Minor
>
> This is related to GROOVY-10113.
> The check for detecting cycles in type parameters is not there for parameterized functions.
> {code}
> class Test {
>   static <T extends T> void test() {}
> }
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)