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 151010

Summary: Code completion for modifiers
Product: javafx Reporter: Alexandr Scherbatiy <sunflower>
Component: EditorAssignee: Adam Sotona <asotona>
Status: RESOLVED WONTFIX    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 154422    

Description Alexandr Scherbatiy 2008-10-22 13:27:16 UTC
JavaFX_NB_Plugin_NB65_installer: 21-Oct-2008 22:23:35

  Product Version         = NetBeans IDE 6.5 RC1 (Build 200810171318)
  Operating System        = Windows XP version 5.1 running on x86
  Java; VM; Vendor        = 1.5.0_09; Java HotSpot(TM) Client VM 1.5.0_09-b03; Sun Microsystems Inc.

Steps to reproduce:

- Create A class:
----------------------------
class A{
}
----------------------------

- Type 'public-' in the class
----------------------------
class A{
    public-
}
----------------------------

- Press <Ctrl+Space>
- Select 'public-init'from the list
The result is:
----------------------------
class A{
    public-public-init 
}
----------------------------
Comment 1 Rastislav Komara 2008-10-22 15:04:15 UTC
.
Comment 2 David Strupl 2008-10-22 16:24:48 UTC
Please note that this should work fine for "public". The "only" problem with public-init is that it contains the dash
character ;-((
Comment 3 Petr Nejedly 2010-09-24 11:42:39 UTC
Reassigning javafx bugs to Adam.
Comment 4 David Strupl 2011-05-16 13:48:27 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.