0ec8f312f6c89aa836d645624b468243832dcea3
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method private updateLastStreamId(streamId int) : void renamed to private updateLastRemoteStreamId(streamId int) : void in class org.eclipse.jetty.http2.HTTP2Session | From | To | |
Rename Method private overflows(a int, b int) : boolean renamed to private sumOverflows(a int, b int) : boolean in class org.eclipse.jetty.http2.HTTP2Session | From | To | |
Rename Attribute | 1 | ||
Rename Attribute streamIds : AtomicInteger to localStreamIds : AtomicInteger in class org.eclipse.jetty.http2.HTTP2Session | From | To | |
Extract Variable | 1 | ||
Extract Variable streamId : int in method public onReset(frame ResetFrame) : void from class org.eclipse.jetty.http2.HTTP2Session | From | To | |
Extract Method | 1 | ||
Extract Method private onConnectionFailure(error int, reason String, callback Callback) : void extracted from public onConnectionFailure(error int, reason String) : void in class org.eclipse.jetty.http2.HTTP2Session | From | To |