5cc6cebbac059f9cf95dd95b945f4d6ea2a111c3
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method protected awaitTermination(timeoutMs int) : int renamed to protected awaitReadersTermination(timeoutMs int) : void in class melnorme.utilbox.process.AbstractExternalProcessHelper | From | To | |
| Pull Up Attribute | 1 | ||
| Pull Up Attribute protected cancelMonitor : ICancelMonitor from class melnorme.utilbox.process.ExternalProcessHelper to protected cancelMonitor : ICancelMonitor from class melnorme.utilbox.process.AbstractExternalProcessHelper | From | To | |
| Change Return Type | 2 | ||
| Change Return Type int to void in method protected awaitReadersTermination(timeoutMs int) : void in class melnorme.utilbox.process.AbstractExternalProcessHelper | From | To | |
| Change Return Type RunnableFuture2<Result<ByteArrayOutputStreamExt,IOException>> to Future2<Result<ByteArrayOutputStreamExt,IOException>> in method public asRunnableFuture() : Future2<Result<ByteArrayOutputStreamExt,IOException>> in class melnorme.utilbox.process.ExternalProcessHelper.ReadAllBytesTask | From | To | |
| Extract Method | 3 | ||
| Extract Method public test_cancellation_vs_interrupt() : void extracted from public test$() : void in class melnorme.utilbox.process.ExternalProcessHelper_Test | From | To | |
| Extract Method protected test_cancellation() : void extracted from public test$() : void in class melnorme.utilbox.process.ExternalProcessHelper_Test | From | To | |
| Extract Method protected destroyProcess() : void extracted from public awaitTerminationAndResult(timeoutMs int) : ExternalProcessResult in class melnorme.utilbox.process.ExternalProcessHelper | From | To |