1800a9d155bf70d8d5d19e3d0cc8abc8106917ef
Files Diff
- Added: 4
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 2 | ||
Pull Up Method public getStreamId() : String from class org.graylog2.restclient.models.dashboards.widgets.FieldChartWidget to public getStreamId() : String from class org.graylog2.restclient.models.dashboards.widgets.ChartWidget | From | To | |
Pull Up Method public getStreamId() : String from class org.graylog2.restclient.models.dashboards.widgets.SearchResultChartWidget to public getStreamId() : String from class org.graylog2.restclient.models.dashboards.widgets.ChartWidget | From | To | |
Rename Variable | 1 | ||
Rename Variable c : Map<String,Object> to config : Map<String,Object> in method public getConfig() : Map<String,Object> in class org.graylog2.restclient.models.dashboards.widgets.FieldChartWidget | From | To | |
Pull Up Attribute | 9 | ||
Pull Up Attribute private streamId : String from class org.graylog2.restclient.models.dashboards.widgets.SearchResultChartWidget to private streamId : String from class org.graylog2.restclient.models.dashboards.widgets.ChartWidget | From | To | |
Pull Up Attribute private interval : String from class org.graylog2.restclient.models.dashboards.widgets.SearchResultChartWidget to private interval : String from class org.graylog2.restclient.models.dashboards.widgets.ChartWidget | From | To | |
Pull Up Attribute private streamId : String from class org.graylog2.dashboards.widgets.SearchResultChartWidget to private streamId : String from class org.graylog2.restclient.models.dashboards.widgets.ChartWidget | From | To | |
Pull Up Attribute private DEFAULT_HEIGHT : int from class org.graylog2.restclient.models.dashboards.widgets.SearchResultChartWidget to protected DEFAULT_HEIGHT : int from class org.graylog2.restclient.models.dashboards.widgets.ChartWidget | From | To | |
Pull Up Attribute private DEFAULT_HEIGHT : int from class org.graylog2.restclient.models.dashboards.widgets.FieldChartWidget to protected DEFAULT_HEIGHT : int from class org.graylog2.restclient.models.dashboards.widgets.ChartWidget | From | To | |
Pull Up Attribute private streamId : String from class org.graylog2.dashboards.widgets.FieldChartWidget to private streamId : String from class org.graylog2.restclient.models.dashboards.widgets.ChartWidget | From | To | |
Pull Up Attribute private streamId : String from class org.graylog2.restclient.models.dashboards.widgets.FieldChartWidget to private streamId : String from class org.graylog2.restclient.models.dashboards.widgets.ChartWidget | From | To | |
Pull Up Attribute private DEFAULT_WIDTH : int from class org.graylog2.restclient.models.dashboards.widgets.SearchResultChartWidget to protected DEFAULT_WIDTH : int from class org.graylog2.restclient.models.dashboards.widgets.ChartWidget | From | To | |
Pull Up Attribute private DEFAULT_WIDTH : int from class org.graylog2.restclient.models.dashboards.widgets.FieldChartWidget to protected DEFAULT_WIDTH : int from class org.graylog2.restclient.models.dashboards.widgets.ChartWidget | From | To | |
Extract Superclass | 2 | ||
Extract Superclass org.graylog2.dashboards.widgets.ChartWidget from classes [org.graylog2.restclient.models.dashboards.widgets.FieldChartWidget, org.graylog2.restclient.models.dashboards.widgets.SearchResultChartWidget, org.graylog2.dashboards.widgets.FieldChartWidget, org.graylog2.dashboards.widgets.SearchResultChartWidget] | From | To | |
Extract Superclass org.graylog2.restclient.models.dashboards.widgets.ChartWidget from classes [org.graylog2.restclient.models.dashboards.widgets.FieldChartWidget, org.graylog2.restclient.models.dashboards.widgets.SearchResultChartWidget, org.graylog2.dashboards.widgets.FieldChartWidget, org.graylog2.dashboards.widgets.SearchResultChartWidget] | From | To | |
Rename Attribute | 2 | ||
Rename Attribute streamId : String to field : String in class org.graylog2.dashboards.widgets.FieldChartWidget | From | To | |
Rename Attribute streamId : String to field : String in class org.graylog2.restclient.models.dashboards.widgets.FieldChartWidget | From | To | |
Split Attribute | 1 | ||
Split Attribute config : Map<String,Object> to [statisticalFunction : String, field : String, renderer : String, interpolation : String] in class org.graylog2.dashboards.widgets.FieldChartWidget | From | To |