4a534059e4bf46b061e1272d432fd00c6f87acb0
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type finalize : IgniteInClosure<GridDhtPartitionsReservation> to appKey : Object in method public GridDhtPartitionsReservation(topVer AffinityTopologyVersion, cctx GridCacheContext<?,?>, appKey Object) in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtPartitionsReservation | From | To | |
Rename Variable | 1 | ||
Rename Variable cache : String to name : String in method public hashCode() : int in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtPartitionsReservation | From | To | |
Extract Method | 4 | ||
Extract Method private tryEvict(parts GridDhtLocalPartition[]) : void extracted from public release() : void in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtPartitionsReservation | From | To | |
Extract Method private tryEvict(part GridDhtLocalPartition) : void extracted from public release() : void in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtPartitionsReservation | From | To | |
Extract Method private tryEvict(parts GridDhtLocalPartition[]) : void extracted from public canEvict() : boolean in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtPartitionsReservation | From | To | |
Extract Method private unregister() : void extracted from public canEvict() : boolean in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtPartitionsReservation | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type parts : List<GridDhtLocalPartition> to parts : AtomicReference<GridDhtLocalPartition[]> in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtPartitionsReservation | From | To | |
Rename Parameter | 1 | ||
Rename Parameter finalize : IgniteInClosure<GridDhtPartitionsReservation> to appKey : Object in method public GridDhtPartitionsReservation(topVer AffinityTopologyVersion, cctx GridCacheContext<?,?>, appKey Object) in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtPartitionsReservation | From | To |