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 169111 - CodeCompletion for this()-constructor-call defect
Summary: CodeCompletion for this()-constructor-call defect
Status: RESOLVED DUPLICATE of bug 169358
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Max Sauer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-24 12:21 UTC by mklaehn
Modified: 2009-07-29 12:04 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 mklaehn 2009-07-24 12:21:41 UTC
The CodeCompletion for this-constructor calls leaves the genereated code defect.

Steps to reproduce:
1. Open a class that has a non-default Constructor,
2. Create a new constructor (any kind you want),
3. Go to that new Constructor and use the CodeCompletion to make a call to the non-default Constructor and
4. See that the code was made uncompilable.

###########
Product Version: NetBeans IDE Dev (Build nbms-and-javadoc-3544-on-090716)
Java: 1.6.0_14; Java HotSpot(TM) Client VM 14.0-b16
System: Windows XP version 5.1 running on x86; Cp1252; de_DE (nb)
Userdir: C:\netbeans-ide\3544\dev
Comment 1 Dusan Balek 2009-07-29 12:04:48 UTC
Already fixed.

*** This issue has been marked as a duplicate of 169358 ***