We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2f9b0b commit 0ee4960Copy full SHA for 0ee4960
src/com/magento/idea/magento2plugin/actions/context/AbstractContextAction.java
@@ -52,6 +52,7 @@ public AbstractContextAction(
52
}
53
54
@Override
55
+ @SuppressWarnings({"PMD.CyclomaticComplexity", "PMD.NPathComplexity"})
56
public void update(final @NotNull AnActionEvent event) {
57
event.getPresentation().setEnabled(false);
58
event.getPresentation().setVisible(false);
0 commit comments