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 150368 - Code Completion: Types are not shown for attributes
Summary: Code Completion: Types are not shown for attributes
Status: VERIFIED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: David Strupl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-16 12:18 UTC by Alexandr Scherbatiy
Modified: 2008-10-27 14:24 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 2008-10-16 12:18:36 UTC
JavaFX_NB_Plugin_NB65_daily: #309 2008-10-16_02-01-26.zip

  Product Version         = NetBeans IDE Dev (Build 200810150101)
  Operating System        = Windows XP version 5.1 running on x86
  Java; VM; Vendor        = 1.6.0_10-beta; Java HotSpot(TM) Client VM 11.0-b11; Sun Microsystems Inc.

Steps to reproduce:

- Copy the code to the editor:
----------------------------------------
import javafx.stage.Stage;

Stage {
    
}
----------------------------------------

- Position cursor to the scope of Stage and press <Ctrl+Space>
 The code completion list shows attributes without type
  x
  y
  width
  height
Comment 1 David Strupl 2008-10-26 09:50:27 UTC
Fixed by changeset:   1643:a95e2feb840a
Comment 2 Alexandr Scherbatiy 2008-10-27 14:24:39 UTC
verified in 2008-10-27_03-01-09.zip