On 10.03.2018 10:36, Daniil Ovchinnikov wrote:
Thank you for looking into this.In an IDE, if you have x.<auto complete keys here> you would then be presented with getProperty, setProperty and get/setMetaClass. Do we actually want that?These methods are public and non-synthetic in GroovyObject interface so they will be suggested independently of their implementations.
good point. So what is actually the downside of them being synthetic right now?
bye Jochen