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 193059 - 93s - please move org.netbeans.modules.project.ui.ProjectUtilities.openProjectFiles() outside of AWT thread
Summary: 93s - please move org.netbeans.modules.project.ui.ProjectUtilities.openProjec...
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Projects UI (show other bugs)
Version: 6.x
Hardware: All All
: P2 normal (vote)
Assignee: Jesse Glick
URL:
Keywords: PERFORMANCE
: 189157 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-12-08 17:48 UTC by laurin1
Modified: 2011-07-26 17:11 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 158969


Attachments
nps snapshot (33.11 KB, application/nps)
2010-12-08 17:48 UTC, laurin1
Details

Note You need to log in before you can comment on or make changes to this bug.
Description laurin1 2010-12-08 17:48:15 UTC
Build: NetBeans IDE 6.9.1 (Build 201011082200)
VM: Java HotSpot(TM) Client VM, 17.1-b03, Java(TM) SE Runtime Environment, 1.6.0_22-b04
OS: Windows 7

User Comments:
GUEST: first running and import settings from previous version



Maximum slowness yet reported was 93604 ms, average is 22371
Comment 1 laurin1 2010-12-08 17:48:19 UTC
Created attachment 103750 [details]
nps snapshot
Comment 2 Jaroslav Tulach 2010-12-21 17:03:51 UTC
It seems that editor team does not know how to speed up 
org.netbeans.modules.editor.mimelookup.impl.SwitchLookup.lookup()
as such the only known fix is to do the reopen of previously openned project files outside of AWT.
Comment 3 Jesse Glick 2011-01-04 19:08:53 UTC
Have not yet studied in detail, but should be fixable.
Comment 4 Jesse Glick 2011-02-11 16:41:16 UTC
core-main #92eb61725564
Comment 5 Quality Engineering 2011-02-16 11:41:53 UTC
Integrated into 'main-golden', will be available in build *201102160501* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/92eb61725564
User: Jesse Glick <jglick@netbeans.org>
Log: #193059: 93s - please move org.netbeans.modules.project.ui.ProjectUtilities.openProjectFiles() outside of AWT thread
Comment 6 Jesse Glick 2011-07-26 17:11:41 UTC
*** Bug 189157 has been marked as a duplicate of this bug. ***