Forgot one last thing that aharon mentioned.
http://gwt-code-reviews.appspot.com/338801/diff/23001/24002 File user/src/com/google/gwt/i18n/shared/DirectionEstimator.java (right): http://gwt-code-reviews.appspot.com/338801/diff/23001/24002#newcode28 user/src/com/google/gwt/i18n/shared/DirectionEstimator.java:28: bidiUtils = BidiUtils.get(); No need to keep this instance, since it is a singleton anyway. Just inline BidiUtils.get() everywhere you reference bidiUtils here and in subclasses. http://gwt-code-reviews.appspot.com/338801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
