85702adde985133db97d6a8318edc4e846aa09e1
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 19
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method protected compileSnippet(code String) : Pair<JavaToJavaScriptMap,Set<JsNode>> renamed to protected compileSnippetToJS(code String) : Pair<JavaToJavaScriptMap,Set<JsNode>> in class com.google.gwt.dev.jjs.impl.codesplitter.CodeSplitterTest | From | To | |
Rename Method protected compileSnippet(code String) : Pair<JavaToJavaScriptMap,Set<JsNode>> renamed to protected compileSnippetToJS(code String) : Pair<JavaToJavaScriptMap,Set<JsNode>> in class com.google.gwt.dev.jjs.impl.FullCompileTestBase | From | To | |
Rename Variable | 1 | ||
Rename Variable partialSignature : StringBuilder to sb : StringBuilder in method public constructManglingSignature(x JMethod, partialSignature String) : String in class com.google.gwt.dev.jjs.impl.JjsUtils | From | To | |
Change Return Type | 1 | ||
Change Return Type void to String in method public constructManglingSignature(x JMethod, partialSignature String) : String in class com.google.gwt.dev.jjs.impl.JjsUtils | From | To | |
Extract And Move Method | 2 | ||
Extract And Move Method public makeReturnStatement() : JReturnStatement extracted from private createReboundValueSelectorMethod(info SourceInfo, prefix String, parameterType String, returntype JReferenceType, results List<String>, resultExpressions List<JExpression>, resultsToPermutations Multimap<String,Integer>) : JMethod in class com.google.gwt.dev.jjs.impl.ResolvePermutationDependentValues & moved to class com.google.gwt.dev.jjs.ast.JExpression | From | To | |
Extract And Move Method public makeReturnStatement() : JReturnStatement extracted from public endVisit(x JReturnStatement, ctx Context) : void in class com.google.gwt.dev.jjs.impl.LongCastNormalizer.ImplicitCastVisitor & moved to class com.google.gwt.dev.jjs.ast.JExpression | From | To | |
Rename Parameter | 2 | ||
Rename Parameter samInterface : JInterfaceType to functionalInterface : JInterfaceType in method private classNameForMethodReference(functionalInterface JInterfaceType, referredMethod JMethod, hasReceiver boolean) : String in class com.google.gwt.dev.jjs.impl.GwtAstBuilder.AstVisitor | From | To | |
Rename Parameter haveReceiver : boolean to hasReceiver : boolean in method private classNameForMethodReference(functionalInterface JInterfaceType, referredMethod JMethod, hasReceiver boolean) : String in class com.google.gwt.dev.jjs.impl.GwtAstBuilder.AstVisitor | From | To |