ef72cd98a1dc1044e59021e3999857309902d718
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable res : boolean to updated : boolean in method public tryToMoveTo(to State) : boolean in class org.sonar.process.Lifecycle | From | To | |
Extract Method | 3 | ||
Extract Method private waitForOperational(process StandardProcess, commands ProcessCommands) : void extracted from public terminate_if_unexpected_shutdown() : void in class org.sonar.process.ProcessEntryPointTest | From | To | |
Extract Method private waitForOperational(process StandardProcess, commands ProcessCommands) : void extracted from public launch_then_request_hard_stop() : void in class org.sonar.process.ProcessEntryPointTest | From | To | |
Extract Method private waitForOperational(process StandardProcess, commands ProcessCommands) : void extracted from public launch_then_request_graceful_stop() : void in class org.sonar.process.ProcessEntryPointTest | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type state : State to state : AtomicReference<State> in class org.sonar.process.Lifecycle | From | To | |
Change Attribute Type state : State to state : AtomicReference<State> in class org.sonar.process.test.StandardProcess | From | To |