Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] declare precedence does not always work

Sounds like a bug to me.

Andy

> On Dec 3, 2014, at 4:56 AM, Alexander Kriegisch <Alexander@xxxxxxxxxxxxxx> wrote:
> 
> Hi all, especially Andy.
> 
> Are there any know issues or hidden rules about "declare precedence" (dp) in native syntax? I have very strange issues in a project with several aspects applied to the same joinpoints: Depending on whether the very same dp statement is declared in one or the other aspect, it works as expected or not. Even if I put it into a separate aspect, it does not always work, depending on aspect order, usage of "*" jokers at the beginning or the end of the statement. I have not been able to figure out a system for when it works and when it does not.
> 
> Regards
> -- 
> Alexander Kriegisch
> http://scrum-master.de
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://dev.eclipse.org/mailman/listinfo/aspectj-users



Back to the top