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 199792

Summary: Hang when using "Trees" navigator view
Product: java Reporter: Jesse Glick <jglick>
Component: NavigationAssignee: Tomas Zezula <tzezula>
Status: RESOLVED FIXED    
Severity: normal Keywords: THREAD
Priority: P4    
Version: 7.0   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: Thread dump

Description Jesse Glick 2011-06-30 16:36:04 UTC
Created attachment 109175 [details]
Thread dump

Dev build, JDK 7. Switched Nav mode to "Trees (NB Dev)" and started moving selection using the arrow keys. Suddenly the IDE froze with ~50% CPU.
Comment 1 Jesse Glick 2011-06-30 16:39:41 UTC
Seems to happen frequently when selecting (not just expanding & viewing) nodes, so something to do with the corresponding selection in the open editor window.
Comment 2 David Strupl 2011-09-18 18:51:04 UTC
org.netbeans.modules.java.debug.TreeNode is not production code. The tree element navigator is not shown to the regular users of the IDE --> P3.
Comment 3 David Strupl 2011-09-18 18:52:58 UTC
And this whole module belongs to Lahvac ....
Comment 4 Tomas Zezula 2016-06-21 14:47:32 UTC
Fixed jet-main 5f36080183ea
Comment 5 Quality Engineering 2016-06-22 01:50:09 UTC
Integrated into 'main-silver', will be available in build *201606220002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/5f36080183ea
User: Tomas Zezula <tzezula@netbeans.org>
Log: #199792:Hang when using "Trees" navigator view