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 90411 - Rename doesn't apply rename on comments
Summary: Rename doesn't apply rename on comments
Status: CLOSED DUPLICATE of bug 88220
Alias: None
Product: editor
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-01 09:29 UTC by Marian Mirilovic
Modified: 2007-04-03 18:02 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 Marian Mirilovic 2006-12-01 09:29:26 UTC
NB Dev (200611300230), JDK 6.0 (b104)

Steps to reproduce:
- run IDE, create new J2SE project
- create new class MyClass.java
- rename this class to MyRenamedClass - in the Rename dialog select "Apply
Rename on Comments"
- push Next
-> class is renamed as well as all occurrences in this project, but Javadoc
isn't changed
--------------
    /** Creates a new instance of MyClass */
    public MyRenamedClass() {
    }
--------------
Comment 1 Jan Becicka 2006-12-01 11:40:12 UTC

*** This issue has been marked as a duplicate of 88220 ***
Comment 2 Marian Mirilovic 2006-12-01 13:54:22 UTC
verified duplicate