70ba3c640ba83f2815c887304ced309cba50256e
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 22
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 4 | ||
Rename Method public getStreamDependency() : int renamed to public getStreamPriority() : StreamPriority in class io.vertx.core.http.impl.HttpClientStream | From | To | |
Rename Method public getStreamDependency() : int renamed to public getStreamPriority() : StreamPriority in class io.vertx.core.http.HttpServerRequest | From | To | |
Rename Method public getStreamDependency() : int renamed to public getStreamPriority() : StreamPriority in class io.vertx.core.http.HttpClientResponse | From | To | |
Rename Method public getStreamDependency() : int renamed to public getStreamPriority() : StreamPriority in class io.vertx.core.http.impl.HttpClientResponseImpl | From | To | |
Move Method | 4 | ||
Move Method public getWeight() : short from class io.vertx.core.http.impl.Http2ServerRequestImpl to public getWeight() : short from class io.vertx.core.http.StreamPriority | From | To | |
Move Method public getStreamDependency() : int from class io.vertx.core.http.impl.Http2ClientConnection.Http2ClientStream to public getStreamDependency() : int from class io.vertx.core.http.StreamPriority | From | To | |
Move Method public getWeight() : short from class io.vertx.core.http.impl.Http2ClientConnection.Http2ClientStream to public getWeight() : short from class io.vertx.core.http.StreamPriority | From | To | |
Move Method public getStreamDependency() : int from class io.vertx.core.http.impl.Http2ServerRequestImpl to public getStreamDependency() : int from class io.vertx.core.http.StreamPriority | From | To | |
Inline Method | 1 | ||
Inline Method public writeHead(method HttpMethod, rawMethod String, uri String, headers MultiMap, hostHeader String, chunked boolean, content ByteBuf, end boolean, streamDependency int, weight short) : void inlined to 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 | |
Change Return Type | 4 | ||
Change Return Type int to StreamPriority in method public getStreamPriority() : StreamPriority in class io.vertx.core.http.HttpClientResponse | From | To | |
Change Return Type int to StreamPriority in method public getStreamPriority() : StreamPriority in class io.vertx.core.http.impl.HttpClientResponseImpl | From | To | |
Change Return Type int to StreamPriority in method public getStreamPriority() : StreamPriority in class io.vertx.core.http.impl.HttpClientStream | From | To | |
Change Return Type int to StreamPriority in method public getStreamPriority() : StreamPriority in class io.vertx.core.http.HttpServerRequest | From | To | |
Move Attribute | 7 | ||
Move Attribute private weight : short from class io.vertx.core.http.impl.Http2ClientConnection.Http2ClientStream to private weight : short from class io.vertx.core.http.StreamPriority | From | To | |
Move Attribute private streamDependency : int from class io.vertx.core.http.impl.Http2ServerRequestImpl to private streamDependency : int from class io.vertx.core.http.StreamPriority | From | To | |
Move Attribute private weight : short from class io.vertx.core.http.impl.Http2ServerResponseImpl to private weight : short from class io.vertx.core.http.StreamPriority | From | To | |
Move Attribute private weight : short from class io.vertx.core.http.impl.Http2ServerRequestImpl to private weight : short from class io.vertx.core.http.StreamPriority | From | To | |
Move Attribute private streamDependency : int from class io.vertx.core.http.impl.Http2ClientConnection.Http2ClientStream to private streamDependency : int from class io.vertx.core.http.StreamPriority | From | To | |
Move Attribute protected weight : short from class io.vertx.core.http.impl.HttpClientRequestBase to private weight : short from class io.vertx.core.http.StreamPriority | From | To | |
Move Attribute protected streamDependency : int from class io.vertx.core.http.impl.HttpClientRequestBase to private streamDependency : int from class io.vertx.core.http.StreamPriority | From | To | |
Extract Class | 3 | ||
Extract Class io.vertx.core.http.StreamPriority from class io.vertx.core.http.impl.HttpClientRequestBase | From | To | |
Extract Class io.vertx.core.http.StreamPriority from class io.vertx.core.http.impl.Http2ClientConnection.Http2ClientStream | From | To | |
Extract Class io.vertx.core.http.StreamPriority from class io.vertx.core.http.impl.Http2ServerRequestImpl | From | To |