http://gwt-code-reviews.appspot.com/1449801/diff/1/dev/core/src/com/google/gwt/dev/jjs/impl/ToStringGenerationVisitor.java File dev/core/src/com/google/gwt/dev/jjs/impl/ToStringGenerationVisitor.java (left):
http://gwt-code-reviews.appspot.com/1449801/diff/1/dev/core/src/com/google/gwt/dev/jjs/impl/ToStringGenerationVisitor.java#oldcode577 dev/core/src/com/google/gwt/dev/jjs/impl/ToStringGenerationVisitor.java:577: print(Integer.toString(x.getValue()).toCharArray()); Just noticed it while I was in here. print() used to not have a String overload, but now it does, so this is unnecessary. http://gwt-code-reviews.appspot.com/1449801/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
