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 - Code completion does not work inside of a function call
Summary: Code completion does not work inside of a function call
Status: VERIFIED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.0
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: Petr Nejedly
URL:
Keywords:
Depends on:
Blocks: 154422
  Show dependency tree
 
Reported: 2010-06-02 08:50 UTC by Alexandr Scherbatiy
Modified: 2010-07-07 19:58 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 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)