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 173838 - Code completion places extends keyword after extends keyword
Summary: Code completion places extends keyword after extends keyword
Status: VERIFIED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: jprach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-06 10:19 UTC by Alexandr Scherbatiy
Modified: 2009-11-17 07:47 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 Alexandr Scherbatiy 2009-10-06 10:19:58 UTC
Product Version         = NetBeans IDE Dev (Build 200910030241) (#4dd420d82eea)
  Operating System        = Windows XP version 5.1 running on x86
  Java; VM; Vendor        = 1.6.0_15; Java HotSpot(TM) Client VM 14.1-b02; Sun Microsystems Inc.


Steps to reproduce:
- Type in the editor
-----------------------------
class A{}
class B extends 
-----------------------------

- Position cursor after the 'extends' keyword
- Press <Space>
- Press <Ctrl+Space>

The result is
-----------------------------
class A{}

class B extends extends 
-----------------------------

 The second 'extends' keyword is written
 The 'A' class is not suggested
Comment 1 jprach 2009-11-16 05:50:59 UTC
fixed by changeset #32f21b4ffea2
Comment 2 Alexandr Scherbatiy 2009-11-17 07:47:35 UTC
verified in Build 200911170201