3929d0ac6f8e3d7370412d1d181db1b2361d13e3
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 16
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method protected updateDateVariables() : void renamed to protected updateAndSendBufferedValues() : void in class com.vaadin.client.ui.VAbstractTextualDate | From | To | |
Rename Method protected updateDateVariables() : void renamed to protected updateBufferedResolutions() : void in class com.vaadin.client.ui.VPopupTimeCalendar | From | To | |
Move And Inline Method | 2 | ||
Move And Inline Method private addBufferedResolution(resolutionToAdd DateTimeResolution, value Integer) : void moved from class com.vaadin.client.ui.VPopupTimeCalendar to class com.vaadin.client.ui.VDateTimeFieldCalendar & inlined to public updateValueFromPanel() : void | From | To | |
Move And Inline Method private addBufferedResolution(resolution DateTimeResolution, value Integer) : void moved from class com.vaadin.client.ui.VDateTimeFieldCalendar to class com.vaadin.client.ui.VPopupTimeCalendar & inlined to protected updateBufferedResolutions() : void | From | To | |
Rename Variable | 3 | ||
Rename Variable variableName : String to resolutionName : String in method private updateResolutions() : void in class com.vaadin.ui.AbstractDateField | From | To | |
Rename Variable res : R to resolution : R in method private updateResolutions() : void in class com.vaadin.ui.AbstractDateField | From | To | |
Rename Variable variableName : String to resolutionName : String in method protected reconstructDateFromFields(resolutions Map<String,Integer>, oldDate T) : T in class com.vaadin.ui.AbstractDateField | From | To | |
Inline Method | 6 | ||
Inline Method private addBufferedResolution(resolutionToAdd DateTimeResolution, value Integer) : void inlined to protected updateBufferedResolutions() : void in class com.vaadin.client.ui.VPopupTimeCalendar | From | To | |
Inline Method private getResolutionVariable(resolution R) : String inlined to private updateResolutions() : void in class com.vaadin.ui.AbstractDateField | From | To | |
Inline Method private addBufferedResolution(resolution DateTimeResolution, value Integer) : void inlined to public updateValueFromPanel() : void in class com.vaadin.client.ui.VDateTimeFieldCalendar | From | To | |
Inline Method private getResolutionVariable(resolution R) : String inlined to protected reconstructDateFromFields(resolutions Map<String,Integer>, oldDate T) : T in class com.vaadin.ui.AbstractDateField | From | To | |
Extract Variable | 1 | ||
Extract Variable widget : VDateField<R> in method protected getDefaultValues() : Map<R,Integer> from class com.vaadin.client.ui.datefield.AbstractDateFieldConnector | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type bufferedResolutions : Map<String,Integer> to bufferedResolutions : Map<R,Integer> in class com.vaadin.client.ui.VDateField | From | To | |
Extract Method | 1 | ||
Extract Method protected updateBufferedResolutions() : void extracted from protected updateDateVariables() : void in class com.vaadin.client.ui.VAbstractTextualDate | From | To | |
Rename Parameter | 1 | ||
Rename Parameter variables : Map<String,Integer> to resolutions : Map<String,Integer> in method protected reconstructDateFromFields(resolutions Map<String,Integer>, oldDate T) : T in class com.vaadin.ui.AbstractDateField | From | To |