34ccd56c4d6fe46b83b314488ae9e4de3bb11d3b
Files Diff
- Added: 4
- Removed: 0
- Renamed: 0
- Modified: 13
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 1 | ||
Pull Up Method public onStart(ctx ChannelHandlerContext) : void from class com.ea.orbit.actors.ws.test.SerializerHandler to public onActive(ctx ChannelHandlerContext) : void from class com.ea.orbit.actors.net.ChannelHandlerAdapter | From | To | |
Change Return Type | 1 | ||
Change Return Type void to Task in method public write(msg Object) : Task in class com.ea.orbit.actors.net.ChannelHandlerContext | From | To | |
Extract Superclass | 1 | ||
Extract Superclass com.ea.orbit.actors.net.ChannelHandlerAdapter from classes [com.ea.orbit.actors.runtime.Execution, com.ea.orbit.actors.runtime.Messaging, com.ea.orbit.actors.ws.test.SerializerHandler] | From | To | |
Rename Parameter | 3 | ||
Rename Parameter message : Object to msg : Object in method public write(ctx ChannelHandlerContext, msg Object) : Task in class com.ea.orbit.actors.net.ChannelHandler | From | To | |
Rename Parameter message : Object to msg : Object in method public write(msg Object) : Task in class com.ea.orbit.actors.net.ChannelHandlerContext | From | To | |
Rename Parameter message : Object to msg : Object in method public onRead(ctx ChannelHandlerContext, msg Object) : void in class com.ea.orbit.actors.net.ChannelHandler | From | To |