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

Summary: incorrect selection in navigators
Product: cnd Reporter: Vladimir Voskresensky <vv159170>
Component: NavigationAssignee: Alexander Simon <alexvsimon>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P4    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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)