7066f65e8c52633077425d5c095b576db5134b97
Files Diff
- Added: 7
- Removed: 3
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getFlowControl() : FlowControl renamed to public getFlowControlStrategy() : FlowControlStrategy in class org.eclipse.jetty.http2.HTTP2Session | From | To | |
Change Parameter Type | 3 | ||
Change Parameter Type flowControl : FlowControl to flowControl : FlowControlStrategy in method public HTTP2ServerSession(scheduler Scheduler, endPoint EndPoint, generator Generator, listener ServerSessionListener, flowControl FlowControlStrategy) in class org.eclipse.jetty.http2.server.HTTP2ServerSession | From | To | |
Change Parameter Type flowControl : FlowControl to flowControl : FlowControlStrategy in method public HTTP2Session(scheduler Scheduler, endPoint EndPoint, generator Generator, listener Listener, flowControl FlowControlStrategy, initialStreamId int) in class org.eclipse.jetty.http2.HTTP2Session | From | To | |
Change Parameter Type flowControl : FlowControl to flowControl : FlowControlStrategy in method public HTTP2ClientSession(scheduler Scheduler, endPoint EndPoint, generator Generator, listener Listener, flowControl FlowControlStrategy) in class org.eclipse.jetty.http2.client.HTTP2ClientSession | From | To | |
Change Return Type | 1 | ||
Change Return Type FlowControl to FlowControlStrategy in method public getFlowControlStrategy() : FlowControlStrategy in class org.eclipse.jetty.http2.HTTP2Session | From | To | |
Rename Class | 1 | ||
Rename Class org.eclipse.jetty.http2.FlowControl renamed to org.eclipse.jetty.http2.FlowControlStrategy | From | To | |
Change Variable Type | 1 | ||
Change Variable Type flowControl : FlowControl to flowControl : FlowControlStrategy in method public perform() : void in class org.eclipse.jetty.http2.HTTP2Flusher.WindowEntry | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type flowControl : FlowControl to flowControl : FlowControlStrategy in class org.eclipse.jetty.http2.HTTP2Session | From | To |