f17e4636e0fb72155b3acb2334f52ba238a640e0
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable maxConnectionSizes : List<AgentStatPoint<Integer>> to result : List<AgentStatPoint<Integer>> in method private filterDataSourceList(dataSourceList List<SampledDataSource>, filter Function<SampledDataSource,AgentStatPoint<Integer>>) : List<AgentStatPoint<Integer>> in class com.navercorp.pinpoint.web.vo.stat.chart.agent.DataSourceChart.DataSourceChartGroup | From | To | |
Inline Variable | 1 | ||
Inline Variable size : int in method public DataSourceChartGroup(timeWindow TimeWindow, sampledDataSourceList List<SampledDataSource>, serviceTypeRegistryService ServiceTypeRegistryService) from class com.navercorp.pinpoint.web.vo.stat.chart.agent.DataSourceChart.DataSourceChartGroup | From | To | |
Extract Method | 2 | ||
Extract Method private newDatasourceChart(timeWindow TimeWindow, sampledDataSourceList List<SampledDataSource>) : Map<ChartType,Chart<? extends Point>> extracted from public DataSourceChartGroup(timeWindow TimeWindow, sampledDataSourceList List<SampledDataSource>, serviceTypeRegistryService ServiceTypeRegistryService) in class com.navercorp.pinpoint.web.vo.stat.chart.agent.DataSourceChart.DataSourceChartGroup | From | To | |
Extract Method private filterDataSourceList(dataSourceList List<SampledDataSource>, filter Function<SampledDataSource,AgentStatPoint<Integer>>) : List<AgentStatPoint<Integer>> extracted from public DataSourceChartGroup(timeWindow TimeWindow, sampledDataSourceList List<SampledDataSource>, serviceTypeRegistryService ServiceTypeRegistryService) in class com.navercorp.pinpoint.web.vo.stat.chart.agent.DataSourceChart.DataSourceChartGroup | From | To |