a004dfc3d3cbd3a9ffb3c48e0ea6aad3ffb1df6a
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private processTableProperties(tablePropertiesContext TablePropertiesContext) : Map<String,Expression> renamed to private processProperties(propertiesContext PropertiesContext) : Map<String,Expression> in class com.facebook.presto.sql.parser.AstBuilder | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type tablePropertiesContext : TablePropertiesContext to propertiesContext : PropertiesContext in method private processProperties(propertiesContext PropertiesContext) : Map<String,Expression> in class com.facebook.presto.sql.parser.AstBuilder | From | To | |
Rename Variable | 1 | ||
Rename Variable tablePropertyContext : TablePropertyContext to propertyContext : PropertyContext in method private processProperties(propertiesContext PropertiesContext) : Map<String,Expression> in class com.facebook.presto.sql.parser.AstBuilder | From | To | |
Change Variable Type | 1 | ||
Change Variable Type tablePropertyContext : TablePropertyContext to propertyContext : PropertyContext in method private processProperties(propertiesContext PropertiesContext) : Map<String,Expression> in class com.facebook.presto.sql.parser.AstBuilder | From | To | |
Rename Parameter | 1 | ||
Rename Parameter tablePropertiesContext : TablePropertiesContext to propertiesContext : PropertiesContext in method private processProperties(propertiesContext PropertiesContext) : Map<String,Expression> in class com.facebook.presto.sql.parser.AstBuilder | From | To |