Modify ↓
Opened 8 years ago
Closed 8 years ago
#12936 closed defect (fixed)
[Patch] Do not use clone() on Dataset.
Reported by: | michael2402 | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | 16.06 |
Component: | Core | Version: | |
Keywords: | gsoc-core | Cc: | Don-vip, bastiK, stoecker |
Description
The dupplicate layer action used DataSet.clone()
This froze JOSM because both datasets were sharing the same RW-Lock.
I added a copy constructor that copies over all primitives to the new dataset.
Attachments (1)
Change History (2)
by , 8 years ago
Attachment: | patch-dataset-clone.patch added |
---|
comment:1 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
In 10346/josm: