views:

130

answers:

1

When I ran the Inline and Extract Local Variable refactorings, Eclipse saved my file immediately after. Also, Undoing/Redoing these refactorings resaved the file each time. How can I disable this behavior?

Secondary question: Running Extract Method didn’t automatically save the file. Why the inconsistent behavior?

A: 

To disable it, you could check if it is caused by having both Build automatically and Save automatically before build enabled in the preferences (General > Workspace). No idea about the second question.

Fabian Steeg
No, neither of these options controls what I'm concerned with. I toggled the former and tested, and the latter was unchecked.
Michael Hackner