cb6f15de063fd688541724524316f6d719d98844
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 36
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 2 | ||
Rename Variable value : V to valueEncoded : Object in method private setValue(value V) : void in class org.infinispan.functional.impl.EntryViews.EntryAndPreviousReadWriteView | From | To | |
Rename Variable value : V to valueEncoded : Object in method private setEntry(value V) : void in class org.infinispan.functional.impl.EntryViews.EntryBackedReadWriteView | From | To | |
Change Variable Type | 3 | ||
Change Variable Type it : CloseableIterator<CacheEntry<K,V>> to it : Iterator<CacheEntry<K,V>> in method public entries() : Traversable<ReadEntryView<K,V>> in class org.infinispan.functional.impl.ReadOnlyMapImpl | From | To | |
Change Variable Type value : V to valueEncoded : Object in method private setEntry(value V) : void in class org.infinispan.functional.impl.EntryViews.EntryBackedReadWriteView | From | To | |
Change Variable Type value : V to valueEncoded : Object in method private setValue(value V) : void in class org.infinispan.functional.impl.EntryViews.EntryAndPreviousReadWriteView | From | To | |
Extract Method | 7 | ||
Extract Method protected cacheContainsKey(key Object, cache Cache<Object,Object>) : boolean extracted from public testWriteLoad(isOwner boolean, method WriteMethod) : void in class org.infinispan.functional.FunctionalInMemoryTest | From | To | |
Extract Method protected cacheContainsKey(key Object, cache Cache<Object,Object>) : boolean extracted from public testReadLoad(isOwner boolean, method ReadMethod) : void in class org.infinispan.functional.FunctionalInMemoryTest | From | To | |
Extract Method protected getAdvancedCache(cm EmbeddedCacheManager, cacheName String) : AdvancedCache<?,?> extracted from public testAutoClose() : void in class org.infinispan.functional.FunctionalMapTest | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type entry : CacheEntry<K,V> to entry : CacheEntry in class org.infinispan.functional.impl.EntryViews.EntryBackedWriteOnlyView | From | To | |
Change Attribute Type entry : CacheEntry<K,V> to entry : CacheEntry in class org.infinispan.functional.impl.EntryViews.EntryBackedReadWriteView | From | To | |
Change Attribute Type entry : CacheEntry<K,V> to entry : CacheEntry in class org.infinispan.functional.impl.EntryViews.EntryAndPreviousReadWriteView | From | To |