742be81b6d6ae34e97258ca1bd0be3fa97ac2c82
Files Diff
- Added: 3
- Removed: 1
- Renamed: 0
- Modified: 18
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private initializeVariable() : void renamed to private initializeVariables() : void in class org.geoserver.wcs.responses.NetCDFOutputManager | From | To | |
| Pull Up Method | 4 | ||
| Pull Up Method public setKey(key String) : void from class org.geoserver.web.netcdf.NetCDFSettingsContainer.GlobalAttribute to public setKey(key String) : void from class org.geoserver.web.netcdf.NetCDFSettingsContainer.AbstractAttribute | From | To | |
| Pull Up Method public setValue(value String) : void from class org.geoserver.web.netcdf.NetCDFSettingsContainer.GlobalAttribute to public setValue(value String) : void from class org.geoserver.web.netcdf.NetCDFSettingsContainer.AbstractAttribute | From | To | |
| Pull Up Method public getKey() : String from class org.geoserver.web.netcdf.NetCDFSettingsContainer.GlobalAttribute to public getKey() : String from class org.geoserver.web.netcdf.NetCDFSettingsContainer.AbstractAttribute | From | To | |
| Pull Up Method public getValue() : String from class org.geoserver.web.netcdf.NetCDFSettingsContainer.GlobalAttribute to public getValue() : String from class org.geoserver.web.netcdf.NetCDFSettingsContainer.AbstractAttribute | From | To | |
| Rename Variable | 2 | ||
| Rename Variable attributeModel : IModel<List<GlobalAttribute>> to model : IModel<List<GlobalAttribute>> in method public NetCDFPanel(id String, netcdfModel IModel<T>) in class org.geoserver.web.netcdf.NetCDFPanel | From | To | |
| Rename Variable key : String to att : GlobalAttribute in method private initializeGlobalAttributes() : void in class org.geoserver.wcs.responses.NetCDFOutputManager | From | To | |
| Pull Up Attribute | 2 | ||
| Pull Up Attribute private value : String from class org.geoserver.web.netcdf.NetCDFSettingsContainer.GlobalAttribute to private value : String from class org.geoserver.web.netcdf.NetCDFSettingsContainer.AbstractAttribute | From | To | |
| Pull Up Attribute private key : String from class org.geoserver.web.netcdf.NetCDFSettingsContainer.GlobalAttribute to private key : String from class org.geoserver.web.netcdf.NetCDFSettingsContainer.AbstractAttribute | From | To | |
| Extract Superclass | 1 | ||
| Extract Superclass org.geoserver.web.netcdf.NetCDFSettingsContainer.AbstractAttribute from classes [org.geoserver.web.netcdf.NetCDFSettingsContainer.GlobalAttribute] | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute DEFAULT_ATTRIBUTES : List<GlobalAttribute> to DEFAULT_GLOBAL_ATTRIBUTES : List<GlobalAttribute> in class org.geoserver.web.netcdf.NetCDFSettingsContainer | From | To | |
| Extract Variable | 2 | ||
| Extract Variable formComponentVisitor : IVisitor<Component,Object> in method public convertInput() : void from class org.geoserver.web.netcdf.layer.NetCDFOutSettingsEditor | From | To | |
| Extract Variable formComponentVisitor : IVisitor<Component,Object> in method public convertInput() : void from class org.geoserver.web.netcdf.NetCDFPanel | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type key : String to att : GlobalAttribute in method private initializeGlobalAttributes() : void in class org.geoserver.wcs.responses.NetCDFOutputManager | From | To | |
| Extract Method | 1 | ||
| Extract Method private buildAttribute(key String, value String) : Attribute extracted from private initializeGlobalAttributes() : void in class org.geoserver.wcs.responses.NetCDFOutputManager | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type globalAttributes : Map<String,String> to globalAttributes : List<GlobalAttribute> in class org.geoserver.wcs.responses.NetCDFOutputManager | From | To |