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 230973 - org.netbeans.spi.debugger.ui.EditorContextDispatcher$EditorLookupListener.lookupChanged: LowPerformance took 40181 ms.
Summary: org.netbeans.spi.debugger.ui.EditorContextDispatcher$EditorLookupListener.loo...
Status: RESOLVED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2013-06-08 18:55 UTC by Exceptions Reporter
Modified: 2014-01-23 02:40 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 201265


Attachments
nps snapshot (110.81 KB, application/nps)
2013-06-08 18:55 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2013-06-08 18:55:42 UTC
This bug was originally marked as duplicate of bug 213868, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.3 (Build 201302132200)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.21-b01, Java(TM) SE Runtime Environment, 1.7.0_21-b11
OS: Windows 7
Maximum slowness yet reported was 40181 ms, average is 40181
Comment 1 Exceptions Reporter 2013-06-08 18:55:44 UTC
Created attachment 135540 [details]
nps snapshot
Comment 2 Martin Entlicher 2013-06-10 12:15:46 UTC
findPrimary() takes too long. It's called from EditorContextDispatcher.EditorLookupListener.lookupChanged().
Comment 3 Martin Entlicher 2014-01-21 17:10:39 UTC
Fixed by changeset:   270914:e3b56c81efde
http://hg.netbeans.org/core-main/rev/e3b56c81efde
Comment 4 Quality Engineering 2014-01-23 02:40:10 UTC
Integrated into 'main-silver', will be available in build *201401230001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/e3b56c81efde
User: mentlicher@netbeans.org
Log: #230973: Do not call DataObject.find() in AWT thread.