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 246760 - Cannot navigate to identifier if all C++ hints and highlighting is turned off
Summary: Cannot navigate to identifier if all C++ hints and highlighting is turned off
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 8.0
Hardware: PC Linux
: P3 normal (vote)
Assignee: petrk
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-28 18:07 UTC by petrk
Modified: 2014-09-15 10:41 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 petrk 2014-08-28 18:07:18 UTC
#include <vector>

int main() {
    std::vector<std::pair<bool, char>> vector(5);
    vector[1].first; // first is unresolved
    return 0;
}
Comment 1 petrk 2014-08-28 18:07:59 UTC
Bug happens if C++11 is activated
Comment 2 petrk 2014-08-28 18:22:44 UTC
Fixed in http://hg.netbeans.org/cnd-main/rev/e64d6dae958d
Comment 3 Quality Engineering 2014-08-29 02:42:17 UTC
Integrated into 'main-silver', will be available in build *201408290001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/e64d6dae958d
User: Petr Kudryavtsev <petrk@netbeans.org>
Log: Fixed #246760 - Cannot navigate to identifier if all C++ hints and highlighting is turned off
Comment 4 Quality Engineering 2014-09-03 02:27:54 UTC
Integrated into 'main-silver', will be available in build *201409030001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/dd3e15bebc9d
User: Petr Kudryavtsev <petrk@netbeans.org>
Log: Additional fix for #246760 - Cannot navigate to identifier if all C++ hints and highlighting is turned off
-- reuse calculated projects and specializations