A multi-faceted language tool for the Java platform!

Groovy

Groovy 3.0.22

  -  57.67 MB  -  Open Source

Sometimes latest versions of the software can cause issues when installed on older devices or devices running an older version of the operating system.

Software makers usually fix these issues but it can take them some time. What you can do in the meantime is to download and install an older version of Groovy 3.0.22.


For those interested in downloading the most recent release of Groovy or reading our review, simply click here.


All old versions distributed on our website are completely virus-free and available for download at no cost.


We would love to hear from you

If you have any questions or ideas that you want to share with us - head over to our Contact page and let us know. We value your feedback!

  • Groovy 3.0.22 Screenshots

    The images below have been resized. Click on them to view the screenshots in full size.

    Groovy 3.0.22 Screenshot 1

What's new in this version:

Fixed:
- STC: error message for inaccessible setter is not too helpful
- STC: for loop element type inference with multiple instanceof
- Reference to this in ctor before this/super call false positive
- implicit type of catch parameter is written as Object
- Bootstrap method error for method reference used with a primitive literal
- STC loses generic specialization on inheritance
- SC: map access different for parameter and local variable of same type
- STC: map properties "class" and "empty" indicated as read-only
- STC: extension method cannot provide map property (read mode)
- STC: write property via extension method
- array or collection coercion of non-collection iterable produces single-element result
- STC: map property access within closure
- reference to the constructor of an abstract class is not detected
- STC: entry vs field for map-based types
- access error for inaccessible getter of super class
- STC: inferred type of closure delegate, owner and thisObject
- STC: inferred type of name within closure (delegate property versus owner field) *

Dependency upgrade:
- Bump asm to 9.7

Improved:
- Don't truncate argument types in MissingMethodException