Changes between Initial Version and Version 1 of Ticket #22750


Ignore:
Timestamp:
2023-02-18T18:04:32+01:00 (3 years ago)
Author:
Klumbumbus
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #22750

    • Property Summary Make ImproveWayAccuracyAction extendibleMake ImproveWayAccuracyAction extendible [patch]
  • Ticket #22750 – Description

    initial v1  
    1 [ImproveWay](https://github.com/JOSM/improve-way) plugin used same code base as [ImproveWayAccuracy](https://josm.openstreetmap.de/wiki/Help/Action/ImproveWayAccuracy) mode. Half of code was unnecessary duplication with _old_ code. Moreover, both action in core and plugin needed to be maintained. Common code parts have diverged in years.
     1[https://github.com/JOSM/improve-way ImproveWay] plugin used same code base as [https://josm.openstreetmap.de/wiki/Help/Action/ImproveWayAccuracy ImproveWayAccuracy] mode. Half of code was unnecessary duplication with _old_ code. Moreover, both action in core and plugin needed to be maintained. Common code parts have diverged in years.
    22
    33This MR makes core action to be extendible. ImproveWay plugin was refactored to extend this class. This change eliminates code duplication.