Opened 3 years ago

Last modified 8 months ago

#22750 closed enhancement

Make ImproveWayAccuracyAction extendible [patch] — at Version 1

Reported by: kolesar Owned by: team
Priority: normal Milestone: 25.06
Component: Core Version:
Keywords: Cc:

Description (last modified by Klumbumbus)

ImproveWay plugin used same code base as 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.

This MR makes core action to be extendible. ImproveWay plugin was refactored to extend this class. This change eliminates code duplication.

https://github.com/JOSM/josm/pull/108

Change History (1)

comment:1 by Klumbumbus, 3 years ago

Description: modified (diff)
Summary: Make ImproveWayAccuracyAction extendibleMake ImproveWayAccuracyAction extendible [patch]
Note: See TracTickets for help on using tickets.