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 ea18fda commit 1c8b1abCopy full SHA for 1c8b1ab
src/com/magento/idea/magento2plugin/stubs/indexes/WebApiTypeIndex.java
@@ -176,6 +176,7 @@ public static List<XmlTag> getWebApiRoutes(final Method method) {
176
* @param parentTag XmlTag
177
* @param tagsReferences List[XmlTag]
178
*/
179
+ @SuppressWarnings("PMD.AvoidInstantiatingObjectsInLoops")
180
private static void fillRelatedTags(
181
final String classFqn,
182
final String methodFqn,
0 commit comments