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

[PARROT] Support `var` keyword of Java10

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 3.0.0-alpha-2, 2.6.0-alpha-4
    • None
    • None

    Description

      This is to provide compatibility with:
      http://openjdk.java.net/jeps/286 (Java 10)
      http://openjdk.java.net/jeps/323 (targeted for Java 11)

      Java 10 provides var to allow reduced ceremony by avoiding manifest declaration of types for local variables for cases where type inferencing can be supported. Groovy already does this with "def" and has it's own approach for type inferencing within type-checked/compile static code. With this in mind, it seems to make most sense for Groovy to have "var" as an alias for "def" rather than closely mimic only the use cases allowed by Java.

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: