Opened 14 years ago
Last modified 14 years ago
#371 closed defect
Target graph is not cleared before graph copying — at Version 1
Reported by: | Peter Kovacs | Owned by: | Peter Kovacs |
---|---|---|---|
Priority: | critical | Milestone: | LEMON 1.3 release |
Component: | core | Version: | hg main |
Keywords: | Cc: | ||
Revision id: |
Description (last modified by )
The target graph must be cleared before graph copying. The clear()
function must be used in the DigraphCopySelector
and GraphCopySelector
classes before adding nodes and arcs/edges.
It is a question if build()
is required to clear the graph or we should explicitly call clear()
before build()
for those structures that provides build()
function.
Change History (4)
comment:1 Changed 14 years ago by
Description: | modified (diff) |
---|---|
Status: | new → assigned |
Changed 14 years ago by
Attachment: | 371-bugfix-50446fbc0602.patch added |
---|
Changed 14 years ago by
Attachment: | 371-test-99be8c4f5a60.patch added |
---|
Changed 14 years ago by
Attachment: | 371-test-main-branch-b0fe90eb04d1.patch added |
---|
Note: See
TracTickets for help on using
tickets.