7b6038abea08791c5c69c0716cca2fe40688d20c
Files Diff
- Added: 5
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public isReady_does_not_return_true_until_ComputeEngine_startup_returns() : void renamed to public isUp_does_not_return_true_until_ComputeEngine_startup_returns() : void in class org.sonar.ce.app.CeServerTest | From | To | |
Rename Method public isReady_returns_true_when_ComputeEngine_startup_throws_any_Exception_or_Error() : void renamed to public isUp_returns_true_when_ComputeEngine_startup_throws_any_Exception_or_Error() : void in class org.sonar.ce.app.CeServerTest | From | To | |
Rename Method public isReady_throws_ISE_when_called_before_start() : void renamed to public isUp_throws_ISE_when_called_before_start() : void in class org.sonar.ce.app.CeServerTest | From | To | |
Extract Variable | 1 | ||
Extract Variable temporaryFolderIn : File in method public start() : void from class org.sonar.server.tester.ServerTester | From | To | |
Extract Method | 6 | ||
Extract Method private createProps() : Props extracted from public test_initial_state() : void in class org.sonar.process.ProcessEntryPointTest | From | To | |
Extract Method private createProps() : Props extracted from public launch_then_request_graceful_stop() : void in class org.sonar.process.ProcessEntryPointTest | From | To | |
Extract Method private createProps() : Props extracted from public terminate_if_startup_error() : void in class org.sonar.process.ProcessEntryPointTest | From | To | |
Extract Method private createProps() : Props extracted from public terminate_if_unexpected_shutdown() : void in class org.sonar.process.ProcessEntryPointTest | From | To | |
Extract Method private createProps() : Props extracted from public fail_to_launch_multiple_times() : void in class org.sonar.process.ProcessEntryPointTest | From | To | |
Extract Method private getSharedDir(props Props) : File extracted from public createForArguments(args String[]) : ProcessEntryPoint in class org.sonar.process.ProcessEntryPoint | From | To |