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