mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
[Code Samples Inspection] Java > Imports > Unused import
This commit is contained in:
parent
1c25c8c7b8
commit
991d7ad24f
@ -3,11 +3,9 @@
|
|||||||
package org.intellij.sdk.intention;
|
package org.intellij.sdk.intention;
|
||||||
|
|
||||||
import com.intellij.codeInsight.intention.IntentionAction;
|
import com.intellij.codeInsight.intention.IntentionAction;
|
||||||
import com.intellij.openapi.application.PathManager;
|
import com.intellij.testFramework.fixtures.LightJavaCodeInsightFixtureTestCase;
|
||||||
import com.intellij.testFramework.UsefulTestCase;
|
import org.junit.Assert;
|
||||||
import com.intellij.testFramework.builders.JavaModuleFixtureBuilder;
|
import org.junit.Test;
|
||||||
import com.intellij.testFramework.fixtures.*;
|
|
||||||
import org.junit.*;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Created by IntelliJ IDEA.
|
* Created by IntelliJ IDEA.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user