We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97ae063 commit 8056040Copy full SHA for 8056040
src/main/java/com/magento/idea/magento2plugin/project/RegenerateUrnMapListener.java
@@ -137,6 +137,7 @@ private boolean handleXsdFile(
137
*
138
* @param processedFileCount The number of files successfully processed for URN map generation.
139
*/
140
+ @SuppressWarnings("PMD.UseNotifyAllInsteadOfNotify")
141
private void showNotification(final int processedFileCount) {
142
if (processedFileCount > 0) {
143
NotificationGroupManager.getInstance()
0 commit comments