mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 15:09:39 +07:00
invert boolean: leave expressions with unused return value untouched (IDEA-56568 )
This commit is contained in:
@@ -25,6 +25,7 @@ public class InvertBooleanTest extends LightCodeInsightTestCase {
|
||||
public void testParameter() throws Exception { doTest(); } //inverting boolean parameter
|
||||
|
||||
public void testParameter1() throws Exception { doTest(); } //inverting boolean parameter more advanced stuff
|
||||
public void testUnusedReturnValue() throws Exception { doTest(); }
|
||||
|
||||
private void doTest() throws Exception {
|
||||
configureByFile(TEST_ROOT + getTestName(true) + ".java");
|
||||
|
||||
Reference in New Issue
Block a user