62d229a82235660214de930e8377126b41e38d62
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type types : Iterable<? extends TypeI> to types : Iterable<? extends JSType> in method private containsType(types Iterable<? extends JSType>, type JSType) : boolean in class com.google.javascript.rhino.jstype.JSTypeTest | From | To | |
Change Return Type | 4 | ||
Change Return Type Collection<FunctionTypeI> to List<? extends FunctionTypeI> in method public getSubTypes() : List<? extends FunctionTypeI> in class com.google.javascript.jscomp.newtypes.JSType | From | To | |
Change Return Type Collection<FunctionTypeI> to List<? extends FunctionTypeI> in method public getSubTypes() : List<? extends FunctionTypeI> in class com.google.javascript.rhino.FunctionTypeI | From | To | |
Change Return Type Collection<FunctionTypeI> to Collection<FunctionType> in method public getDirectImplementors(interfaceInstance ObjectType) : Collection<FunctionType> in class com.google.javascript.rhino.jstype.JSTypeRegistry | From | To | |
Change Return Type Collection<FunctionTypeI> to List<FunctionType> in method public getSubTypes() : List<FunctionType> in class com.google.javascript.rhino.jstype.FunctionType | From | To | |
Change Variable Type | 4 | ||
Change Variable Type subtypes : List<FunctionTypeI> to subtypes : List<FunctionType> in method public testExternSubTypes() : void in class com.google.javascript.jscomp.FunctionTypeBuilderTest | From | To | |
Change Variable Type alt : TypeI to alt : JSType in method private containsType(types Iterable<? extends JSType>, type JSType) : boolean in class com.google.javascript.rhino.jstype.JSTypeTest | From | To | |
Change Variable Type type : FunctionTypeI to type : FunctionType in method public testExternSubTypes() : void in class com.google.javascript.jscomp.FunctionTypeBuilderTest | From | To | |
Change Variable Type subType : FunctionTypeI to subType : FunctionType in method private computeRelatedTypes(type JSType) : void in class com.google.javascript.jscomp.AmbiguateProperties | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type subTypes : List<FunctionTypeI> to subTypes : List<FunctionType> in class com.google.javascript.rhino.jstype.FunctionType | From | To | |
Change Attribute Type interfaceToImplementors : Multimap<String,FunctionTypeI> to interfaceToImplementors : Multimap<String,FunctionType> in class com.google.javascript.rhino.jstype.JSTypeRegistry | From | To | |
Inline Variable | 2 | ||
Inline Variable constructor : FunctionTypeI in method private getTypeAlternatives(type TypeI) : Iterable<? extends TypeI> from class com.google.javascript.jscomp.DisambiguateProperties | From | To | |
Inline Variable subType : FunctionType in method package resolveInternal(t ErrorReporter, scope StaticTypedScope<JSType>) : JSType from class com.google.javascript.rhino.jstype.FunctionType | From | To |