mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
"fix all" should retrieve file to run from the problem description when present (IDEA-206216)
otherwise injected file could be preferred instead of top level one
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
// "Fix all 'My fake inspection on literal' problems in file" "true"
|
||||
public class Test {
|
||||
void foo1() {
|
||||
String java = "replaced";
|
||||
}
|
||||
}
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
// "Fix all 'My fake inspection on literal' problems in file" "true"
|
||||
public class Test {
|
||||
void foo1() {
|
||||
String java = "class <caret>B {{}}";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user