03310fe6abfc3d4cf210d700910d1cd5be836c97
Files Diff
- Added: 3
- Removed: 1
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public getReference() : RemoteReference renamed to public getRemoteReference() : RemoteReference<T> in class com.ea.orbit.actors.runtime.LocalObjects.NormalObjectEntry | From | To | |
Rename Method public getReference() : RemoteReference renamed to public getRemoteReference() : RemoteReference<T> in class com.ea.orbit.actors.runtime.LocalObjects.LocalObjectEntry | From | To | |
Change Return Type | 2 | ||
Change Return Type RemoteReference to RemoteReference<T> in method public getRemoteReference() : RemoteReference<T> in class com.ea.orbit.actors.runtime.LocalObjects.NormalObjectEntry | From | To | |
Change Return Type RemoteReference to RemoteReference<T> in method public getRemoteReference() : RemoteReference<T> in class com.ea.orbit.actors.runtime.LocalObjects.LocalObjectEntry | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type objectMap : ConcurrentMap<Object,LocalObjectEntry> to objectMap : Cache<Object,LocalObjectEntry> in class com.ea.orbit.actors.runtime.LocalObjects | From | To | |
Change Attribute Type reference : RemoteReference to reference : RemoteReference<T> in class com.ea.orbit.actors.runtime.LocalObjects.NormalObjectEntry | From | To |