7a55a596745b477069161b64991c9bc20d5f4dd4
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public testCreateRuntime_Streams_Trace() : void renamed to public testStart_Streams_Trace() : void in class io.bootique.test.junit.BQDaemonTestFactoryIT | From | To | |
| Rename Method public testCreateRuntime_Streams_NoTrace() : void renamed to public testStart_Streams_NoTrace() : void in class io.bootique.test.junit.BQDaemonTestFactoryIT | From | To | |
| Rename Variable | 1 | ||
| Rename Variable success : boolean to outcome : CommandOutcome in method protected checkStartupSucceeded(timeout long, unit TimeUnit) : void in class io.bootique.test.junit.BQRuntimeDaemon | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type success : boolean to outcome : CommandOutcome in method protected checkStartupSucceeded(timeout long, unit TimeUnit) : void in class io.bootique.test.junit.BQRuntimeDaemon | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type outcome : Optional<CommandOutcome> to outcome : CommandOutcome in class io.bootique.test.junit.BQRuntimeDaemon | From | To |