47572a6a79d4309b76e92b459efbb851c1a0767a
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private normalizeClassType(type JSType) : JSType renamed to private instanceTypeFor(type JSType) : ObjectType in class com.google.javascript.jscomp.CheckAccessControls | From | To | |
Rename Variable | 1 | ||
Rename Variable owner : FunctionType to ctorType : FunctionType in method private instanceTypeFor(type JSType) : ObjectType in class com.google.javascript.jscomp.CheckAccessControls | From | To | |
Inline Method | 2 | ||
Inline Method private normalizePrototypeObject(type ObjectType) : ObjectType inlined to private instanceTypeFor(type JSType) : ObjectType in class com.google.javascript.jscomp.CheckAccessControls | From | To | |
Change Return Type | 1 | ||
Change Return Type JSType to ObjectType in method private instanceTypeFor(type JSType) : ObjectType in class com.google.javascript.jscomp.CheckAccessControls | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type currentClassStack : Deque<JSType> to currentClassStack : Deque<ObjectType> in class com.google.javascript.jscomp.CheckAccessControls | From | To |