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 167329 - Selecting a node blocks EQ
Summary: Selecting a node blocks EQ
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Hudson (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2009-06-18 17:46 UTC by Jesse Glick
Modified: 2009-09-22 21:40 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2009-06-18 17:46:40 UTC
hudson.api.UI.selectNode calls NodeOp.findPath, which can take several seconds, in EQ. Should find the node asynch, then
just select it in EQ.
Comment 1 Jesse Glick 2009-09-21 22:39:07 UTC
cdev #ff018b11f7b2
Comment 2 Quality Engineering 2009-09-22 21:40:12 UTC
Integrated into 'main-golden', will be available in build *200909221401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/ff018b11f7b2
User: Jesse Glick <jglick@netbeans.org>
Log: #167329: search for subnodes off EQ.