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 - Refactoring a function name does not change occurrences in @see comments
Summary: Refactoring a function name does not change occurrences in @see comments
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Brejla
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-13 01:20 UTC by dalin
Modified: 2013-06-13 08:32 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 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.