277f12a3cd8c1726656ae82f47eb4d72daeedc21
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Extract Attribute | 6 | ||
| Extract Attribute private FIELD_ID : String in class org.graylog2.dashboards.widgets.DashboardWidget | From | To | |
| Extract Attribute private FIELD_TYPE : String in class org.graylog2.dashboards.widgets.DashboardWidget | From | To | |
| Extract Attribute private FIELD_DESCRIPTION : String in class org.graylog2.dashboards.widgets.DashboardWidget | From | To | |
| Extract Attribute private FIELD_CONFIG : String in class org.graylog2.dashboards.widgets.DashboardWidget | From | To | |
| Extract Attribute private FIELD_CACHE_TIME : String in class org.graylog2.dashboards.widgets.DashboardWidget | From | To | |
| Extract Attribute private FIELD_CREATOR_USER_ID : String in class org.graylog2.dashboards.widgets.DashboardWidget | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute cache : Cache<String,ComputationResult> to cachedResult : Supplier<ComputationResult> in class org.graylog2.dashboards.widgets.DashboardWidget | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type cache : Cache<String,ComputationResult> to cachedResult : Supplier<ComputationResult> in class org.graylog2.dashboards.widgets.DashboardWidget | From | To |