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 232220 - [74cat] Rename support for var defining tags
Summary: [74cat] Rename support for var defining tags
Status: RESOLVED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Martin Fousek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-03 19:39 UTC by misterm
Modified: 2016-07-07 08:54 UTC (History)
3 users (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 misterm 2013-07-03 19:39:49 UTC
Tags that define a var should support renaming in its var attribute. For instance in the following usage:

<f:selectItems value="#{myController.myBeans()}" var="myBean" itemLabel="#{myBean.label}" itemValue="#{myBean}"/>

it should be possible to hit CTRL + R in the var attribute value and rename myBean, also renaming its EL usages.

Product Version = NetBeans IDE Dev (Build 20130628-216d1bc31969)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.7.0_07
Runtime = Java HotSpot(TM) 64-Bit Server VM 23.3-b01
Comment 1 Martin Balin 2016-07-07 08:54:21 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss