Reviewers: jbrosenberg, scottb, Description: JsoNormalizer did not give unique names to devirtualized methods from Object overrides or DualJsoImpl types. The obfuscated namer papered over this, but if you turn on pretty mode, you can run into problems if two interfaces have DualJsoImpl types with the same method names.
Please review this at http://gwt-code-reviews.appspot.com/1467812/ Affected files: M dev/core/src/com/google/gwt/dev/jjs/impl/JsoDevirtualizer.java A dev/core/test/com/google/gwt/dev/jjs/impl/JsoDevirtualizerTest.java M dev/core/test/com/google/gwt/dev/jjs/impl/OptimizerTestBase.java -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
