Suppress action generally because of updated constant in action
This commit is contained in:
-1
@@ -2,7 +2,6 @@
|
|||||||
// ACTION: Create function 'Foo'
|
// ACTION: Create function 'Foo'
|
||||||
// ACTION: Add parameter to constructor 'Foo'
|
// ACTION: Add parameter to constructor 'Foo'
|
||||||
// ACTION: Split property declaration
|
// ACTION: Split property declaration
|
||||||
// ACTION: Inject language or reference
|
|
||||||
// ERROR: Too many arguments for public constructor Foo(a: kotlin.Int) defined in Foo
|
// ERROR: Too many arguments for public constructor Foo(a: kotlin.Int) defined in Foo
|
||||||
|
|
||||||
class Foo(a: Int)
|
class Foo(a: Int)
|
||||||
|
|||||||
@@ -105,5 +105,5 @@ public class DirectiveBasedActionUtils {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private static final Collection<String> IRRELEVANT_ACTION_PREFIXES =
|
private static final Collection<String> IRRELEVANT_ACTION_PREFIXES =
|
||||||
Arrays.asList("Disable ", "Edit intention settings", "Edit inspection profile setting", "Inject Language/Reference");
|
Arrays.asList("Disable ", "Edit intention settings", "Edit inspection profile setting", "Inject language or reference");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user