Skip to content

Commit 5c49d0f

Browse files
committed
Fixed static test failures
1 parent 9ec4c38 commit 5c49d0f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/com/magento/idea/magento2plugin/actions/generation/dialog/CreateAPluginDialog.java

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,12 @@
4242
import javax.swing.KeyStroke;
4343
import org.jetbrains.annotations.NotNull;
4444

45-
@SuppressWarnings({"PMD.TooManyFields", "PMD.DataClass", "PMD.UnusedPrivateMethod"})
45+
@SuppressWarnings({
46+
"PMD.TooManyFields",
47+
"PMD.DataClass",
48+
"PMD.UnusedPrivateMethod",
49+
"PMD.ExcessiveImports"
50+
})
4651
public class CreateAPluginDialog extends AbstractDialog {
4752
@NotNull
4853
private final Project project;

0 commit comments

Comments
 (0)