Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Modifying the parameters of methods with arbitrarysignatures

Okay, that's more or less what I thought.

Just as an aside, how safe is it to permit the modification of parts of the arguments that are not mutable? Suppose I want to change the properties of some parameter in getArgs(), is that okay?

Eric Bodden wrote:
On 31/10/2007, Chris Rose <chris.rose@xxxxxxxxxxxxxxxxxxx> wrote:
That works for the purposes of getting them, but I need to feed them
back into the proceed call, don't I?

Hi Chris. AFAIK there is no way to do this in AspectJ. (it would be
very hard to get this working within the compiler)

Eric


--
Chris Rose
Developer    Planet Consulting Group
(780) 577-8433
crose@xxxxxxxxxxxx


Back to the top