4262859498e7c030f1e6bc52f8bd820e15060f18
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public getImplicitStructuralInterfaceUses() : Iterable<TypeMismatch> renamed to public getImplicitInterfaceUses() : Iterable<TypeMismatch> in class com.google.javascript.jscomp.TypeValidator | From | To | |
Rename Method public testStructuralTypingWithDisambiguatePropertyRenaming1_4() : void renamed to public testDisambiguatePropertiesClassCastedToUnrelatedInterface() : void in class com.google.javascript.jscomp.DisambiguatePropertiesTest | From | To | |
Rename Attribute | 1 | ||
Rename Attribute implicitStructuralInterfaceUses : List<TypeMismatch> to implicitInterfaceUses : List<TypeMismatch> in class com.google.javascript.jscomp.TypeValidator | From | To | |
Rename Parameter | 2 | ||
Rename Parameter type : JSType to sourceType : JSType in method package expectCanCast(t NodeTraversal, n Node, targetType JSType, sourceType JSType) : void in class com.google.javascript.jscomp.TypeValidator | From | To | |
Rename Parameter castType : JSType to targetType : JSType in method package expectCanCast(t NodeTraversal, n Node, targetType JSType, sourceType JSType) : void in class com.google.javascript.jscomp.TypeValidator | From | To |