51b17298fdcc3c2f63c89d421dfee01ff124764d
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 38
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 1 | ||
| Rename Variable parseLong : long to parseInt : int in method private getIntValue(properties Properties, key String, defaultValue int) : int in class org.geoserver.wps.gs.download.DownloadServiceConfigurationWatcher | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type parseLong : long to parseInt : int in method private getIntValue(properties Properties, key String, defaultValue int) : int in class org.geoserver.wps.gs.download.DownloadServiceConfigurationWatcher | From | To | |
| Change Variable Type parser : TimeKvpParser to parser : TimeParser in method public parse(value String) : Object in class org.geoserver.wcs.kvp.TimeSequenceKvpParser | From | To | |
| Extract Method | 2 | ||
| Extract Method private getLongValue(properties Properties, key String, defaultValue long) : long extracted from private parseConfigurationValues(downloadProcessProperties Properties) : DownloadServiceConfiguration in class org.geoserver.wps.gs.download.DownloadServiceConfigurationWatcher | From | To | |
| Extract Method private getIntValue(properties Properties, key String, defaultValue int) : int extracted from private parseConfigurationValues(downloadProcessProperties Properties) : DownloadServiceConfiguration in class org.geoserver.wps.gs.download.DownloadServiceConfigurationWatcher | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type NO_LIMIT : long to NO_LIMIT : int in class org.geoserver.wps.gs.download.DownloadServiceConfiguration | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter downloadProcessProperties : Properties to properties : Properties in method private getIntValue(properties Properties, key String, defaultValue int) : int in class org.geoserver.wps.gs.download.DownloadServiceConfigurationWatcher | From | To | |
| Rename Parameter downloadProcessProperties : Properties to properties : Properties in method private getLongValue(properties Properties, key String, defaultValue long) : long in class org.geoserver.wps.gs.download.DownloadServiceConfigurationWatcher | From | To |