b4b20ae61fc68a786315c67a9f1443556075479a
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 1 | ||
Pull Up Method public getBuiltinExterns(options CompilerOptions) : List<SourceFile> from class com.google.javascript.jscomp.CommandLineRunner to public getBuiltinExterns(options CompilerOptions) : List<SourceFile> from class com.google.javascript.jscomp.AbstractCommandLineRunner | From | To | |
Pull Up Attribute | 2 | ||
Pull Up Attribute private BUILTIN_LANG_EXTERNS : List<String> from class com.google.javascript.jscomp.CommandLineRunner to private BUILTIN_LANG_EXTERNS : List<String> from class com.google.javascript.jscomp.AbstractCommandLineRunner | From | To | |
Pull Up Attribute private BUILTIN_EXTERN_DEP_ORDER : List<String> from class com.google.javascript.jscomp.CommandLineRunner to private BUILTIN_EXTERN_DEP_ORDER : List<String> from class com.google.javascript.jscomp.AbstractCommandLineRunner | From | To |