107454797daf57979d8f8438d4fb8205fb411a9f
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method package checkLocalityOfMarkedCalls(source String, expected List<String>) : void renamed to package assertUnescapedReturnCallsMarked(source String, expected List<String>) : void in class com.google.javascript.jscomp.PureFunctionIdentifierTest | From | To | |
Rename Variable | 2 | ||
Rename Variable fReturnsLocal : List<String> to fReturnsUnescaped : List<String> in method public testResultLocalitySimple() : void in class com.google.javascript.jscomp.PureFunctionIdentifierTest | From | To | |
Rename Variable fReturnsNonLocal : List<String> to fReturnsEscaped : List<String> in method public testResultLocalitySimple() : void in class com.google.javascript.jscomp.PureFunctionIdentifierTest | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type noSideEffectCalls : List<String> to noSideEffectCalls : List<Node> in class com.google.javascript.jscomp.PureFunctionIdentifierTest | From | To | |
Change Attribute Type localResultCalls : List<String> to localResultCalls : List<Node> in class com.google.javascript.jscomp.PureFunctionIdentifierTest | From | To |