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 112299 - Also rename javadoc @param if method parameter is renamed
Summary: Also rename javadoc @param if method parameter is renamed
Status: RESOLVED DUPLICATE of bug 95435
Alias: None
Product: java
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-08 13:00 UTC by tomzi
Modified: 2007-08-14 12:36 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description tomzi 2007-08-08 13:00:16 UTC
/**
* @param myParam
*/
public void myMethod(String myParam) {}

Renaming myParam should also rename the javadoc accordingly
Comment 1 Jiri Prox 2007-08-08 13:07:08 UTC
yes that is what issue 95435 is asking for

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