457a9ae4d3b0d6eef6e92a15f5ef79c15ccf1f95
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 66
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method package onResult(res GridNearTxFinishResponse) : void renamed to package onNearFinishResponse(res GridNearTxFinishResponse) : void in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxFinishFuture.FinishMiniFuture | From | To | |
Pull Up Method | 1 | ||
Pull Up Method package futureId() : IgniteUuid from class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxFinishFuture.MiniFuture to package futureId() : IgniteUuid from class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxFinishFuture.MinFuture | From | To | |
Inline Method | 5 | ||
Inline Method public isAllowDuplicateRegistrations() : boolean inlined to protected getConfiguration(gridName String) : IgniteConfiguration in class org.apache.ignite.spi.discovery.tcp.ipfinder.zk.ZookeeperIpFinderTest | From | To | |
Inline Method public setAllowDuplicateRegistrations(allowDuplicateRegistrations boolean) : void inlined to public testFourNodesKillRestartZookeeper() : void in class org.apache.ignite.spi.discovery.tcp.ipfinder.zk.ZookeeperIpFinderTest | From | To | |
Inline Method public setAllowDuplicateRegistrations(allowDuplicateRegistrations boolean) : void inlined to public testFourNodesWithNoDuplicateRegistrations() : void in class org.apache.ignite.spi.discovery.tcp.ipfinder.zk.ZookeeperIpFinderTest | From | To | |
Inline Method public setAllowDuplicateRegistrations(allowDuplicateRegistrations boolean) : void inlined to public testFourNodesRestartLastSeveralTimes() : void in class org.apache.ignite.spi.discovery.tcp.ipfinder.zk.ZookeeperIpFinderTest | From | To | |
Inline Method public setAllowDuplicateRegistrations(allowDuplicateRegistrations boolean) : void inlined to public testFourNodesWithDuplicateRegistrations() : void in class org.apache.ignite.spi.discovery.tcp.ipfinder.zk.ZookeeperIpFinderTest | From | To | |
Pull Up Attribute | 1 | ||
Pull Up Attribute private futId : IgniteUuid from class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxFinishFuture.MiniFuture to private futId : IgniteUuid from class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxFinishFuture.MinFuture | From | To | |
Rename Class | 1 | ||
Rename Class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxFinishFuture.MiniFuture renamed to org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxFinishFuture.FinishMiniFuture | From | To | |
Extract Superclass | 1 | ||
Extract Superclass org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxFinishFuture.MinFuture from classes [org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxFinishFuture.FinishMiniFuture] | From | To | |
Change Variable Type | 5 | ||
Change Variable Type f : MiniFuture to f : FinishMiniFuture in method public onResult(nodeId UUID, res GridNearTxFinishResponse) : void in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxFinishFuture | From | To | |
Change Variable Type f : MiniFuture to f : MinFuture in method public onNodeLeft(nodeId UUID) : boolean in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxFinishFuture | From | To | |
Change Variable Type fut : MiniFuture to fut : FinishMiniFuture in method private finish(m GridDistributedTxMapping) : void in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxFinishFuture | From | To | |
Change Variable Type mini : MiniFuture to mini : CheckBackupMiniFuture in method private checkBackup() : void in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxFinishFuture | From | To | |
Change Variable Type f : MiniFuture to f : CheckBackupMiniFuture in method public onResult(nodeId UUID, res GridDhtTxFinishResponse) : void in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxFinishFuture | From | To | |
Extract Variable | 1 | ||
Extract Variable found : boolean in method public onNodeLeft(nodeId UUID) : boolean from class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxFinishFuture | From | To | |
Extract Method | 1 | ||
Extract Method private checkCommittedRequest(miniId IgniteUuid) : GridDhtTxFinishRequest extracted from private checkBackup() : void in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxFinishFuture | From | To | |
Rename Parameter | 1 | ||
Rename Parameter f : IgniteInternalFuture<?> to fut : IgniteInternalFuture<?> in method private isMini(fut IgniteInternalFuture<?>) : boolean in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxFinishFuture | From | To |