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 125014

Summary: Fix imports feature
Product: javafx Reporter: Alexandr Scherbatiy <sunflower>
Component: EditorAssignee: Rastislav Komara <moonko>
Status: VERIFIED FIXED    
Severity: blocker CC: dstrupl
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on: 136056    
Bug Blocks: 130138    

Description Alexandr Scherbatiy 2008-01-10 09:28:25 UTC
Steps to reproduce:

- Create an FX file:
  ----------------------
  Frame{}
  ----------------------
- Press <Ctrl+Shift+I>
  'import javafx.ui.Frame;' line is not added to the file.
Comment 1 Andrey Yamkovoy 2008-01-21 11:57:08 UTC
This feature is not implemented yet.
Comment 2 Alexandr Scherbatiy 2008-06-30 09:03:29 UTC
Does the openjfx-compiler contain stopper issues for the Fix Import feature? 
Comment 3 David Strupl 2008-06-30 09:12:20 UTC
No, this one depends just on #136056 which is not compiler dependent ...
Comment 4 David Strupl 2008-07-22 10:02:29 UTC
Re-assigning to Petr since it depends on "his" class index feature. We can still negotiate who will implement this one
after the class index is ready ;-)
Comment 5 David Strupl 2008-10-01 08:43:19 UTC
This is being worked on by Rasta for the last week.
Comment 6 Rastislav Komara 2008-10-03 13:02:56 UTC
Done.
Comment 7 Alexandr Scherbatiy 2008-10-06 13:48:53 UTC
verified in 2008-10-06_13-19-10.zip