b904af77370212e9adcd381d67d1857571267ac6
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Variable | 2 | ||
Extract Variable contextField : Node in method package callContextMethod(sourceNode Node, methodName String, args Node...) : Node from class com.google.javascript.jscomp.Es6RewriteGenerators.SingleGeneratorFunctionTranspiler.TranspilationContext | From | To | |
Extract Variable enterCatchBlockCall : Node in method package enterCatchBlock(finallyCase Case, exceptionName Node) : void from class com.google.javascript.jscomp.Es6RewriteGenerators.SingleGeneratorFunctionTranspiler.TranspilationContext | From | To | |
Extract Method | 2 | ||
Extract Method private rewriteGeneratorBodyWithVarsAndReturnType(beforeBody String, varDecls String, afterBody String, returnType String) : void extracted from private rewriteGeneratorBodyWithVars(beforeBody String, varDecls String, afterBody String) : void in class com.google.javascript.jscomp.Es6RewriteGeneratorsTest | From | To | |
Extract Method package getTemplateTypeOfGenerator(typeRegistry JSTypeRegistry, generator JSType) : JSType extracted from private getTemplateTypeOfGenerator(generator JSType) : JSType in class com.google.javascript.jscomp.TypeCheck | From | To |