3c4dd727b7115abd9b725b309c8ef4cccc185706
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type object : IdFunction to object : ClientAddress in method public writeObject(output ObjectOutput, object ClientAddress) : void in class org.infinispan.server.hotrod.tx.ClientAddress.Externalizer | From | To | |
Change Return Type | 2 | ||
Change Return Type Set<Class<? extends IdFunction>> to Set<Class<? extends ClientAddress>> in method public getTypeClasses() : Set<Class<? extends ClientAddress>> in class org.infinispan.server.hotrod.tx.ClientAddress.Externalizer | From | To | |
Change Return Type IdFunction to ClientAddress in method public readObject(input ObjectInput) : ClientAddress in class org.infinispan.server.hotrod.tx.ClientAddress.Externalizer | From | To | |
Move And Rename Class | 1 | ||
Move And Rename Class org.infinispan.server.hotrod.tx.TxFunctions.IdFunction moved and renamed to org.infinispan.server.hotrod.tx.ClientAddress | From | To | |
Move Class | 1 | ||
Move Class org.infinispan.server.hotrod.tx.TxFunctions.Externalizer moved to org.infinispan.server.hotrod.tx.ClientAddress.Externalizer | From | To | |
Rename Attribute | 1 | ||
Rename Attribute TX_FUNCTIONS : int to CLIENT_ADDRESS : int in class org.infinispan.server.core.ExternalizerIds | From | To | |
Extract Method | 1 | ||
Extract Method public getOrCreateLocalTransaction(transaction Transaction, implicitTransaction boolean, gtxFactory Supplier<GlobalTransaction>) : LocalTransaction extracted from public getOrCreateLocalTransaction(transaction Transaction, implicitTransaction boolean) : LocalTransaction in class org.infinispan.transaction.impl.TransactionTable | From | To |