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

Summary: Go to declaration does not work for methods
Product: php Reporter: Lukas Jungmann <jungi>
Component: EditorAssignee: rmatous <rmatous>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: sample project

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 ***