Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 313104

Summary: Full refactoring support for tigerstripe
Product: [Technology] Tigerstripe Reporter: Yuri Strot <yuri>
Component: AnnotationsAssignee: Yuri Strot <yuri>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: 0.5M0   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Yuri Strot CLA 2010-05-17 06:26:52 EDT
Refactoring support for tigerstripe still have one problem: Java/Resource annotations do not changed for tigerstripe refactoring (from Tigerstripe perspective).

It's too hard to implement full refactoring support for any contributor. I'd like to generalize refactoring part (which I already used for Resource and Java) and make it public, so that any annotation contributor (like Resource, Java or Tigerstripe) work with refactoring through this common part. It makes refactoring support much easier. In this case tigerstripe just need to notify about OldTSObject was changed to NewTSObject and TAF automatically adapt these objects to Java and Resource and perform corresponding annotation changes.
Comment 1 Yuri Strot CLA 2010-05-26 05:56:26 EDT
Done.