Actions
Bug #4810
open[right click]->Save Archive (KAR) on composite actor borks port attributes
Start date:
02/18/2010
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
4810
Description
Open the example MOML and save the composite actor as a KAR file. If you extract the MOML from the KAR, you'll see extra properties:
<property name="isMultiport" value="true" class="ptolemy.kernel.util.StringAttribute"/>
<property name="isMultiport" class="ptolemy.kernel.util.StringAttribute" value="false">
</property>
and
<property name="dataType" value="unknown" class="ptolemy.kernel.util.StringAttribute"/>
<property name="isMultiport" class="ptolemy.kernel.util.StringAttribute" value="false">
</property>
This causes problems.
Files
Actions