ab5fc29ccab1ee13070e9997721d19b1099267a7
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 19
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 3 | ||
Change Parameter Type executor : ReservedThreadExecutor to executor : Executor in method public HTTP2ServerConnection(byteBufferPool ByteBufferPool, executor Executor, 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 : ReservedThreadExecutor to executor : Executor in method public HTTP2Connection(byteBufferPool ByteBufferPool, executor Executor, endPoint EndPoint, parser Parser, session ISession, bufferSize int) in class org.eclipse.jetty.http2.HTTP2Connection | From | To | |
Change Parameter Type executor : ReservedThreadExecutor to executor : Executor in method private HTTP2ClientConnection(client HTTP2Client, byteBufferPool ByteBufferPool, executor Executor, 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 | |
Rename Variable | 3 | ||
Rename Variable actionsAt : String to updatesAt : String in method public dump(out Appendable, indent String) : void in class org.eclipse.jetty.io.ManagedSelector | From | To | |
Rename Variable actions : int to updates : int in method private select() : boolean in class org.eclipse.jetty.io.ManagedSelector.SelectorProducer | From | To | |
Rename Variable actions : List<SelectorUpdate> to updates : List<SelectorUpdate> in method public dump(out Appendable, indent String) : void in class org.eclipse.jetty.io.ManagedSelector | From | To | |
Rename Attribute | 1 | ||
Rename Attribute _producers : ReservedThreadExecutor to _tryExecutor : TryExecutor in class org.eclipse.jetty.util.thread.strategy.EatWhatYouKill | From | To | |
Extract Interface | 1 | ||
Extract Interface org.eclipse.jetty.util.thread.TryExecutor from classes [org.eclipse.jetty.util.thread.QueuedThreadPool, org.eclipse.jetty.util.thread.ReservedThreadExecutor] | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type _producers : ReservedThreadExecutor to _tryExecutor : TryExecutor in class org.eclipse.jetty.util.thread.strategy.EatWhatYouKill | From | To | |
Rename Parameter | 1 | ||
Rename Parameter action : SelectorUpdate to update : SelectorUpdate in method public submit(update SelectorUpdate) : void in class org.eclipse.jetty.io.ManagedSelector | From | To |