Describe the bug (*)
A clear and concise description of what the bug is.
java.lang.RuntimeException: java.util.concurrent.ExecutionException: java.nio.file.InvalidPathException: Illegal char <|> at index 77: //wsl.localhost/Ubuntu/home/ubuntu/zakito-magento/generated/metadata/primary|global|adminhtml|plugin-list.php
at com.intellij.util.ExceptionUtil.rethrow(ExceptionUtil.java:158)
at com.intellij.openapi.progress.util.ProgressIndicatorUtils.awaitWithCheckCanceled(ProgressIndicatorUtils.java:418)
at com.intellij.openapi.progress.util.ProgressIndicatorUtils.awaitWithCheckCanceled(ProgressIndicatorUtils.java:379)
at com.intellij.openapi.vfs.DiskQueryRelay.accessDiskWithCheckCanceled(DiskQueryRelay.java:85)
at com.intellij.openapi.vfs.impl.local.LocalFileSystemImpl.contentsToByteArray(LocalFileSystemImpl.java:378)
at com.intellij.openapi.vfs.newvfs.persistent.PersistentFSImpl.contentsToByteArray(PersistentFSImpl.java:986)
at com.intellij.openapi.vfs.newvfs.impl.VirtualFileImpl.contentsToByteArray(VirtualFileImpl.java:136)
at com.intellij.util.indexing.contentQueue.CachedFileContent.getBytes(CachedFileContent.java:30)
at com.intellij.util.indexing.contentQueue.CachedFileContent.getBytesOrEmpty(CachedFileContent.java:42)
at com.intellij.util.indexing.FileBasedIndexImpl.lambda$doIndexFileContent$19(FileBasedIndexImpl.java:1563)
at com.intellij.util.indexing.FileContentImpl.computeOriginalContent(FileContentImpl.java:191)
at com.intellij.util.indexing.FileContentImpl.getContentAsText(FileContentImpl.java:185)
at com.intellij.util.indexing.FileContentImpl.getContent(FileContentImpl.java:168)
at com.intellij.util.indexing.IndexedHashesSupport.getOrInitIndexedHash(IndexedHashesSupport.java:35)
at com.intellij.indexing.shared.platform.hash.SharedIndexMainContentHashProvider.computeHash(SharedIndexMainHash.kt:82)
at com.intellij.indexing.shared.platform.hash.SharedIndexMainContentHashProvider.computeHash(SharedIndexMainHash.kt:79)
at com.intellij.indexing.shared.platform.impl.SharedIndexChunk.tryEnumerate(ChunkManager.kt:118)
at com.intellij.indexing.shared.platform.impl.ChunkManager.tryEnumerateContentHash(ChunkManager.kt:30)
at com.intellij.indexing.shared.platform.impl.SharedIndexChunkConfigurationImpl.tryEnumerateContentHash(SharedIndexChunkConfigurationImpl.java:298)
at com.intellij.indexing.shared.platform.impl.FileContentHashIndexExtension$1.map(FileContentHashIndexExtension.java:69)
at com.intellij.indexing.shared.platform.impl.FileContentHashIndexExtension$1.map(FileContentHashIndexExtension.java:63)
at com.intellij.util.indexing.impl.MapReduceIndex.mapByIndexer(MapReduceIndex.java:368)
at com.intellij.util.indexing.impl.MapReduceIndex.mapInput(MapReduceIndex.java:359)
at com.intellij.util.indexing.impl.MapReduceIndex.mapInputAndPrepareUpdate(MapReduceIndex.java:284)
at com.intellij.indexing.shared.platform.impl.CompositeInvertedIndex.tryToMapWithSecondaryIndex(CompositeInvertedIndex.java:112)
at com.intellij.indexing.composite.CompositeInvertedIndexBase.mapInputAndPrepareUpdate(CompositeInvertedIndexBase.java:61)
at com.intellij.indexing.composite.CompositeInvertedIndexBase.mapInputAndPrepareUpdate(CompositeInvertedIndexBase.java:39)
at com.intellij.util.indexing.FileBasedIndexImpl.createSingleIndexValueApplier(FileBasedIndexImpl.java:1727)
at com.intellij.util.indexing.FileBasedIndexImpl.lambda$doIndexFileContent$20(FileBasedIndexImpl.java:1598)
at com.intellij.openapi.fileTypes.impl.FileTypeManagerImpl.lambda$freezeFileTypeTemporarilyWithProvidedValueIn$15(FileTypeManagerImpl.java:834)
at com.intellij.openapi.fileTypes.impl.FileTypeManagerImpl.cacheFileTypesInside(FileTypeManagerImpl.java:905)
at com.intellij.openapi.fileTypes.impl.FileTypeManagerImpl.freezeFileTypeTemporarilyWithProvidedValueIn(FileTypeManagerImpl.java:830)
at com.intellij.util.indexing.FileBasedIndexImpl.doIndexFileContent(FileBasedIndexImpl.java:1551)
at com.intellij.util.indexing.FileBasedIndexImpl.indexFileContent(FileBasedIndexImpl.java:1526)
at com.intellij.util.indexing.FileBasedIndexImpl.processRefreshedFile(FileBasedIndexImpl.java:1466)
at com.intellij.util.indexing.FileBasedIndexImpl$VirtualFileUpdateTask.doProcess(FileBasedIndexImpl.java:1856)
at com.intellij.util.indexing.FileBasedIndexImpl$VirtualFileUpdateTask.doProcess(FileBasedIndexImpl.java:1850)
at com.intellij.util.indexing.UpdateTask.process(UpdateTask.java:75)
at com.intellij.util.indexing.UpdateTask.processAll(UpdateTask.java:43)
at com.intellij.util.indexing.FileBasedIndexImpl.forceUpdate(FileBasedIndexImpl.java:1877)
at com.intellij.util.indexing.FileBasedIndexImpl.ensureUpToDate(FileBasedIndexImpl.java:936)
at com.intellij.util.indexing.FileBasedIndexEx.readIndexAndProcessExceptions(FileBasedIndexEx.java:375)
at com.intellij.util.indexing.FileBasedIndexEx.getContainingFilesIterator(FileBasedIndexEx.java:310)
at com.intellij.util.indexing.FileBasedIndexEx.getContainingFiles(FileBasedIndexEx.java:286)
at com.intellij.util.indexing.FileBasedIndexImpl.getContainingFiles(FileBasedIndexImpl.java:1209)
at com.magento.idea.magento2plugin.stubs.indexes.graphql.GraphQlResolverIndex.getGraphQLUsages(GraphQlResolverIndex.java:158)
at com.magento.idea.magento2plugin.util.magento.graphql.GraphQlUsagesCollector.extractGraphQLQuotesStringsForClass(GraphQlUsagesCollector.java:34)
at com.magento.idea.magento2plugin.util.magento.graphql.GraphQlUsagesCollector.getUsages(GraphQlUsagesCollector.java:27)
at com.magento.idea.magento2plugin.util.magento.graphql.GraphQlUsagesCollector.getGraphQLUsages(GraphQlUsagesCollector.java:19)
at com.magento.idea.magento2plugin.inspections.php.GraphQlResolverInspection$1.visitPhpClass(GraphQlResolverInspection.java:34)
at com.jetbrains.php.lang.psi.elements.impl.PhpClassImpl.accept(PhpClassImpl.java:819)
at com.jetbrains.php.lang.psi.elements.impl.PhpPsiElementImpl.accept(PhpPsiElementImpl.java:67)
at com.intellij.codeInsight.daemon.impl.InspectionRunner$InspectionProblemHolder.visitElement(InspectionRunner.java:647)
at com.intellij.codeInsight.daemon.impl.InspectionRunner.lambda$processContext$19(InspectionRunner.java:447)
at com.intellij.codeInsight.daemon.impl.InspectionVisitorOptimizer.acceptElements(InspectionVisitorOptimizer.java:230)
at com.intellij.codeInsight.daemon.impl.InspectionRunner.processContext(InspectionRunner.java:445)
at com.intellij.codeInsight.daem
To Reproduce (*)
Steps to reproduce the behavior:
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
Expected behavior (*)
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Please complete the following information: (*)
- OS: Windows 11.0
- PhpStorm/Intellij version: 2026.1.1
- Plugin Version: 2026.2.0
Additional context
Add any other context about the problem here.
Describe the bug (*)
A clear and concise description of what the bug is.
To Reproduce (*)
Steps to reproduce the behavior:
Expected behavior (*)
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Please complete the following information: (*)
Additional context
Add any other context about the problem here.