4c126917c30fe268512337d1a6a0456308695a62
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 13
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public setJoinReorderingEnabled(reorderJoins boolean) : FeaturesConfig renamed to public setJoinReorderingStrategy(joinReorderingStrategy JoinReorderingStrategy) : FeaturesConfig in class com.facebook.presto.sql.analyzer.FeaturesConfig | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type reorderJoins : boolean to joinReorderingStrategy : JoinReorderingStrategy in method public setJoinReorderingStrategy(joinReorderingStrategy JoinReorderingStrategy) : FeaturesConfig in class com.facebook.presto.sql.analyzer.FeaturesConfig | From | To | |
Rename Attribute | 1 | ||
Rename Attribute reorderJoins : boolean to joinReorderingStrategy : JoinReorderingStrategy in class com.facebook.presto.sql.analyzer.FeaturesConfig | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type reorderJoins : boolean to joinReorderingStrategy : JoinReorderingStrategy in class com.facebook.presto.sql.analyzer.FeaturesConfig | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public getJoinReorderingStrategy() : JoinReorderingStrategy extracted from public SystemSessionProperties(queryManagerConfig QueryManagerConfig, taskManagerConfig TaskManagerConfig, memoryManagerConfig MemoryManagerConfig, featuresConfig FeaturesConfig) in class com.facebook.presto.SystemSessionProperties & moved to class com.facebook.presto.sql.analyzer.FeaturesConfig | From | To | |
Rename Parameter | 1 | ||
Rename Parameter reorderJoins : boolean to joinReorderingStrategy : JoinReorderingStrategy in method public setJoinReorderingStrategy(joinReorderingStrategy JoinReorderingStrategy) : FeaturesConfig in class com.facebook.presto.sql.analyzer.FeaturesConfig | From | To |