49bb4c668fb4ae24a4a05b468339f0a437c550f4
Files Diff
- Added: 10
- Removed: 1
- Renamed: 0
- Modified: 48
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method private createReadyActionForSingleRpcCommand(topologyId int, singleRpcCommand SingleRpcCommand) : ReadyAction renamed to private createReadyAction(topologyId int, singleRpcCommand SingleRpcCommand) : ReadyAction in class org.infinispan.remoting.inboundhandler.NonTotalOrderPerCacheInboundInvocationHandler | From | To | |
Rename Method public unmarshallInt(in ObjectInput) : int renamed to public unmarshallSize(in ObjectInput) : int in class org.infinispan.commons.marshall.MarshallUtil | From | To | |
Rename Method public marshallInt(out ObjectOutput, value int) : void renamed to public marshallSize(out ObjectOutput, value int) : void in class org.infinispan.commons.marshall.MarshallUtil | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type e : MVCCEntry to e : MVCCEntry<Object,Object> in method private performPut(e MVCCEntry<Object,Object>, ctx InvocationContext) : Object in class org.infinispan.commands.write.PutKeyValueCommand | From | To | |
Change Parameter Type notifier : CacheNotifier to notifier : CacheNotifier<Object,Object> in method public init(notifier CacheNotifier<Object,Object>) : void in class org.infinispan.commands.write.PutMapCommand | From | To | |
Change Return Type | 1 | ||
Change Return Type MVCCEntry to MVCCEntry<Object,Object> in method private lookupMvccEntry(ctx InvocationContext, key Object) : MVCCEntry<Object,Object> in class org.infinispan.commands.write.PutMapCommand | From | To | |
Rename Class | 1 | ||
Rename Class org.infinispan.api.NonTxCacheTest renamed to org.infinispan.api.NonDuplicateModificationTest | From | To | |
Rename Attribute | 1 | ||
Rename Attribute configuration : Configuration to lockTimeout : long in class org.infinispan.remoting.inboundhandler.NonTotalOrderPerCacheInboundInvocationHandler | From | To | |
Change Variable Type | 3 | ||
Change Variable Type e : MVCCEntry to e : MVCCEntry<Object,Object> in method public perform(ctx InvocationContext) : Object in class org.infinispan.commands.write.PutKeyValueCommand | From | To | |
Change Variable Type contextEntry : MVCCEntry to contextEntry : MVCCEntry<Object,Object> in method public perform(ctx InvocationContext) : Object in class org.infinispan.commands.write.PutMapCommand | From | To | |
Change Variable Type e : MVCCEntry to e : MVCCEntry<Object,Object> in method public perform(ctx InvocationContext) : Object in class org.infinispan.commands.write.ReplaceCommand | From | To | |
Change Attribute Type | 5 | ||
Change Attribute Type notifier : CacheNotifier to notifier : CacheNotifier<Object,Object> in class org.infinispan.commands.write.ReplaceCommand | From | To | |
Change Attribute Type notifier : CacheNotifier to notifier : CacheNotifier<Object,Object> in class org.infinispan.commands.write.RemoveCommand | From | To | |
Change Attribute Type notifier : CacheNotifier to notifier : CacheNotifier<Object,Object> in class org.infinispan.commands.write.PutKeyValueCommand | From | To | |
Change Attribute Type notifier : CacheNotifier to notifier : CacheNotifier<Object,Object> in class org.infinispan.commands.write.PutMapCommand | From | To | |
Change Attribute Type configuration : Configuration to lockTimeout : long in class org.infinispan.remoting.inboundhandler.NonTotalOrderPerCacheInboundInvocationHandler | From | To |