35982090202e2ca0b6c8a0095a4fad380d3c4dbd
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move And Rename Method | 1 | ||
| Move And Rename Method private doReceiveData(data Buffer) : void from class io.vertx.core.http.impl.HttpServerFileUploadImpl to private receiveData(data Buffer) : void from class io.vertx.core.http.impl.NettyFileUpload | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type req : HttpServerRequest to stream : ReadStream<Buffer> in method package HttpServerFileUploadImpl(context Context, stream ReadStream<Buffer>, name String, filename String, contentType String, contentTransferEncoding String, charset Charset, size long) in class io.vertx.core.http.impl.HttpServerFileUploadImpl | From | To | |
| Move Method | 1 | ||
| Move Method package end() : void from class io.vertx.core.http.impl.HttpServerFileUploadImpl to private end() : void from class io.vertx.core.http.impl.NettyFileUpload | From | To | |
| Move Attribute | 2 | ||
| Move Attribute private pending : InboundBuffer<Buffer> from class io.vertx.core.http.impl.HttpServerFileUploadImpl to private pending : InboundBuffer<Buffer> from class io.vertx.core.http.impl.NettyFileUpload | From | To | |
| Move Attribute private ended : boolean from class io.vertx.core.http.impl.HttpServerFileUploadImpl to private ended : boolean from class io.vertx.core.http.impl.NettyFileUpload | From | To | |
| Replace Variable With Attribute | 1 | ||
| Replace Variable With Attribute upload : HttpServerFileUploadImpl to request : HttpServerRequest in method public createFileUpload(httpRequest HttpRequest, name String, filename String, contentType String, contentTransferEncoding String, charset Charset, size long) : FileUpload in class io.vertx.core.http.impl.NettyFileUploadDataFactory | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type upload : HttpServerFileUploadImpl to request : HttpServerRequest in method public createFileUpload(httpRequest HttpRequest, name String, filename String, contentType String, contentTransferEncoding String, charset Charset, size long) : FileUpload in class io.vertx.core.http.impl.NettyFileUploadDataFactory | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter req : HttpServerRequest to stream : ReadStream<Buffer> in method package HttpServerFileUploadImpl(context Context, stream ReadStream<Buffer>, name String, filename String, contentType String, contentTransferEncoding String, charset Charset, size long) in class io.vertx.core.http.impl.HttpServerFileUploadImpl | From | To |