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 189977 - Move class refactoring hangs
Summary: Move class refactoring hangs
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 normal (vote)
Assignee: issues@third-party
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-29 20:38 UTC by bank_kus
Modified: 2010-08-30 12:46 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Stack dump (17.91 KB, text/plain)
2010-08-29 20:40 UTC, bank_kus
Details

Note You need to log in before you can comment on or make changes to this bug.
Description bank_kus 2010-08-29 20:38:54 UTC
Moving a test class from under src to test causes this hang the whole UI stops responding.

Couldnt find an easy way to repro this outside my source repository. Attached stack and heap dumps.
Comment 1 bank_kus 2010-08-29 20:40:13 UTC
Created attachment 101740 [details]
Stack dump
Comment 2 Jan Lahoda 2010-08-30 12:46:37 UTC
A problem in the jindent plugin, IMO - it listens on the DataObject.(Modified)Registry, and tries to get a synchronous access to the AWT thread from the listener (via SU.invokeAndWait). SU.invokeAndWait should be avoided unless the caller can prove that a deadlock cannot occur, IMO.