bb183bda986cbf67f8f852f6d543d4d3b538cf88
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 27
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private treatThisTypesAsCovariant(other FunctionType, implicitImplCache ImplCache) : boolean renamed to private shouldTreatThisTypesAsCovariant(other FunctionType, implicitImplCache ImplCache) : boolean in class com.google.javascript.rhino.jstype.FunctionType | From | To | |
Move And Rename Method | 2 | ||
Move And Rename Method public normalizeObjectForCheckAccessControls() : ObjectType from class com.google.javascript.rhino.jstype.ObjectType to private normalizePrototypeObject(type ObjectType) : ObjectType from class com.google.javascript.jscomp.CheckAccessControls | From | To | |
Move And Rename Method public build() : FunctionType from class com.google.javascript.rhino.jstype.FunctionType.FunctionBuilderImpl to public forgetParameterAndReturnTypes() : FunctionType from class com.google.javascript.rhino.jstype.FunctionType | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type cache : HashSet<FunctionType> to cache : Set<FunctionType> in method private checkExtendsLoop(cache Set<FunctionType>, path List<FunctionType>) : List<FunctionType> in class com.google.javascript.rhino.jstype.FunctionType | From | To | |
Move Method | 2 | ||
Move Method public containsArray() : boolean from class com.google.javascript.rhino.jstype.JSType to private containsArray(type JSType) : boolean from class com.google.javascript.jscomp.lint.CheckArrayWithGoogObject | From | To | |
Move Method public convertMethodToFunction() : JSType from class com.google.javascript.rhino.jstype.FunctionType to private convertMethodToFunction(method FunctionType) : JSType from class com.google.javascript.jscomp.DevirtualizePrototypeMethods | From | To | |
Rename Variable | 1 | ||
Rename Variable treatThisTypesAsCovariant : boolean to shouldTreatThisTypesAsCovariant : boolean in method private shouldTreatThisTypesAsCovariant(other FunctionType, implicitImplCache ImplCache) : boolean in class com.google.javascript.rhino.jstype.FunctionType | From | To |