Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-dev] Array access

There has been some discussion on the semantics of the get/set pointcuts
for access to an array cell. Currently, there is no differnence in the
static/dynamic part of thisJoinPoint between a read and a write to an array
cell as described in
http://dev.eclipse.org/mhonarc/lists/aspectj-users/msg02975.html

I'm currently implementing a tracer with AspectJ, but it requires to be
able to distinguish these two cases. It doesn't matter if they are both
treated as get joinpoints, as long as the information is present. Would it
be possible to enrich the JoinPoint information?

-Chris



Back to the top