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 - Refactor Move does not affect JSF page
Summary: Refactor Move does not affect JSF page
Status: RESOLVED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 8.0
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Martin Fousek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-30 12:57 UTC by muellermi
Modified: 2016-07-07 08:54 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (649.07 KB, text/plain)
2014-04-30 12:57 UTC, muellermi
Details

Note You need to log in before you can comment on or make changes to this bug.
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