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

No, this bug did not make the cut.  I haven't updated bugzilla yet to
reflect the new version.

On Tue, Jan 5, 2010 at 3:09 PM, Wouter Kaas <nonpolar@xxxxxx> wrote:
> Hi Andrew!
>
> I just looked at that bug and it stated that the target milestone is 2.0.2.
> A shor while ago, you wrote to the list that AJDT 2.0.2 is released now.
>
> Will this be included then?
>
> Regards,
> Wouter
>
>> -----Ursprüngliche Nachricht-----
>> Von: "Andrew Eisenberg" <andrew@xxxxxxxxxxxx>
>> Gesendet: 05.01.10 22:42:08
>> An: ajdt-dev@xxxxxxxxxxx
>> Betreff: 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
>> >
>> _______________________________________________
>> ajdt-dev mailing list
>> ajdt-dev@xxxxxxxxxxx
>> https://dev.eclipse.org/mailman/listinfo/ajdt-dev
>>
>
>
> ______________________________________________________
> GRATIS für alle WEB.DE-Nutzer: Die maxdome Movie-FLAT!
> Jetzt freischalten unter http://movieflat.web.de
>
>


Back to the top