Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 368098 - [ds tooling][refactoring] Refactoring Class- and Methodnames should search for references in component XMLs
Summary: [ds tooling][refactoring] Refactoring Class- and Methodnames should search fo...
Status: NEW
Alias: None
Product: PDE
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.2   Edit
Hardware: PC Linux
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: PDE-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: investigate
Depends on:
Blocks:
 
Reported: 2012-01-08 04:35 EST by Christoph Laeubrich CLA
Modified: 2019-11-14 08:40 EST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christoph Laeubrich CLA 2012-01-08 04:35:36 EST
Build Identifier: 20110916-0149

the start/stop/modify method names as well as bind/unbind ones are not considered while refactoring a method name.

Also refactoring the classname does not change the corresponding one in the implementation element.

The last case can be worked around with using the "search in other files for qualified name" function but this requires a whole scan of all files and manual review.

Reproducible: Always

Steps to Reproduce:
1. Create Component
2. Refactor Name/Method
Comment 1 Lars Vogel CLA 2019-11-14 03:32:41 EST
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet.

If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.

If the bug is still relevant, please remove the "stalebug" whiteboard tag.
Comment 2 Christoph Laeubrich CLA 2019-11-14 05:58:03 EST
This is still an issue AFAIK.
What I currently do is activate the text-search on refactorings, but as for example in plugin.xml it is also detected without that option there must be a way to accomplish this already.
Comment 3 Julian Honnen CLA 2019-11-14 06:41:32 EST
This issue is about handwritten component xmls right? 

If you're using the DS builder, any refactoring should be reflected.
Comment 4 Christoph Laeubrich CLA 2019-11-14 08:40:23 EST
Handwritten or edited by the component editor doesn't really matter. I know I can use annotation based XML generation and this would work, but also here it requires that the plugin is activated all the time and not all setup allows annotation based components.