mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
RedundantSuppressTest: use JDK 9 since it checks module-infos as well
GitOrigin-RevId: be100f6ec0139ba19e8f90dbe1d16aac2ecedd5c
This commit is contained in:
committed by
intellij-monorepo-bot
parent
b621ad1f7e
commit
6e57ba824d
@@ -30,6 +30,7 @@ import com.intellij.codeInspection.uncheckedWarnings.UncheckedWarningLocalInspec
|
||||
import com.intellij.psi.PsiElement;
|
||||
import com.intellij.psi.impl.source.tree.injected.MyTestInjector;
|
||||
import com.intellij.testFramework.InspectionTestCase;
|
||||
import com.intellij.testFramework.LightProjectDescriptor;
|
||||
import com.siyeh.ig.dataflow.UnnecessaryLocalVariableInspection;
|
||||
import com.siyeh.ig.inheritance.RefusedBequestInspection;
|
||||
import com.siyeh.ig.migration.RawUseOfParameterizedTypeInspection;
|
||||
@@ -63,6 +64,12 @@ public class RedundantSuppressTest extends InspectionTestCase {
|
||||
});
|
||||
}
|
||||
|
||||
@NotNull
|
||||
@Override
|
||||
protected LightProjectDescriptor getProjectDescriptor() {
|
||||
return JAVA_9;
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void tearDown() throws Exception {
|
||||
myWrapper = null;
|
||||
|
||||
Reference in New Issue
Block a user