Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ajdt-dev] Crossreferences not showing up when weaving JAR files

Unfortunately, this is not yet handled.  Presumably, your jar files
are on the in path.  Please see:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=273086

The problem is that this information is not being stored in the
AspectJ model of the program.

On Tue, Jan 5, 2010 at 11:14 AM, Wouter Kaas <nonpolar@xxxxxx> wrote:
> Hi!
>
> I am experiencing some problems with the cross references view, i.e. there are no cross references showing up when I am developing an aspect which weaves a JAR file.
>
> To put a bit more detail in this:
> Suppose I am having a JAR file (without sources) with three classes: A, B and C. I am writing an aspect "JarAspect" which contains a pointcut hitting method "doIt()" in class A.
> Is it possible to get cross references working with this set-up? It would be very useful if I would be able to see which methods are hit by the pointcuts I am writing, just like
> it is the case when working with "real" sources (java files).
>
> Can anyone point me into the right direction how to configure AJDT, so that cross references are working?
>
> Thanks,
> Wouter
> ___________________________________________________________
> Preisknaller: WEB.DE DSL Flatrate für nur 16,99 Euro/mtl.!
> http://produkte.web.de/go/02/
>
> _______________________________________________
> ajdt-dev mailing list
> ajdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/ajdt-dev
>


Back to the top