Allow regex matching of available action names; accept both 2016.2 and 2016.3 names of static import quickfix
This commit is contained in:
+2
-2
@@ -1,5 +1,5 @@
|
||||
// FILE: bar/Foo.before.java
|
||||
// "Static import constant 'foo.Bar.foobar'" "true"
|
||||
// "/(Static import|Import static) constant 'foo.Bar.foobar'/" "true"
|
||||
// ERROR: Unresolved reference: foobar
|
||||
// ACTION: Rename reference
|
||||
// ACTION: Create field 'foobar'
|
||||
@@ -24,7 +24,7 @@ object Bar {
|
||||
}
|
||||
|
||||
// FILE: bar/Foo.after.java
|
||||
// "Static import constant 'foo.Bar.foobar'" "true"
|
||||
// "/(Static import|Import static) constant 'foo.Bar.foobar'/" "true"
|
||||
// ERROR: Unresolved reference: foobar
|
||||
// ACTION: Rename reference
|
||||
// ACTION: Create field 'foobar'
|
||||
|
||||
Reference in New Issue
Block a user