[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: Andy Clement <andrew.clement@xxxxxxxxx>
- Date: Mon, 11 May 2009 13:58:00 -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:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=e0mD1xsFIr+SGJDUg/J5CLVjTLFJNc8yk9Eg+5VkiVg=; b=wLqj1p4Sx9xLusBoHK1rvAUSPxpNBoQ2QwnMPXoQAzCz14oaxgJKokjTa73xIABMCA aJQZlIAQAyygrNuSSBoZn3G4UdrjszYBQhOvpmsKnfVvStv3TKJXRS7kuv2yMf739Jbn Oe/N3Stl+ydbdIToRvHtt77RrnbXRewreT6iI=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=ugzCj8I/4n+zVPepAqoz6Ggye7ZmR8aPwQDFdnwYTAYT5z3Gl73q9UgA5MrZsF94Hx HDqrrPcrbQCFXqhhvyev9cBCCmelelup6A7DQsCMT5mIM5QQoRtpymXxr49St23EiNXR hablOcTWd90CvrlnndU6glFLvT0nUPspV/xpY=
No idea, please open a bug.
Andy
2009/5/11 Simone Gianni <simoneg@xxxxxxxxxx>:
> 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
>