Modify ↓
Opened 22 months ago
Last modified 22 months ago
#22750 new enhancement
Make ImproveWayAccuracyAction extendible [patch]
Reported by: | kolesar | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | |
Keywords: | Cc: |
Description (last modified by )
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.
Attachments (0)
Change History (1)
comment:1 by , 22 months ago
Description: | modified (diff) |
---|---|
Summary: | Make ImproveWayAccuracyAction extendible → Make ImproveWayAccuracyAction extendible [patch] |
Note:
See TracTickets
for help on using tickets.