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 238669 - Breadcrumbs does not help in source files
Summary: Breadcrumbs does not help in source files
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-21 16:54 UTC by Alexander Pepin
Modified: 2013-12-07 04:23 UTC (History)
1 user (show)

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 Alexander Pepin 2013-11-21 16:54:22 UTC
Steps to reproduce:
- create simple C++ application with following code:

class A{
    int a;
public:
    int getVal();
};

class B{
    int b;
public:
    int getVal();
};

int main(int argc, char** argv) {

    return 0;
}

A::getVal(){
    return 0;
}

B::getVal(){
    return 1;
}

Result: For both A::getVal() and B::getVal() breadcrumbs shows:
[CC] > getVal
Comment 1 Alexander Simon 2013-11-27 13:05:45 UTC
fixed, change set:
9707e30e5f4c
Comment 2 igor_nikiforov 2013-12-02 14:34:32 UTC
Integrated to releases:
  38f5e2d2cfff
Comment 3 Alexander Pepin 2013-12-06 15:09:34 UTC
verified in OSS IDE built on 7.4 patch2 candidate
Comment 4 Quality Engineering 2013-12-07 04:23:13 UTC
Integrated into 'main-silver', will be available in build *201312070002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/f0c68cadf502
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #238669 Breadcrumbs does not help in source files
(transplanted from 9707e30e5f4ce5ef5862f209a20460d7668c83bd)