Skip to content

Commit 1fab70b

Browse files
author
Vitaliy Boyko
committed
Suppressed imports
1 parent d17770d commit 1fab70b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/com/magento/idea/magento2plugin/completion/xml/XmlCompletionContributor.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
import com.intellij.patterns.XmlPatterns;
1111
import com.intellij.psi.xml.XmlTokenType;
1212
// CHECKSTYLE IGNORE check FOR NEXT 6 LINES
13-
import com.magento.idea.magento2plugin.completion.provider.*;
14-
import com.magento.idea.magento2plugin.completion.provider.mftf.*;
13+
import com.magento.idea.magento2plugin.completion.provider.*;//NOPMD
14+
import com.magento.idea.magento2plugin.completion.provider.mftf.*;//NOPMD
1515
import com.magento.idea.magento2plugin.magento.files.*;//NOPMD
1616
import static com.intellij.patterns.PlatformPatterns.psiElement;
1717
import static com.intellij.patterns.StandardPatterns.string;

src/com/magento/idea/magento2plugin/reference/xml/XmlReferenceContributor.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
import com.magento.idea.magento2plugin.magento.files.MftfTest;
1414
import com.magento.idea.magento2plugin.magento.files.UiComponentXml;
1515
// CHECKSTYLE IGNORE check FOR NEXT 5 LINES
16-
import com.magento.idea.magento2plugin.reference.provider.*;
17-
import com.magento.idea.magento2plugin.reference.provider.mftf.*;
16+
import com.magento.idea.magento2plugin.reference.provider.*;//NOPMD
17+
import com.magento.idea.magento2plugin.reference.provider.mftf.*;//NOPMD
1818
import com.magento.idea.magento2plugin.util.RegExUtil;
1919
import org.jetbrains.annotations.NotNull;
20-
import static com.intellij.patterns.XmlPatterns.*;
20+
import static com.intellij.patterns.XmlPatterns.*;//NOPMD
2121

2222
/**
2323
* TODO: enable style checks after decomposition.

0 commit comments

Comments
 (0)