mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 15:09:39 +07:00
invert boolean: stop on class level (IDEA-66889)
This commit is contained in:
@@ -27,6 +27,8 @@ public class InvertBooleanTest extends LightCodeInsightTestCase {
|
||||
public void testParameter1() throws Exception { doTest(); } //inverting boolean parameter more advanced stuff
|
||||
public void testUnusedReturnValue() throws Exception { doTest(); }
|
||||
|
||||
public void testInnerClasses() throws Exception {doTest();}
|
||||
|
||||
private void doTest() throws Exception {
|
||||
configureByFile(TEST_ROOT + getTestName(true) + ".java");
|
||||
PsiElement element = TargetElementUtilBase.findTargetElement(myEditor, TargetElementUtilBase.ELEMENT_NAME_ACCEPTED);
|
||||
|
||||
Reference in New Issue
Block a user