Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 318174 - [Refactoring] Participate in Java field/method level refactorings
Summary: [Refactoring] Participate in Java field/method level refactorings
Status: NEW
Alias: None
Product: Dali JPA Tools
Classification: WebTools
Component: JPA (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 enhancement with 1 vote (vote)
Target Milestone: Future   Edit
Assignee: Neil Hauge CLA
QA Contact:
URL:
Whiteboard: EaseOfUse
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-28 09:20 EDT by Karen Butzke CLA
Modified: 2014-10-27 06:44 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Karen Butzke CLA 2010-06-28 09:20:32 EDT
Dali needs to participate in the refactoring of java fields/methods

This bug will cover updating references to fields/methods in java classes and mapping files during the following refactorings:

Delete/Rename/Move Java field/method

See the wiki design doc:
http://wiki.eclipse.org/Dali_Project/FeatureDocs/DaliRefactoringParticipants
Comment 1 Neil Hauge CLA 2011-07-01 16:24:41 EDT
Moving JPA specific bugs to new JPA component in bugzilla.
Comment 2 Neil Hauge CLA 2013-04-30 12:36:08 EDT
Deferred to 3.4.
Comment 3 Mauro Molinari CLA 2014-10-27 06:44:07 EDT
I see that if I change an attribute that is referenced by a "mappedBy" annotation attribute in another entity, the reference becomes red because it can't find the refactored attribute any more. It would be great if Dali could change the "mappedBy" reference for me accordingly.