924269566ad1de7f29e8d2dba7aeb0d422724ece
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public createChildFlowScope(scope StaticTypedScope) : FlowScope renamed to public withSyntacticScope(scope StaticTypedScope) : FlowScope in class com.google.javascript.jscomp.type.FlowScope | From | To | |
Rename Method private verifyLongChains(chainA FlowScope, chainB FlowScope) : void renamed to public testLongChain() : void in class com.google.javascript.jscomp.LinkedFlowScopeTest | From | To | |
Rename Method public createChildFlowScope(scope StaticTypedScope) : FlowScope renamed to public withSyntacticScope(scope StaticTypedScope) : FlowScope in class com.google.javascript.jscomp.LinkedFlowScope | From | To | |
Move And Inline Method | 1 | ||
Move And Inline Method public createChildFlowScope() : FlowScope moved from class com.google.javascript.jscomp.LinkedFlowScope to class com.google.javascript.jscomp.TypeInference & inlined to private traverseHook(n Node, scope FlowScope) : FlowScope | From | To |