26620abbaf0224e380917d85d81fb2db1bbb2d3b
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 14
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 2 | ||
| Change Parameter Type avgYVal : Y to avgYVal : double in method public TitledPoint(title String, xVal X, minYVal Y, maxYVal Y, avgYVal double) in class com.navercorp.pinpoint.web.vo.chart.TitledPoint | From | To | |
| Change Parameter Type avgYVal : Y to avgYVal : double in method public Point(xVal X, minYVal Y, maxYVal Y, avgYVal double) in class com.navercorp.pinpoint.web.vo.chart.Point | From | To | |
| Change Return Type | 6 | ||
| Change Return Type Integer to double in method public sampleAvg(values Collection<Integer>) : double in class com.navercorp.pinpoint.web.vo.stat.chart.DownSamplers.IntegerDownSampler | From | To | |
| Change Return Type Y to double in method protected sampleAvg(sampleBuffer List<Y>) : double in class com.navercorp.pinpoint.web.vo.chart.LegacySampledChartBuilder | From | To | |
| Change Return Type Y to double in method public getAvgYVal() : double in class com.navercorp.pinpoint.web.vo.chart.Point | From | To | |
| Change Return Type Long to double in method public sampleAvg(values Collection<Long>) : double in class com.navercorp.pinpoint.web.vo.stat.chart.DownSamplers.LongDownSampler | From | To | |
| Change Return Type Double to double in method public sampleAvg(values Collection<Double>) : double in class com.navercorp.pinpoint.web.vo.stat.chart.DownSamplers.DoubleDownSampler | From | To | |
| Change Return Type T to double in method public sampleAvg(values Collection<T>) : double in class com.navercorp.pinpoint.web.vo.stat.chart.DownSampler | From | To | |
| Extract Method | 1 | ||
| Extract Method private getAvg(values Collection<Double>) : double extracted from public sampleAvg(values Collection<Double>) : Double in class com.navercorp.pinpoint.web.vo.stat.chart.DownSamplers.DoubleDownSampler | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type avgYVal : Y to avgYVal : double in class com.navercorp.pinpoint.web.vo.chart.Point | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter scale : int to numDecimals : int in method private DoubleDownSampler(defaultValue Double, numDecimals int) in class com.navercorp.pinpoint.web.vo.stat.chart.DownSamplers.DoubleDownSampler | From | To | |
| Rename Parameter scale : int to numDecimals : int in method public getDoubleDownSampler(defaultValue double, numDecimals int) : DownSampler<Double> in class com.navercorp.pinpoint.web.vo.stat.chart.DownSamplers | From | To |