mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Cleanup
This commit is contained in:
@@ -13,15 +13,6 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
/*
|
||||
* Created by IntelliJ IDEA.
|
||||
* User: max
|
||||
* Date: Apr 11, 2002
|
||||
* Time: 5:18:36 PM
|
||||
* To change template for new class use
|
||||
* Code Style | Class Templates options (Tools | IDE Options).
|
||||
*/
|
||||
package com.intellij.testFramework;
|
||||
|
||||
import com.intellij.ExtensionPoints;
|
||||
@@ -57,6 +48,11 @@ import org.jetbrains.annotations.NotNull;
|
||||
|
||||
import java.io.File;
|
||||
|
||||
/*
|
||||
* User: max
|
||||
* Date: Apr 11, 2002
|
||||
* Time: 5:18:36 PM
|
||||
*/
|
||||
@SuppressWarnings({"HardCodedStringLiteral"})
|
||||
public abstract class InspectionTestCase extends PsiTestCase {
|
||||
private static final Logger LOG = Logger.getInstance("#com.intellij.testFramework.InspectionTestCase");
|
||||
|
||||
@@ -13,11 +13,6 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
/*
|
||||
* User: anna
|
||||
* Date: 16-Jun-2009
|
||||
*/
|
||||
package com.siyeh.ig.fixes.bugs;
|
||||
|
||||
import com.intellij.codeInsight.intention.IntentionAction;
|
||||
@@ -28,6 +23,11 @@ import com.intellij.testFramework.fixtures.*;
|
||||
import com.siyeh.ig.bugs.CastConflictsWithInstanceofInspection;
|
||||
import org.junit.Assert;
|
||||
|
||||
/*
|
||||
* User: anna
|
||||
* Date: 16-Jun-2009
|
||||
* todo: fix to run on module classpath
|
||||
*/
|
||||
public abstract class IGQuickFixesTestCase extends UsefulTestCase {
|
||||
protected CodeInsightTestFixture myFixture;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user