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 94004 - Refactoring: Rename does not change comments in jsp code.
Summary: Refactoring: Rename does not change comments in jsp code.
Status: STARTED
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 5.x
Hardware: Macintosh Mac OS X
: P4 blocker (vote)
Assignee: _ sandipchitale
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-02 16:39 UTC by bugbridge
Modified: 2007-03-13 17:55 UTC (History)
1 user (show)

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 bugbridge 2007-02-02 16:39:17 UTC
Original status: 5-Cause Known; Suggested Status: NEW

Original Target Release: mako_dev; Suggested Target Milestone : Dev

Original submitter: shura

Description:
1. Create new project.
2. Edit java code for Page1. 
Somewhere in the java file add one line:
// Page1
3. Edit JSP:
Somewhere in the file add one line:
<!-- Page1 -->
4. Rename Page1 to Page2
Make sure "Apply Rename on Comments" is selected.

Result:
Java code is changed, JSP code is not

Evaluation:
- it should, and it may not, but asking for WAV, we have bigger bugs
Comment 1 _ sandipchitale 2007-03-13 17:55:07 UTC
The renaming in comments was not supported/implemented.