3762bb3c35548d77b5a36f24d73369e1e2213d0b
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public testRuntimeTest() : void renamed to public testInnerArrowFunctionUsingArguments() : void in class com.google.javascript.jscomp.RewriteAsyncIterationTest | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute functionFlavorStack : ArrayDeque<FunctionFlavor> to contextStack : ArrayDeque<LexicalContext> in class com.google.javascript.jscomp.RewriteAsyncIteration | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type functionFlavorStack : ArrayDeque<FunctionFlavor> to contextStack : ArrayDeque<LexicalContext> in class com.google.javascript.jscomp.RewriteAsyncIteration | From | To | |
| Extract Method | 2 | ||
| Extract Method private process(root Node) : void extracted from public process(externs Node, root Node) : void in class com.google.javascript.jscomp.RewriteAsyncIteration | From | To | |
| Extract Method private process(root Node) : void extracted from public hotSwapScript(scriptRoot Node, originalRoot Node) : void in class com.google.javascript.jscomp.RewriteAsyncIteration | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter scriptRoot : Node to root : Node in method private process(root Node) : void in class com.google.javascript.jscomp.RewriteAsyncIteration | From | To |