648100e3eed9395a4d1e0e39787642d26c79f873
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Replace Attribute | 1 | ||
Replace Attribute private cm : EmbeddedCacheManager from class org.infinispan.api.batch.BatchWithCustomTMTest with private cacheManager : EmbeddedCacheManager from class org.infinispan.cache.impl.CacheImpl | From | To | |
Rename Variable | 1 | ||
Rename Variable ref : AtomicReference<String> to f : Future<String> in method package getOnDifferentThread(cache Cache<String,String>, key String) : String in class org.infinispan.api.batch.AbstractBatchTest | From | To | |
Change Return Type | 4 | ||
Change Return Type Cache<String,String> to Cache<K,V> in method private createCache(enableBatch boolean, name String) : Cache<K,V> in class org.infinispan.api.batch.BatchWithoutTMTest | From | To | |
Change Return Type void to EmbeddedCacheManager in method public createCacheManager() : EmbeddedCacheManager in class org.infinispan.api.batch.BatchWithoutTMTest | From | To | |
Change Return Type Cache<String,String> to Cache<K,V> in method protected createCache(name String) : Cache<K,V> in class org.infinispan.api.batch.BatchWithCustomTMTest | From | To | |
Change Return Type Cache<String,String> to Cache<K,V> in method protected createCache(name String) : Cache<K,V> in class org.infinispan.api.batch.BatchWithTMTest | From | To | |
Change Variable Type | 1 | ||
Change Variable Type ref : AtomicReference<String> to f : Future<String> in method package getOnDifferentThread(cache Cache<String,String>, key String) : String in class org.infinispan.api.batch.AbstractBatchTest | From | To | |
Extract Method | 2 | ||
Extract Method protected createCache(name String) : Cache<K,V> extracted from public testEndBatchWithoutStartBatch() : void in class org.infinispan.api.batch.BatchWithoutTMTest | From | To | |
Extract Method protected createCache(name String) : Cache<K,V> extracted from public testStartBatchIdempotency() : void in class org.infinispan.api.batch.BatchWithoutTMTest | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method package assertNoTransaction(transactionManager TransactionManager) : void extracted from public testBatchWithoutOngoingTMSuspension() : void in class org.infinispan.api.batch.BatchWithCustomTMTest & moved to class org.infinispan.api.batch.AbstractBatchTest | From | To |