From 8c1480b2a2c34a87ca15efbba343e90579754155 Mon Sep 17 00:00:00 2001 From: Sergey Patrikeev Date: Wed, 20 Mar 2019 12:39:16 +0300 Subject: [PATCH] Incompatibilities 2019: document Cell.invoke(...) signature change. --- reference_guide/api_changes/api_changes_list_2019.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/reference_guide/api_changes/api_changes_list_2019.md b/reference_guide/api_changes/api_changes_list_2019.md index d681626c088..97a50b35617 100644 --- a/reference_guide/api_changes/api_changes_list_2019.md +++ b/reference_guide/api_changes/api_changes_list_2019.md @@ -14,6 +14,8 @@ See the note on how to document new problems on the main page reference_guide/ap `java.org.java_websocket` package removed : [Java-WebSocket Library](https://github.com/TooTallNate/Java-WebSocket) was removed, bundle it with your plugin instead. +`com.intellij.ui.layout.Cell.invoke$default(Cell, JComponent, CCFlags[], int, GrowPolicy, String, int, Object)` method parameter type changed +: Signature of this function has been seriously changed without possibility to keep the old function. Change invocations and overriding of that function according to new parameters and recompile the code. ## Changes in IntelliJ Platform 2019.1