0d5a2cdf0ef9680999fa2bd15effd1a76c043bde
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 2 | ||
Rename Variable propTypesToProcess : Multimap<String,JSType> to superPropTypes : Multimap<String,JSType> in method private checkAndFreezeNominalType(rawType RawNominalType) : void in class com.google.javascript.jscomp.GlobalTypeInfoCollector | From | To | |
Rename Variable propMethodTypesToProcess : Multimap<String,DeclaredFunctionType> to superMethodTypes : Multimap<String,DeclaredFunctionType> in method private checkAndFreezeNominalType(rawType RawNominalType) : void in class com.google.javascript.jscomp.GlobalTypeInfoCollector | From | To | |
Rename Attribute | 1 | ||
Rename Attribute SUPER_INTERFACES_HAVE_INCOMPATIBLE_PROPERTIES : DiagnosticType to ANCESTOR_TYPES_HAVE_INCOMPATIBLE_PROPERTIES : DiagnosticType in class com.google.javascript.jscomp.GlobalTypeInfoCollector | From | To | |
Extract Method | 1 | ||
Extract Method private getPropDefsFromType(nt NominalType, pname String) : ImmutableCollection<PropertyDef> extracted from private checkSuperProperty(current RawNominalType, superType NominalType, pname String, propMethodTypesToProcess Multimap<String,DeclaredFunctionType>, propTypesToProcess Multimap<String,JSType>) : void in class com.google.javascript.jscomp.GlobalTypeInfoCollector | From | To | |
Rename Parameter | 3 | ||
Rename Parameter propMethodTypesToProcess : Multimap<String,DeclaredFunctionType> to superMethodTypes : Multimap<String,DeclaredFunctionType> in method private checkSuperProperty(current RawNominalType, superType NominalType, pname String, superMethodTypes Multimap<String,DeclaredFunctionType>, superPropTypes Multimap<String,JSType>) : void in class com.google.javascript.jscomp.GlobalTypeInfoCollector | From | To | |
Rename Parameter superType : NominalType to nt : NominalType in method private getPropDefsFromType(nt NominalType, pname String) : ImmutableCollection<PropertyDef> in class com.google.javascript.jscomp.GlobalTypeInfoCollector | From | To | |
Rename Parameter propTypesToProcess : Multimap<String,JSType> to superPropTypes : Multimap<String,JSType> in method private checkSuperProperty(current RawNominalType, superType NominalType, pname String, superMethodTypes Multimap<String,DeclaredFunctionType>, superPropTypes Multimap<String,JSType>) : void in class com.google.javascript.jscomp.GlobalTypeInfoCollector | From | To |