d96b74d63548d3038a76b28584d6ba0b82e0957e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private handleLastHttpContent() : void renamed to private handleEnd() : void in class io.vertx.core.http.impl.Http1xServerConnection | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type pending : ArrayDeque<Object> to pending : ArrayDeque<Buffer> in class io.vertx.core.http.impl.VertxHttp2Stream | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter trailers : MultiMap to map : MultiMap in method package onEnd(map MultiMap) : void in class io.vertx.core.http.impl.VertxHttp2Stream | From | To |