cdd9fc352c7569b0893bf8029b37f0e39f64948a
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public testConnectNetSocket() : void renamed to public testNetSocketConnect() : void in class io.vertx.test.core.Http2ServerTest | From | To | |
Rename Method public testConnectNetSocket() : void renamed to public testNetSocketConnect() : void in class io.vertx.test.core.Http2ClientTest | From | To | |
Rename Variable | 1 | ||
Rename Variable channel : FileStreamChannel to fileChannel : FileStreamChannel in method public sendFile(filename String, offset long, length long, resultHandler Handler<AsyncResult<Void>>) : HttpServerResponse in class io.vertx.core.http.impl.Http2ServerResponseImpl | From | To | |
Extract Method | 1 | ||
Extract Method private createTempFile(buffer Buffer) : File extracted from public testSendFile() : void in class io.vertx.test.core.Http2ServerTest | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type vertx : Vertx to vertx : VertxInternal in class io.vertx.core.http.impl.VertxHttp2Stream | From | To |