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 187077

Summary: Code completion does not work inside of a function call
Product: javafx Reporter: Alexandr Scherbatiy <sunflower>
Component: EditorAssignee: Petr Nejedly <pnejedly>
Status: VERIFIED FIXED    
Severity: normal    
Priority: P3    
Version: 7.0   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 154422    

Description Alexandr Scherbatiy 2010-06-02 08:50:15 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:
-------------------------------------
def DURATION = 3s;


public function f() {
    DURATION.mul(Pa)
}
-------------------------------------
- Position the cursor after 'DURATION.mul(Pa'
- Invoke code completion
No Suggestions.

The Path class is not suggested.
Comment 1 Petr Nejedly 2010-06-02 13:13:58 UTC
I have reproduce the problem. It really doesn't work, even if I add proper import...
Comment 2 Petr Nejedly 2010-06-04 14:23:57 UTC
Fixed: http://hg.netbeans.org/javafx/rev/e5ce5117663a
Comment 3 Petr Nejedly 2010-06-04 14:50:27 UTC
Marking as fixed, but changing the target milestone, the fix is NOT in 6.9
Comment 4 Alexandr Scherbatiy 2010-06-17 10:31:07 UTC
verified in NetBeans IDE Dev (Build 201006170001)
Comment 5 Andrei Chistiakov 2010-07-07 19:58:42 UTC
Verified with NetBeans IDE 6.9.1 Dev (Build 201007052301)