Changes between Initial Version and Version 1 of Ticket #17388, comment 13
- Timestamp:
- 2020-11-25T11:22:36+01:00 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17388, comment 13
initial v1 1 1 I wonder if getEastNorth() could/should be changed to return null instead of a new `EastNorth` instance with invalid data. A null check is much easier to handle. 2 Edit: Wouldn't help. We have lots of methods which calculdate east/north values to create new `EastNorth` instances.