http://gwt-code-reviews.appspot.com/34824/diff/1/3 File user/src/com/google/gwt/resources/rg/CssResourceGenerator.java (right):
http://gwt-code-reviews.appspot.com/34824/diff/1/3#newcode221 Line 221: + "using an @external declaration for unobfuscated classes."); ...for obfuscated classes, or using... http://gwt-code-reviews.appspot.com/34824/diff/1/3#newcode1521 Line 1521: } else if (strictAnnotation == null && nonStrictAnnotation == null) { Here and below, I find else after a return statement to be hard to read. http://gwt-code-reviews.appspot.com/34824/diff/1/4 File user/test/com/google/gwt/resources/client/CSSResourceTest.java (right): http://gwt-code-reviews.appspot.com/34824/diff/1/4#newcode29 Line 29: public class CSSResourceTest extends GWTTestCase { no test of NonStrict? http://gwt-code-reviews.appspot.com/34824 --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~----------~----~----~----~------~----~------~--~---
