Reviewers: jgw, Message: Review requested SVP
Description: AttributeParsing was pretty much working by accident, and not at all for the deprecated urn:with mechanism. I'm not 100% certain there weren't non-deprecated paths that were broken too. Attribute parsing is still too complicated, but it's better tested now and goes through only two bottlenecks. Should be able to reduce that to one when the deprecated code is dumped. Also fixes a stray "null" in the deprecation message for urn:with Please review this at http://gwt-code-reviews.appspot.com/102818 Affected files: M user/src/com/google/gwt/uibinder/attributeparsers/BundleAttributeParsers.java M user/src/com/google/gwt/uibinder/elementparsers/BeanParser.java M user/src/com/google/gwt/uibinder/rebind/UiBinderWriter.java M user/src/com/google/gwt/uibinder/rebind/XMLAttribute.java M user/src/com/google/gwt/uibinder/rebind/XMLElement.java M user/test/com/google/gwt/uibinder/elementparsers/ElementParserTester.java M user/test/com/google/gwt/uibinder/rebind/XMLElementTest.java M user/test/com/google/gwt/uibinder/test/client/UiBinderTest.java M user/test/com/google/gwt/uibinder/test/client/WidgetBasedUi.java M user/test/com/google/gwt/uibinder/test/client/WidgetBasedUi.ui.xml -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
