From e388ec8291ecc4dcb2fc36fc53fcbf03be6eec9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Tue, 22 Aug 2023 17:14:37 +0200 Subject: [PATCH] api_changes_list_2023.md: BaseElementAtCaretIntentionAction, #2 --- reference_guide/api_changes_list_2023.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference_guide/api_changes_list_2023.md b/reference_guide/api_changes_list_2023.md index be70af8f1..2a7934887 100644 --- a/reference_guide/api_changes_list_2023.md +++ b/reference_guide/api_changes_list_2023.md @@ -75,10 +75,10 @@ NOTE: Entries not starting with code quotes (`name`) can be added to document no JsonPath library unbundled : Bundle it [explicitly](https://youtrack.jetbrains.com/issue/IDEA-328219) with your plugin. -`com.intellij.codeInsight.intention.BaseElementAtCaretIntentionAction.isAvailable(Project, Editor, PsiElement)` method `Editor` parameter marked `@NotNull` +`com.intellij.codeInsight.intention.BaseElementAtCaretIntentionAction.isAvailable` method `Editor` parameter marked `@NotNull` : This may break source-compatibility with inheritors written in Kotlin if they declare it as nullable. -`com.intellij.codeInsight.intention.BaseElementAtCaretIntentionAction.invoke(Project, Editor, PsiElement)` method `Editor` parameter marked `@NotNull` +`com.intellij.codeInsight.intention.BaseElementAtCaretIntentionAction.invoke` method `Editor` parameter marked `@NotNull` : This may break source-compatibility with inheritors written in Kotlin if they declare it as nullable. ### Java Plugin 2023.3