c7477a76033bf490957e999c09cd7cf2abc11c60
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 17
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type registry : JSTypeRegistry to registry : TypeIRegistry in method package TypedCodeGenerator(consumer CodeConsumer, options CompilerOptions, registry TypeIRegistry) in class com.google.javascript.jscomp.TypedCodeGenerator | From | To | |
Change Parameter Type registry : JSTypeRegistry to registry : TypeIRegistry in method public setTypeRegistry(registry TypeIRegistry) : Builder in class com.google.javascript.jscomp.CodePrinter.Builder | From | To | |
Change Return Type | 5 | ||
Change Return Type JSType to TypeI in method public getTypeOfThis() : TypeI in class com.google.javascript.jscomp.GlobalNamespace | From | To | |
Change Return Type StaticTypedSlot<JSType> to StaticTypedSlot<TypeI> in method public getSymbol() : StaticTypedSlot<TypeI> in class com.google.javascript.jscomp.GlobalNamespace.Ref | From | To | |
Change Return Type JSType to TypeI in method public getType() : TypeI in class com.google.javascript.jscomp.GlobalNamespace.Name | From | To | |
Change Return Type StaticTypedScope<JSType> to StaticTypedScope<TypeI> in method public getScope(slot Name) : StaticTypedScope<TypeI> in class com.google.javascript.jscomp.GlobalNamespace | From | To | |
Change Return Type StaticTypedScope<JSType> to StaticTypedScope<TypeI> in method public getParentScope() : StaticTypedScope<TypeI> in class com.google.javascript.jscomp.GlobalNamespace | From | To | |
Change Variable Type | 1 | ||
Change Variable Type registry : JSTypeRegistry to registry : TypeIRegistry in method private buildInvalidatingTypeSet() : void in class com.google.javascript.jscomp.InlineProperties | From | To | |
Change Attribute Type | 4 | ||
Change Attribute Type registry : JSTypeRegistry to registry : TypeIRegistry in class com.google.javascript.jscomp.TypedCodeGenerator | From | To | |
Change Attribute Type registry : JSTypeRegistry to registry : TypeIRegistry in class com.google.javascript.jscomp.CodePrinter.Builder | From | To | |
Change Attribute Type typeRegistry : JSTypeRegistry to typeRegistry : TypeIRegistry in class com.google.javascript.jscomp.CheckAccessControls | From | To | |
Change Attribute Type typeRegistry : JSTypeRegistry to typeRegistry : TypeIRegistry in class com.google.javascript.jscomp.CheckEventfulObjectDisposal | From | To |