74a8e02e7c9a9295ff57e79620dae39f0cd7888e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public testTemplateTypeForwardReference() : void renamed to public testTemplateTypeForwardReferenceFunction() : void in class com.google.javascript.jscomp.TypeCheckTest | From | To | |
Rename Attribute | 2 | ||
Rename Attribute templateScope : StaticTypedScope to scope : TypedScope in class com.google.javascript.jscomp.FunctionTypeBuilder | From | To | |
Rename Attribute enclosingScope : TypedScope to scope : TypedScope in class com.google.javascript.jscomp.FunctionTypeBuilder | From | To | |
Inline Variable | 1 | ||
Inline Variable templateScope : StaticTypedScope in method private getDeclaredTypeInAnnotation(node Node, info JSDocInfo) : JSType from class com.google.javascript.jscomp.TypedScopeCreator.AbstractScopeBuilder | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type templateScope : StaticTypedScope to scope : TypedScope in class com.google.javascript.jscomp.FunctionTypeBuilder | From | To |