aa985117d37bd700719002eae9bfe7d8e580e9a5
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 3 | ||
| Rename Method public testBlacklistedAlias_constructor() : void renamed to public testAndOperator1() : void in class com.google.javascript.jscomp.PureFunctionIdentifierTest | From | To | |
| Rename Method public testBlacklistedAlias_apply() : void renamed to public testOrOperators4() : void in class com.google.javascript.jscomp.PureFunctionIdentifierTest | From | To | |
| Rename Method public testBlacklistedAlias_call() : void renamed to public testOrOperator3() : void in class com.google.javascript.jscomp.PureFunctionIdentifierTest | From | To | |
| Change Parameter Type | 2 | ||
| Change Parameter Type graph : DiGraph<AmbiguatedFunctionSummary,SideEffectPropagation> to graph : DiGraph<AmbiguatedFunctionSummary,CallSitePropagationInfo> in method private AmbiguatedFunctionSummary(graph DiGraph<AmbiguatedFunctionSummary,CallSitePropagationInfo>, name String) in class com.google.javascript.jscomp.PureFunctionIdentifier.AmbiguatedFunctionSummary | From | To | |
| Change Parameter Type graph : DiGraph<AmbiguatedFunctionSummary,SideEffectPropagation> to graph : DiGraph<AmbiguatedFunctionSummary,CallSitePropagationInfo> in method package createInGraph(graph DiGraph<AmbiguatedFunctionSummary,CallSitePropagationInfo>, name String) : AmbiguatedFunctionSummary in class com.google.javascript.jscomp.PureFunctionIdentifier.AmbiguatedFunctionSummary | From | To | |
| Rename Variable | 2 | ||
| Rename Variable callees : ImmutableList<Node> to expanded : ImmutableList<Node> in method private getSummariesForCallee(invocation Node) : List<AmbiguatedFunctionSummary> in class com.google.javascript.jscomp.PureFunctionIdentifier | From | To | |
| Rename Variable summariesForFunction : Collection<AmbiguatedFunctionSummary> to info : AmbiguatedFunctionSummary in method private getSummariesForCallee(invocation Node) : List<AmbiguatedFunctionSummary> in class com.google.javascript.jscomp.PureFunctionIdentifier | From | To | |
| Change Return Type | 6 | ||
| Change Return Type AmbiguatedFunctionSummary to void in method package setMutatesThis() : void in class com.google.javascript.jscomp.PureFunctionIdentifier.AmbiguatedFunctionSummary | From | To | |
| Change Return Type AmbiguatedFunctionSummary to void in method package setMutatesGlobalState() : void in class com.google.javascript.jscomp.PureFunctionIdentifier.AmbiguatedFunctionSummary | From | To | |
| Change Return Type AmbiguatedFunctionSummary to void in method package setEscapedReturn() : void in class com.google.javascript.jscomp.PureFunctionIdentifier.AmbiguatedFunctionSummary | From | To | |
| Change Return Type AmbiguatedFunctionSummary to void in method package setFunctionThrows() : void in class com.google.javascript.jscomp.PureFunctionIdentifier.AmbiguatedFunctionSummary | From | To | |
| Change Return Type AmbiguatedFunctionSummary to void in method package setMutatesArguments() : void in class com.google.javascript.jscomp.PureFunctionIdentifier.AmbiguatedFunctionSummary | From | To | |
| Change Return Type AmbiguatedFunctionSummary to void in method private setMask(mask int) : void in class com.google.javascript.jscomp.PureFunctionIdentifier.AmbiguatedFunctionSummary | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type summariesForFunction : Collection<AmbiguatedFunctionSummary> to info : AmbiguatedFunctionSummary in method private getSummariesForCallee(invocation Node) : List<AmbiguatedFunctionSummary> in class com.google.javascript.jscomp.PureFunctionIdentifier | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type graphNode : DiGraphNode<AmbiguatedFunctionSummary,SideEffectPropagation> to graphNode : DiGraphNode<AmbiguatedFunctionSummary,CallSitePropagationInfo> in class com.google.javascript.jscomp.PureFunctionIdentifier.AmbiguatedFunctionSummary | From | To | |
| Change Attribute Type reverseCallGraph : LinkedDirectedGraph<AmbiguatedFunctionSummary,SideEffectPropagation> to reverseCallGraph : LinkedDirectedGraph<AmbiguatedFunctionSummary,CallSitePropagationInfo> in class com.google.javascript.jscomp.PureFunctionIdentifier | From | To |