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 244250 - Module that returns function not resolved
Summary: Module that returns function not resolved
Status: STARTED
Alias: None
Product: javascript
Classification: Unclassified
Component: RequireJS (show other bugs)
Version: 8.0.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on: 244506
Blocks:
  Show dependency tree
 
Reported: 2014-05-02 13:55 UTC by Vladimir Riha
Modified: 2014-07-18 11:47 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (36.47 KB, text/plain)
2014-05-02 13:55 UTC, Vladimir Riha
Details
sample project (91.59 KB, application/zip)
2014-05-02 13:56 UTC, Vladimir Riha
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Riha 2014-05-02 13:55:57 UTC
Created attachment 147069 [details]
IDE log

Please check the attached project, in function.js, the module returns function. Module "function" is then used in newFunction.js at line 10. Code completion for 

funct().

does not offer items from the function.js module (a,b)



Product Version: NetBeans IDE Dev (Build javascript2-frameworks-32-on-20140428)
Java: 1.8.0_05; Java HotSpot(TM) Client VM 25.5-b02
Runtime: Java(TM) SE Runtime Environment 1.8.0_05-b13
System: Linux version 3.2.0-60-generic-pae running on i386; UTF-8; en_US (nb)
Comment 1 Vladimir Riha 2014-05-02 13:56:45 UTC
Created attachment 147070 [details]
sample project
Comment 2 Petr Pisl 2014-05-15 09:02:15 UTC
Depends on the issue #244506