Don't ignore the exceptions that are actual errors.
http://gwt-code-reviews.appspot.com/103807/diff/1/2 File dev/core/src/com/google/gwt/dev/SwingUI.java (right): http://gwt-code-reviews.appspot.com/103807/diff/1/2#newcode86 Line 86: protected interface TabPanelCollection { Is this change related? http://gwt-code-reviews.appspot.com/103807/diff/1/2#newcode344 Line 344: } catch (NoSuchMethodException e) { This is the only expected exception, right? The others shouldn't be silently ignored. http://gwt-code-reviews.appspot.com/103807 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
