49dda6e685cc91fb7c0899a01d8544395aa141b9
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Return Type | 2 | ||
| Change Return Type HttpHeaders to VertxHttpHeaders in method public set(name String, value Object) : VertxHttpHeaders in class io.vertx.core.http.impl.headers.VertxHttpHeaders | From | To | |
| Change Return Type MultiMap to VertxHttpHeaders in method public set(name CharSequence, value CharSequence) : VertxHttpHeaders in class io.vertx.core.http.impl.headers.VertxHttpHeaders | From | To | |
| Extract Method | 3 | ||
| Extract Method public set(name CharSequence, value Object) : VertxHttpHeaders extracted from public set(name String, value Object) : HttpHeaders in class io.vertx.core.http.impl.headers.VertxHttpHeaders | From | To | |
| Extract Method private addAll(headers Iterable<Map.Entry<String,String>>) : MultiMap extracted from public addAll(map Map<String,String>) : MultiMap in class io.vertx.core.http.impl.headers.VertxHttpHeaders | From | To | |
| Extract Method private addAll(headers Iterable<Map.Entry<String,String>>) : MultiMap extracted from public addAll(headers MultiMap) : MultiMap in class io.vertx.core.http.impl.headers.VertxHttpHeaders | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter strVal : String to value : String in method public set(name String, value String) : VertxHttpHeaders in class io.vertx.core.http.impl.headers.VertxHttpHeaders | From | To |