f2232068a41ebf92d8aba365f7320b8bb10370f4
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 3 | ||
Change Parameter Type function : Function<RemoteCache<?,?>,CloseableIteratorCollection<?>> to op : CollectionOp in method public testClear(op CollectionOp) : void in class org.infinispan.client.hotrod.BulkOperationsTest | From | To | |
Change Parameter Type function : Function<RemoteCache<?,?>,CloseableIteratorCollection<?>> to op : CollectionOp in method public testIteratorRemove(op CollectionOp) : void in class org.infinispan.client.hotrod.BulkOperationsTest | From | To | |
Change Parameter Type function : Function<RemoteCache<?,?>,Collection<?>> to op : CollectionOp in method public testSizeWithExpiration(op CollectionOp) : void in class org.infinispan.client.hotrod.BulkOperationsTest | From | To | |
Change Variable Type | 7 | ||
Change Variable Type stream : Stream<Object> to stream : Stream<?> in method public testStreamShortCircuit(op CollectionOp, transform ItemTransform) : void in class org.infinispan.client.hotrod.BulkOperationsTest | From | To | |
Change Variable Type collection : CloseableIteratorCollection<Object> to collection : CloseableIteratorCollection in method public testAddAll(op CollectionOp, transform ItemTransform) : void in class org.infinispan.client.hotrod.BulkOperationsTest | From | To | |
Change Variable Type collection : CloseableIteratorCollection<Object> to collection : CloseableIteratorCollection in method public testAdd(op CollectionOp, transform ItemTransform) : void in class org.infinispan.client.hotrod.BulkOperationsTest | From | To | |
Change Variable Type collection : Collection<Object> to collection : Collection<?> in method public testStreamAll(op CollectionOp, transform ItemTransform) : void in class org.infinispan.client.hotrod.BulkOperationsTest | From | To | |
Change Variable Type collection : Collection<Object> to collection : CloseableIteratorCollection<?> in method public testStreamShortCircuit(op CollectionOp, transform ItemTransform) : void in class org.infinispan.client.hotrod.BulkOperationsTest | From | To | |
Change Variable Type collection : Collection<Object> to collection : CloseableIteratorCollection<?> in method public testRemoveAll(op CollectionOp, transform ItemTransform) : void in class org.infinispan.client.hotrod.BulkOperationsTest | From | To | |
Rename Parameter | 3 | ||
Rename Parameter function : Function<RemoteCache<?,?>,CloseableIteratorCollection<?>> to op : CollectionOp in method public testClear(op CollectionOp) : void in class org.infinispan.client.hotrod.BulkOperationsTest | From | To | |
Rename Parameter function : Function<RemoteCache<?,?>,CloseableIteratorCollection<?>> to op : CollectionOp in method public testIteratorRemove(op CollectionOp) : void in class org.infinispan.client.hotrod.BulkOperationsTest | From | To | |
Rename Parameter function : Function<RemoteCache<?,?>,Collection<?>> to op : CollectionOp in method public testSizeWithExpiration(op CollectionOp) : void in class org.infinispan.client.hotrod.BulkOperationsTest | From | To |