mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-09 08:09:39 +07:00
[java-intentions] IDEA-363624 Create Class generates invalid and redundant annotation @NotNull @NotNull for constructor parameter
(cherry picked from commit 9c3c9c55517369e6715c65a9696c287514261a10) IJ-CR-151031 GitOrigin-RevId: 8306c8925395abd7dcee24de847335e4e9b1f535
This commit is contained in:
committed by
intellij-monorepo-bot
parent
4331ed9295
commit
071179ffed
@@ -4,6 +4,10 @@ package com.intellij.codeInsight.daemon.impl.quickfix;
|
||||
import com.intellij.application.options.CodeStyle;
|
||||
import com.intellij.codeInsight.daemon.quickFix.LightQuickFixParameterizedTestCase;
|
||||
import com.intellij.lang.java.JavaLanguage;
|
||||
import com.intellij.testFramework.LightProjectDescriptor;
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
|
||||
import static com.intellij.testFramework.fixtures.LightJavaCodeInsightFixtureTestCase.JAVA_21;
|
||||
|
||||
public class CreateClassFromNewTest extends LightQuickFixParameterizedTestCase {
|
||||
@Override
|
||||
@@ -16,4 +20,9 @@ public class CreateClassFromNewTest extends LightQuickFixParameterizedTestCase {
|
||||
protected String getBasePath() {
|
||||
return "/codeInsight/daemonCodeAnalyzer/quickFix/createClassFromNew";
|
||||
}
|
||||
|
||||
@Override
|
||||
protected @NotNull LightProjectDescriptor getProjectDescriptor() {
|
||||
return JAVA_21;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user