This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 23378 - NamedObjects not handled correctly when portions of graph are deleted/cut/pasted
Summary: NamedObjects not handled correctly when portions of graph are deleted/cut/pasted
Status: RESOLVED INCOMPLETE
Alias: None
Product: contrib
Classification: Unclassified
Component: Java3D (show other bugs)
Version: 3.x
Hardware: Sun SunOS
: P3 blocker (vote)
Assignee: Paul Byrne
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-10 21:30 UTC by Paul Byrne
Modified: 2011-09-19 23:29 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Paul Byrne 2002-05-10 21:30:07 UTC
When a portion of the scene graph is deleted or
cut/pasted the
NameControl system needs to update the set of
current names.
Comment 1 Paul Byrne 2002-06-04 00:20:03 UTC
Fixed, but we need to link the editor cut copy paste and delete
actions with those from the IDE when running the tool as
a Netbeans module.
Comment 2 Paul Byrne 2002-06-04 00:21:42 UTC
Ignore previous comment.

This bug is partially fixed, still need to resolve the name control
issues when pasting multiple copies of a graph.