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 195813 - IDE deadlock, moving classes between packages
Summary: IDE deadlock, moving classes between packages
Status: CLOSED DUPLICATE of bug 195790
Alias: None
Product: editor
Classification: Unclassified
Component: Painting & Printing (show other bugs)
Version: 7.0
Hardware: PC Linux
: P2 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-22 15:20 UTC by asenk
Modified: 2011-02-23 17:34 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Thread dump (22.38 KB, text/plain)
2011-02-22 15:20 UTC, asenk
Details

Note You need to log in before you can comment on or make changes to this bug.
Description asenk 2011-02-22 15:20:51 UTC
Created attachment 106301 [details]
Thread dump

#

    * Create new Desktop application (File - New Project - Java - Java Desktop Application). Change name to "MyApplication, leave other setting unchanged and press 'Finish'
    * Create new JPanel Form in the myapplication package and name it "MyPanel"
    * Place some components into this Panel
    * Compile 'MyPanel.java' file
    * Double click 'MyView.java' in Projects window, and drag 'MyPanel.java' from the Projects into the form 

   1. Select 'MyView.java' in the Project window
   2. Press F2
   3. Type "MyViewRenamed" and press Enter
   4. Confirm Refactoring dialog 

and then

   1. Create new package "aa.bb" in MyApplication
   2. Right-click into the Projects window and select 'View Java Packages as > Tree'
   3. Select 'MyViewRenamed.java' and 'MyPanel.java' in the 'mydata' package (Use Ctrl-click or Shift-click)
   4. Drag both files into 'aa' package and confirm Refactoring dialog
   5. Drag the 'MyPanel.java' into 'bb' package and confirm Refactoring dialog

IDE DEADLOCK thread_dump in attachment
Comment 1 asenk 2011-02-22 15:45:32 UTC
Product Version: NetBeans IDE Dev (Build 201102220001)
Java: 1.7.0-ea; Java HotSpot(TM) Client VM 21.0-b02
System: Linux version 2.6.32-24-generic running on i386; UTF-8; en_US (nb)
Comment 2 Jan Becicka 2011-02-22 18:39:41 UTC
duplicate of issue 192548?
Comment 3 David Strupl 2011-02-23 07:57:47 UTC

*** This bug has been marked as a duplicate of bug 195790 ***
Comment 4 Marian Mirilovic 2011-02-23 17:34:32 UTC
duplicate