0c7336a87accfd0c5dc9dae06d40bb9b21f56c41
Files Diff
- Added: 4
- Removed: 0
- Renamed: 0
- Modified: 13
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public unsubscribe(handle StreamSubscriptionHandle<T>) : Task<Void> renamed to public unSubscribe(handle StreamSubscriptionHandle<T>) : Task<Void> in class com.ea.orbit.actors.streams.simple.StreamReference | From | To | |
| Rename Method public unsubscribe(handler StreamSubscriptionHandle<T>) : Task<Void> renamed to public unSubscribe(handle StreamSubscriptionHandle<T>) : Task<Void> in class com.ea.orbit.actors.streams.AsyncStream | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type head : DefaultHandlerContext to head : DefaultHandlerContext.HeadContext in class com.ea.orbit.actors.net.DefaultPipeline | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter handler : StreamSubscriptionHandle<T> to handle : StreamSubscriptionHandle<T> in method public unSubscribe(handle StreamSubscriptionHandle<T>) : Task<Void> in class com.ea.orbit.actors.streams.AsyncStream | From | To |