Folke,

> On Aug 26, 11:15 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
>
> > Folks,
> >   I've been using 1.5rc1 for a while to develop a project, and it's
> > been working fine. When RC2 came out, I figured I should give it a
> > try. Lo and behold, my GWTCompiler task now fails as follows:
>
> > gwt-compile:
> >      [java] Removing units with errors
> >      [java]    [ERROR] Errors in 'file:/C:/Documents%20and%20Settings/
> > kfiles/workspace/yalta/src/com/masergy/yalta/client/controller/
> > BundleSelectorAction.java'
> >      [java]       [ERROR] Line 102: The method subList(int, int) is
> > undefined for the type List<Bundle>
[...]
> > Did the emulation classes change between RC1 and RC2 for some reason?

On Aug 26, 4:22 pm, Folke <[EMAIL PROTECTED]> wrote:
> Yes
>
> http://code.google.com/p/google-web-toolkit/source/detail?r=3061

Thanks for the quick reply. I guess I'd rather see compilation errors,
but why not just implement the code, I wonder? It seems like it's a
simple function, which would be better implemented in one place (the
Collections emulation), than in the client code of each user. It's no
big deal; now that I know, I'll implement it myself. But still... is
this just a symptom of getting to crunch time with some code
incomplete?

Perhaps an improved compiler error message would be, "this J2SE method
is not implemented by GWT emulation libraries." That way, I'd know the
error was intentional, and not indicating some kind of classpath
error.

  --kirby
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to