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 187082 - Code completion does not suggest override keyword in object literal
Summary: Code completion does not suggest override keyword in object literal
Status: RESOLVED WONTFIX
Alias: None
Product: javafx
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.0
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: Adam Sotona
URL:
Keywords:
Depends on:
Blocks: 154422
  Show dependency tree
 
Reported: 2010-06-02 11:07 UTC by Alexandr Scherbatiy
Modified: 2011-05-16 13:52 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 2010-06-02 11:07:21 UTC
Product Version         = NetBeans IDE Dev (Build 201006020001) (#a248a947c9e8)
  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.scene.Group;
Group{
    
}
---------------------------------------------

- Type 'ov' in the Group and invoke code completion
No Suggestions.

JavaFX allows to override variables in an object literal like this:
---------------------------------------------
import javafx.scene.Group;

Group{
    override var hover on replace{
    }
}
---------------------------------------------
Comment 1 Petr Nejedly 2010-09-24 11:45:43 UTC
Reassigning javafx bugs to Adam.
Comment 2 David Strupl 2011-05-16 13:52:17 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.