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 223934

Summary: In Code Completion List I see 5 different values, but IDE insert 2 different lines only
Product: cnd Reporter: soldatov <soldatov>
Component: Code CompletionAssignee: petrk
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 7.3   
Hardware: PC   
OS: Solaris   
Issue Type: DEFECT Exception Reporter:

Description soldatov 2012-12-17 14:23:53 UTC
Oracle Solaris Studio toolchain

Scenario:
- Create Fractal sample
- Open fractal.cc
- Type "compl"
- Call Code Completion at 122:1 (empty line after "c = complex<long double>(c.real(), b);")
==> 

I see 5 items: "complex<double>", "complex<float>", ...
Select "complex<double>", "complex<float>", "complex<long double>" or "complex<class _Tt>" and press ENTER. In all cases IDE will insert "complex"
Comment 1 petrk 2013-04-01 10:08:19 UTC
Fixed in http://hg.netbeans.org/cnd-main/rev/b620c8cebfd1