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

Summary: [74cat] Rename support for var defining tags
Product: javaee Reporter: misterm <misterm>
Component: RefactoringAssignee: Martin Fousek <marfous>
Status: RESOLVED WONTFIX    
Severity: normal CC: hmichel, janario, rodrigorsantos
Priority: P3    
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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