of the
>> idiosyncrasies of the tree.
>> https://github.com/groovy/groovy-eclipse/blob/master/base/org.eclipse.jdt.groovy.core/src/org/eclipse/jdt/groovy/core/util/DepthFirstVisitor.java
>>
>>
>>
>> *From:* Saravanan Palanichamy
>> *Sent:* Saturday, April 1
org.eclipse.jdt.groovy.core/src/org/eclipse/jdt/groovy/core/util/DepthFirstVisitor.java
>
>
>
> *From:* Saravanan Palanichamy
> *Sent:* Saturday, April 1, 2023 1:35 AM
> *To:* dev@groovy.apache.org
> *Subject:* [EXT] Duplicate visits to expressions defined in RHS of a
> sette
: Saturday, April 1, 2023 1:35 AM
To: dev@groovy.apache.org
Subject: [EXT] Duplicate visits to expressions defined in RHS of a setter
External Email: Use caution with links and attachments.
Hello Groovy Devs
* I have a class defined MyTestClass in java/kotlin (does not matter)
* I have a
Hello Groovy Devs
- I have a class defined MyTestClass in java/kotlin (does not matter)
- I have a groovy class defined MyClassDefinedInGroovy
- I have code in a groovy function that is creating these classes and
setting a variable in the object. I compile this with static compilation