689cc4ef98cf31fdc76f6a3eabb94716d3f0bbe0
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 14
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public globalState() : boolean renamed to public active() : boolean in class org.apache.ignite.internal.processors.cluster.GridClusterStateProcessor | From | To | |
Rename Method public isChangeGlobalState(reqs Collection<DynamicCacheChangeRequest>, topVer AffinityTopologyVersion) : boolean renamed to public changeGlobalState(reqs Collection<DynamicCacheChangeRequest>, topVer AffinityTopologyVersion) : boolean in class org.apache.ignite.internal.processors.cluster.GridClusterStateProcessor | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type state : CacheState to state : ClusterState in method public state(state ClusterState) : void in class org.apache.ignite.internal.processors.cache.DynamicCacheChangeRequest | From | To | |
Change Return Type | 2 | ||
Change Return Type CacheState to ClusterState in method public state() : ClusterState in class org.apache.ignite.internal.processors.cache.DynamicCacheChangeRequest | From | To | |
Change Return Type CacheState to ClusterState in method public newClusterState() : ClusterState in class org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture | From | To | |
Rename Class | 1 | ||
Rename Class org.apache.ignite.internal.processors.cache.CacheState renamed to org.apache.ignite.internal.processors.cache.ClusterState | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type globalState : CacheState to globalState : ClusterState in class org.apache.ignite.internal.processors.cluster.GridClusterStateProcessor | From | To | |
Change Attribute Type state : CacheState to state : ClusterState in class org.apache.ignite.internal.processors.cache.DynamicCacheChangeRequest | From | To |