81adbdbf27c92cda0a287fdc8bce5592bba30a87
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Extract Attribute | 1 | ||
| Extract Attribute private typeJavaLangString : JClassType in class com.google.gwt.dev.jjs.impl.TypeCoercionNormalizer.ConcatRewriteVisitor | From | To | |
| Parameterize Variable | 2 | ||
| Parameterize Variable newLhs : JExpression to lhs : JExpression in method private newStringBinaryOperation(sourceInfo SourceInfo, op JBinaryOperator, lhs JExpression, rhs JExpression) : JBinaryOperation in class com.google.gwt.dev.jjs.impl.TypeCoercionNormalizer.ConcatRewriteVisitor | From | To | |
| Parameterize Variable newRhs : JExpression to rhs : JExpression in method private newStringBinaryOperation(sourceInfo SourceInfo, op JBinaryOperator, lhs JExpression, rhs JExpression) : JBinaryOperation in class com.google.gwt.dev.jjs.impl.TypeCoercionNormalizer.ConcatRewriteVisitor | From | To | |
| Extract Variable | 2 | ||
| Extract Variable rhs : JExpression in method public endVisit(x JBinaryOperation, ctx Context) : void from class com.google.gwt.dev.jjs.impl.TypeCoercionNormalizer.ConcatRewriteVisitor | From | To | |
| Extract Variable lhs : JExpression in method public endVisit(x JBinaryOperation, ctx Context) : void from class com.google.gwt.dev.jjs.impl.TypeCoercionNormalizer.ConcatRewriteVisitor | From | To | |
| Extract Method | 1 | ||
| Extract Method private newStringBinaryOperation(sourceInfo SourceInfo, op JBinaryOperator, lhs JExpression, rhs JExpression) : JBinaryOperation extracted from public endVisit(x JBinaryOperation, ctx Context) : void in class com.google.gwt.dev.jjs.impl.TypeCoercionNormalizer.ConcatRewriteVisitor | From | To |