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 `TransformedClass.class`, meaning that members added by ASTTs
produce editor errors (and don't auto-complete) even if compiling correctly.

I understand there have been attempts to extend ASTT processing through
CANONICALIZATION, which would be immensely helpful to my team. (1) Is there
somewhere that this work is filed so that I don't clutter up trackers, and
(2) is there anything that I can do to assist extending the processing
through SEMANTIC_ANALYSIS or CANONICALIZATION?

-- 
Christopher Smith

Reply via email to