http://gwt-code-reviews.appspot.com/33802/diff/33/1025 File user/src/com/google/gwt/dom/client/Element.java (right):
http://gwt-code-reviews.appspot.com/33802/diff/33/1025#newcode73 Line 73: assert ((className != null) && (className.length() != 0)) : "Unexpectedly empty class name"; On 2009/05/12 19:43:42, rjrjr wrote: > Dude, you just got an NPE in the line above this (which means you're missing a > unit test, btw). You need separate asserts. D'oh! Done. And tested. http://gwt-code-reviews.appspot.com/33802/diff/33/1025#newcode474 Line 474: assert ((className != null) && (className.length() != 0)) : "Unexpectedly empty class name"; On 2009/05/12 19:43:42, rjrjr wrote: > et encore D'oh, en français. Quel connard. http://gwt-code-reviews.appspot.com/33802 --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~----------~----~----~----~------~----~------~--~---
