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 6665 - Cut/Paste operation doesn`t work on initializers!
Summary: Cut/Paste operation doesn`t work on initializers!
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P1 major (vote)
Assignee: Jan Becicka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-05-12 22:45 UTC by Jan Becicka
Modified: 2008-12-23 10:37 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 Jan Becicka 2000-05-12 22:45:00 UTC
Try to Cut initializer and Paste it into another class. Initializer is properly removed from source class, but into target class is inserted only empty body!!!

[Svata] The origin of the bug predates FCS. There`s bad ordering of operations in Paste implementation on ClassElement nodes so the initializer is deleted first, then inserted at the new place -- but
its body is lost.
Comment 1 Quality Engineering 2003-07-02 17:17:58 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.