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 214111 - No code completion for auto variable
Summary: No code completion for auto variable
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Completion (show other bugs)
Version: 7.2
Hardware: PC Linux
: P1 normal (vote)
Assignee: nnnnnk
URL:
Keywords:
: 214112 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-06-13 11:22 UTC by wbrana
Modified: 2012-06-25 08:29 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
fix (4.08 KB, patch)
2012-06-14 13:37 UTC, nnnnnk
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description wbrana 2012-06-13 11:22:04 UTC
there is no code completion for variable Loit

QTextStream loin(this);
const QStringList& lobuf = loin.readAll().split('\n');
for (auto&& Loit = lobuf.constBegin();Loit != lobuf.constEnd();Loit++) {
			Loit->
Comment 1 wbrana 2012-06-13 11:40:29 UTC
*** Bug 214112 has been marked as a duplicate of this bug. ***
Comment 2 nnnnnk 2012-06-14 13:37:26 UTC
Created attachment 120854 [details]
fix
Comment 3 nnnnnk 2012-06-14 18:09:34 UTC
fixed:
http://hg.netbeans.org/cnd-main/rev/993028343230
Comment 4 soldatov 2012-06-21 10:41:54 UTC
verified in trunk (NetBeans IDE Dev (Build 201206200001))
Comment 5 Vladimir Voskresensky 2012-06-22 11:34:10 UTC
fix is correct.
Comment 6 soldatov 2012-06-25 08:27:15 UTC
verified in NetBeans IDE 7.2 RC1 (Build 201206242201)