Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [aspectj-users] 'Annotates' decorations are not visible

Andy,

When put more declararion into second aspect file I was able to see those decorated.  Then I removed the first aspect file altogether, and the second started to show all decorations.  Sounds like the expected behavior.

Thanks!
Simeon

-----Original Message-----
From: aspectj-users-bounces@xxxxxxxxxxx [mailto:aspectj-users-bounces@xxxxxxxxxxx] On Behalf Of Andy Clement
Sent: Monday, May 10, 2010 12:17 PM
To: aspectj-users@xxxxxxxxxxx
Subject: Re: [aspectj-users] 'Annotates' decorations are not visible

>  Just wanted to confirm if that is expected?

Yes.  You will get that warning.  The warning can be turned off (it is an xlint) if you want to.

> Perhaps if I remove initial aspect alltogether, the crossreferences might start eventually showing up in Eclipse?

If the relationships you are missing are from elements producing this warning, that may explain things.  You will only get cross references for aspects that successfully apply their intended change.  A declare that doesn't do anything won't produce an entry in the cross refs.

Andy
_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aspectj-users


Back to the top