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 224457 - Type of variable from different file contains @exp string
Summary: Type of variable from different file contains @exp string
Status: RESOLVED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.3
Hardware: PC Linux
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
: 223113 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-01-04 08:59 UTC by Vladimir Riha
Modified: 2013-05-31 08: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 Vladimir Riha 2013-01-04 08:59:33 UTC
Please try following:

Have 2 JS files:
file1.js:
var User = mongoose.model("User"); 

file2.js
U| // cc here


Offered User from file1.js has type 

"@exp;mongoose@call;model

If I repeat the same but in file1.js, the type is (correctly) empty


Product Version: NetBeans IDE Dev (Build web-main-9627-on-20130103)
Java: 1.7.0_10; Java HotSpot(TM) Client VM 23.6-b04
Runtime: Java(TM) SE Runtime Environment 1.7.0_10-b18
System: Linux version 3.2.0-34-generic-pae running on i386; UTF-8; en_US (nb)
Comment 1 Vladimir Riha 2013-03-04 14:43:25 UTC
*** Bug 223113 has been marked as a duplicate of this bug. ***
Comment 2 Petr Pisl 2013-05-31 08:58:51 UTC
Fixed in NB 7.4 code base.