Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » How to get affected IJavaElements for rename refactorings?
How to get affected IJavaElements for rename refactorings? [message #258201] Tue, 20 January 2009 14:30
Eclipse UserFriend
Hello,

I'm trying to write a listener for rename refactorings,
that is able to determine all affected IJavaElements.

However, after some effort, I found no API returning fine-grained
IJavaElements (e.g., bellow compilation unit level),
but only the names of changed elements are provided in the text
obtained via RefactoringDescriptor.getComment().

Is there some API I missed?

Looking inside descriptor comments seems to be an unreliable source,
specially as Eclipse evolves, isn't it?

What is the best available approach offered in Eclipse?

Thanks
Mário
Previous Topic:Value of a field for an IAnnotation with K_QUALIFIED_NAME pair value
Next Topic:Display the problems related to a Java project
Goto Forum:
  


Current Time: Sat Apr 19 11:43:03 EDT 2025

Powered by FUDForum. Page generated in 0.03039 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top