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 144228 - PHP Rename not working across files
Summary: PHP Rename not working across files
Status: RESOLVED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker with 3 votes (vote)
Assignee: rmatous
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-18 09:36 UTC by grom358
Modified: 2010-07-30 08:55 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description grom358 2008-08-18 09:36:17 UTC
If I create a file with library functions (include/utils.php) with function test. Then from index.php I require_once
"include/utils.php" and call the function test() it knows that the function declaration is in include/utils.php (Using
CTRL-B and also Alt-F7 from include/utils.php shows up the call in index.php).

However if I rename test to testMe it doesn't rename the function call in index.php.
Comment 1 rmatous 2008-08-18 13:45:03 UTC
Not implemented yet and not planned for 6.5 (similar like other refactoring features).  
Comment 2 rmatous 2010-07-30 08:54:43 UTC
fixed now for 6.10