Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [aspectj-users] after advice with overridden methods

solution: advices of an abstract aspect are run as many times as many
concrete leaves are in the inheritance tree of aspects.

if it's in the manual then sorry for wasting your time. if not then keep
this in mind because it can take some time to figure out what's
happening.

101


:: :: three times on the same instance?! this instance is an 
:: :: subclass of Screen.
:: 
:: derives from, not a direct subclass.
:: 
:: and i've forgotten to mention that this advice is in an 
:: abstract aspect that is the base class of several (about 3!) aspects.
:: 
:: could it be that this advice is weaved as many times as the 
:: aspect is subclassed? what does the standard say about this? 
:: i hope it's not a RTFM... :|
:: 
:: 101
:: _______________________________________________
:: aspectj-users mailing list
:: aspectj-users@xxxxxxxxxxx 
:: http://dev.eclipse.org/mailman/listinfo/aspectj-users
:: 
:: 


Back to the top