[platform] API cleanup: remove unused deprecated API (IJPL-156972)

GitOrigin-RevId: 183acaca734cbf2e053be244cd4292acc8d24991
This commit is contained in:
Nikolay Chashnikov
2024-10-04 17:43:01 +02:00
committed by intellij-monorepo-bot
parent 6ef81746d4
commit 4f8bcd9161
66 changed files with 3 additions and 651 deletions

View File

@@ -26,9 +26,6 @@ a:com.intellij.codeInspection.AbstractInspectionToolStarter
- p:getApplication():com.intellij.codeInspection.InspectionApplicationBase
- main(java.util.List):V
- premain(java.util.List):V
f:com.intellij.codeInspection.InspectionApplication
- com.intellij.codeInspection.InspectionApplicationBase
- <init>():V
c:com.intellij.codeInspection.InspectionApplicationBase
- com.intellij.ide.CommandLineInspectionProgressReporter
- sf:LOG:com.intellij.openapi.diagnostic.Logger

View File

@@ -1,10 +0,0 @@
// Copyright 2000-2021 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
package com.intellij.codeInspection;
/**
* @deprecated Inherit directly from InspectionApplicationBase
*/
@Deprecated(forRemoval = true)
public final class InspectionApplication extends InspectionApplicationBase {
}