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 244466 - JSF: rename refactoring does not operate for component
Summary: JSF: rename refactoring does not operate for component
Status: RESOLVED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: JSF Editor (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Martin Fousek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-13 13:52 UTC by muellermi
Modified: 2016-07-07 08:56 UTC (History)
0 users

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 muellermi 2014-05-13 13:52:37 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 a JSF component:

<cc:interface>
    <cc:attribute name="myAttribute"/>
</cc:interface>

<!-- IMPLEMENTATION -->
<cc:implementation>
[...]
    #{cc.attrs.myAttribute}
[...]
    </cc:implementation>

Now, if the user places the caret onto any of  myAttribute, and tries to rename (ctrl-r) NetBeans reports, there is no rename refactoring available.

--> NetBeans shall rename the name in the interface definition, in the omplementation and any usage of this component.
Comment 1 Vladimir Riha 2014-05-14 13:31:43 UTC
Reproducible, but more like an enhancement


Product Version: NetBeans IDE 8.0 (Build 201403101706)
Updates: NetBeans IDE is updated to version NetBeans 8.0 Patch 1.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 2 Martin Balin 2016-07-07 08:56:37 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