Re: [EXT] Duplicate visits to expressions defined in RHS of a setter

2023-04-04 Thread Saravanan Palanichamy
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

Re: [EXT] Duplicate visits to expressions defined in RHS of a setter

2023-04-03 Thread Paul King
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

RE: [EXT] Duplicate visits to expressions defined in RHS of a setter

2023-04-03 Thread Milles, Eric (TR Technology) via dev
: 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

Duplicate visits to expressions defined in RHS of a setter

2023-03-31 Thread Saravanan Palanichamy
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