5deb0c20c035fe834a7dbc681e0756418a44104e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 5 | ||
| Rename Variable rnt : RawNominalType to decl : Declaration in method private getDeclaration(name String) : Declaration in class com.google.javascript.jscomp.GlobalTypeInfo.Scope | From | To | |
| Rename Variable name : String to decl : Declaration in method private getNominalType(qname QualifiedName) : RawNominalType in class com.google.javascript.jscomp.GlobalTypeInfo.Scope | From | To | |
| Rename Variable s : Scope to decl : Declaration in method private getScopeHelper(fnName String) : Scope in class com.google.javascript.jscomp.GlobalTypeInfo.Scope | From | To | |
| Rename Variable ns : Namespace to decl : Declaration in method private getDeclaration(name String) : Declaration in class com.google.javascript.jscomp.GlobalTypeInfo.Scope | From | To | |
| Rename Variable ns : Namespace to decl : Declaration in method private getNamespace(name String) : Namespace in class com.google.javascript.jscomp.GlobalTypeInfo.Scope | From | To | |
| Change Variable Type | 5 | ||
| Change Variable Type ns : Namespace to decl : Declaration in method private getNamespace(name String) : Namespace in class com.google.javascript.jscomp.GlobalTypeInfo.Scope | From | To | |
| Change Variable Type rnt : RawNominalType to decl : Declaration in method private getDeclaration(name String) : Declaration in class com.google.javascript.jscomp.GlobalTypeInfo.Scope | From | To | |
| Change Variable Type s : Scope to decl : Declaration in method private getScopeHelper(fnName String) : Scope in class com.google.javascript.jscomp.GlobalTypeInfo.Scope | From | To | |
| Change Variable Type name : String to decl : Declaration in method private getNominalType(qname QualifiedName) : RawNominalType in class com.google.javascript.jscomp.GlobalTypeInfo.Scope | From | To | |
| Change Variable Type ns : Namespace to decl : Declaration in method private getDeclaration(name String) : Declaration in class com.google.javascript.jscomp.GlobalTypeInfo.Scope | From | To | |
| Extract Method | 3 | ||
| Extract Method private getDeclaration(name String) : Declaration extracted from private getNamespace(name String) : Namespace in class com.google.javascript.jscomp.GlobalTypeInfo.Scope | From | To | |
| Extract Method private getDeclaration(name String) : Declaration extracted from private getNominalType(qname QualifiedName) : RawNominalType in class com.google.javascript.jscomp.GlobalTypeInfo.Scope | From | To | |
| Extract Method private getLocalDeclaration(name String) : Declaration extracted from public getDeclaredTypeOf(name String) : JSType in class com.google.javascript.jscomp.GlobalTypeInfo.Scope | From | To |