No it won't collide during GWT compilation. It will super source and
override the original. However it will collide during normal java
compilation. To that end in your IDE / build environment you need to make
sure that the specific package (java.util) is excluded from compilation by
the java compiler but it is included for the GWT compiler.

Hope that helps.

     Vassilis

On Sat, Feb 7, 2015 at 12:20 AM, <[email protected]> wrote:

>
> I found an "emu" directory with a Collections implementation.  Problem is
> that Collections.java file has a "java.util" package.  I can't put that in
> my source tree.  It will collide with the real implementation.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/google-web-toolkit.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Vassilis Virvilis

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

Reply via email to