1959590c562002ee0458cbd6fbe7d82da2e5b84a
Files Diff
- Added: 7
- Removed: 5
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public connect(ctx HandlerContext, param Object) : Task renamed to public onRegistered(ctx HandlerContext) : void in class com.ea.orbit.actors.test.ShortCircuitHandler | From | To | |
Move Method | 6 | ||
Move Method public write(ctx HandlerContext, message Object) : Task<?> from class com.ea.orbit.actors.test.ActorTestLogging to public write(ctx HandlerContext, message Object) : Task<?> from class com.ea.orbit.actors.test.TestMessageLog | From | To | |
Move Method private unwrapException(e Throwable) : Throwable from class com.ea.orbit.actors.test.ActorTestLogging to private unwrapException(e Throwable) : Throwable from class com.ea.orbit.actors.test.TestMessageLog | From | To | |
Move Method package toString(obj Object) : String from class com.ea.orbit.actors.test.ActorTestLogging to package toString(obj Object) : String from class com.ea.orbit.actors.test.TestMessageLog | From | To | |
Move Method public getName() : String from class com.ea.orbit.actors.test.ActorTestLogging to public getName() : String from class com.ea.orbit.actors.test.TestMessageLog | From | To | |
Move Method public afterHandlerName() : String from class com.ea.orbit.actors.test.ActorTestLogging to public afterHandlerName() : String from class com.ea.orbit.actors.test.TestMessageLog | From | To | |
Move Method private getFrom(reference RemoteReference, method Method) : String from class com.ea.orbit.actors.test.ActorTestLogging to private getFrom(reference RemoteReference, method Method) : String from class com.ea.orbit.actors.test.TestMessageLog | From | To | |
Change Return Type | 1 | ||
Change Return Type Task to void in method public onRegistered(ctx HandlerContext) : void in class com.ea.orbit.actors.test.ShortCircuitHandler | From | To | |
Move Attribute | 1 | ||
Move Attribute private invocationId : AtomicLong from class com.ea.orbit.actors.test.ActorTestLogging to private invocationId : AtomicLong from class com.ea.orbit.actors.test.TestMessageLog | From | To | |
Extract Class | 1 | ||
Extract Class com.ea.orbit.actors.test.TestMessageLog from class com.ea.orbit.actors.test.ActorTestLogging | From | To | |
Rename Class | 1 | ||
Rename Class com.ea.orbit.actors.test.ActorTestLogging renamed to com.ea.orbit.actors.test.TestLogger | From | To | |
Move Class | 3 | ||
Move Class com.ea.orbit.actors.test.SimpleTest moved to com.ea.orbit.actors.test.samples.SimpleTest | From | To | |
Move Class com.ea.orbit.actors.test.DemoTest moved to com.ea.orbit.actors.test.samples.DemoTest | From | To | |
Move Class com.ea.orbit.actors.test.RemoteClientTest moved to com.ea.orbit.actors.test.client.RemoteClientTest | From | To |