54097a75674338955cb64e9ff729623a3324630a
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 15
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method private includeAssertionFunction(fnName String, returnType JSType) : void renamed to private includeGoogAssertionFn(fnName String, returnType JSType) : void in class com.google.javascript.jscomp.TypeInferenceTest | From | To | |
Rename Method public testAssert10() : void renamed to public testPrimitiveAssertTruthy_narrowsNullableObjectToObject() : void in class com.google.javascript.jscomp.TypeInferenceTest | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type assertionFunctionsMap : Map<String,AssertionFunctionSpec> to assertionFunctionLookup : AssertionFunctionLookup in method package TypeInference(compiler AbstractCompiler, cfg ControlFlowGraph<Node>, reverseInterpreter ReverseAbstractInterpreter, syntacticScope TypedScope, scopeCreator TypedScopeCreator, assertionFunctionLookup AssertionFunctionLookup) in class com.google.javascript.jscomp.TypeInference | From | To | |
Change Return Type | 1 | ||
Change Return Type Collection<AssertionFunctionSpec> to ImmutableSet<AssertionFunctionSpec> in method public getAssertionFunctions() : ImmutableSet<AssertionFunctionSpec> in class com.google.javascript.jscomp.CodingConventions.DefaultCodingConvention | From | To | |
Rename Attribute | 2 | ||
Rename Attribute assertionFunctionsMap : Map<String,AssertionFunctionSpec> to assertionFunctionLookup : AssertionFunctionLookup in class com.google.javascript.jscomp.TypeInferencePass | From | To | |
Rename Attribute assertionFunctionsMap : Map<String,AssertionFunctionSpec> to assertionFunctionLookup : AssertionFunctionLookup in class com.google.javascript.jscomp.TypeInference | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type assertionFunctionsMap : Map<String,AssertionFunctionSpec> to assertionFunctionLookup : AssertionFunctionLookup in class com.google.javascript.jscomp.TypeInferencePass | From | To | |
Change Attribute Type assertionFunctionsMap : Map<String,AssertionFunctionSpec> to assertionFunctionLookup : AssertionFunctionLookup in class com.google.javascript.jscomp.TypeInference | From | To | |
Change Attribute Type ASSERTION_FUNCTION_MAP : Map<String,AssertionFunctionSpec> to ASSERTION_FUNCTION_MAP : AssertionFunctionLookup in class com.google.javascript.jscomp.TypeInferenceTest | From | To | |
Rename Parameter | 1 | ||
Rename Parameter assertionFunctionsMap : Map<String,AssertionFunctionSpec> to assertionFunctionLookup : AssertionFunctionLookup in method package TypeInference(compiler AbstractCompiler, cfg ControlFlowGraph<Node>, reverseInterpreter ReverseAbstractInterpreter, syntacticScope TypedScope, scopeCreator TypedScopeCreator, assertionFunctionLookup AssertionFunctionLookup) in class com.google.javascript.jscomp.TypeInference | From | To |