Skip to main content



      Home
Home » Language IDEs » AspectJ » Why do advice-precedence warnings not go away?
Why do advice-precedence warnings not go away? [message #594936] Fri, 06 October 2006 09:39
Eclipse UserFriend
I have two aspects, both of which declare additional fields one some
types and hence I also advised the toString() method to emit these
additional fields (for easier debugging).

But now I keep getting about a dozen of warning messages like:

"at this shadow method-execution(<class> <class>.<method>(<paramTypes>))
no precedence is specified between advice applying from aspect <aspect1>
and aspect <aspect2> [Xlint:unorderedAdviceAtShadow] <project> line 113
1160141369265 9464183"

even though first to one and then even to BOTH aspects I added:
-----------------
public aspect <aspectN> {
declared precedence: <aspect1>, <aspect2>;
...
}
-----------------

Why does this not rectify the problem? Why do I still get these
warnings???

Michael
Previous Topic:How I can weave an aspect inside a .jar from eclipse
Next Topic:How I can weave an aspect inside a .jar from eclipse
Goto Forum:
  


Current Time: Sun Jun 22 23:01:02 EDT 2025

Powered by FUDForum. Page generated in 0.03106 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top