b33c75deb08512982a7ede82770f74bf992193b1
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 3 | ||
Change Parameter Type driver : Optional<ExecutorDriver> to driver : ExecutorDriver in method private startExitChecker(driver ExecutorDriver, waitTimeMillis long) : Future in class com.hubspot.singularity.executor.SingularityExecutorMonitor | From | To | |
Change Parameter Type driver : Optional<ExecutorDriver> to driver : ExecutorDriver in method public shutdown(driver ExecutorDriver) : void in class com.hubspot.singularity.executor.SingularityExecutorMonitor | From | To | |
Change Parameter Type driver : Optional<ExecutorDriver> to driver : ExecutorDriver in method private checkForExit(driver ExecutorDriver, waitMillis long) : void in class com.hubspot.singularity.executor.SingularityExecutorMonitor | From | To | |
Extract Method | 1 | ||
Extract Method public start(driver ExecutorDriver) : void extracted from public SingularityExecutorMonitor(alreadyShutDown AtomicBoolean, logging SingularityExecutorLogging, executorUtils ExecutorUtils, processKiller SingularityExecutorProcessKiller, threadChecker SingularityExecutorThreadChecker, configuration SingularityExecutorConfiguration) in class com.hubspot.singularity.executor.SingularityExecutorMonitor | From | To |