a00fe8872f601e8bf7c702fb5467b709bb8c576e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Inline Method | 3 | ||
Inline Method private setCachedAddress(actorReference RemoteReference<?>, nodeAddress NodeAddress) : void inlined to public moved(remoteReference RemoteReference, oldAddress NodeAddress, newAddress NodeAddress) : Task<Void> in class cloud.orbit.actors.runtime.Hosting | From | To | |
Inline Method private setCachedAddress(actorReference RemoteReference<?>, nodeAddress NodeAddress) : void inlined to private locateAndActivateActor(actorReference RemoteReference<?>) : Task<NodeAddress> in class cloud.orbit.actors.runtime.Hosting | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type localAddressCache : Map<RemoteReference<?>,NodeAddress> to localAddressCache : Cache<RemoteReference<?>,NodeAddress> in class cloud.orbit.actors.runtime.Hosting | From | To |