Modify ↓
#24107 closed defect (fixed)
Plugin uses deprecated API which will be removed
Reported by: | stoecker | Owned by: | qeef |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Plugin damn | Version: | |
Keywords: | Cc: |
Description
See #24104
Jar file extplugins/damn.jar:
class org/openstreetmap/josm/plugins/damn/DamnDialog uses deprecated class org/openstreetmap/josm/data/gpx/ImmutableGpxTrack
This function is deprecated and will be removed. Please fix the plugin.
Attachments (0)
Change History (4)
comment:1 by , 8 weeks ago
comment:2 by , 8 weeks ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Thank you. I've fixed this issue in v0.14.2 https://git.sr.ht/~qeef/damn-plugin/refs/v0.14.2 by using
GpxTrack
instead.