c6f80f92785fd1702c7bf345d4175aaa867cc896
Files Diff
- Added: 4
- Removed: 0
- Renamed: 0
- Modified: 43
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public visitGetCacheEntryCommand(ctx InvocationContext, command GetCacheEntryCommand) : Object renamed to public visitGetManyCommand(ctx InvocationContext, command GetManyCommand) : Object in class org.infinispan.interceptors.TxInterceptor | From | To | |
Pull Up Method | 4 | ||
Pull Up Method public hasFlag(flag Flag) : boolean from class org.infinispan.commands.remote.ClusteredGetCommand to public hasFlag(flag Flag) : boolean from class org.infinispan.commands.remote.LocalFlagAffectedRpcCommand | From | To | |
Pull Up Method public getFlags() : Set<Flag> from class org.infinispan.commands.remote.ClusteredGetCommand to public getFlags() : Set<Flag> from class org.infinispan.commands.remote.LocalFlagAffectedRpcCommand | From | To | |
Pull Up Method public setFlags(flags Set<Flag>) : void from class org.infinispan.commands.remote.ClusteredGetCommand to public setFlags(flags Set<Flag>) : void from class org.infinispan.commands.remote.LocalFlagAffectedRpcCommand | From | To | |
Pull Up Method public setFlags(flags Flag...) : void from class org.infinispan.commands.remote.ClusteredGetCommand to public setFlags(flags Flag...) : void from class org.infinispan.commands.remote.LocalFlagAffectedRpcCommand | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type command : GetCacheEntryCommand to command : GetManyCommand in method public visitGetManyCommand(ctx InvocationContext, command GetManyCommand) : Object in class org.infinispan.interceptors.TxInterceptor | From | To | |
Pull Up Attribute | 1 | ||
Pull Up Attribute private flags : Set<Flag> from class org.infinispan.commands.remote.ClusteredGetCommand to protected flags : Set<Flag> from class org.infinispan.commands.remote.LocalFlagAffectedRpcCommand | From | To | |
Extract Superclass | 1 | ||
Extract Superclass org.infinispan.commands.remote.LocalFlagAffectedRpcCommand from classes [org.infinispan.commands.remote.ClusteredGetCommand] | From | To |