<html>
    <head>
      <base href="http://bugzilla.ecoinformatics.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Clone problems in NamedObjId"
   href="http://bugzilla.ecoinformatics.org/show_bug.cgi?id=5894">5894</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Clone problems in NamedObjId
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>Kepler
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>2.4.0
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>minor
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P2
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>actors
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>barseghian@nceas.ucsb.edu
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>cxh@eecs.berkeley.edu
          </td>
        </tr>

        <tr>
          <th>QA Contact</th>
          <td>kepler-dev@kepler-project.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Checking the configuration results in messages about clone problems in
NamedObjId:

The valueListeners java.util.Vector field
    in the clone of "org.kepler.moml.NamedObjId"
    does not point to an object distinct from the master.  
    This may cause problems with actor oriented classes.
    The clone(Workspace) method should have a line like:
 newObject.valueListeners = (Vector)newObject
    /* Get the object method or null?  */ valueListeners;
The _id org.kepler.objectmanager.lsid.KeplerLSID field
    in the clone of "org.kepler.moml.NamedObjId"
    does not point to an object distinct from the master.  
    This may cause problems with actor oriented classes.
    The clone(Workspace) method should have a line like:
 newObject._id = (KeplerLSID)newObject
    /* Get the object method or null?  */ _id;

To replicate:
1) Start Kepler
2) Click on the Documentation link
3) Click on "Background information about Ptolemy"
4) Click on the Copyright link
5) Click on the Copyright link at the bottom (Other copyrights ...)
6) Click on "other" information about this configuration at the bottom
7) Click on "about:configuration"

The text above will appear.

The issue with cloning could be causing problems with actor oriented classes.

This class should have a clone(Workspace) method added.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
      </ul>
    </body>
</html>