mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 18:28:55 +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(InputStream in) {
|
||||
final int n;
|
||||
int n1<caret>;
|
||||
int <caret>n1;
|
||||
try {
|
||||
n1 = in.read();
|
||||
} catch (IOException e) {
|
||||
|
||||
Reference in New Issue
Block a user