mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-03 03:37:58 +07:00
[mod-commands] Use RenamerFactory when executing rename to make it more similar to normal rename
Provide an interface to specify suggested names from outside Still part of IDEA-338334 GitOrigin-RevId: 7bb09b7150b463ed8a0c24453c968d60d9e716fa
This commit is contained in:
committed by
intellij-monorepo-bot
parent
59074e21c9
commit
853a7a46fc
@@ -4,7 +4,7 @@ import java.io.*;
|
||||
class a {
|
||||
void f(int k) {
|
||||
final int i;
|
||||
int i1<caret>;
|
||||
int <caret>i1;
|
||||
i1 = 4;
|
||||
i1 = 4;
|
||||
i = i1;
|
||||
|
||||
Reference in New Issue
Block a user