Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
Patch
Description
As an example, the stubs generated for GroovyXImpl for the Groovy below doesn't include int getFoo() or void setFoo(int value).
trait GroovyXTrait { int foo } class GroovyXImpl implements GroovyXTrait { }
Attachments
Attachments
Issue Links
- is duplicated by
-
GROOVY-7536 Problem with Java Stubs Related to a Trait with Property
- Closed
- links to