Re: Scary: GWT Team does not fix serious GWT Compiler Bugs

2012-10-04 Thread Marc2000
Hallo, thank you for your responses. It seems, that the bug has been fixed (Revision r10360, date Jun 21, 2011 ) even before the Issue 6551 report from Jul 4, 2011, but did not make it into GWT 2.4 release. So that's not as scary as I thought, just the Bug-tracking was not updated ;-) As to

Scary: GWT Team does not fix serious GWT Compiler Bugs

2012-10-02 Thread Marc2000
Hallo, After finishing development on my GWT (2.4) project, I found out, that the compiled version does not work exactly as in the development mode. Some method ( isValid() ) seems not to be called. Calling code (simplified): boolean valid=true; if(! mypanel.isValid()) valid=false;