File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
src/com/magento/idea/magento2plugin Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1010import com .intellij .patterns .XmlPatterns ;
1111import 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
1515import com .magento .idea .magento2plugin .magento .files .*;//NOPMD
1616import static com .intellij .patterns .PlatformPatterns .psiElement ;
1717import static com .intellij .patterns .StandardPatterns .string ;
Original file line number Diff line number Diff line change 1313import com .magento .idea .magento2plugin .magento .files .MftfTest ;
1414import 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
1818import com .magento .idea .magento2plugin .util .RegExUtil ;
1919import 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.
You can’t perform that action at this time.
0 commit comments