debe34de1881f5a1268993ae584db70f16a761cf
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type caches : Map<String,String> to caches : Collection<GridClientCacheBean> in method public setCaches(caches Collection<GridClientCacheBean>) : void in class org.apache.ignite.internal.processors.rest.client.message.GridClientNodeBean | From | To | |
Rename Variable | 1 | ||
Rename Variable cacheMap : Map<String,String> to caches : Collection<GridClientCacheBean> in method private createNodeBean(node ClusterNode, mtr boolean, attr boolean) : GridClientNodeBean in class org.apache.ignite.internal.processors.rest.handlers.top.GridTopologyCommandHandler | From | To | |
Change Return Type | 1 | ||
Change Return Type Map<String,String> to Collection<GridClientCacheBean> in method public getCaches() : Collection<GridClientCacheBean> in class org.apache.ignite.internal.processors.rest.client.message.GridClientNodeBean | From | To | |
Change Variable Type | 2 | ||
Change Variable Type cacheMap : Map<String,String> to caches : Collection<GridClientCacheBean> in method private createNodeBean(node ClusterNode, mtr boolean, attr boolean) : GridClientNodeBean in class org.apache.ignite.internal.processors.rest.handlers.top.GridTopologyCommandHandler | From | To | |
Change Variable Type caches : Map to caches : Collection<Map> in method public testTopology() : void in class org.apache.ignite.internal.processors.rest.JettyRestProcessorAbstractSelfTest | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type caches : Map<String,String> to caches : Collection<GridClientCacheBean> in class org.apache.ignite.internal.processors.rest.client.message.GridClientNodeBean | From | To |