90c7603681a3fc310faead9ad47cc358ad49c04e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type avgYVal : double 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 : double 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 | 1 | ||
Change Return Type double to Double in method public getAvgYVal() : Double in class com.navercorp.pinpoint.web.vo.chart.Point | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type avgYVal : double to avgYVal : Double in class com.navercorp.pinpoint.web.vo.chart.Point | From | To |