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 183918 - [regression] Open Project dialog has empty content
Summary: [regression] Open Project dialog has empty content
Status: RESOLVED INCOMPLETE
Alias: None
Product: platform
Classification: Unclassified
Component: Directory Chooser (show other bugs)
Version: 6.x
Hardware: PC Solaris
: P2 normal (vote)
Assignee: David Simonek
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2010-04-12 14:28 UTC by Vladimir Voskresensky
Modified: 2010-04-12 15:53 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
empty content in dialog for all folders in path (23.61 KB, image/png)
2010-04-12 14:28 UTC, Vladimir Voskresensky
Details
threads dumps (11.73 KB, text/plain)
2010-04-12 14:29 UTC, Vladimir Voskresensky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Voskresensky 2010-04-12 14:28:43 UTC
Created attachment 97097 [details]
empty content in dialog for all folders in path

After some (the first?) usage Open Project dialog doesn't have content anymore.
Comment 1 Vladimir Voskresensky 2010-04-12 14:29:17 UTC
Created attachment 97098 [details]
threads dumps
Comment 2 Jesse Glick 2010-04-12 15:19:17 UTC
And does this happen to anyone besides you?
Comment 3 David Simonek 2010-04-12 15:31:55 UTC
Please, I need *exact and detailed* reproduction steps in order to fix this bug. It is multi-threaded, timing related and we don't have a chance without steps.

A few days ago I fixed similar bug that appeared after invoking directory chooser, closing it with "x" sign and reopen again.
Comment 4 Vladimir Voskresensky 2010-04-12 15:39:41 UTC
I will try to find reproducible testcase. May be you can tell me where to put breakpoint => as soon as I face it I will attach debugger and will try to find corrupted objects
Comment 5 David Simonek 2010-04-12 15:53:46 UTC
DirectoryChooserUI (module o.n.swing.dirchooser), around line 2520. My guess is that propertyChange event won't come somehow and UpdateWorker thread will not be stopped, causing problems on next open of dir chooser. But that's only my foggy guess...