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 105700 - incorrect selection in navigators
Summary: incorrect selection in navigators
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-05 10:20 UTC by Vladimir Voskresensky
Modified: 2013-05-17 08:43 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 Vladimir Voskresensky 2007-06-05 10:20:49 UTC
I have the code

class AA {
public:
    void f();
    typedef int MY_TYPE;
    class B {
    public:
        typedef int TYPE;
    };
};

int main() {
    _
    return 0;
}

When cursor is set after "class AA {...};" on the same line as ";" => selection
in navigators display AA->B->TYPE.
Comment 1 Maria Tishkova 2007-08-21 13:19:36 UTC
I am not sure it is actually P3, downgrade to P4, if disagree please let me know
Comment 2 Alexander Simon 2007-08-23 16:10:44 UTC
downgrade to P4
Comment 3 Alexander Simon 2008-02-29 16:23:53 UTC
fixed
http://hg.netbeans.org/main?cmd=changeset;node=59c54b8d34dc
Comment 4 dnikitin 2008-03-03 13:12:03 UTC
Verified in NetBeans IDE Dev (Build 200803021202)