http://gwt-code-reviews.appspot.com/697802/diff/5001/6001
File user/src/com/google/gwt/uibinder/elementparsers/GridParser.java
(right):

http://gwt-code-reviews.appspot.com/697802/diff/5001/6001#newcode90
user/src/com/google/gwt/uibinder/elementparsers/GridParser.java:90:
writer.addStatement("%s.resize(%s, %s);", fieldName,
That seems like a change worth making, actually. There is no performance
benefit, as resize() calls those two and they no-op on zero. But I think
it'll narrow further the potential collision with subclasses if we
*always* those two directly, and only as needed.

http://gwt-code-reviews.appspot.com/697802/show

--
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to