dd936ec9b1e8be5a475d6b99010eec776d88b589
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public getParentScope() : TypedScope renamed to public typed() : TypedScope in class com.google.javascript.jscomp.TypedScope | From | To | |
| Move Method | 1 | ||
| Move Method public getDepth() : int from class com.google.javascript.jscomp.AbstractScope to public getDepth() : int from class com.google.javascript.jscomp.Scope.Simple | From | To | |
| Change Return Type | 3 | ||
| Change Return Type Iterable<? extends V> to Iterable<V> in method public getAllAccessibleVariables() : Iterable<V> in class com.google.javascript.jscomp.AbstractScope | From | To | |
| Change Return Type Iterable<? extends V> to Iterable<V> in method public getAllSymbols() : Iterable<V> in class com.google.javascript.jscomp.AbstractScope | From | To | |
| Change Return Type Iterable<? extends V> to Iterable<V> in method public getVarIterable() : Iterable<V> in class com.google.javascript.jscomp.AbstractScope | From | To | |
| Move Attribute | 1 | ||
| Move Attribute package depth : int from class com.google.javascript.jscomp.AbstractScope to package depth : int from class com.google.javascript.jscomp.Scope.Simple | From | To | |
| Extract Class | 1 | ||
| Extract Class com.google.javascript.jscomp.Scope.Simple from class com.google.javascript.jscomp.AbstractScope | From | To | |
| Extract And Move Method | 1 | ||
| Extract And Move Method package clearVarsInternal() : void extracted from package refresh(compiler AbstractCompiler, newParent PersistentScope) : void in class com.google.javascript.jscomp.IncrementalScopeCreator.PersistentLocalScope & moved to class com.google.javascript.jscomp.AbstractScope | From | To |