I'll try :-)
Anyway, I just found a workaround, by commenting two lines in JParameter:
public String getName() {
- if (!argNameIsReal) {
+ //if (!argNameIsReal) {
name = enclosingMethod.getRealParameterName(this);
argNameIsReal = true;
- }
+ //}
return name;
}
Thanks,
Bart Guijt
E: [email protected]
T: +31 6 30408987
On 12 nov 2009, at 12 nov, 01:26, John Tamplin wrote:
> On Wed, Nov 11, 2009 at 7:08 PM, Bart Guijt <[email protected]> wrote:
> So here it is! :-)
>
> Thanks for tracking this down -- any chance you could package up a repro case
> and create an issue for it?
>
> --
> John A. Tamplin
> Software Engineer (GWT), Google
>
> >
--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---