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 45339 - Deadlock - Select classes (from various packages) and move them
Summary: Deadlock - Select classes (from various packages) and move them
Status: CLOSED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 4.x
Hardware: PC Linux
: P1 blocker (vote)
Assignee: Pavel Flaska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-22 10:30 UTC by Marek Grummich
Modified: 2007-04-03 18:02 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Full thread dump (19.57 KB, text/plain)
2004-06-22 10:31 UTC, Marek Grummich
Details
JavaApplication (9.25 KB, application/octet-stream)
2004-06-22 10:32 UTC, Marek Grummich
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marek Grummich 2004-06-22 10:30:38 UTC
Build 200406211800; j2sdk1.4.2
Steps:
- start IDE and open attached project
- select abc.B, def.A classes in the Project view
and invoke Refactor |Move class
- fill ghi package in the dialog and confirm it
- press Do Refacoring button in Preview Changes tab
=> deadlock happend (thread dump attached) 
I was able to repeat this scenario several times
Comment 1 Marek Grummich 2004-06-22 10:31:13 UTC
Created attachment 15906 [details]
Full thread dump
Comment 2 Marek Grummich 2004-06-22 10:32:07 UTC
Created attachment 15907 [details]
JavaApplication
Comment 3 Pavel Flaska 2004-06-23 17:14:32 UTC
Cc'ing Petr Nejedly and Petr Hrebejk.
Comment 4 Martin Matula 2004-06-25 17:54:08 UTC
Fixed.

Checking in src/org/netbeans/modules/java/tools/OverrideAction.java;
/cvs/java/src/org/netbeans/modules/java/tools/OverrideAction.java,v 
<--  OverrideAction.java
new revision: 1.15; previous revision: 1.14
done
Comment 5 Marek Grummich 2004-07-15 12:30:38 UTC
Seems to be fixed in the build 200407141800