[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
RE: [aspectj-users] If pointcut and side effects
|
- From: "Eric Bodden" <eric.bodden@xxxxxxxxxxxxxx>
- Date: Fri, 23 Jun 2006 12:51:49 -0400
- Delivered-to: aspectj-users@eclipse.org
- Thread-index: AcaWK8eNExKbJ2oXQwqZzJrHuRomTQAuXYrw
- Thread-topic: [aspectj-users] If pointcut and side effects
> Btw, this issue doesn't stop with the if, but goes for other dynamic
> checks as well, e.g. when around advice changes the arguments to the
> join point, which apparently impacts the args pointcut of a lower-
> precedence advice. This example is constructed; I don't know if things
> like this are likely to happen in real programs:
But this is just an issue of advice precedence which is well-defined.
Eric