Skip to main content

[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?

Nicholas Allen wrote:
Strangely enough though the problems tab does not show this error.
Running the project also seems to work so Eclipse is showing an error in the
editor that isn't actually an error. Is this a known bug?

Hi,

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. Also note that autocomplete won't work for methods added by aspects.

Regards,

Kostas


Back to the top