c7f9c1171439a8e77a2c242f34b7cf24ef6d58d9
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 1 | ||
Change Return Type List<Double> to Optional<Coordinates> in method protected extractGeoLocationInformation(fieldValue Object) : Optional<Coordinates> in class org.graylog.plugins.map.geoip.GeoIpResolverEngine | From | To | |
Change Variable Type | 3 | ||
Change Variable Type coordinates : List to coordinates : Optional<Coordinates> in method public filter(message Message) : boolean in class org.graylog.plugins.map.geoip.GeoIpResolverEngine | From | To | |
Change Variable Type coordinates2 : List<Double> to coordinates2 : Optional<GeoIpResolverEngine.Coordinates> in method public extractGeoLocationInformation() : void in class org.graylog.plugins.map.geoip.GeoIpResolverEngineTest | From | To | |
Change Variable Type coordinates : List<Double> to coordinates : Optional<GeoIpResolverEngine.Coordinates> in method public extractGeoLocationInformation() : void in class org.graylog.plugins.map.geoip.GeoIpResolverEngineTest | From | To |