-
Notifications
You must be signed in to change notification settings - Fork 102
Commit fbee25f
committed
Refactor method signatures and reorder variable declarations.
Improve code readability by adjusting method signatures for better formatting and consistency. Reorder certain variable declarations to align with logical execution flow. Add `@SuppressWarnings` annotation in `Settings.java` to suppress PMD warnings about excessive public count.1 parent 4228059 commit fbee25f
File tree
3 files changed
+21
-6
lines changed- src/main/java/com/magento/idea/magento2plugin
- actions/content/root
- project
3 files changed
+21
-6
lines changedLines changed: 9 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
43 | - | ||
43 | + | ||
44 | + | ||
45 | + | ||
46 | + | ||
44 | 47 |
| |
45 | 48 |
| |
46 | 49 |
| |
| |||
70 | 73 |
| |
71 | 74 |
| |
72 | 75 |
| |
73 | - | ||
74 | 76 |
| |
75 | 77 |
| |
76 | 78 |
| |
77 | 79 |
| |
78 | 80 |
| |
79 | 81 |
| |
82 | + | ||
80 | 83 |
| |
81 | 84 |
| |
82 | 85 |
| |
| |||
87 | 90 |
| |
88 | 91 |
| |
89 | 92 |
| |
90 | - | ||
93 | + | ||
94 | + | ||
95 | + | ||
96 | + | ||
91 | 97 |
| |
92 | 98 |
| |
93 | 99 |
|
Lines changed: 9 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
31 | - | ||
31 | + | ||
32 | + | ||
33 | + | ||
34 | + | ||
32 | 35 |
| |
33 | 36 |
| |
34 | 37 |
| |
| |||
58 | 61 |
| |
59 | 62 |
| |
60 | 63 |
| |
61 | - | ||
62 | 64 |
| |
63 | 65 |
| |
64 | 66 |
| |
65 | 67 |
| |
66 | 68 |
| |
67 | 69 |
| |
68 | 70 |
| |
71 | + | ||
69 | 72 |
| |
70 | 73 |
| |
71 | 74 |
| |
| |||
76 | 79 |
| |
77 | 80 |
| |
78 | 81 |
| |
79 | - | ||
82 | + | ||
83 | + | ||
84 | + | ||
85 | + | ||
80 | 86 |
| |
81 | 87 |
| |
82 | 88 |
|
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 | + | ||
25 | + | ||
26 | + | ||
24 | 27 |
| |
25 | 28 |
| |
26 | 29 |
| |
|
0 commit comments