Re: [gwt-contrib] Re: two errors in master

2014-12-03 Thread Jens
Given that GWT embeds JDT, I wonder if it's a bug in the version of JDT we're currently using? Just guessing, but it looks like there is a 3.11.0 version that I might try as a knee jerk/couldn't hurt first step: https://repo.eclipse.org/index.html#nexus-search;quick~jdt (Curious that

Re: [gwt-contrib] Re: two errors in master

2014-12-03 Thread Stephen Haberman
Wow, that's great, Jens! Thanks for digging in to this. - Stephen -- You received this message because you are subscribed to the Google Groups GWT Contributors group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [gwt-contrib] Re: Getting rid of autoboxing?

2014-12-03 Thread 'Goktug Gokdogan' via GWT Contributors
GWT already not conforms to java from numerical perspective. You can easily leak, for example, non-Integer types disguised as 'int' in the type system. This causes all sorts of surprises for people who ends up hitting them but quite luckily most people/apps doesn't care about it. The proposal