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 60971 - Two Move Class dialogs at once
Summary: Two Move Class dialogs at once
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: Milos Kleint
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-14 12:41 UTC by Jiri Skrivanek
Modified: 2008-12-22 22:46 UTC (History)
1 user (show)

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 Jiri Skrivanek 2005-07-14 12:41:48 UTC
Two instances of Move Class dialog appears when you do cut and paste of a Java
class. It is high priority because it blocks the commit validation suite. It
started to happen in build 20050714-0819. To reproduce:

- create a new J2SE project
- select Main.java and call Cut popup action
- select "Source Packages" and call Paste popup action
- now the Move Class appears but if you drag it away there is another one

Build 20050714-0819, JDK1.5.0_04.
Comment 1 Tomas Hurka 2005-07-14 13:25:59 UTC
Probably caused by #35824, #39449, #37771 - introduced a replacement for JInlineMenu. No changes 
was done in refactoing module. Continuos build is broken. Please fix it ASAP or rollback.
Comment 2 Milos Kleint 2005-07-14 13:28:36 UTC
fixing.. #60972 is duplicate of this one.
Comment 3 Milos Kleint 2005-07-14 13:35:40 UTC
fixed, action listener was added twice for paste with single performer.
Comment 4 Jiri Skrivanek 2005-07-14 15:44:22 UTC
Verified in build 20050714-1328.