Uploaded image for project: 'Groovy'
  1. Groovy
  2. GROOVY-10998

Not reporting cyclic dependency in function's type parameters

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 4.0.18
    • None
    • None

    Description

      This is related to GROOVY-10113.

      The check for detecting cycles in type parameters is not there for parameterized functions.

      class Test {
        static <T extends T> void test() {}
      }
      

      Attachments

        Activity

          People

            daniel_sun Daniel Sun
            theosot Thodoris Sotiropoulos
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: