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).
Actions