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 168744 - Compute sheet properties on background (AWT blocked for >2s)
Summary: Compute sheet properties on background (AWT blocked for >2s)
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Explorer (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jaroslav Tulach
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2009-07-17 14:04 UTC by Jaroslav Tulach
Modified: 2010-04-09 04:37 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Profiler snapshot (4.62 KB, application/octet-stream)
2009-07-17 14:05 UTC, Jaroslav Tulach
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jaroslav Tulach 2009-07-17 14:04:47 UTC
When navigating in explorer with mouse I noticed certain delays, especially when selecting different type of object 
(in my case build.xml from x.properties). There is a lot of classloading which is unavoidable, I am afraid, but it can 
happen in other thread than in AWT. Just call Node.getPropertySets() from other threads and only then switch to AWT.

Possible?
Comment 1 Jaroslav Tulach 2009-07-17 14:05:27 UTC
Created attachment 84883 [details]
Profiler snapshot
Comment 2 Jaroslav Tulach 2010-04-06 19:08:47 UTC
core-main#7eb68bd6787e
Comment 3 Quality Engineering 2010-04-09 04:37:16 UTC
Integrated into 'main-golden', will be available in build *201004090201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/7eb68bd6787e
User: Jaroslav Tulach <jtulach@netbeans.org>
Log: #168744: Getting property sets outside of AWT first