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 - Navigate|Go to Declaration/Definitio main menu item is disabled
Summary: Navigate|Go to Declaration/Definitio main menu item is disabled
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: Dev
Hardware: PC Mac OS X
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-23 14:42 UTC by soldatov
Modified: 2017-08-23 17:10 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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