Actions
Bug #7517
closed[cfg] CfgProcess.deepCopy() works incorrectly
Start date:
08/19/2016
Due date:
% Done:
100%
Estimated time:
Detected in build:
master
Platform:
Published in build:
20161025
Description
I have the following structure:
process
-- block
-- block
-- loop
---- switch
------ case
-------- block
-------- etc.
When I copy it (by using process.deepCopy()), the copy is bounded only by switch statement (switch.statements list is empty).
Updated by Sergey Smolov about 8 years ago
- Status changed from Open to Resolved
- Target version set to 0.2
- % Done changed from 0 to 100
- Detected in build changed from svn to master
Fixed in 4c817481
Updated by Mikhail Lebedev about 8 years ago
- Status changed from Resolved to Verified
Updated by Sergey Smolov about 8 years ago
- Status changed from Verified to Closed
- Published in build set to 20161025
Actions