danhhuynh
danhhuynh
**Describe the bug** (*) A clear and concise description of what the bug is. ``` java.lang.IndexOutOfBoundsException: toIndex = 2 at java.base/java.util.AbstractList.subListRangeCheck(AbstractList.java:507) at java.base/java.util.ArrayList.subList(ArrayList.java:1138) at com.magento.idea.magento2plugin.inspections.graphqls.fix.CreateResolverClassQuickFix.applyFix(CreateResolverClassQuickFix.java:43) at com.magento.idea.magento2plugin.inspections.graphqls.fix.CreateResolverClassQuickFix.applyFix(CreateResolverClassQuickFix.java:22) at com.intellij.codeInspection.ex.QuickFixWrapper.invoke(QuickFixWrapper.java:75) at...
**Describe the bug** (*) A clear and concise description of what the bug is. ``` java.lang.Throwable: Assertion failed: Do not use PsiElement for popup model. See PsiTargetNavigator at com.intellij.openapi.diagnostic.Logger.assertTrue(Logger.java:465) at...
**Describe the bug** (*) A clear and concise description of what the bug is. ``` com.intellij.diagnostic.PluginException: `ActionUpdateThread.OLD_EDT` is deprecated and going to be removed soon. 'com.magento.idea.magento2plugin.actions.generation.OverrideClassByAPreferenceAction' must override `getActionUpdateThread()` and...
**Describe the bug** (*) A clear and concise description of what the bug is. ``` java.lang.RuntimeException: java.io.IOException: Cannot find jsLanguageServicesImpl at com.intellij.lang.javascript.ecmascript6.TypeScriptUtil.getTypeScriptCompilerFolderFile(TypeScriptUtil.java:812) at com.intellij.lang.typescript.compiler.TypeScriptCompilerSettings.getDefaultTypeScriptServiceDirectory(TypeScriptCompilerSettings.java:164) at com.intellij.lang.typescript.library.TypeScriptServiceDirectoryWatcher.getDefaultServicePath(TypeScriptServiceDirectoryWatcher.java:66) at com.intellij.lang.typescript.library.TypeScriptCustomServiceLibrariesRootsProvider.getNonDefaultServiceDirectoryFile(TypeScriptCustomServiceLibrariesRootsProvider.kt:41) at com.intellij.lang.typescript.library.TypeScriptCustomServiceLibrariesRootsProvider.getAdditionalProjectLibraries$lambda$0(TypeScriptCustomServiceLibrariesRootsProvider.kt:18)...