1b9b3575790f7c94ea611afcf4156d75b4b26385
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Pull Up Method | 1 | ||
| Pull Up Method package setContext(context ContextImpl) : void from class io.vertx.core.impl.ContextImpl to public setContext(context ContextInternal) : void from class io.vertx.core.impl.ContextInternal | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type context : ContextImpl to context : ContextInternal in method public setContext(context ContextInternal) : void in class io.vertx.core.impl.ContextInternal | From | To | |
| Inline Method | 1 | ||
| Inline Method private setContext(thread VertxThread, context ContextImpl) : void inlined to package executeTask(arg T, hTask Handler<T>) : boolean in class io.vertx.core.impl.ContextImpl | From | To | |
| Change Return Type | 1 | ||
| Change Return Type ContextImpl to ContextInternal in method package getContext() : ContextInternal in class io.vertx.core.impl.VertxThread | From | To | |
| Move Attribute | 2 | ||
| Move Attribute private DISABLE_TCCL_PROP_NAME : String from class io.vertx.core.impl.ContextImpl to package DISABLE_TCCL_PROP_NAME : String from class io.vertx.core.impl.VertxThread | From | To | |
| Move Attribute private DISABLE_TCCL : boolean from class io.vertx.core.impl.ContextImpl to package DISABLE_TCCL : boolean from class io.vertx.core.impl.VertxThread | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type context : ContextImpl to context : ContextInternal in class io.vertx.core.impl.VertxThread | From | To |