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 58263

Summary: Open of projects blocks EQ
Product: projects Reporter: _ rkubacki <rkubacki>
Component: Generic Projects UIAssignee: Jan Lahoda <jlahoda>
Status: RESOLVED FIXED    
Severity: blocker CC: issues, jglick, mkrauskopf
Priority: P3 Keywords: PERFORMANCE, THREAD
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: stack of event dispatch thread
another stack trace

Description _ rkubacki 2005-04-25 08:23:20 UTC
dev build from Apr 22 

Open required projects action can be slow and it runs in AWT thread. It means
that UI is frozen if the user calls this action and it has to open several
projects. This is well visible with NB projects where we have many dependencies.
Comment 1 _ rkubacki 2005-04-25 08:24:49 UTC
Created attachment 21845 [details]
stack of event dispatch thread
Comment 2 Jesse Glick 2005-04-25 18:23:37 UTC
I guess it should show a progress dialog or something?
Comment 3 _ rkubacki 2005-04-25 19:13:24 UTC
Probably. It might be risky to allow user interaction during this time.
Comment 4 Antonin Nebuzelsky 2005-04-26 09:30:33 UTC
I added this action to the list of progress indication API/UI usecases for F.
Comment 5 Jesse Glick 2005-05-20 19:33:52 UTC
*** Issue 59097 has been marked as a duplicate of this issue. ***
Comment 6 Jesse Glick 2005-06-07 08:12:35 UTC
*** Issue 59682 has been marked as a duplicate of this issue. ***
Comment 7 _ rkubacki 2005-08-12 13:32:59 UTC
Applies to project open action as well as to open required projects and looks
bad when the count/size of projects is bigger.
Comment 8 _ rkubacki 2005-08-12 13:35:26 UTC
Created attachment 23760 [details]
another stack trace
Comment 9 _ rkubacki 2005-08-12 13:37:20 UTC
I attached another stack trace - NBM projects is updating classpath from
NbModuleProject$OpenedHook.projectOpened. This can be specific for apisupport
projects.
Comment 10 Jan Lahoda 2005-11-08 13:46:12 UTC
Should be fixed as part of issue #65349.