"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:
Anna.Kozlova
2019-01-28 20:24:45 +01:00
parent 9f562a561b
commit c7af135fba
6 changed files with 102 additions and 18 deletions
@@ -0,0 +1,6 @@
// "Fix all 'My fake inspection on literal' problems in file" "true"
public class Test {
void foo1() {
String java = "replaced";
}
}
@@ -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 {{}}";
}
}