83977f96e1db6e3cbc8da943e77b9dd98a7b7b13
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable rt : BQRuntime to runtime : BQRuntime in method public exec() : CommandOutcome in class io.bootique.Bootique | From | To | |
Extract Method | 2 | ||
Extract Method public failed(exitCode int, message String, th Throwable) : CommandOutcome extracted from public failed(exitCode int, cause Throwable) : CommandOutcome in class io.bootique.command.CommandOutcome | From | To | |
Extract Method public failed(exitCode int, message String, th Throwable) : CommandOutcome extracted from public failed(exitCode int, message String) : CommandOutcome in class io.bootique.command.CommandOutcome | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public run() : CommandOutcome extracted from public exec() : CommandOutcome in class io.bootique.Bootique & moved to class io.bootique.BQRuntime | From | To | |
Rename Parameter | 1 | ||
Rename Parameter shutdownHook : AutoCloseable to shutdownListener : AutoCloseable in method public addShutdownHook(shutdownListener AutoCloseable) : void in class io.bootique.shutdown.ShutdownManager | From | To |