bfa6e71e54dc27fcd82f70565b99e725fbc4a9c4
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 19
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 2 | ||
| Change Parameter Type minValue : int to minValue : long in method public setMinValue(minValue long) : void in class org.apache.phoenix.pherf.configuration.Column | From | To | |
| Change Parameter Type maxValue : int to maxValue : long in method public setMaxValue(maxValue long) : void in class org.apache.phoenix.pherf.configuration.Column | From | To | |
| Change Return Type | 2 | ||
| Change Return Type int to long in method public getMinValue() : long in class org.apache.phoenix.pherf.configuration.Column | From | To | |
| Change Return Type int to long in method public getMaxValue() : long in class org.apache.phoenix.pherf.configuration.Column | From | To | |
| Extract Variable | 1 | ||
| Extract Variable explainQuery : String in method public getExplainPlan(query Query, scenario Scenario, ruleApplier RulesApplier) : String from class org.apache.phoenix.pherf.util.PhoenixUtil | From | To | |
| Extract Method | 3 | ||
| Extract Method public write(result DataModelResult, ruleApplier RulesApplier) : void extracted from public write(result DataModelResult) : void in class org.apache.phoenix.pherf.result.ResultManager | From | To | |
| Extract Method public getExplainPlan(query Query, scenario Scenario, ruleApplier RulesApplier) : String extracted from public getExplainPlan(query Query) : String in class org.apache.phoenix.pherf.util.PhoenixUtil | From | To | |
| Extract Method public write(dataModelResults List<DataModelResult>, rulesApplier RulesApplier) : void extracted from public write(dataModelResults List<DataModelResult>) : void in class org.apache.phoenix.pherf.result.ResultManager | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type minValue : int to minValue : long in class org.apache.phoenix.pherf.configuration.Column | From | To | |
| Change Attribute Type maxValue : int to maxValue : long in class org.apache.phoenix.pherf.configuration.Column | From | To |