44f3e3f61e6a38556e572c03b82e3656619f5d09
Files Diff
- Added: 10
- Removed: 3
- Renamed: 0
- Modified: 19
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Push Down Method | 1 | ||
Push Down Method public getReference(iClass Class<T>, id String) : T from class com.ea.orbit.actors.runtime.Peer to public registerObserver(iClass Class<T>, observer T) : T from class com.ea.orbit.actors.client.ClientPeer | From | To | |
Pull Up Method | 8 | ||
Pull Up Method public start() : Task<?> from class com.ea.orbit.actors.test.FakeClient to public start() : Task<?> from class com.ea.orbit.actors.client.ClientPeer | From | To | |
Pull Up Method public start() : Task<?> from class com.ea.orbit.actors.test.FakeServerPeer to public start() : Task<?> from class com.ea.orbit.actors.server.ServerPeer | From | To | |
Pull Up Method public cleanup(b boolean) : void from class com.ea.orbit.actors.test.FakeClient to public cleanup(b boolean) : void from class com.ea.orbit.actors.client.ClientPeer | From | To | |
Pull Up Method public getInvoker(interfaceId int) : ObjectInvoker<?> from class com.ea.orbit.actors.test.FakeClient to public getInvoker(interfaceId int) : ObjectInvoker<?> from class com.ea.orbit.actors.client.ClientPeer | From | To | |
Pull Up Method public getReference(iClass Class<T>, id Object) : T from class com.ea.orbit.actors.test.FakeClient to public getReference(iClass Class<T>, id Object) : T from class com.ea.orbit.actors.client.ClientPeer | From | To | |
Pull Up Method public getRemoteObserverReference(address NodeAddress, iClass Class<T>, id Object) : T from class com.ea.orbit.actors.test.FakeClient to public getRemoteObserverReference(address NodeAddress, iClass Class<T>, id Object) : T from class com.ea.orbit.actors.client.ClientPeer | From | To | |
Pull Up Method public registerObserver(iClass Class<T>, observer T) : T from class com.ea.orbit.actors.test.FakeClient to public registerObserver(iClass Class<T>, observer T) : T from class com.ea.orbit.actors.client.ClientPeer | From | To | |
Pull Up Method public invoke(toReference Addressable, m Method, oneWay boolean, methodId int, params Object[]) : Task<?> from class com.ea.orbit.actors.test.FakeClient to public invoke(toReference Addressable, m Method, oneWay boolean, methodId int, params Object[]) : Task<?> from class com.ea.orbit.actors.client.ClientPeer | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type id : String to observer : T in method public registerObserver(iClass Class<T>, observer T) : T in class com.ea.orbit.actors.client.ClientPeer | From | To | |
Change Return Type | 1 | ||
Change Return Type RemoteClient to ClientPeer in method public createRemoteClient(stage Stage) : ClientPeer in class com.ea.orbit.actors.test.ActorBaseTest | From | To | |
Move Class | 3 | ||
Move Class com.ea.orbit.actors.test.ClientPeerExecutor moved to com.ea.orbit.actors.client.ClientPeerExecutor | From | To | |
Move Class com.ea.orbit.actors.test.ServerPeerExecutor moved to com.ea.orbit.actors.server.ServerPeerExecutor | From | To | |
Move Class com.ea.orbit.actors.test.RemoteClient moved to com.ea.orbit.actors.runtime.RemoteClient | From | To | |
Extract Superclass | 2 | ||
Extract Superclass com.ea.orbit.actors.server.ServerPeer from classes [com.ea.orbit.actors.test.FakeServerPeer] | From | To | |
Extract Superclass com.ea.orbit.actors.client.ClientPeer from classes [com.ea.orbit.actors.test.FakeClient] | From | To | |
Change Variable Type | 2 | ||
Change Variable Type clientEndPoint : MyActorWebSocketClient to clientEndPoint : WebSocketClient in method public test() : void in class com.ea.orbit.actors.ws.test.WsTest | From | To | |
Change Variable Type clientEndPoint : Server.MyActorWebSocketClient to clientEndPoint : WebSocketClient in method public test() : void in class com.ea.orbit.actors.ws.test.WsTest2 | From | To | |
Rename Parameter | 1 | ||
Rename Parameter id : String to observer : T in method public registerObserver(iClass Class<T>, observer T) : T in class com.ea.orbit.actors.client.ClientPeer | From | To |