811b51eea2fd7a7a3c50506aebae16dac410984f
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 29
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public alwaysReadsExistingValues() : boolean renamed to public ignoreCommandOnStatus(status ComponentStatus) : boolean in class org.infinispan.commands.functional.ReadOnlyManyCommand | From | To | |
Rename Method public booleans() : Object[][] renamed to public owningModeAndMethod() : Object[][] in class org.infinispan.functional.AbstractFunctionalReadOnlyOpTest | From | To | |
Rename Method public booleans() : Object[][] renamed to public owningModeAndMethod() : Object[][] in class org.infinispan.functional.AbstractFunctionalOpTest | From | To | |
Move And Inline Method | 1 | ||
Move And Inline Method public getConsistentHash() : ConsistentHash moved from class org.infinispan.commands.functional.ReadOnlyManyCommand to class org.infinispan.interceptors.distribution.BaseDistributionInterceptor & inlined to public visitReadOnlyManyCommand(ctx InvocationContext, command ReadOnlyManyCommand) : CompletableFuture<Void> | From | To | |
Rename Variable | 2 | ||
Rename Variable missingRemoteValues : boolean to foundExisting : boolean in method public visitReadOnlyManyCommand(ctx InvocationContext, command ReadOnlyManyCommand) : CompletableFuture<Void> in class org.infinispan.interceptors.distribution.BaseDistributionInterceptor | From | To | |
Rename Variable key : Object to address : Address in method public visitReadOnlyManyCommand(ctx InvocationContext, command ReadOnlyManyCommand) : CompletableFuture<Void> in class org.infinispan.interceptors.distribution.BaseDistributionInterceptor | From | To | |
Inline Method | 1 | ||
Inline Method public perform(entry CacheEntry<K,V>) : Object inlined to public perform(ctx InvocationContext) : Object in class org.infinispan.commands.functional.ReadOnlyKeyCommand | From | To | |
Change Variable Type | 1 | ||
Change Variable Type key : Object to address : Address in method public visitReadOnlyManyCommand(ctx InvocationContext, command ReadOnlyManyCommand) : CompletableFuture<Void> in class org.infinispan.interceptors.distribution.BaseDistributionInterceptor | From | To | |
Extract Variable | 2 | ||
Extract Variable cacheTopology : CacheTopology in method public visitReadOnlyManyCommand(ctx InvocationContext, command ReadOnlyManyCommand) : CompletableFuture<Void> from class org.infinispan.interceptors.distribution.BaseDistributionInterceptor | From | To | |
Extract Variable cause : Throwable in method public visitWriteOnlyManyCommand(ctx InvocationContext, command WriteOnlyManyCommand) : CompletableFuture<Void> from class org.infinispan.interceptors.distribution.NonTxDistributionInterceptor | From | To | |
Extract Method | 1 | ||
Extract Method public getStore(cache Cache) : DummyInMemoryStore extracted from public testLoad(isSourceOwner boolean, method Method) : void in class org.infinispan.functional.FunctionalCachestoreTest | From | To | |
Extract And Move Method | 4 | ||
Extract And Move Method protected getKey(isSourceOwner boolean) : Object extracted from public testLoad(isSourceOwner boolean, method Method) : void in class org.infinispan.functional.FunctionalInMemoryReadOnlyTest & moved to class org.infinispan.functional.AbstractFunctionalOpTest | From | To | |
Extract And Move Method protected getKey(isSourceOwner boolean) : Object extracted from public testLoad(isSourceOwner boolean, method Method) : void in class org.infinispan.functional.FunctionalCachestoreReadOnlyTest & moved to class org.infinispan.functional.AbstractFunctionalOpTest | From | To | |
Extract And Move Method protected getKey(isSourceOwner boolean) : Object extracted from public testLoad(isSourceOwner boolean, method Method) : void in class org.infinispan.functional.FunctionalInMemoryTest & moved to class org.infinispan.functional.AbstractFunctionalOpTest | From | To | |
Extract And Move Method protected getKey(isSourceOwner boolean) : Object extracted from public testLoad(isSourceOwner boolean, method Method) : void in class org.infinispan.functional.FunctionalCachestoreTest & moved to class org.infinispan.functional.AbstractFunctionalOpTest | From | To | |
Rename Parameter | 2 | ||
Rename Parameter isSourceOwner : boolean to isOwner : boolean in method public testLoad(isOwner boolean, method Method) : void in class org.infinispan.functional.FunctionalInMemoryTest | From | To | |
Rename Parameter isSourceOwner : boolean to isOwner : boolean in method public testLoad(isOwner boolean, method Method) : void in class org.infinispan.functional.FunctionalInMemoryReadOnlyTest | From | To |