c060f2b79da5adf1c6c3b3c94d80c711224a53c7
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 JSType> to types : Iterable<? extends TypeI> in method private containsType(types Iterable<? extends TypeI>, type JSType) : boolean in class com.google.javascript.rhino.jstype.JSTypeTest | From | To | |
Change Return Type | 4 | ||
Change Return Type List<? extends FunctionTypeI> to Collection<FunctionTypeI> in method public getSubTypes() : Collection<FunctionTypeI> in class com.google.javascript.rhino.FunctionTypeI | From | To | |
Change Return Type Collection<FunctionType> to Collection<FunctionTypeI> in method public getDirectImplementors(interfaceInstance ObjectType) : Collection<FunctionTypeI> in class com.google.javascript.rhino.jstype.JSTypeRegistry | From | To | |
Change Return Type List<? extends FunctionTypeI> to Collection<FunctionTypeI> in method public getSubTypes() : Collection<FunctionTypeI> in class com.google.javascript.jscomp.newtypes.JSType | From | To | |
Change Return Type List<FunctionType> to Collection<FunctionTypeI> in method public getSubTypes() : Collection<FunctionTypeI> in class com.google.javascript.rhino.jstype.FunctionType | From | To | |
Extract Variable | 2 | ||
Extract Variable constructor : FunctionTypeI in method private getTypeAlternatives(type TypeI) : Iterable<? extends TypeI> from class com.google.javascript.jscomp.DisambiguateProperties | From | To | |
Extract Variable subType : FunctionType in method package resolveInternal(t ErrorReporter, scope StaticTypedScope<JSType>) : JSType from class com.google.javascript.rhino.jstype.FunctionType | From | To | |
Change Variable Type | 4 | ||
Change Variable Type subtypes : List<FunctionType> to subtypes : List<FunctionTypeI> in method public testExternSubTypes() : void in class com.google.javascript.jscomp.FunctionTypeBuilderTest | From | To | |
Change Variable Type type : FunctionType to type : FunctionTypeI in method public testExternSubTypes() : void in class com.google.javascript.jscomp.FunctionTypeBuilderTest | From | To | |
Change Variable Type alt : JSType to alt : TypeI in method private containsType(types Iterable<? extends TypeI>, type JSType) : boolean in class com.google.javascript.rhino.jstype.JSTypeTest | From | To | |
Change Variable Type subType : FunctionType to subType : FunctionTypeI 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<FunctionType> to subTypes : List<FunctionTypeI> in class com.google.javascript.rhino.jstype.FunctionType | From | To | |
Change Attribute Type interfaceToImplementors : Multimap<String,FunctionType> to interfaceToImplementors : Multimap<String,FunctionTypeI> in class com.google.javascript.rhino.jstype.JSTypeRegistry | From | To |