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 61737 - blocked AWT during showing File menu in main window
Summary: blocked AWT during showing File menu in main window
Status: VERIFIED DUPLICATE of bug 61579
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords: PERFORMANCE, REGRESSION
Depends on:
Blocks: 61142
  Show dependency tree
 
Reported: 2005-08-03 12:34 UTC by pzajac
Modified: 2005-09-05 09:51 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
awt-event-queue (4.92 KB, text/plain)
2005-08-03 12:40 UTC, pzajac
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pzajac 2005-08-03 12:34:53 UTC
The APISUPPORT spends a lot time in 
OpenProjectList$RecentProjectList$ProjectReference.getProject

On my 2GHz machine it takes approximately 3sec than is the File menu repainted. 

There for it is QBuild stopper :(
Comment 1 pzajac 2005-08-03 12:37:54 UTC
Therefore it is Qbuild stopper. 
Comment 2 pzajac 2005-08-03 12:40:10 UTC
Created attachment 23451 [details]
awt-event-queue
Comment 3 Jesse Glick 2005-08-03 16:56:59 UTC
I don't believe it's a regression, and no way it's going to be solved quickly.
Loading NBM projects is simply time-consuming when the platform has not yet been
scanned. No simple solution.

*** This issue has been marked as a duplicate of 61579 ***
Comment 4 pzajac 2005-08-31 14:29:31 UTC
v