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

Summary: blocked AWT during showing File menu in main window
Product: apisupport Reporter: pzajac <pzajac>
Component: ProjectAssignee: Jesse Glick <jglick>
Status: VERIFIED DUPLICATE    
Severity: blocker Keywords: PERFORMANCE, REGRESSION
Priority: P2    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 61142    
Attachments: awt-event-queue

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