d742b962272ac389307138591bfec80e1d356c0d
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable buf : ByteBuffer to headersPayload : ByteBuffer in method protected sendSimpleRequest(streamId int) : void in class org.apache.coyote.http2.Http2TestBase | From | To | |
Parameterize Variable | 2 | ||
Parameterize Variable buf : ByteBuffer to headersPayload : ByteBuffer in method protected buildSimpleRequest(frameHeader byte[], headersPayload ByteBuffer, streamId int) : void in class org.apache.coyote.http2.Http2TestBase | From | To | |
Parameterize Variable buf : ByteBuffer to headersPayload : ByteBuffer in method protected writeSimpleRequest(frameHeader byte[], headersPayload ByteBuffer) : void in class org.apache.coyote.http2.Http2TestBase | From | To | |
Extract Method | 2 | ||
Extract Method protected buildSimpleRequest(frameHeader byte[], headersPayload ByteBuffer, streamId int) : void extracted from protected sendSimpleRequest(streamId int) : void in class org.apache.coyote.http2.Http2TestBase | From | To | |
Extract Method protected writeSimpleRequest(frameHeader byte[], headersPayload ByteBuffer) : void extracted from protected sendSimpleRequest(streamId int) : void in class org.apache.coyote.http2.Http2TestBase | From | To |