bb68676d693165b9a318fd3c344b3114b22cb168
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Inline Method | 1 | ||
Inline Method public send(event OutboundSseEvent, errorConsumer BiConsumer<SseEventSink,Throwable>) : CompletionStage<?> inlined to public send(event OutboundSseEvent) : CompletionStage<?> in class org.jboss.resteasy.plugins.providers.sse.SseEventOutputImpl | From | To | |
Extract Method | 1 | ||
Extract Method private internalFlushResponseToClient(throwIOException boolean) : void extracted from protected flushResponseToClient() : void in class org.jboss.resteasy.plugins.providers.sse.SseEventOutputImpl | From | To |