Address override-only method usage violation in 'AnAction.actionPerformed(AnActionEvent)' #1188
Labels
Deprecated API's
Deprecated API usage in LTI
duplicate
This issue or pull request already exists
low priority
Milestone
The following violations involve the invocation of the
AnAction.actionPerformed(AnActionEvent)
method, which is marked with the@ApiStatus.OverrideOnly
annotation. This annotation indicates that the method should only be overridden and not invoked by client code:AnAction.actionPerformed(AnActionEvent)
is invoked inLibertyRunConfiguration.getState(...)
.AnAction.actionPerformed(AnActionEvent)
is invoked inRunLibertyDevTask.handleLibertyTreeEvent(...)
.AnAction.actionPerformed(AnActionEvent)
is invoked inRunLibertyDevTask.actionPerformed(AnActionEvent)
.These invocations need to be addressed to ensure compliance with the
@ApiStatus.OverrideOnly
annotation.The text was updated successfully, but these errors were encountered: