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 249854 - Go to declaration fails for properties of exported class
Summary: Go to declaration fails for properties of exported class
Status: RESOLVED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Node.js (show other bugs)
Version: 8.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2015-01-16 10:11 UTC by Vladimir Riha
Modified: 2015-06-05 02:38 UTC (History)
1 user (show)

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 2015-01-16 10:11:56 UTC
Please try:
 - open https://netbeans.org/bugzilla/attachment.cgi?id=151543
 - open app/maingt.js
 - on line 23, Ctrl+Click on "bar()"
 => func.js:8 is not opened in editor, nothing happens. 

This used to work in 201412160001. 


Thank you


Product Version: NetBeans IDE Dev (Build 201501160001)
Java: 1.7.0_67; Java HotSpot(TM) Client VM 24.65-b04
Runtime: Java(TM) SE Runtime Environment 1.7.0_67-b01
System: Linux version 3.13.0-35-generic running on i386; UTF-8; en_US (nb)
Comment 1 Vladimir Riha 2015-01-16 10:13:03 UTC
The same goes with

console.log(p.getAttempt().aa);

on line 27 after Ctrl+Click on getAttempt()
Comment 2 Petr Pisl 2015-06-04 07:44:25 UTC
Fixed in web-main.
Comment 3 Quality Engineering 2015-06-05 02:38:39 UTC
Integrated into 'main-silver', will be available in build *201506050001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/7f7655c1d36e
User: Petr Pisl <ppisl@netbeans.org>
Log: #249854 - Go to declaration fails for properties of exported class