e9d2939ccdb546034ffc47448b21dbce534e4827
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Method | 1 | ||
Move Method private setTopicWidgetVisibility(topicComesFromField Button) : void from class org.pentaho.di.trans.step.mqtt.MQTTProducerDialog to private setTopicWidgetVisibility(topicComesFromField Button) : void from class org.pentaho.di.ui.core.widget.TopicSelection | From | To | |
Move Attribute | 2 | ||
Move Attribute private topicComesFromField : Button from class org.pentaho.di.trans.step.mqtt.MQTTProducerDialog to private topicComesFromField : Button from class org.pentaho.di.ui.core.widget.TopicSelection | From | To | |
Move Attribute private wTopicText : TextVar from class org.pentaho.di.trans.step.mqtt.MQTTProducerDialog to private wTopicText : TextVar from class org.pentaho.di.ui.core.widget.TopicSelection | From | To | |
Extract Class | 1 | ||
Extract Class org.pentaho.di.ui.core.widget.TopicSelection from class org.pentaho.di.trans.step.mqtt.MQTTProducerDialog | From | To | |
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute group : Group to topicSelection : TopicSelection in method private buildSetupTab() : void in class org.pentaho.di.trans.step.mqtt.MQTTProducerDialog | From | To | |
Change Variable Type | 1 | ||
Change Variable Type group : Group to topicSelection : TopicSelection in method private buildSetupTab() : void in class org.pentaho.di.trans.step.mqtt.MQTTProducerDialog | From | To |