File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
src/com/magento/idea/magento2plugin/project Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 3333import org .jetbrains .annotations .NotNull ;
3434import org .jetbrains .annotations .Nullable ;
3535
36+ @ SuppressWarnings ({
37+ "PMD.TooManyFields" ,
38+ "PMD.TooManyMethods"
39+ })
3640public class SettingsForm implements PhpFrameworkConfigurable {
37-
3841 private final Project project ;
3942 private JCheckBox pluginEnabled ;
4043 private JButton buttonReindex ;
@@ -95,7 +98,7 @@ public void mouseClicked(final MouseEvent event) {
9598 return (JComponent ) panel ;
9699 }
97100
98- private void refreshFormStatus (boolean isEnabled ) {
101+ private void refreshFormStatus (final boolean isEnabled ) {
99102 buttonReindex .setEnabled (isEnabled );
100103 regenerateUrnMapButton .setEnabled (isEnabled );
101104 magentoVersion .setEnabled (isEnabled );
You can’t perform that action at this time.
0 commit comments