8f7e428ac761d7a07cf2fbdde1c7d3f5b141ab57
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public createFromTypeNodes(n Node, sourceName String, scope StaticTypedScope<JSType>) : JSType renamed to public createTypeFromCommentNode(n Node, sourceName String, scope StaticTypedScope<? extends TypeI>) : JSType in class com.google.javascript.rhino.jstype.JSTypeRegistry | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type scope : StaticTypedScope<JSType> to scope : StaticTypedScope<? extends TypeI> in method public createTypeFromCommentNode(n Node, sourceName String, scope StaticTypedScope<? extends TypeI>) : JSType in class com.google.javascript.rhino.jstype.JSTypeRegistry | From | To | |
Change Parameter Type registry : JSTypeRegistry to registry : TypeIRegistry in method public evaluate(scope StaticTypedScope<JSType>, registry TypeIRegistry) : JSType in class com.google.javascript.rhino.JSTypeExpression | From | To | |
Change Variable Type | 3 | ||
Change Variable Type registry : JSTypeRegistry to registry : TypeIRegistry in method private checkConformance(t NodeTraversal, n Node, prop Property) : ConformanceResult in class com.google.javascript.jscomp.ConformanceRules.BannedProperty | From | To | |
Change Variable Type registry : JSTypeRegistry to registry : TypeIRegistry in method public visit(t NodeTraversal, n Node, p Node) : void in class com.google.javascript.jscomp.ImplicitNullabilityCheck | From | To | |
Change Variable Type registry : JSTypeRegistry to registry : TypeIRegistry in method private checkConformance(t NodeTraversal, n Node, r Restriction, isCallInvocation boolean) : ConformanceResult in class com.google.javascript.jscomp.ConformanceRules.RestrictedMethodCall | From | To |