dbbe89663a556e924753043053e8d6fdb1fdfe6a
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method private testGoAway(requestHandler Handler<HttpServerRequest>) : void renamed to private testServerSendGoAway(requestHandler Handler<HttpServerRequest>, expectedError int) : void in class io.vertx.test.core.Http2ServerTest | From | To | |
Rename Method public testGoAwayClose() : void renamed to public testServerSendGoAwayInteralError() : void in class io.vertx.test.core.Http2ServerTest | From | To | |
Rename Method public testGoAway() : void renamed to public testServerSendGoAwayNoError() : void in class io.vertx.test.core.Http2ServerTest | From | To | |
Rename Attribute | 1 | ||
Rename Attribute shuttingDown : boolean to shuttingdown : boolean in class io.vertx.core.http.impl.VertxHttp2ConnectionHandler | From | To |