13e262d06e1c4a81a085a5bef1a1f6bd3c661d47
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 16
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Attribute | 1 | ||
Rename Attribute isRebalancingEnabled : boolean to globalRebalancingEnabled : boolean in class org.infinispan.topology.ClusterTopologyManagerImpl | From | To | |
Extract Method | 2 | ||
Extract Method public isCacheRebalancingEnabled(cacheName String) : boolean extracted from public isRebalancingEnabled() : boolean in class org.infinispan.topology.LocalTopologyManagerImpl | From | To | |
Extract Method public setCacheRebalancingEnabled(cacheName String, enabled boolean) : void extracted from public setRebalancingEnabled(enabled boolean) : void in class org.infinispan.topology.LocalTopologyManagerImpl | From | To | |
Extract And Move Method | 2 | ||
Extract And Move Method public isRebalancingEnabled(cacheName String) : boolean extracted from private doPerform() : Object in class org.infinispan.topology.CacheTopologyControlCommand & moved to class org.infinispan.topology.ClusterTopologyManagerImpl | From | To | |
Extract And Move Method public setRebalancingEnabled(cacheName String, enabled boolean) : void extracted from private doPerform() : Object in class org.infinispan.topology.CacheTopologyControlCommand & moved to class org.infinispan.topology.ClusterTopologyManagerImpl | From | To |