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 220326 - Code completion removes constructor name for constructor completion
Summary: Code completion removes constructor name for constructor completion
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Completion & Templates (show other bugs)
Version: 7.3
Hardware: PC Windows XP
: P2 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
: 220398 220403 220411 220453 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-10-17 20:45 UTC by alied
Modified: 2012-10-22 06:40 UTC (History)
4 users (show)

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 alied 2012-10-17 20:45:20 UTC
[ BUILD # : 201210170002 ]
[ JDK VERSION : 1.7.7 ]

Start to type a "new" statement e.g.
File file = new File
invoke CC (e.g. Ctrl + Space)
complete with the desired constructor, e.g. File(String name)
you will get
File file = new (name)
instead of 
File file = new File(name);

Product Version: NetBeans IDE Dev (Build 201210170002)
Java: 1.7.0_09; Java HotSpot(TM) Client VM 23.5-b02
System: Windows XP version 5.1 running on x86; Cp1252; en_US (nb)
User directory: C:\Documents and Settings\alied.perez\Application
Data\NetBeans\dev
Cache directory: C:\Documents and Settings\alied.perez\Local
Settings\Application Data\NetBeans\Cache\dev
Comment 1 Dusan Balek 2012-10-18 08:17:18 UTC
Fixed in jet-main.

http://hg.netbeans.org/jet-main/rev/3a060f8686a2
Comment 2 Dusan Balek 2012-10-19 11:32:55 UTC
*** Bug 220411 has been marked as a duplicate of this bug. ***
Comment 3 alied 2012-10-19 11:48:05 UTC
That is what I call FAST!!!
Comment 4 Dusan Balek 2012-10-19 12:23:31 UTC
*** Bug 220398 has been marked as a duplicate of this bug. ***
Comment 5 Quality Engineering 2012-10-19 13:38:28 UTC
Integrated into 'main-golden', will be available in build *201210191216* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/3a060f8686a2
User: Dusan Balek <dbalek@netbeans.org>
Log: Issue #220326: Code completion removes constructor name for constructor completion - fixed.
Comment 6 Dusan Balek 2012-10-19 17:54:20 UTC
*** Bug 220403 has been marked as a duplicate of this bug. ***
Comment 7 Dusan Balek 2012-10-22 06:40:08 UTC
*** Bug 220453 has been marked as a duplicate of this bug. ***