1 override-only API usage violation
Save Actions X 1.3.1 invokes APIs marked with @ApiStatus.OverrideOnly, which indicates that the APIs must not be called outside the IntelliJ Platform but only overridden by its clients.
Override-only method usage violation (1)
AnAction.actionPerformed(AnActionEvent) (1)
Override-only method AnAction.actionPerformed(AnActionEvent) is invoked in BuildProcessor.lambda$static$5(Project). This method is marked with @ApiStatus.OverrideOnly annotation, which indicates that the method must be only overridden but not invoked by client code. See documentation of the @ApiStatus.OverrideOnly for more info.