4ace2e4d8dd6b21527aa0561de3e5d38b136aca9
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 28
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type listener : ServerParser.Listener to listener : Parser.Listener in method public Wrapper(listener Parser.Listener) in class org.eclipse.jetty.http2.parser.Parser.Listener.Wrapper | From | To | |
| Move Method | 2 | ||
| Move Method public getInvocationType() : InvocationType from class org.eclipse.jetty.http2.HTTP2Session.CloseCallback to public getInvocationType() : InvocationType from class org.eclipse.jetty.http2.HTTP2Session.OnResetCallback | From | To | |
| Move Method public getInvocationType() : InvocationType from class org.eclipse.jetty.http2.HTTP2Session.ResetCallback to public getInvocationType() : InvocationType from class org.eclipse.jetty.http2.HTTP2Session.OnResetCallback | From | To | |
| Change Return Type | 1 | ||
| Change Return Type void to boolean in method private onHeaders() : boolean in class org.eclipse.jetty.http2.parser.ContinuationBodyParser | From | To | |
| Move And Rename Class | 1 | ||
| Move And Rename Class org.eclipse.jetty.http2.client.HTTP2Test.ServerParserListenerWrapper moved and renamed to org.eclipse.jetty.http2.parser.Parser.Listener.Wrapper | From | To | |
| Extract Variable | 1 | ||
| Extract Variable closed : boolean in method public onData(frame DataFrame, callback Callback) : void from class org.eclipse.jetty.http2.HTTP2Session | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type listener : ServerParser.Listener to listener : Parser.Listener in class org.eclipse.jetty.http2.parser.Parser.Listener.Wrapper | From | To | |
| Extract And Move Method | 4 | ||
| Extract And Move Method public toString(error int, dft String) : String extracted from public toString() : String in class org.eclipse.jetty.http2.frames.GoAwayFrame & moved to class org.eclipse.jetty.http2.ErrorCode | From | To | |
| Extract And Move Method public toString(error int, dft String) : String extracted from public toString() : String in class org.eclipse.jetty.http2.frames.ResetFrame & moved to class org.eclipse.jetty.http2.ErrorCode | From | To | |
| Extract And Move Method protected isClientStream(streamId int) : boolean extracted from public onHeaders(frame HeadersFrame) : void in class org.eclipse.jetty.http2.server.HTTP2ServerSession & moved to class org.eclipse.jetty.http2.HTTP2Session | From | To | |
| Extract And Move Method protected isClientStream(streamId int) : boolean extracted from public onHeaders(frame HeadersFrame) : void in class org.eclipse.jetty.http2.client.HTTP2ClientSession & moved to class org.eclipse.jetty.http2.HTTP2Session | From | To |