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

Summary: No code completion for auto variable
Product: cnd Reporter: wbrana <wbrana>
Component: Code CompletionAssignee: nnnnnk <nnnnnk>
Status: VERIFIED FIXED    
Severity: normal    
Priority: P1    
Version: 7.2   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: fix

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)