Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Example shown below is for @ToString but the issue affects numerous xforms:
import groovy.transform.* @ToString class Foo { String baz = 'baz' } @ToString(includes='baz', includeSuperProperties=true) class Bar extends Foo { int num = 42 } new Bar().toString() // 1 compilation error: Error during @ToString processing: 'includes' property 'baz' does not exist.
Attachments
Issue Links
- links to