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 fcc639c commit 3e707aeCopy full SHA for 3e707ae
src/com/magento/idea/magento2uct/versioning/indexes/data/ExistenceStateIndex.java
@@ -56,6 +56,7 @@ public void setProjectBasePath(final @NotNull String projectBasePath) {
56
*
57
* @return boolean
58
*/
59
+ @SuppressWarnings("PMD.AvoidSynchronizedAtMethodLevel")
60
public synchronized boolean has(final @NotNull String fqn) {
61
groupLoadedData();
62
version = "";
0 commit comments