1c302e401b90928d48370757518e505383eb46bf
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 16
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move Method | 1 | ||
| Move Method public apply(fut IgniteInternalFuture<T>) : void from class org.apache.ignite.internal.util.future.GridCompoundFuture.Listener to public apply(fut IgniteInternalFuture<T>) : void from class org.apache.ignite.internal.util.future.GridCompoundFuture | From | To | |
| Rename Variable | 1 | ||
| Rename Variable futs : Collection<IgniteInternalFuture<?>> to res : GridCompoundFuture in method public cancelAll() : IgniteInternalFuture<?> in class org.apache.ignite.internal.processors.service.GridServiceProcessor | From | To | |
| Move Attribute | 2 | ||
| Move Attribute private remap : boolean from class org.apache.ignite.internal.processors.cache.distributed.near.GridNearOptimisticSerializableTxPrepareFuture.ClientRemapFuture to private remap : boolean from class org.apache.ignite.internal.processors.cache.distributed.near.GridNearOptimisticSerializableTxPrepareFuture.ClientRemapFutureReducer | From | To | |
| Move Attribute private serialVersionUID : long from class org.apache.ignite.internal.util.future.GridCompoundFuture.Listener to private serialVersionUID : long from class org.apache.ignite.internal.processors.cache.distributed.near.GridNearOptimisticSerializableTxPrepareFuture.ClientRemapFuture | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type futs : Collection<IgniteInternalFuture<?>> to res : GridCompoundFuture in method public cancelAll() : IgniteInternalFuture<?> in class org.apache.ignite.internal.processors.service.GridServiceProcessor | From | To | |
| Extract Variable | 2 | ||
| Extract Variable node : ClusterNode in method public apply(f IgniteInternalFuture<?>) : String from class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxFinishFuture.toString.futs.viewReadOnly | From | To |