mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
IJ-CR-145218 [java-inspections] IDEA-201932 Provide inspection to highlight redundant creation operations in java date time api
- delete unnecessary test GitOrigin-RevId: 80f107de3e637bc81065c9bacf7024c76a5bbb81
This commit is contained in:
committed by
intellij-monorepo-bot
parent
21455e7254
commit
ae2e2f737c
@@ -1,11 +0,0 @@
|
||||
// Copyright 2000-2024 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
|
||||
package com.intellij.codeInsight.daemon.impl.quickfix;
|
||||
|
||||
import com.intellij.testFramework.fixtures.LightJavaCodeInsightFixtureTestCase;
|
||||
|
||||
//todo just to preserve place
|
||||
public class RedundantCompareToJavaTimeInspectionTest extends LightJavaCodeInsightFixtureTestCase {
|
||||
|
||||
public void testEmptyMethod() {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user