Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] perthis/pertarget taking into consideration the "equals" method

The intention is to keep track of the behaviour of object with a long life
span. For example checking that a bank account object follows a particular
life cycle (ie sequence of method calls). Yes, if A goes out of scope and B
appears (and A.equals(B)), then the aspect should still remember the
behaviour of A and continue with tracking B's behaviour. 
I agree that probably the best (and only) way to do it is to use a Map but
was wondering if perthis/pertarget could be useful. 



--
View this message in context: http://aspectj.2085585.n4.nabble.com/perthis-pertarget-taking-into-consideration-the-equals-method-tp4650723p4650726.html
Sent from the AspectJ - users mailing list archive at Nabble.com.


Back to the top