90455f85b2963ae1aeb94e7581fc61f1e3cc2022
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 4 | ||
Rename Method public testBilto2() : void renamed to public testEmitInDrainHandler2() : void in class io.vertx.core.streams.InboundBufferTest | From | To | |
Rename Method public testFetchShouldCallDrainHandlerWhenNotEmittingWithNoPendingElements() : void renamed to public testFetchWhenNotEmittingWithNoPendingElements() : void in class io.vertx.core.streams.InboundBufferTest | From | To | |
Rename Method public testBilto1() : void renamed to public testEmitInDrainHandler1() : void in class io.vertx.core.streams.InboundBufferTest | From | To | |
Rename Method public testEmitInDrainHandler() : void renamed to private testEmitInElementHandler(emit Consumer<Integer>) : void in class io.vertx.core.streams.InboundBufferTest | From | To | |
Rename Variable | 1 | ||
Rename Variable handler : Handler<E> to h : Handler<E> in method private emitPending() : boolean in class io.vertx.core.streams.impl.InboundBuffer | From | To | |
Inline Method | 1 | ||
Inline Method private checkCallDrainHandler() : void inlined to private drain() : void in class io.vertx.core.streams.impl.InboundBuffer | From | To | |
Change Variable Type | 1 | ||
Change Variable Type drained : AtomicBoolean to drained : AtomicInteger in method private testEmitInElementHandler(emit Consumer<Integer>) : void in class io.vertx.core.streams.InboundBufferTest | From | To | |
Extract Method | 2 | ||
Extract Method private checkWritable() : boolean extracted from public write(element E) : boolean in class io.vertx.core.streams.impl.InboundBuffer | From | To | |
Extract Method private checkWritable() : boolean extracted from public write(elements Iterable<E>) : boolean in class io.vertx.core.streams.impl.InboundBuffer | From | To |