|
Change Parameter Type key : String to key : CustomClass in method public accept(key CustomClass, value CustomClass, metadata Metadata) : boolean in class org.infinispan.iteration.LocalEntryRetrieverWithStoreAsBinaryTest.CustomClassFilter |
From |
To |
|
Change Parameter Type value : String to value : CustomClass in method public accept(key CustomClass, value CustomClass, metadata Metadata) : boolean in class org.infinispan.iteration.LocalEntryRetrieverWithStoreAsBinaryTest.CustomClassFilter |
From |
To |
|
Change Parameter Type allowedEntries : Map<String,String> to allowedEntries : Map<CustomClass,CustomClass> in method public CustomClassFilter(allowedEntries Map<CustomClass,CustomClass>) in class org.infinispan.iteration.LocalEntryRetrieverWithStoreAsBinaryTest.CustomClassFilter |
From |
To |
|
Change Variable Type originalValues : Map<String,String> to originalValues : Map<CustomClass,CustomClass> in method public testFilterWithStoreAsBinary() : void in class org.infinispan.iteration.LocalEntryRetrieverWithStoreAsBinaryTest |
From |
To |
|
Change Variable Type allowedValue : String to allowedValue : CustomClass in method public accept(key CustomClass, value CustomClass, metadata Metadata) : boolean in class org.infinispan.iteration.LocalEntryRetrieverWithStoreAsBinaryTest.CustomClassFilter |
From |
To |
|
Change Variable Type entry : Map.Entry<String,String> to entry : Map.Entry<CustomClass,CustomClass> in method public testFilterWithStoreAsBinary() : void in class org.infinispan.iteration.LocalEntryRetrieverWithStoreAsBinaryTest |
From |
To |
|
Change Variable Type results : Map<String,String> to results : Map<CustomClass,CustomClass> in method public testFilterWithStoreAsBinary() : void in class org.infinispan.iteration.LocalEntryRetrieverWithStoreAsBinaryTest |
From |
To |
|
Change Variable Type retriever : EntryRetriever<String,String> to retriever : EntryRetriever<CustomClass,CustomClass> in method public testFilterWithStoreAsBinary() : void in class org.infinispan.iteration.LocalEntryRetrieverWithStoreAsBinaryTest |
From |
To |
|
Change Variable Type iterator : Iterator<CacheEntry<String,String>> to iterator : Iterator<CacheEntry<CustomClass,CustomClass>> in method public testFilterWithStoreAsBinary() : void in class org.infinispan.iteration.LocalEntryRetrieverWithStoreAsBinaryTest |
From |
To |
|
Change Variable Type entry : CacheEntry<String,String> to entry : CacheEntry<CustomClass,CustomClass> in method public testFilterWithStoreAsBinaryPartialKeys() : void in class org.infinispan.iteration.LocalEntryRetrieverWithStoreAsBinaryTest |
From |
To |
|
Change Variable Type originalValues : Map<String,String> to originalValues : Map<CustomClass,CustomClass> in method public testFilterWithStoreAsBinaryPartialKeys() : void in class org.infinispan.iteration.LocalEntryRetrieverWithStoreAsBinaryTest |
From |
To |
|
Change Variable Type retriever : EntryRetriever<String,String> to retriever : EntryRetriever<CustomClass,CustomClass> in method public testFilterWithStoreAsBinaryPartialKeys() : void in class org.infinispan.iteration.LocalEntryRetrieverWithStoreAsBinaryTest |
From |
To |
|
Change Variable Type iterator : Iterator<CacheEntry<String,String>> to iterator : Iterator<CacheEntry<CustomClass,CustomClass>> in method public testFilterWithStoreAsBinaryPartialKeys() : void in class org.infinispan.iteration.LocalEntryRetrieverWithStoreAsBinaryTest |
From |
To |