72ed78df6c1b5544723b0577cd535408404a65ed
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable parallelProcessableStream : ParallelProcessableStream to streamCache : StreamCache in method protected createProcessorExchangePairs(exchange Exchange) : Iterable<ProcessorExchangePair> in class org.apache.camel.processor.MulticastProcessor | From | To | |
Change Return Type | 5 | ||
Change Return Type ParallelProcessableStream to StreamCache in method public copy() : StreamCache in class org.apache.camel.converter.stream.StreamSourceCache | From | To | |
Change Return Type ParallelProcessableStream to StreamCache in method public copy() : StreamCache in class org.apache.camel.converter.stream.ByteArrayInputStreamCache | From | To | |
Change Return Type ParallelProcessableStream to StreamCache in method public copy() : StreamCache in class org.apache.camel.converter.stream.ReaderCache | From | To | |
Change Return Type ParallelProcessableStream to StreamCache in method public copy() : StreamCache in class org.apache.camel.converter.stream.InputStreamCache | From | To | |
Change Return Type ParallelProcessableStream to StreamCache in method public copy() : StreamCache in class org.apache.camel.converter.stream.FileInputStreamCache | From | To | |
Change Variable Type | 2 | ||
Change Variable Type parallelProcessableStream : ParallelProcessableStream to streamCache : StreamCache in method protected createProcessorExchangePairs(exchange Exchange) : Iterable<ProcessorExchangePair> in class org.apache.camel.processor.MulticastProcessor | From | To | |
Change Variable Type copiedStreamCache : ParallelProcessableStream to copiedStreamCache : StreamCache in method protected createProcessorExchangePairs(exchange Exchange) : Iterable<ProcessorExchangePair> in class org.apache.camel.processor.MulticastProcessor | From | To |