162e5cf0511ca69a9c168b251f6ce537e7a10173
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Extract Method | 1 | ||
| Extract Method private enqueue(msg Object) : void extracted from package handleMessage(msg Object) : void in class io.vertx.core.http.impl.ServerConnection | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type pending : Queue<Object> to pending : Deque<Object> in class io.vertx.core.http.impl.ServerConnection | From | To |