8d4d078e1322bf6c63c04d924145daa2a66aec44
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 17
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 2 | ||
Extract Method public writeHead(method HttpMethod, rawMethod String, uri String, headers MultiMap, hostHeader String, chunked boolean, content ByteBuf, end boolean, streamDependency int, weight short) : void extracted from public writeHead(method HttpMethod, rawMethod String, uri String, headers MultiMap, hostHeader String, chunked boolean, content ByteBuf, end boolean) : void in class io.vertx.core.http.impl.Http2ClientConnection.Http2ClientStream | From | To | |
Extract Method public onHeadersRead(ctx ChannelHandlerContext, streamId int, headers Http2Headers, streamDependency int, weight short, exclusive boolean, padding int, endOfStream boolean) : void extracted from public onHeadersRead(ctx ChannelHandlerContext, streamId int, headers Http2Headers, padding int, endOfStream boolean) : void in class io.vertx.core.http.impl.Http2ServerConnection | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public writeHead(method HttpMethod, rawMethod String, uri String, headers MultiMap, hostHeader String, chunked boolean, buf ByteBuf, end boolean, streamDependency int, weight short) : void extracted from private connected(headersHandler Handler<HttpVersion>, stream HttpClientStream) : void in class io.vertx.core.http.impl.HttpClientRequestImpl & moved to class io.vertx.core.http.impl.HttpClientStream | From | To |