[gwt-contrib] Re: FixCompoundAssignmentNarrowing

2009-11-12 Thread spoon
http://gwt-code-reviews.appspot.com/102811/diff/1/3 File dev/core/src/com/google/gwt/dev/jjs/impl/CompoundAssignmentNormalizer.java (right): http://gwt-code-reviews.appspot.com/102811/diff/1/3#newcode409 Line 409: protected JExpression operationToReturn(JBinaryOperation op) { Also, I think you

[gwt-contrib] Re: FixCompoundAssignmentNarrowing

2009-11-12 Thread spoon
Thanks, Ray! A couple of things look like they should be changed, as indicated in the line-by-lines. Also, it should have a test. CompilerTest would be a decent place to put it. http://gwt-code-reviews.appspot.com/102811/diff/1/2 File