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 71a68d0 commit 2e5775dCopy full SHA for 2e5775d
src/com/magento/idea/magento2plugin/actions/generation/dialog/NewCLICommandDialog.java
@@ -36,7 +36,7 @@
36
import javax.swing.JTextField;
37
import javax.swing.KeyStroke;
38
39
-@SuppressWarnings({"PMD.MissingSerialVersionUID"})
+@SuppressWarnings({"PMD.MissingSerialVersionUID", "PMD.ExcessiveImports"})
40
public class NewCLICommandDialog extends AbstractDialog {
41
private JPanel contentPane;
42
private JButton buttonCancel;
0 commit comments