http://gwt-code-reviews.appspot.com/1402803/diff/1/tools/cldr-import/src/com/google/gwt/tools/cldr/DateTimeFormatInfoProcessor.java
File
tools/cldr-import/src/com/google/gwt/tools/cldr/DateTimeFormatInfoProcessor.java
(right):

http://gwt-code-reviews.appspot.com/1402803/diff/1/tools/cldr-import/src/com/google/gwt/tools/cldr/DateTimeFormatInfoProcessor.java#newcode52
tools/cldr-import/src/com/google/gwt/tools/cldr/DateTimeFormatInfoProcessor.java:52:
new String[]{"sun", "mon", "tue", "wed", "thu", "fri", "sat"};
The whitespace is easily fixed by changing the formatter:

whitespace / arrays / array initializers / before opening brace

The lousy line breaks on assignments seems harder to fix -- the options
are no breaks or break like the above.  I think it is more likely that
assignments all over the place will be made worse by this than the
alternative, which seems to mostly hit field initializations.

http://gwt-code-reviews.appspot.com/1402803/

--
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to