[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
Re: [aspectj-users] Is it possible to add a method in one project and use it from a higher up project?
|
- From: Nicholas Allen <nick.allen@xxxxxxxxxxxxx>
- Date: Sun, 21 Jan 2007 15:03:10 +0100
- Delivered-to: aspectj-users@eclipse.org
- User-agent: Thunderbird 1.5.0.9 (X11/20070103)
> It seems to me that you configured correctly the projects. Indeed,
> the java editor of eclipse will show errors to those methods, but it is
> a bug. If your "problems" view doesn't display those errors, you're ok.
Would you like me to file a bug on this?
> Also note that autocomplete won't work for methods added by aspects.
I noticed this too. Also if I try to step into the method with the
debugger it just goes to the first line of the class and not to the
aspect where the method is defined. Should I file a bug on this too?
Thanks,
Nicholas Allen