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 137027 - Arrow does not work if deeper than one level
Summary: Arrow does not work if deeper than one level
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Completion (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords:
Depends on:
Blocks: 136146
  Show dependency tree
 
Reported: 2008-06-11 17:05 UTC by Egor Ushakov
Modified: 2008-06-18 04:24 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 Egor Ushakov 2008-06-11 17:05:12 UTC
in the example:
A a;
a->
arrow is checked for being an operator of class A, but in this example:
B b;
b.a->
it is not.
Comment 1 Vladimir Voskresensky 2008-06-16 13:40:15 UTC
fixed + tests:
 http://hg.netbeans.org/main?cmd=changeset;node=5a463fc5fb73
Comment 2 Quality Engineering 2008-06-18 04:24:37 UTC
Integrated into 'main-golden', available in NB_Trunk_Production #266 build
Changeset: http://hg.netbeans.org/main/rev/5a463fc5fb73
User: Vladimir Voskresensky <vv159170@netbeans.org>
Log: fixed IZ#137027: Arrow does not work if deeper than one level