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 244198

Summary: Refactor Move does not affect JSF page
Product: javaee Reporter: muellermi <muellermi>
Component: RefactoringAssignee: Martin Fousek <marfous>
Status: RESOLVED WONTFIX    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:
Attachments: IDE log

Description muellermi 2014-04-30 12:57:02 UTC
Product Version = NetBeans IDE 8.0 (Build 201403101706)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.8.0
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.0-b70


given an EL expression within a JSF page
<f:selectItems value="#{myClass.myMethod}" />

now, I want to move myMethod to myOtherClass, using refactor move.

the EL is still
<f:selectItems value="#{myClass.myMethod}" />

but should be changed to 
<f:selectItems value="#{myOtherClass.myMethod}" />

(BTW: refactor rename works great on EL)
Comment 1 muellermi 2014-04-30 12:57:14 UTC
Created attachment 147023 [details]
IDE log
Comment 2 Vladimir Riha 2014-05-02 07:52:50 UTC
reproducible

Product Version: NetBeans IDE 8.0 (Build 201403101706)
Updates: NetBeans IDE is updated to version NetBeans 8.0 Patch 1
Java: 1.8.0_05; Java HotSpot(TM) Client VM 25.5-b02
Runtime: Java(TM) SE Runtime Environment 1.8.0_05-b13
System: Linux version 3.2.0-60-generic-pae running on i386; UTF-8; en_US (nb)
Comment 3 Martin Balin 2016-07-07 08:54:48 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