5a68bc08a4a0f4f4d3aba4d96e1cca506db459ba
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private getVarFromFunctionScope(name String) : ScopedName renamed to private getVarFromSyntacticScope(name String) : ScopedName in class com.google.javascript.jscomp.LinkedFlowScope | From | To | |
Rename Variable | 1 | ||
Rename Variable functionScope : TypedScope to rootScope : TypedScope in method public inferQualifiedSlot(node Node, symbol String, bottomType JSType, inferredType JSType, declared boolean) : void in class com.google.javascript.jscomp.LinkedFlowScope | From | To | |
Extract Method | 2 | ||
Extract Method private inferDeclarativelyUnboundVarsWithoutTypes(flow FlowScope) : void extracted from package TypeInference(compiler AbstractCompiler, cfg ControlFlowGraph<Node>, reverseInterpreter ReverseAbstractInterpreter, syntacticScope TypedScope, scopeCreator TypedScopeCreator, assertionFunctionsMap Map<String,AssertionFunctionSpec>) in class com.google.javascript.jscomp.TypeInference | From | To | |
Extract Method public createChildFlowScope(scope StaticTypedScope<JSType>) : FlowScope extracted from public createChildFlowScope() : FlowScope in class com.google.javascript.jscomp.LinkedFlowScope | From | To |