You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since Intellij SDK > 2024.2.5, verification results are trigerring errors related to news changes and deprecated methods.
Deprecated method AnActionEvent.createFromDataContext(...) is invoked in TerminalTabsUtil.Companion.performManualRenamingAction(...).
Deprecated method ActionPlaces.isPopupPlace(String) is invoked in CustomRevealFileInTerminalAction.isAvailable(...)
Override-only method AnAction.actionPerformed(AnActionEvent) is invoked in TerminalTabsUtil.Companion.performManualRenamingAction(...). This method is marked with @ApiStatus.OverrideOnly annotation, which indicates that the method must be only overridden but not invoked by client code.
The text was updated successfully, but these errors were encountered:
Since Intellij SDK > 2024.2.5, verification results are trigerring errors related to news changes and deprecated methods.
The text was updated successfully, but these errors were encountered: