Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Tracking Renames
Tracking Renames [message #251746] Sat, 01 March 2008 02:09
Eclipse UserFriend
Originally posted by: tansey.vt.edu

Hello everyone,

I'm writing a plug-in which needs to track renames in order to keep the
proper IDs of the fields/methods/classes that I want to manipulate. I am
currently trying to tap into the RefactoringHistory by getting all of
the RefactoringDescriptors, obtaining each one's
RefactoringContribution, then calling retrieveArgumentMap (giving me the
input and name strings). However, this seems a little too awkward to be
the best practice here.

Since this is clearly a common need, is there a standard way of tracking
field/method/class/file names? Or even better, does anyone have a
library to do this?

Sincerely,
Wesley
Previous Topic:pointing to javadoc using classpath variables
Next Topic:Full Workspace Rebuild on each Save
Goto Forum:
  


Current Time: Thu Apr 17 20:13:36 EDT 2025

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

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

Back to the top