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 33
33
import org .jetbrains .annotations .NotNull ;
34
34
import org .jetbrains .annotations .Nullable ;
35
35
36
+ @ SuppressWarnings ({
37
+ "PMD.TooManyFields" ,
38
+ "PMD.TooManyMethods"
39
+ })
36
40
public class SettingsForm implements PhpFrameworkConfigurable {
37
-
38
41
private final Project project ;
39
42
private JCheckBox pluginEnabled ;
40
43
private JButton buttonReindex ;
@@ -95,7 +98,7 @@ public void mouseClicked(final MouseEvent event) {
95
98
return (JComponent ) panel ;
96
99
}
97
100
98
- private void refreshFormStatus (boolean isEnabled ) {
101
+ private void refreshFormStatus (final boolean isEnabled ) {
99
102
buttonReindex .setEnabled (isEnabled );
100
103
regenerateUrnMapButton .setEnabled (isEnabled );
101
104
magentoVersion .setEnabled (isEnabled );
You can’t perform that action at this time.
0 commit comments