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 231184

Summary: Refactoring a function name does not change occurrences in @see comments
Product: php Reporter: dalin
Component: RefactoringAssignee: Ondrej Brejla <obrejla>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description dalin 2013-06-13 01:20:33 UTC
Here's a typical docblock comment for a function

/**
 * Performs foo on bar.
 *
 * @see baz_bar()
 *
 * @param string foo
 * @param string bar
 *
 * @return bar
 */
foo_bar($foo, $bar) {

If I refactor the name of baz_bar() the @see comment is not updated.

This is when using the PHP editor, not sure if this is specific to PHP, or more general.
Comment 1 Ondrej Brejla 2013-06-13 08:32:44 UTC
Will probably have the same fix as issue #231183

Enhancements for next release.