62e0d9a92f699c01662a3db81550113b6442cc61
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private boxOrUnboxExpression(expr JExpression, fromType TypeBinding, toType TypeBinding) : JExpression renamed to private maybeInsertCasts(expr JExpression, fromType TypeBinding, toType TypeBinding) : JExpression in class com.google.gwt.dev.jjs.impl.GwtAstBuilder.AstVisitor | From | To | |
Extract Method | 1 | ||
Extract Method private maybeInsertCasts(expr JExpression, toType JType) : JExpression extracted from private createLambdaSamMethod(x LambdaExpression, interfaceMethod JMethod, info SourceInfo, innerLambdaClass JClassType, locals List<JField>, outerField JField, lambdaMethod JMethod, samMethod JMethod) : void in class com.google.gwt.dev.jjs.impl.GwtAstBuilder.AstVisitor | From | To |