groovy-eclipse icon indicating copy to clipboard operation
groovy-eclipse copied to clipboard

Eclipse Groovy Development Tools

Results 91 groovy-eclipse issues
Sort by recently updated
recently updated
newest added

_release notes ref_ TODO: [GROOVY-10592](https://issues.apache.org/jira/browse/GROOVY-10592) (property notation for interface method) is fixed and `SimpleTypeLookup` needs conditional adjustment. [GROOVY-10695](https://issues.apache.org/jira/browse/GROOVY-10695) ```groovy class C { static { C.foo // refers to field not...

enhancement

https://www.eclipse.org/eclipse/news/4.25

enhancement

Ensure the following option is set to warning or above: Right click on project => Properties | Java Compiler | Errors/Warnings | Enable project specific settings | Redundant type arguments...

Consider the following: ```groovy class C { def m() { x = null } private void setX(x) {} } class D extends C /*implements Map*/ { /* @Delegate Map m...

enhancement

I'm not entirely sure if this is an issue or something with my settings, but when following the guidance [here](https://github.com/groovy/groovy-eclipse/wiki/Groovy-Eclipse-Maven-plugin#project-lombok) on getting groovy-eclipse-compiler to work with lombok, my lombok.config file...

maven

Using Greclipse 4.4.0.v202112282355-e2009. Consider the following enum: ```java package test69b; public enum MyEnum { FOO, BAR; } ``` And the following classes: ```groovy package test69 import test69b.MyEnum class Base {...

New Java Class wizard provides "none", "sealed", "non-sealed" and "final" radio-button group when project compliance level is sufficient.

enhancement

Maybe this is related to the improvements you made for 3.4.0 and you cite in the release notes (paragraph "Call Hierarchy and Find Occurrences"), but I feel like there's a...

enhancement