How do I disable automatic save after refactoring in Eclipse?
Posted
by Michael Hackner
on Stack Overflow
See other posts from Stack Overflow
or by Michael Hackner
Published on 2010-02-09T21:51:47Z
Indexed on
2010/04/21
15:03 UTC
Read the original article
Hit count: 216
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?
© Stack Overflow or respective owner