a8ded9b46c1b8a1961a4247b38eae149f61da1ab
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public swallow(streamId int, frameType FrameType, flags int, size int) : void renamed to public swallowed(streamId int, frameType FrameType, flags int, size int) : void in class org.apache.coyote.http2.Http2Parser.Output | From | To | |
Rename Method public swallow(streamId int, frameType FrameType, flags int, size int) : void renamed to public swallowed(streamId int, frameType FrameType, flags int, size int) : void in class org.apache.coyote.http2.Http2TestBase.TestOutput | From | To | |
Extract Variable | 1 | ||
Extract Variable dataLength : int in method private readDataFrame(streamId int, flags int, payloadSize int) : void from class org.apache.coyote.http2.Http2Parser | From | To |