dde936ace5eb0618edc360ca05006d76e810add8
Files Diff
- Added: 6
 - Removed: 3
 - Renamed: 0
 - Modified: 27
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 3 | ||
| Change Parameter Type ignite : Ignite to ignite : IgniteEx in method private TransferAmountTxThread(firstTransactionLatch CountDownLatch, ignite IgniteEx, cacheName String, txIndex int) in class org.apache.ignite.internal.processors.cache.transactions.AbstractTransactionIntergrityTest.TransferAmountTxThread | From | To | |
| Change Parameter Type cause : IOException to cause : Throwable in method public CorruptedTreeException(msg String, cause Throwable) in class org.apache.ignite.internal.processors.cache.persistence.tree.CorruptedTreeException | From | To | |
| Change Parameter Type cache : IgniteCache to cache : IgniteCache<Integer,AccountState> in method private updateInTransaction(cache IgniteCache<Integer,AccountState>) : void in class org.apache.ignite.internal.processors.cache.transactions.AbstractTransactionIntergrityTest.TransferAmountTxThread | From | To | |
| Rename Variable | 1 | ||
| Rename Variable hasIOIssue : boolean to hasInvalidEnvironmentIssue : boolean in method private commitIfLocked() : void in class org.apache.ignite.internal.processors.cache.distributed.GridDistributedTxRemoteAdapter | From | To | |
| Move And Rename Class | 1 | ||
| Move And Rename Class org.apache.ignite.internal.processors.cache.persistence.file.PersistentStorageIOException moved and renamed to org.apache.ignite.internal.processors.cache.persistence.tree.CorruptedTreeException | From | To | |
| Move Class | 2 | ||
| Move Class org.apache.ignite.internal.pagemem.wal.StorageException moved to org.apache.ignite.internal.processors.cache.persistence.StorageException | From | To | |
| Move Class org.apache.ignite.failure.AccountTransferTransactionTest.TransferAmountTxThread moved to org.apache.ignite.internal.processors.cache.transactions.AbstractTransactionIntergrityTest.TransferAmountTxThread | From | To | |
| Change Variable Type | 3 | ||
| Change Variable Type acctFrom : Long to acctFrom : AccountState in method private updateInTransaction(cache IgniteCache<Integer,AccountState>) : void in class org.apache.ignite.internal.processors.cache.transactions.AbstractTransactionIntergrityTest.TransferAmountTxThread | From | To | |
| Change Variable Type acctTo : Long to acctTo : AccountState in method private updateInTransaction(cache IgniteCache<Integer,AccountState>) : void in class org.apache.ignite.internal.processors.cache.transactions.AbstractTransactionIntergrityTest.TransferAmountTxThread | From | To | |
| Change Variable Type err : PersistentStorageIOException to err : StorageException in method private init() : void in class org.apache.ignite.internal.processors.cache.persistence.file.FilePageStore | From | To | |
| Change Attribute Type | 10 | ||
| Change Attribute Type lockBackAndRmvFromLeaf : GetPageHandler<Remove> to lockBackAndRmvFromLeaf : PageHandler<Remove,Result> in class org.apache.ignite.internal.processors.cache.persistence.tree.BPlusTree | From | To | |
| Change Attribute Type lockBackAndTail : GetPageHandler<Remove> to lockBackAndTail : PageHandler<Remove,Result> in class org.apache.ignite.internal.processors.cache.persistence.tree.BPlusTree | From | To | |
| Change Attribute Type ignite : Ignite to ignite : IgniteEx in class org.apache.ignite.internal.processors.cache.transactions.AbstractTransactionIntergrityTest.TransferAmountTxThread | From | To | |
| Change Attribute Type lockTail : GetPageHandler<Remove> to lockTail : PageHandler<Remove,Result> in class org.apache.ignite.internal.processors.cache.persistence.tree.BPlusTree | From | To | |
| Change Attribute Type rmvFromLeaf : GetPageHandler<Remove> to rmvFromLeaf : PageHandler<Remove,Result> in class org.apache.ignite.internal.processors.cache.persistence.tree.BPlusTree | From | To | |
| Change Attribute Type insert : GetPageHandler<Put> to insert : PageHandler<Put,Result> in class org.apache.ignite.internal.processors.cache.persistence.tree.BPlusTree | From | To | |
| Change Attribute Type replace : GetPageHandler<Put> to replace : PageHandler<Put,Result> in class org.apache.ignite.internal.processors.cache.persistence.tree.BPlusTree | From | To | |
| Change Attribute Type lockTailForward : GetPageHandler<Remove> to lockTailForward : PageHandler<Remove,Result> in class org.apache.ignite.internal.processors.cache.persistence.tree.BPlusTree | From | To | |
| Change Attribute Type search : GetPageHandler<Get> to search : PageHandler<Get,Result> in class org.apache.ignite.internal.processors.cache.persistence.tree.BPlusTree | From | To | |
| Change Attribute Type askNeighbor : GetPageHandler<Get> to askNeighbor : PageHandler<Get,Result> in class org.apache.ignite.internal.processors.cache.persistence.tree.BPlusTree | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter cleanFile : boolean to delete : boolean in method public stop(delete boolean) : void in class org.apache.ignite.internal.processors.cache.persistence.file.FilePageStore | From | To |