6407ba9f1e5c02412035689653484c86f9321992
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 20
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method private isGwtSourceLevel8() : boolean renamed to private isGwtSourceLevel9() : boolean in class com.google.gwt.dev.jjs.test.Java8Test | From | To | |
Rename Method private processIntersectionCastType(type IntersectionTypeBinding18) : JReferenceType[] renamed to private processIntersectionType(type IntersectionTypeBinding18, intersectionTypes T[]) : T[] in class com.google.gwt.dev.jjs.impl.GwtAstBuilder.AstVisitor | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type types : TypeBinding[] to types : B[] in method private mapTypes(types B[]) : Iterable<T> in class com.google.gwt.dev.jjs.impl.GwtAstBuilder | From | To | |
Rename Variable | 2 | ||
Rename Variable funcType : JInterfaceType[] to lambdaInterfaces : JInterfaceType[] in method public endVisit(x LambdaExpression, blockScope BlockScope) : void in class com.google.gwt.dev.jjs.impl.GwtAstBuilder.AstVisitor | From | To | |
Rename Variable resourceDecl : JDeclarationStatement to resourceStatement : JStatement in method private normalizeTryWithResources(info SourceInfo, x TryStatement, tryBlock JBlock) : JBlock in class com.google.gwt.dev.jjs.impl.GwtAstBuilder.AstVisitor | From | To | |
Change Return Type | 1 | ||
Change Return Type JReferenceType[] to T[] in method private processIntersectionType(type IntersectionTypeBinding18, intersectionTypes T[]) : T[] in class com.google.gwt.dev.jjs.impl.GwtAstBuilder.AstVisitor | From | To | |
Parameterize Variable | 1 | ||
Parameterize Variable castTypes : JReferenceType[] to intersectionTypes : T[] in method private processIntersectionType(type IntersectionTypeBinding18, intersectionTypes T[]) : T[] in class com.google.gwt.dev.jjs.impl.GwtAstBuilder.AstVisitor | From | To | |
Change Variable Type | 2 | ||
Change Variable Type castTypes : JReferenceType[] to intersectionTypes : T[] in method private processIntersectionType(type IntersectionTypeBinding18, intersectionTypes T[]) : T[] in class com.google.gwt.dev.jjs.impl.GwtAstBuilder.AstVisitor | From | To | |
Change Variable Type resourceDecl : JDeclarationStatement to resourceStatement : JStatement in method private normalizeTryWithResources(info SourceInfo, x TryStatement, tryBlock JBlock) : JBlock in class com.google.gwt.dev.jjs.impl.GwtAstBuilder.AstVisitor | From | To | |
Extract Variable | 2 | ||
Extract Variable resource : Statement in method private normalizeTryWithResources(info SourceInfo, x TryStatement, tryBlock JBlock) : JBlock from class com.google.gwt.dev.jjs.impl.GwtAstBuilder.AstVisitor | From | To | |
Extract Variable type : IntersectionTypeBinding18 in method public endVisit(x LambdaExpression, blockScope BlockScope) : void from class com.google.gwt.dev.jjs.impl.GwtAstBuilder.AstVisitor | From | To | |
Extract Method | 1 | ||
Extract Method private createLocal(info SourceInfo, prefix String, type JType) : JLocal extracted from private createLocalThrowable(info SourceInfo, prefix String) : JLocal in class com.google.gwt.dev.jjs.impl.GwtAstBuilder.AstVisitor | From | To |