[Mc4j-development] [ mc4j-Bugs-984009 ] ConnectionNode.destroy() fails
Brought to you by:
ghinkl
From: SourceForge.net <no...@so...> - 2004-07-02 11:57:22
|
Bugs item #984009, was opened at 2004-07-02 04:57 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=493495&aid=984009&group_id=60228 Category: Connections Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: ConnectionNode.destroy() fails Initial Comment: ConnectionNode.destroy() is implemented such that super.destroy() was called before deleteConnection(). This causes a problem in deleteConnection as the prior call to super.destroy() causes the loss of the reference to the parent node which the deleteConnection's call to this.getParentNode().getChildren().remove(new Node[] { this }) relies upon. This can be remidied by calling deleteConnection before calling super.destroy. Regards Gary Palmer (Software Engineer) gary_dot_palmer_at_intamission_dot_com ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=493495&aid=984009&group_id=60228 |