7ae04c3775af45b15c6630bc1bb91f4657791aac
Files Diff
- Added: 5
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Push Down Method | 2 | ||
Push Down Method public abstract value() : int from class org.graylog.plugins.enterprise.search.views.widgets.aggregation.IntervalDTO to public abstract value() : int from class org.graylog.plugins.enterprise.search.views.widgets.aggregation.TimeUnitIntervalDTO | From | To | |
Push Down Method public abstract unit() : IntervalUnit from class org.graylog.plugins.enterprise.search.views.widgets.aggregation.IntervalDTO to public abstract unit() : IntervalUnit from class org.graylog.plugins.enterprise.search.views.widgets.aggregation.TimeUnitIntervalDTO | From | To | |
Extract Subclass | 1 | ||
Extract Subclass org.graylog.plugins.enterprise.search.views.widgets.aggregation.TimeUnitIntervalDTO from class org.graylog.plugins.enterprise.search.views.widgets.aggregation.IntervalDTO | From | To | |
Change Return Type | 2 | ||
Change Return Type IntervalDTO to TimeUnitIntervalDTO in method public abstract build() : TimeUnitIntervalDTO in class org.graylog.plugins.enterprise.search.views.widgets.aggregation.TimeUnitIntervalDTO.Builder | From | To | |
Change Return Type String to Interval in method public abstract interval() : Interval in class org.graylog.plugins.enterprise.search.searchtypes.pivot.buckets.Time | From | To | |
Push Down Attribute | 2 | ||
Push Down Attribute package FIELD_UNIT : String from class org.graylog.plugins.enterprise.search.views.widgets.aggregation.IntervalDTO to package FIELD_UNIT : String from class org.graylog.plugins.enterprise.search.views.widgets.aggregation.TimeUnitIntervalDTO | From | To | |
Push Down Attribute package FIELD_VALUE : String from class org.graylog.plugins.enterprise.search.views.widgets.aggregation.IntervalDTO to package FIELD_VALUE : String from class org.graylog.plugins.enterprise.search.views.widgets.aggregation.TimeUnitIntervalDTO | From | To | |
Move Class | 2 | ||
Move Class org.graylog.plugins.enterprise.search.views.widgets.aggregation.IntervalDTO.IntervalUnit moved to org.graylog.plugins.enterprise.search.views.widgets.aggregation.TimeUnitIntervalDTO.IntervalUnit | From | To | |
Move Class org.graylog.plugins.enterprise.search.views.widgets.aggregation.IntervalDTO.Builder moved to org.graylog.plugins.enterprise.search.views.widgets.aggregation.TimeUnitIntervalDTO.Builder | From | To |