Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ajdt-dev] The future of AJDT---weaving into JDT?

On Tue, Jul 8, 2008 at 11:47 PM, Andrew Eisenberg <andrew@xxxxxxxxxxxx> wrote:
> Other than controlling the creation of compilation units, do you see
> any other specific points in JDT that may require aspects to gain
> control of?  We are also looking into the parser for the same thing.

Refactoring seems like one area where aspects might help. Java types
are visible to Scala, and to a significant extent vice-versa ... I
would dearly love to be able to get a cross-language rename
refactoring working without having to duplicate all the functionality
from the JDT.

Cheers,


Miles

-- 
Miles Sabin
tel: +44 (0)1273 720 779
mobile: +44 (0)7813 944 528
skype: milessabin


Back to the top