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 271356

Summary: Navigate|Go to Declaration/Definitio main menu item is disabled
Product: cnd Reporter: soldatov <soldatov>
Component: -- Other --Assignee: Alexander Simon <alexvsimon>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: Dev   
Hardware: PC   
OS: Mac OS X   
Issue Type: DEFECT Exception Reporter:

Description soldatov 2017-08-23 14:42:09 UTC
This test fails on MacOSX only (in 100% cases).

Scenario:
- Create "Hello CMake World" sample
- Open src/welcome.cc file
- Set cursor on 'cout'
- Push Navigate|Go to Declaration/Definition main menu item
==> IDE opens 'iostream' file
- Create second "Hello CMake World" sample
- Open src/welcome.cc file from second project
- Set cursor on 'endl'
- Check Navigate|Go to Declaration/Definition main menu item
==> Navigate|Go to Declaration/Definitio main menu item is disabled