Maarten Coene wrote:
No no no no no.. 100% guarantee to have self assignment between variables. You need to have the complete AST for doing this type of refactoring.Can't you do this in Eclipse by using a simple Find/Replace with regulare expressions?For instance: replace pattern "( |\.)_" with "\1". I didn't test it out though, so I'm not sure it will work...
-- stephane
