a105be95e44fae91fcf8b85b5d6d0f78fd143a04
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 24
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 3 | ||
Change Parameter Type executor : Executor to executor : ReservedThreadExecutor in method public HTTP2ServerConnection(byteBufferPool ByteBufferPool, executor ReservedThreadExecutor, endPoint EndPoint, httpConfig HttpConfiguration, parser ServerParser, session ISession, inputBufferSize int, listener ServerSessionListener) in class org.eclipse.jetty.http2.server.HTTP2ServerConnection | From | To | |
Change Parameter Type executor : Executor to executor : ReservedThreadExecutor in method private HTTP2ClientConnection(client HTTP2Client, byteBufferPool ByteBufferPool, executor ReservedThreadExecutor, endpoint EndPoint, parser Parser, session ISession, bufferSize int, promise Promise<Session>, listener Session.Listener) in class org.eclipse.jetty.http2.client.HTTP2ClientConnectionFactory.HTTP2ClientConnection | From | To | |
Change Parameter Type executor : Executor to executor : ReservedThreadExecutor in method public HTTP2Connection(byteBufferPool ByteBufferPool, executor ReservedThreadExecutor, endPoint EndPoint, parser Parser, session ISession, bufferSize int) in class org.eclipse.jetty.http2.HTTP2Connection | From | To | |
Move Method | 1 | ||
Move Method protected doStop() : void from class org.eclipse.jetty.util.thread.strategy.EatWhatYouKill to public doStop() : void from class org.eclipse.jetty.util.thread.ReservedThreadExecutor | From | To | |
Rename Variable | 5 | ||
Rename Variable idle : boolean to known : String in method public dump(out Appendable, indent String) : void in class org.eclipse.jetty.util.thread.QueuedThreadPool | From | To | |
Rename Variable dispatch : boolean to execute : boolean in method public dispatch() : void in class org.eclipse.jetty.util.thread.strategy.EatWhatYouKill | From | To | |
Rename Variable produce : boolean to producing : boolean in method public tryProduce(reproduce boolean) : boolean in class org.eclipse.jetty.util.thread.strategy.EatWhatYouKill | From | To | |
Rename Variable produce : boolean to reproduce : boolean in method public produce() : void in class org.eclipse.jetty.util.thread.strategy.EatWhatYouKill | From | To | |
Rename Variable inIdleJobPoll : boolean to knownMethod : String in method public dump(out Appendable, indent String) : void in class org.eclipse.jetty.util.thread.QueuedThreadPool | From | To | |
Extract Class | 1 | ||
Extract Class org.eclipse.jetty.util.thread.ReservedThreadExecutor from class org.eclipse.jetty.util.thread.strategy.EatWhatYouKill | From | To | |
Rename Attribute | 1 | ||
Rename Attribute _pendingProducers : int to _producers : ReservedThreadExecutor in class org.eclipse.jetty.util.thread.strategy.EatWhatYouKill | From | To | |
Change Variable Type | 2 | ||
Change Variable Type inIdleJobPoll : boolean to knownMethod : String in method public dump(out Appendable, indent String) : void in class org.eclipse.jetty.util.thread.QueuedThreadPool | From | To | |
Change Variable Type idle : boolean to known : String in method public dump(out Appendable, indent String) : void in class org.eclipse.jetty.util.thread.QueuedThreadPool | From | To | |
Extract Method | 2 | ||
Extract Method public toStringLocked() : String extracted from public toString() : String in class org.eclipse.jetty.util.thread.strategy.EatWhatYouKill | From | To | |
Extract Method public tryProduce(reproduce boolean) : boolean extracted from public produce() : void in class org.eclipse.jetty.util.thread.strategy.EatWhatYouKill | From | To | |
Change Attribute Type | 4 | ||
Change Attribute Type _pendingProducers : int to _producers : ReservedThreadExecutor in class org.eclipse.jetty.util.thread.strategy.EatWhatYouKill | From | To | |
Change Attribute Type _executor : InvocableExecutor to _executor : Executor in class org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume | From | To | |
Change Attribute Type _executor : InvocableExecutor to _executor : Executor in class org.eclipse.jetty.util.thread.strategy.EatWhatYouKill | From | To | |
Change Attribute Type _executor : InvocableExecutor to _executor : Executor in class org.eclipse.jetty.util.thread.strategy.ProduceExecuteConsume | From | To |