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 141010 - Go to declaration does not work for methods
Summary: Go to declaration does not work for methods
Status: RESOLVED DUPLICATE of bug 143426
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: rmatous
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-21 15:36 UTC by Lukas Jungmann
Modified: 2008-08-27 14:00 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
sample project (4.91 KB, application/x-compressed)
2008-07-21 15:37 UTC, Lukas Jungmann
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Jungmann 2008-07-21 15:36:23 UTC
(to get attached application working you have to install pear and then call "pear install Http_Request")

-open attached project
-open YahooTripServiceAuthenticator.php in the editor
-call Go to declaration on include on line 3

=> OK, file YahooTripServiceAuthenticatorProfile.php becomes open in the editor

-switch back to YahooTripServiceAuthenticator.php in the editor
-call Go to declaration on getApiKey() on line 8

=> nothing happens but I'd expect editor to switch to line 8 in YahooTripServiceAuthenticatorProfile.php
Comment 1 Lukas Jungmann 2008-07-21 15:37:07 UTC
Created attachment 65142 [details]
sample project
Comment 2 rmatous 2008-08-27 14:00:41 UTC
goto declaration works generally rather poor which is already mentioned in #143426 - marking as duplicate

*** This issue has been marked as a duplicate of 143426 ***