Re: Distinguish foo.x and foo.getProperty("x") in call interceptor

2020-01-14 Thread Jesper Steen Møller
On 13 Jan 2020, at 20.19, Marcin Zajączkowski wrote: > > Hi, > > TL;TR. How would be best to distinguish in Groovy 3 foo.x and > foo.getProperty("x") in a call (at the level of an interceptor for a > mocking system)? > I wonder if this is an intended change, or a result of some refactoring? S

Distinguish foo.x and foo.getProperty("x") in call interceptor

2020-01-13 Thread Marcin Zajączkowski
Hi, TL;TR. How would be best to distinguish in Groovy 3 foo.x and foo.getProperty("x") in a call (at the level of an interceptor for a mocking system)? More detailed version. Working on the Spock adjustment to Groovy 3 I spotted that Groovy 3 started for a property access go.x (go - some GroovyO