http://gwt-code-reviews.appspot.com/691801/diff/1/2 File dev/core/src/com/google/gwt/dev/jjs/impl/BuildTypeMap.java (right):
http://gwt-code-reviews.appspot.com/691801/diff/1/2#newcode497 dev/core/src/com/google/gwt/dev/jjs/impl/BuildTypeMap.java:497: typeMap.get(superInterfaceBinding); On 2010/07/13 23:20:00, scottb wrote:
This one actually formats on the same line for me.
I'll fix it up, but I have no idea how you can determine when it's ok to violate the column rule. http://gwt-code-reviews.appspot.com/691801/diff/1/2#newcode737 dev/core/src/com/google/gwt/dev/jjs/impl/BuildTypeMap.java:737: @SuppressWarnings({"SuspiciousMethodCalls"}) On 2010/07/13 23:20:00, scottb wrote:
What's this?
It prevents Intellij from warning about the contains() call below being suspicious. http://gwt-code-reviews.appspot.com/691801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
