Community
Participate
Working Groups
package p1; class Constants { static final String EXT2_CLASS = ".class"; enum Replacer2 { TEST("s"), // [1] Invoke Extract Method for "s" NILL1(EXT2_CLASS), NILL2(Constants.EXT2_CLASS); String s; Replacer2(String s) { this.s = "s"; // [2] Invoke Extract Method for "s" } } } In the case of [1] extract method reports an error saying "Cannot extract new method since the selection is not valid." In the case of [2] though the dialog says 1 additional occurrence will be replaced, except the selected instance no other instance is updated with the extracted method.
*** Bug 486440 has been marked as a duplicate of this bug. ***
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet. As such, we're closing this bug. If you have further information on the current state of the bug, please add it and reopen this bug. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant. -- The automated Eclipse Genie.
The bug is already not reproduced in Eclipse 2020-03