5e4489fe4154328a4a52c8db98b0aeda414b789c
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private indexPropertiesByType(geometryAttribute Property, properties Collection<Property>) : Map<PropertyType,List<Property>> renamed to private indexPropertiesByDescriptor(geometryAttribute Property, properties Collection<Property>) : Map<PropertyDescriptor,List<Property>> in class org.geoserver.wfs.json.ComplexGeoJsonWriter | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type attributeName : String to descriptor : PropertyDescriptor in method private encodeLinkedFeatures(descriptor PropertyDescriptor, linkedFeatures List<Map<NameImpl,String>>) : void in class org.geoserver.wfs.json.ComplexGeoJsonWriter | From | To | |
Rename Variable | 1 | ||
Rename Variable propertiesWithSameType : List<Property> to propertiesWithSameDescriptor : List<Property> in method private indexPropertiesByDescriptor(geometryAttribute Property, properties Collection<Property>) : Map<PropertyDescriptor,List<Property>> in class org.geoserver.wfs.json.ComplexGeoJsonWriter | From | To | |
Change Return Type | 1 | ||
Change Return Type Map<PropertyType,List<Property>> to Map<PropertyDescriptor,List<Property>> in method private indexPropertiesByDescriptor(geometryAttribute Property, properties Collection<Property>) : Map<PropertyDescriptor,List<Property>> in class org.geoserver.wfs.json.ComplexGeoJsonWriter | From | To | |
Parameterize Variable | 1 | ||
Parameterize Variable multipleType : PropertyDescriptor to descriptor : PropertyDescriptor in method private encodePropertiesByType(parentType PropertyType, descriptor PropertyDescriptor, properties List<Property>) : void in class org.geoserver.wfs.json.ComplexGeoJsonWriter | From | To | |
Change Variable Type | 3 | ||
Change Variable Type index : Map<PropertyType,List<Property>> to index : Map<PropertyDescriptor,List<Property>> in method private encodeProperties(geometryAttribute Property, parentType PropertyType, properties Collection<Property>) : void in class org.geoserver.wfs.json.ComplexGeoJsonWriter | From | To | |
Change Variable Type index : Map<PropertyType,List<Property>> to index : Map<PropertyDescriptor,List<Property>> in method private indexPropertiesByDescriptor(geometryAttribute Property, properties Collection<Property>) : Map<PropertyDescriptor,List<Property>> in class org.geoserver.wfs.json.ComplexGeoJsonWriter | From | To | |
Change Variable Type entry : Map.Entry<PropertyType,List<Property>> to entry : Map.Entry<PropertyDescriptor,List<Property>> in method private encodeProperties(geometryAttribute Property, parentType PropertyType, properties Collection<Property>) : void in class org.geoserver.wfs.json.ComplexGeoJsonWriter | From | To | |
Rename Parameter | 1 | ||
Rename Parameter attributeName : String to descriptor : PropertyDescriptor in method private encodeLinkedFeatures(descriptor PropertyDescriptor, linkedFeatures List<Map<NameImpl,String>>) : void in class org.geoserver.wfs.json.ComplexGeoJsonWriter | From | To |