Skip to main content

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

This sounds like it should be an AspectJ enhancement request (if it isn't already):

  http://dev.eclipse.org/bugs/enter_bug.cgi?product=AspectJ

(Though I'm not sure where you're going with static/dynamic)

Wes

> ------------Original Message------------
> From: Christian Hammer <chammer@xxxxxxxxxx>
> To: aspectj-dev@xxxxxxxxxxx
> Date: Mon, Sep-11-2006 12:07 PM
> Subject: [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
> 
> _______________________________________________
> aspectj-dev mailing list
> aspectj-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/aspectj-dev
> 



Back to the top