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 204009

Summary: "Custom Listeners" node is not expandable
Product: debugger Reporter: Jiri Kovalsky <jkovalsky>
Component: CodeAssignee: Martin Entlicher <mentlicher>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P4    
Version: 7.1   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description Jiri Kovalsky 2011-10-20 12:39:59 UTC
Product Version: NetBeans IDE Dev (Build 201110120600)
Java: 1.6.0_27; Java HotSpot(TM) Client VM 20.2-b06
System: Linux version 2.6.35-22-generic running on i386; UTF-8; cs_CZ (nb)
User directory: /home/cesilko/.netbeans/dev
Cache directory: /home/cesilko/.netbeans/dev/var/cache

Description:
============
"Custom Listeners" node in "Events" output tab when visual debugging an application should be expandable right from the beginning just like "Event Log" node below.

Steps to reproduce:
===================
1. Generate new Anagram Game sample application.
2. Press Ctrl+F5 to start debugging it.
3. Invoke "Debug > Take GUI Snapshot" from main menu.
4. Right click "Your Guess:" label in "Snapshot of Anagrams" editor and invoke "Show Listeners" action from its popup menu.
5. "Custom Listeners" node will not have [+] icon next to it unlike "Event Log" node which is also empty.
Comment 1 Martin Entlicher 2011-10-21 13:29:11 UTC
Fixed by changeset:   205168:8179e3fff99f
http://hg.netbeans.org/main/rev/8179e3fff99f
Comment 2 Quality Engineering 2011-10-24 14:02:44 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/8179e3fff99f
User: mentlicher@netbeans.org
Log: #204009 Make the listeners folder nodes expandable.