Re: RE: CompareToNullExpression does not visitTransforms

2020-09-08 Thread Saravanan Palanichamy
On 2020/09/08 14:59:46, "Milles, Eric (TR Technology)" wrote: > https://github.com/apache/groovy/pull/1361 > Thank you Eric, I'll give this a shot

RE: CompareToNullExpression does not visitTransforms

2020-09-08 Thread Milles, Eric (TR Technology)
https://github.com/apache/groovy/pull/1361

CompareToNullExpression does not visitTransforms

2020-09-07 Thread Saravanan Palanichamy
Hello I am running into an issue with the ClassCodeExpressionTransformer. Why does CompareToNullExpression not visit any expressions it owns? Should it not transform objectExpression? I am trying to change property access into my custom method calls and if a compare to null expression with prop