mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
[analysis] API cleanup: mark deprecated unused API for removal (IJPL-156972)
GitOrigin-RevId: d2fb148fffcb020b618e16ad97f7c2e726dc7456
This commit is contained in:
committed by
intellij-monorepo-bot
parent
d6465aa0e8
commit
5d493a6231
@@ -176,7 +176,7 @@ public final class QuickFixWrapper implements IntentionAction, PriorityAction, C
|
||||
* @deprecated use {@link QuickFixWrapper#unwrap(CommonIntentionAction)} instead. Avoid {@code instanceof QuickFixWrapper} checks,
|
||||
* as the implementation may be different in the future
|
||||
*/
|
||||
@Deprecated
|
||||
@Deprecated(forRemoval = true)
|
||||
public @NotNull LocalQuickFix getFix() {
|
||||
return myFix;
|
||||
}
|
||||
|
||||
@@ -7,7 +7,9 @@ import com.intellij.openapi.project.Project
|
||||
import com.intellij.profile.ProfileEx
|
||||
import com.intellij.profile.codeInspection.BaseInspectionProfileManager
|
||||
import com.intellij.profile.codeInspection.InspectionProfileManager
|
||||
import org.jetbrains.annotations.ApiStatus
|
||||
|
||||
@ApiStatus.ScheduledForRemoval
|
||||
@Deprecated("Use 'InspectionProfile.DEFAULT_PROFILE_NAME'", replaceWith = ReplaceWith("InspectionProfile.DEFAULT_PROFILE_NAME"))
|
||||
const val DEFAULT_PROFILE_NAME: String = InspectionProfile.DEFAULT_PROFILE_NAME
|
||||
|
||||
|
||||
Reference in New Issue
Block a user