Re: Vote for Groovy 3 support in IntelliJ :-)

2018-03-16 Thread Edd Grant
Also done! Cheers, Edd On 16 March 2018 at 03:31, Daniel Sun wrote: > Done :-) > > Cheers, > Daniel.Sun > > > > -- > Sent from: http://groovy.329449.n5.nabble.com/Groovy-Users-f329450.html > -- Web: http://www.eddgrant.com Email: e...@eddgrant.com Mobile: +44 (0) 7861 394 543

Re: Cast your vote... for Groovy :-)

2016-10-20 Thread Edd Grant
Way to go Groovy! :-) On 20 October 2016 at 16:01, daniel_sun wrote: > Groovy! > > Java 8 (62%, 309 Votes) > Groovy (43%, 214 Votes) > Java 7 (32%, 162 Votes) > Scala (17%, 84 Votes) > > > > -- > View this message in context: http://groovy.329449.n5.

Re: @Immutable and MissingPropertyException

2016-06-07 Thread Edd Grant
Hi folks, Anyone have any ideas here? Wondering if the lack of response is due to me phrasing the question badly, let me know if that's the case and I'll try and re-word? Cheers, Edd On 1 June 2016 at 16:56, Edd Grant wrote: > Hi Folks, > > I am trying to control the beh

Fwd: @Immutable and MissingPropertyException

2016-06-01 Thread Edd Grant
Hi Folks, I am trying to control the behaviour exhibited by some of our POGOs when they are created using a Map constructor which contains keys that do NOT map to their properties e.g. class Person { String name } def person = new Person([name: 'Edd', age: 35]) Normally the above would call p