are asserts removed in the resulting JavaScript of a GWT programm.
Regards, Stefan
The GWT compiler removes them by default. However there is a way to tell the compiler to keep them. See here and here for more details.