8cdb21f933988f97249c072246f039256c42793f
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 14
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type entries : Map.Entry<byte[],Object[]>[] to entries : List<Entry<Object,E>> in method public IterationNextResponse(status short, entries List<Entry<Object,E>>, hasMore boolean) in class org.infinispan.client.hotrod.impl.operations.IterationNextResponse | From | To | |
Change Parameter Type marshaller : Marshaller to metadata : boolean in method public RemoteCloseableIterator(operationsFactory OperationsFactory, filterConverterFactory String, filterParams byte[][], segments Set<Integer>, batchSize int, metadata boolean) in class org.infinispan.client.hotrod.impl.iteration.RemoteCloseableIterator | From | To | |
Move Method | 1 | ||
Move Method private unmarshall(bytes byte[], status short) : Object from class org.infinispan.client.hotrod.impl.iteration.RemoteCloseableIterator to private unmarshall(bytes byte[], status short) : Object from class org.infinispan.client.hotrod.impl.operations.IterationNextOperation | From | To | |
Change Return Type | 3 | ||
Change Return Type Map.Entry<byte[],Object[]>[] to List<Entry<Object,E>> in method public getEntries() : List<Entry<Object,E>> in class org.infinispan.client.hotrod.impl.operations.IterationNextResponse | From | To | |
Change Return Type IterationNextResponse to IterationNextResponse<E> in method public execute() : IterationNextResponse<E> in class org.infinispan.client.hotrod.impl.operations.IterationNextOperation | From | To | |
Change Return Type Entry<Object,Object> to Entry<Object,E> in method public next() : Entry<Object,E> in class org.infinispan.client.hotrod.impl.iteration.RemoteCloseableIterator | From | To | |
Rename Attribute | 2 | ||
Rename Attribute finishedSegments : byte[] to hasMore : boolean in class org.infinispan.client.hotrod.impl.operations.IterationNextResponse | From | To | |
Rename Attribute marshaller : Marshaller to metadata : boolean in class org.infinispan.client.hotrod.impl.iteration.RemoteCloseableIterator | From | To | |
Change Variable Type | 2 | ||
Change Variable Type iterationNextResponse : IterationNextResponse to iterationNextResponse : IterationNextResponse<E> in method private fetch() : void in class org.infinispan.client.hotrod.impl.iteration.RemoteCloseableIterator | From | To | |
Change Variable Type iterationNextOperation : IterationNextOperation to iterationNextOperation : IterationNextOperation<E> in method private fetch() : void in class org.infinispan.client.hotrod.impl.iteration.RemoteCloseableIterator | From | To | |
Change Attribute Type | 4 | ||
Change Attribute Type finishedSegments : byte[] to hasMore : boolean in class org.infinispan.client.hotrod.impl.operations.IterationNextResponse | From | To | |
Change Attribute Type nextElements : Queue<SimpleEntry<Object,Object>> to nextElements : Queue<Entry<Object,E>> in class org.infinispan.client.hotrod.impl.iteration.RemoteCloseableIterator | From | To | |
Change Attribute Type marshaller : Marshaller to metadata : boolean in class org.infinispan.client.hotrod.impl.iteration.RemoteCloseableIterator | From | To | |
Change Attribute Type entries : Map.Entry<byte[],Object[]>[] to entries : List<Entry<Object,E>> in class org.infinispan.client.hotrod.impl.operations.IterationNextResponse | From | To | |
Rename Parameter | 1 | ||
Rename Parameter marshaller : Marshaller to metadata : boolean in method public RemoteCloseableIterator(operationsFactory OperationsFactory, filterConverterFactory String, filterParams byte[][], segments Set<Integer>, batchSize int, metadata boolean) in class org.infinispan.client.hotrod.impl.iteration.RemoteCloseableIterator | From | To |