8d984f5dd9ceb207fb2bb043f46ae6f301b5e0c8
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type uploadHandler : Handler<HttpServerFileUpload> to lazyUploadHandler : Supplier<Handler<HttpServerFileUpload>> in method package NettyFileUploadDataFactory(vertx Vertx, request HttpServerRequest, lazyUploadHandler Supplier<Handler<HttpServerFileUpload>>) in class io.vertx.core.http.impl.NettyFileUploadDataFactory | From | To | |
| Move Attribute | 1 | ||
| Move Attribute package uploadHandler : Handler<HttpServerFileUpload> from class io.vertx.core.http.impl.NettyFileUploadDataFactory to private uploadHandler : Handler<HttpServerFileUpload> from class io.vertx.core.http.impl.Http2ServerRequestImpl | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute uploadHandler : Handler<HttpServerFileUpload> to lazyUploadHandler : Supplier<Handler<HttpServerFileUpload>> in class io.vertx.core.http.impl.NettyFileUploadDataFactory | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type uploadHandler : Handler<HttpServerFileUpload> to lazyUploadHandler : Supplier<Handler<HttpServerFileUpload>> in class io.vertx.core.http.impl.NettyFileUploadDataFactory | From | To | |
| Extract Method | 3 | ||
| Extract Method private callEnd() : void extracted from package end() : void in class io.vertx.core.http.impl.Http2ServerRequestImpl | From | To | |
| Extract Method private callEnd() : void extracted from private checkNextTick(v Void) : void in class io.vertx.core.http.impl.Http2ServerRequestImpl | From | To | |
| Extract Method private callHandler(data Buffer) : void extracted from package handleData(data Buffer) : boolean in class io.vertx.core.http.impl.Http2ServerRequestImpl | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter uploadHandler : Handler<HttpServerFileUpload> to lazyUploadHandler : Supplier<Handler<HttpServerFileUpload>> in method package NettyFileUploadDataFactory(vertx Vertx, request HttpServerRequest, lazyUploadHandler Supplier<Handler<HttpServerFileUpload>>) in class io.vertx.core.http.impl.NettyFileUploadDataFactory | From | To | |
| Rename Parameter uploadHandler : Handler<HttpServerFileUpload> to handler : Handler<HttpServerFileUpload> in method public uploadHandler(handler Handler<HttpServerFileUpload>) : HttpServerRequest in class io.vertx.core.http.impl.Http2ServerRequestImpl | From | To |