[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
Re: [ajdt-dev] AspectJ 1.6.4 bug on getParameterNames
|
- From: Andrew Eisenberg <andrew@xxxxxxxxxxxx>
- Date: Mon, 11 May 2009 08:31:13 -0700
- Delivered-to: ajdt-dev@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:reply-to:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:content-type:content-transfer-encoding; bh=VctmuhDxl1mmVyi8UUABncDwf4biz00r4Ub5Y2Bk9DA=; b=eJ0taMGujj+2iRkre4tec+glp5espS2qySk1aF7RsCmHC2sY1IP/Uuo4wfc45czRtg KoYoP1kiI0pZ+USbuo6JuCoUp56e4N46KqABD9YB5dxVCVarRj3JPodFD1dpbzy9rnxc Ekn6DgAvjualPvA55d3zyvKOSk6sEraBSVRbQ=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:reply-to:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; b=rZhDCMq+4BoeRPYfWJ1mxC6RHaa0jXslywfZ2clXHy8VPCU/Vd75MktTMa3I2XWh9w BOT23uuywFAqo3QZA7RusbmHISPL0a2GGl5IkTmjsX23+ZV2PaSSQle8p7tbZTBj/mPc qbLJM+r2VeRBU7DpdUPg+PZCcJYZjxbtRijM4=
I assume you are talking about IProgramElement.getParameterNames and
IProgramElement.getParameterTypes. I am not sure why this is
happening. It sounds like a bug, but this does sound like Andy's
area, so I'll let him answer that.
On Mon, May 11, 2009 at 8:10 AM, Simone Gianni <simoneg@xxxxxxxxxx> wrote:
> Hi all,
> since we have 1.6.4 in maven, we switched to it. Unfortunately however it
> seems like if there is a bug on 1.6.4 regarding getParameterNames on a
> method signature.
>
> In fact, under 1.6.3, a method sigature with zero parameters returned a zero
> length array on both getParameterNames and getParameterTypes and a zero
> length array on getArgs on the corresponding joinpoint instance. On 1.6.4
> getParameterNames returns an array of length 1 (in my case, containing
> "arg0"), while all the others still return a zero length array.
>
> I suppose this is a bug, if none of you have a clear idea of why this
> happens I can try build a simple testcase.
>
> Simone
>
> --
> Simone Gianni CEO Semeru s.r.l. Apache Committer
> http://www.simonegianni.it/
>
> _______________________________________________
> ajdt-dev mailing list
> ajdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/ajdt-dev
>