037e6093d92489edbb0f8aa9fd84450eb3a89233
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 7
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public testProcessFirstRow() : void renamed to public testMqttClientIsMemoized() : void in class org.pentaho.di.trans.step.mqtt.MQTTProducerTest | From | To | |
| Rename Variable | 3 | ||
| Rename Variable fdMessageField : FormData to specifyTopicLayout : FormData in method private setupTopicSelection(parent Composite, controlAbove Control) : Group in class org.pentaho.di.trans.step.mqtt.MQTTProducerDialog | From | To | |
| Rename Variable wlClientId : Label to separator : Label in method private setupTopicSelection(parent Composite, controlAbove Control) : Group in class org.pentaho.di.trans.step.mqtt.MQTTProducerDialog | From | To | |
| Rename Variable wlTopic : Label to specifyTopic : Button in method private setupTopicSelection(parent Composite, controlAbove Control) : Group in class org.pentaho.di.trans.step.mqtt.MQTTProducerDialog | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute wTopic : TextVar to wTopicText : TextVar in class org.pentaho.di.trans.step.mqtt.MQTTProducerDialog | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type wlTopic : Label to specifyTopic : Button in method private setupTopicSelection(parent Composite, controlAbove Control) : Group in class org.pentaho.di.trans.step.mqtt.MQTTProducerDialog | From | To | |
| Extract Method | 2 | ||
| Extract Method private setupTopicSelection(parent Composite, controlAbove Control) : Group extracted from private buildSetupTab() : void in class org.pentaho.di.trans.step.mqtt.MQTTProducerDialog | From | To | |
| Extract Method private getMessage(row Object[]) : MqttMessage extracted from public processRow(smi StepMetaInterface, sdi StepDataInterface) : boolean in class org.pentaho.di.trans.step.mqtt.MQTTProducer | From | To |