bd509bec4e18ebf694b57c47defe1d501998c748
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 13
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Method | 2 | ||
Move Method private nodeForService(name String, sticky boolean) : ClusterNode from class org.apache.ignite.internal.processors.service.GridServiceProxy.ProxyInvocationHandler to private nodeForService(name String, sticky boolean) : ClusterNode from class org.apache.ignite.internal.processors.service.GridServiceProxy | From | To | |
Move Method private randomNodeForService(name String) : ClusterNode from class org.apache.ignite.internal.processors.service.GridServiceProxy.ProxyInvocationHandler to private randomNodeForService(name String) : ClusterNode from class org.apache.ignite.internal.processors.service.GridServiceProxy | From | To | |
Move Attribute | 2 | ||
Move Attribute private name : String from class org.apache.ignite.internal.processors.service.GridServiceProxy.ProxyInvocationHandler to private name : String from class org.apache.ignite.internal.processors.service.GridServiceProxy | From | To | |
Move Attribute private sticky : boolean from class org.apache.ignite.internal.processors.service.GridServiceProxy.ProxyInvocationHandler to private sticky : boolean from class org.apache.ignite.internal.processors.service.GridServiceProxy | From | To | |
Rename Attribute | 1 | ||
Rename Attribute OP_DOTNET_INVOKE : int to OP_INVOKE : int in class org.apache.ignite.internal.processors.platform.services.PlatformServices | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public invokeMethod(mtd Method, args Object[]) : Object extracted from public invoke(proxy Object, mtd Method, args Object[]) : Object in class org.apache.ignite.internal.processors.service.GridServiceProxy.ProxyInvocationHandler & moved to class org.apache.ignite.internal.processors.service.GridServiceProxy | From | To |