6b2d7b218c0e465346070c39ae912f1fb263cf26
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Method | 1 | ||
Move Method private isLocalValueType(jstype JSType) : boolean from class com.google.javascript.jscomp.PureFunctionIdentifier.FunctionAnalyzer to private isLocalValueType(jstype JSType, compiler AbstractCompiler) : boolean from class com.google.javascript.jscomp.PureFunctionIdentifier | From | To | |
Rename Variable | 2 | ||
Rename Variable entry : Map.Entry<Node,FunctionInformation> to call : Node in method package getDebugReport() : String in class com.google.javascript.jscomp.PureFunctionIdentifier | From | To | |
Rename Variable entry : Map.Entry<Node,FunctionInformation> to comp : Node in method package getDebugReport() : String in class com.google.javascript.jscomp.PureFunctionIdentifier | From | To | |
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute representativeNodes : Map<String,FunctionInformation> to functionInfoByName : Map<String,FunctionInformation> in method private getSideEffectsForCall(call Node) : List<FunctionInformation> in class com.google.javascript.jscomp.PureFunctionIdentifier | From | To | |
Change Variable Type | 2 | ||
Change Variable Type entry : Map.Entry<Node,FunctionInformation> to comp : Node in method package getDebugReport() : String in class com.google.javascript.jscomp.PureFunctionIdentifier | From | To | |
Change Variable Type entry : Map.Entry<Node,FunctionInformation> to call : Node in method package getDebugReport() : String in class com.google.javascript.jscomp.PureFunctionIdentifier | From | To | |
Extract Method | 1 | ||
Extract Method public updateSideEffectsForNode(sideEffectInfo FunctionInformation, traversal NodeTraversal, node Node, enclosingFunction Node) : void extracted from public visit(traversal NodeTraversal, node Node, parent Node) : void in class com.google.javascript.jscomp.PureFunctionIdentifier.FunctionAnalyzer | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type functionSideEffectMap : Map<Node,FunctionInformation> to functionSideEffectMap : Multimap<Node,FunctionInformation> in class com.google.javascript.jscomp.PureFunctionIdentifier | From | To |