83c99457c699c4fc63f02d0e8c21f7b7b7e5b30b
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Attribute | 4 | ||
Move Attribute private COMPILER_STACK_SIZE : long from class com.google.javascript.jscomp.Compiler to private COMPILER_STACK_SIZE : long from class com.google.javascript.jscomp.CompilerExecutor | From | To | |
Move Attribute private timeout : int from class com.google.javascript.jscomp.Compiler to private timeout : int from class com.google.javascript.jscomp.CompilerExecutor | From | To | |
Move Attribute private compilerThread : Thread from class com.google.javascript.jscomp.Compiler to private compilerThread : Thread from class com.google.javascript.jscomp.CompilerExecutor | From | To | |
Move Attribute private useThreads : boolean from class com.google.javascript.jscomp.Compiler to private useThreads : boolean from class com.google.javascript.jscomp.CompilerExecutor | From | To | |
Extract Class | 1 | ||
Extract Class com.google.javascript.jscomp.CompilerExecutor from class com.google.javascript.jscomp.Compiler | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type compilerExecutor : ExecutorService to compilerExecutor : CompilerExecutor in class com.google.javascript.jscomp.Compiler | From | To |