bbe7f4c4b90d97dd39f2f0c2916160bea8d397dd
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 2 | ||
| Rename Variable record : ProducerRecord to c : Iterator<ProducerRecord> in method public process(exchange Exchange, callback AsyncCallback) : boolean in class org.apache.camel.component.kafka.KafkaProducer | From | To | |
| Rename Variable record : ProducerRecord to c : Iterator<ProducerRecord> in method public process(exchange Exchange) : void in class org.apache.camel.component.kafka.KafkaProducer | From | To | |
| Change Return Type | 1 | ||
| Change Return Type ProducerRecord to Iterator<ProducerRecord> in method protected createRecorder(exchange Exchange) : Iterator<ProducerRecord> in class org.apache.camel.component.kafka.KafkaProducer | From | To | |
| Extract Variable | 1 | ||
| Extract Variable cb : KafkaProducerCallBack in method public process(exchange Exchange, callback AsyncCallback) : boolean from class org.apache.camel.component.kafka.KafkaProducer | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type record : ProducerRecord to c : Iterator<ProducerRecord> in method public process(exchange Exchange) : void in class org.apache.camel.component.kafka.KafkaProducer | From | To | |
| Change Variable Type record : ProducerRecord to c : Iterator<ProducerRecord> in method public process(exchange Exchange, callback AsyncCallback) : boolean in class org.apache.camel.component.kafka.KafkaProducer | From | To |