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 143463

Summary: Code completion: script imports
Product: javafx Reporter: David Strupl <dstrupl>
Component: EditorAssignee: David Strupl <dstrupl>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:
Bug Depends on:    
Bug Blocks: 130138, 146952    

Description David Strupl 2008-08-11 14:01:39 UTC
The "import" statement has been enhanced to include the functionality of "import static" in Java.  So, "import Foo.*"
statically imports all the script-level variables (what used to be called static variables) in script Foo.
Comment 1 David Strupl 2008-10-22 21:10:06 UTC
Code completion now suggests the functions imported via static imports.
Comment 2 Alexandr Scherbatiy 2008-10-23 10:57:48 UTC
verified in 2008-10-23_03-01-09.zip