695ad8c35231a029e8307ceba3c2dd95127dacbe
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 3 | ||
Extract Method private notifyException(failure Throwable) : void extracted from package handleClose() : void in class io.vertx.core.http.impl.Http2ServerRequestImpl | From | To | |
Extract Method private notifyException(failure Throwable) : void extracted from package handleException(cause Throwable) : void in class io.vertx.core.http.impl.Http2ServerRequestImpl | From | To | |
Extract Method private notifyException(failure Throwable) : void extracted from package handleReset(errorCode long) : void in class io.vertx.core.http.impl.Http2ServerRequestImpl | From | To | |
Rename Parameter | 1 | ||
Rename Parameter cause : Throwable to failure : Throwable in method private notifyException(failure Throwable) : void in class io.vertx.core.http.impl.Http2ServerRequestImpl | From | To |