RE: [EXT] GRECLIPSE: ASTT processing through later compile phases

2022-09-21 Thread Milles, Eric (TR Technology) via dev
I think these are the relevant cites (below). Long story short, due to the potential for circular dependencies, the Groovy is processed minimally to be able to generate “stub” information that the Java compiler can use to make links. I have run some experiments where there is more stages of co

GRECLIPSE: ASTT processing through later compile phases

2022-09-21 Thread Christopher Smith
As I understand the current state, GRECLIPSE processes the AST up through the CONVERSION phase only for various reasons, and (importantly) even if no editor for `TransformedClass.groovy` is open, it still analyzes `TransformedClass` for members through internal recompilation instead of referring to