b85923365aa8571db47ac09a27c1adddb0d299a2
Files Diff
- Added: 50
- Removed: 50
- Renamed: 0
- Modified: 7
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private getDefaultExterns() : List<SourceFile> renamed to private getBuiltinExterns(options CompilerOptions) : List<SourceFile> in class com.google.javascript.jscomp.ant.CompileTask | From | To | |
| Rename Variable | 1 | ||
| Rename Variable defaultExterns : List<SourceFile> to builtinExterns : List<SourceFile> in method protected createExterns(options CompilerOptions) : List<SourceFile> in class com.google.javascript.jscomp.CommandLineRunner | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute DEFAULT_EXTERNS_NAMES : List<String> to BUILTIN_LANG_EXTERNS : List<String> in class com.google.javascript.jscomp.CommandLineRunner | From | To | |
| Extract Method | 1 | ||
| Extract Method public getBuiltinExterns(options CompilerOptions) : List<SourceFile> extracted from public getDefaultExterns() : List<SourceFile> in class com.google.javascript.jscomp.CommandLineRunner | From | To |