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 - In Code Completion List I see 5 different values, but IDE insert 2 different lines only
Summary: In Code Completion List I see 5 different values, but IDE insert 2 different ...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Completion (show other bugs)
Version: 7.3
Hardware: PC Solaris
: P3 normal (vote)
Assignee: petrk
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-17 14:23 UTC by soldatov
Modified: 2013-04-01 10:08 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 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