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 154771

Summary: No C/C++ panel in Tools/Options
Product: platform Reporter: Alexander Pepin <apepin>
Component: -- Other --Assignee: Jaroslav Tulach <jtulach>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Alexander Pepin 2008-12-05 15:14:46 UTC
Steps to reproduce:
- run IDE with a fresh userdir
- open Tools/Options window, it contains only common panels
- create a new C/C++ project
- open Tools/Options once again
Result: Tools/Options windows contains only common panels and does not contain C/C++ panel.

Workaround: restart IDE
Comment 1 Pavel Flaska 2008-12-09 08:43:48 UTC
Very similar to #154771, perhaps the same reason, duplicate. Will investigate.
Comment 2 Jaroslav Tulach 2008-12-17 09:03:54 UTC
core-main # cf7862dee82a
Comment 3 Quality Engineering 2008-12-18 06:36:26 UTC
Integrated into 'main-golden', will be available in build *200812180201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/cf7862dee82a
User: Jaroslav Tulach <jtulach@netbeans.org>
Log: #154771: When listening on Lookup.Result, we need to be sure that the result itself is not garbage collected.