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 178767

Summary: Code completion does not work before object literal
Product: javafx Reporter: Alexandr Scherbatiy <sunflower>
Component: EditorAssignee: Adam Sotona <asotona>
Status: RESOLVED WONTFIX    
Severity: normal    
Priority: P2    
Version: 6.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 154422    

Description Alexandr Scherbatiy 2009-12-17 02:56:54 UTC
Build NetBeans-dev-javafx-main-123-on-091217-full.zip 

  Product Version         = NetBeans IDE Dev (Build javafx-main-123-on-091217) (#29f2a49e0d78)
  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:

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


class A{
    public function f() {}
}

var a = A{};


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

- Type 'a.' before the 'Stage{}' line and press <Ctrl+Space>

----------------------------------------------------
var a = A{};

a.
Stage{};
----------------------------------------------------

The 'f' function is not suggested.
Comment 1 Petr Nejedly 2010-09-24 11:45:17 UTC
Reassigning javafx bugs to Adam.
Comment 2 David Strupl 2011-05-16 13:50:30 UTC
Closing all bugs filed against JavaFX 1.x as wontfix. We will support JavaFX 2.0 - please keep opened only bugs against the new release. Thanks.