705a68dfc41d512c813b7e40076462f5e9caf26d
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 14
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Push Down Method | 4 | ||
Push Down Method public testSlowClientRequestLimited() : void from class org.eclipse.jetty.server.ConnectorTimeoutTest to public testHttpWriteIdleTimeout() : void from class org.eclipse.jetty.server.ServerConnectorTimeoutTest | From | To | |
Push Down Method public testSlowClientRequestLimitExceeded() : void from class org.eclipse.jetty.server.ConnectorTimeoutTest to public testHttpWriteIdleTimeout() : void from class org.eclipse.jetty.server.ServerConnectorTimeoutTest | From | To | |
Push Down Method public testHttpIdleTime() : void from class org.eclipse.jetty.server.ConnectorTimeoutTest to public testHttpWriteIdleTimeout() : void from class org.eclipse.jetty.server.ServerConnectorTimeoutTest | From | To | |
Push Down Method public testSlowClientRequestNoLimit() : void from class org.eclipse.jetty.server.ConnectorTimeoutTest to public testHttpWriteIdleTimeout() : void from class org.eclipse.jetty.server.ServerConnectorTimeoutTest | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type bytesPerSecond : int to bytesPerSecond : long in method public setMinRequestDataRate(bytesPerSecond long) : void in class org.eclipse.jetty.server.HttpConfiguration | From | To | |
Rename Variable | 1 | ||
Rename Variable delayed : boolean to wasDelayed : boolean in method public onRequestContent(frame DataFrame, callback Callback) : Runnable in class org.eclipse.jetty.http2.server.HttpChannelOverHTTP2 | From | To | |
Change Return Type | 1 | ||
Change Return Type int to long in method public getMinRequestDataRate() : long in class org.eclipse.jetty.server.HttpConfiguration | From | To | |
Extract Attribute | 1 | ||
Extract Attribute protected httpConfig : HttpConfiguration in class org.eclipse.jetty.http.client.AbstractTest | From | To | |
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute configuration : HttpConfiguration to httpConfig : HttpConfiguration in method protected provideServerConnectionFactory(transport Transport) : ConnectionFactory[] in class org.eclipse.jetty.http.client.AbstractTest | From | To | |
Rename Attribute | 2 | ||
Rename Attribute _blockingTimeoutAt : long to _blockUntil : long in class org.eclipse.jetty.server.HttpInput | From | To | |
Rename Attribute _writeBlock : SharedBlockingCallback to _writeBlocker : SharedBlockingCallback in class org.eclipse.jetty.server.HttpOutput | From | To | |
Change Variable Type | 1 | ||
Change Variable Type minRequestDataRate : int to minRequestDataRate : long in method public read(b byte[], off int, len int) : int in class org.eclipse.jetty.server.HttpInput | From | To | |
Extract Variable | 1 | ||
Extract Variable streamIdleTimeout : long in method public newConnection(connector Connector, endPoint EndPoint) : Connection from class org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory | From | To | |
Extract Method | 1 | ||
Extract Method private getBlockingTimeout() : long extracted from public read(b byte[], off int, len int) : int in class org.eclipse.jetty.server.HttpInput | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type _minRequestDataRate : int to _minRequestDataRate : long in class org.eclipse.jetty.server.HttpConfiguration | From | To |