279e56d3366498c23a497656658d9e330a1aa866
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 2 | ||
Rename Variable streamPromise : FuturePromise<Stream> to completable : Promise.Completable<Stream> in method public testClientSendingInitialSmallWindow() : void in class org.eclipse.jetty.http2.client.FlowControlStrategyTest | From | To | |
Rename Variable streamPromise : FuturePromise<Stream> to completable : CompletableFuture<Stream> in method public testClientExceedingSessionWindow() : void in class org.eclipse.jetty.http2.client.FlowControlStrategyTest | From | To | |
Change Variable Type | 2 | ||
Change Variable Type streamPromise : FuturePromise<Stream> to completable : Promise.Completable<Stream> in method public testClientSendingInitialSmallWindow() : void in class org.eclipse.jetty.http2.client.FlowControlStrategyTest | From | To | |
Change Variable Type streamPromise : FuturePromise<Stream> to completable : CompletableFuture<Stream> in method public testClientExceedingSessionWindow() : void in class org.eclipse.jetty.http2.client.FlowControlStrategyTest | From | To | |
Extract Method | 2 | ||
Extract Method private sleep(time long) : void extracted from public testServerSendsGoAwayOnStop() : void in class org.eclipse.jetty.http2.client.HTTP2Test | From | To | |
Extract Method private sleep(time long) : void extracted from public testClientSendsGoAwayOnStop() : void in class org.eclipse.jetty.http2.client.HTTP2Test | From | To |