821b8c83e31de7f759aaa924cc682d0afbf905fd
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable dashboardWidget : DashboardWidget to widgetId : String in method public invalidate(dashboardWidget DashboardWidget) : void in class org.graylog2.dashboards.widgets.WidgetResultCache | From | To | |
Change Variable Type | 1 | ||
Change Variable Type dashboardWidget : DashboardWidget to widgetId : String in method public invalidate(dashboardWidget DashboardWidget) : void in class org.graylog2.dashboards.widgets.WidgetResultCache | From | To | |
Extract Variable | 1 | ||
Extract Variable widgetId : String in method public getComputationResultForDashboardWidget(dashboardWidget DashboardWidget) : ComputationResult from class org.graylog2.dashboards.widgets.WidgetResultCache | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type cache : Map<DashboardWidget,Supplier<ComputationResult>> to cache : Map<String,Supplier<ComputationResult>> in class org.graylog2.dashboards.widgets.WidgetResultCache | From | To |