-
Notifications
You must be signed in to change notification settings - Fork 52
Description
Message
Stacktrace
com.intellij.diagnostic.PluginException: Cannot create editor by provider net.seesharpsoft.intellij.plugins.csv.editor.table.CsvTableEditorProvider [Plugin: net.seesharpsoft.intellij.plugins.csv]
at com.intellij.openapi.fileEditor.impl.EditorCompositeModelManager$fileEditorWithProviderFlow$editorsWithProviders$1$1$1.invokeSuspend(EditorCompositeModelManager.kt:141)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:98)
at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:613)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:1189)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:778)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:765)
Caused by: java.lang.IllegalArgumentException: Argument for @NotNull parameter 'document' of com/intellij/psi/impl/PsiDocumentManagerImpl.getPsiFile must not be null
at com.intellij.psi.impl.PsiDocumentManagerImpl.$$$reportNull$$$0(PsiDocumentManagerImpl.java)
at com.intellij.psi.impl.PsiDocumentManagerImpl.getPsiFile(PsiDocumentManagerImpl.java)
at net.seesharpsoft.intellij.plugins.csv.editor.table.CsvTableEditor.lambda$getCsvFile$0(CsvTableEditor.java:220)
at com.intellij.openapi.application.impl.AppImplKt$rethrowCheckedExceptions$2.invoke(appImpl.kt:106)
at com.intellij.platform.locking.impl.NestedLocksThreadingSupport.runReadAction(NestedLocksThreadingSupport.kt:784)
at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:1043)
at com.intellij.openapi.application.ReadAction.compute(ReadAction.java:66)
at net.seesharpsoft.intellij.plugins.csv.editor.table.CsvTableEditor.getCsvFile(CsvTableEditor.java:217)
at net.seesharpsoft.intellij.plugins.csv.editor.table.CsvTableEditor.getPsiFile(CsvTableEditor.java:208)
at net.seesharpsoft.intellij.plugins.csv.editor.table.CsvTableModelBase.getPsiFile(CsvTableModelBase.java:78)
at net.seesharpsoft.intellij.plugins.csv.editor.table.CsvTableModelBase.addPsiTreeChangeListener(CsvTableModelBase.java:48)
at net.seesharpsoft.intellij.plugins.csv.editor.table.CsvTableModelBase.(CsvTableModelBase.java:40)
at net.seesharpsoft.intellij.plugins.csv.editor.table.swing.CsvTableModelSwing.(CsvTableModelSwing.java:39)
at net.seesharpsoft.intellij.plugins.csv.editor.table.swing.CsvTableEditorSwing.createUIComponents(CsvTableEditorSwing.java:62)
at net.seesharpsoft.intellij.plugins.csv.editor.table.swing.CsvTableEditorSwing.$$$setupUI$$$(CsvTableEditorSwing.java)
at net.seesharpsoft.intellij.plugins.csv.editor.table.swing.CsvTableEditorSwing.(CsvTableEditorSwing.java:52)
at net.seesharpsoft.intellij.plugins.csv.editor.table.CsvTableEditorProvider$1.build(CsvTableEditorProvider.java:69)
at com.intellij.openapi.fileEditor.AsyncFileEditorProvider$createFileEditor$2.invokeSuspend(AsyncFileEditorProvider.kt:37)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:100)
at com.intellij.openapi.application.impl.EdtCoroutineDispatcher.wrapWithLocking$lambda$3$lambda$2(EdtCoroutineDispatcher.kt:71)
at com.intellij.openapi.application.WriteIntentReadAction.lambda$run$0(WriteIntentReadAction.java:24)
at com.intellij.openapi.application.impl.AppImplKt$rethrowCheckedExceptions$2.invoke(appImpl.kt:106)
at com.intellij.platform.locking.impl.NestedLocksThreadingSupport.doRunWriteIntentReadAction(NestedLocksThreadingSupport.kt:666)
at com.intellij.platform.locking.impl.NestedLocksThreadingSupport.runPreventiveWriteIntentReadAction(NestedLocksThreadingSupport.kt:640)
at com.intellij.platform.locking.impl.NestedLocksThreadingSupport.runWriteIntentReadAction(NestedLocksThreadingSupport.kt:633)
at com.intellij.openapi.application.impl.ApplicationImpl.runWriteIntentReadAction(ApplicationImpl.java:1166)
at com.intellij.openapi.application.WriteIntentReadAction.compute(WriteIntentReadAction.java:55)
at com.intellij.openapi.application.WriteIntentReadAction.run(WriteIntentReadAction.java:23)
at com.intellij.openapi.application.impl.EdtCoroutineDispatcher.wrapWithLocking$lambda$3(EdtCoroutineDispatcher.kt:70)
at com.intellij.openapi.application.TransactionGuardImpl$2.run(TransactionGuardImpl.java:225)
at com.intellij.openapi.application.impl.FlushQueue.runNextEvent(FlushQueue.java:122)
at com.intellij.openapi.application.impl.FlushQueue.flushNow(FlushQueue.java:43)
at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:318)
at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:781)
at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:728)
at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:722)
at java.base/java.security.AccessController.doPrivileged(AccessController.java:400)
at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:87)
at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:750)
at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.kt:595)
at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.kt:488)
at com.intellij.ide.IdeEventQueue.dispatchEvent$lambda$12$lambda$11$lambda$10$lambda$9(IdeEventQueue.kt:313)
at com.intellij.openapi.progress.impl.CoreProgressManager.computePrioritized(CoreProgressManager.java:865)
at com.intellij.ide.IdeEventQueue.dispatchEvent$lambda$12$lambda$11$lambda$10(IdeEventQueue.kt:312)
at com.intellij.ide.IdeEventQueueKt.performActivity$lambda$3(IdeEventQueue.kt:974)
at com.intellij.openapi.application.TransactionGuardImpl.performActivity(TransactionGuardImpl.java:110)
at com.intellij.ide.IdeEventQueueKt.performActivity(IdeEventQueue.kt:974)
at com.intellij.ide.IdeEventQueue.dispatchEvent$lambda$12(IdeEventQueue.kt:307)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.kt:347)
at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:207)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:128)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:117)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:113)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:105)
at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:92)
Plugin
PluginClassLoader(plugin=PluginMainDescriptor(name=CSV Editor, id=net.seesharpsoft.intellij.plugins.csv, version=4.1.0, isBundled=false, path=~\AppData\Roaming\JetBrains\PyCharm2025.2\plugins\intellij-csv-validator), packagePrefix=null, state=active, parents=ContentModuleDescriptor(moduleName=intellij.vcs.github.tracker, package=org.jetbrains.plugins.github.tasks) <- PluginMainDescriptor(name=GitHub, id=org.jetbrains.plugins.github, version=252.28539.27-IU, isBundled=true, path=C:\Program Files\JetBrains\PyCharm 2025.2.5\plugins\vcs-github-IU), ContentModuleDescriptor(moduleName=intellij.vcs.github.json, package=org.jetbrains.plugins.github.json) <- PluginMainDescriptor(name=GitHub, id=org.jetbrains.plugins.github, version=252.28539.27-IU, isBundled=true, path=C:\Program Files\JetBrains\PyCharm 2025.2.5\plugins\vcs-github-IU), ContentModuleDescriptor(moduleName=intellij.vcs.github.ultimate.docker, package=com.intellij.vcs.github.ultimate.docker) <- PluginMainDescriptor(name=GitHub, id=org.jetbrains.plugins.github, version=252.28539.27-IU, isBundled=true, path=C:\Program Files\JetBrains\PyCharm 2025.2.5\plugins\vcs-github-IU), ContentModuleDescriptor(moduleName=intellij.vcs.github.ultimate.cron, package=com.intellij.vcs.github.ultimate.cron) <- PluginMainDescriptor(name=GitHub, id=org.jetbrains.plugins.github, version=252.28539.27-IU, isBundled=true, path=C:\Program Files\JetBrains\PyCharm 2025.2.5\plugins\vcs-github-IU), ContentModuleDescriptor(moduleName=intellij.vcs.github.ultimate.features, package=com.intellij.vcs.github.ultimate) <- PluginMainDescriptor(name=GitHub, id=org.jetbrains.plugins.github, version=252.28539.27-IU, isBundled=true, path=C:\Program Files\JetBrains\PyCharm 2025.2.5\plugins\vcs-github-IU), ContentModuleDescriptor(moduleName=intellij.relaxng) <- PluginMainDescriptor(name=IDEA CORE, id=com.intellij, version=252.28539.27, isBundled=true, path=C:\Program Files\JetBrains\PyCharm 2025.2.5\lib), ContentModuleDescriptor(moduleName=intellij.platform.vcs.impl) <- PluginMainDescriptor(name=IDEA CORE, id=com.intellij, version=252.28539.27, isBundled=true, path=C:\Program Files\JetBrains\PyCharm 2025.2.5\lib), ContentModuleDescriptor(moduleName=intellij.platform.vcs.log.impl) <- PluginMainDescriptor(name=IDEA CORE, id=com.intellij, version=252.28539.27, isBundled=true, path=C:\Program Files\JetBrains\PyCharm 2025.2.5\lib), ContentModuleDescriptor(moduleName=intellij.spellchecker) <- PluginMainDescriptor(name=IDEA CORE, id=com.intellij, version=252.28539.27, isBundled=true, path=C:\Program Files\JetBrains\PyCharm 2025.2.5\lib), ContentModuleDescriptor(moduleName=intellij.spellchecker.xml) <- PluginMainDescriptor(name=IDEA CORE, id=com.intellij, version=252.28539.27, isBundled=true, path=C:\Program Files\JetBrains\PyCharm 2025.2.5\lib), ContentModuleDescriptor(moduleName=intellij.platform.tasks) <- PluginMainDescriptor(name=IDEA CORE, id=com.intellij, version=252.28539.27, isBundled=true, path=C:\Program Files\JetBrains\PyCharm 2025.2.5\lib), ContentModuleDescriptor(moduleName=intellij.platform.tasks.impl) <- PluginMainDescriptor(name=IDEA CORE, id=com.intellij, version=252.28539.27, isBundled=true, path=C:\Program Files\JetBrains\PyCharm 2025.2.5\lib), ContentModuleDescriptor(moduleName=intellij.platform.vcs.dvcs.impl) <- PluginMainDescriptor(name=IDEA CORE, id=com.intellij, version=252.28539.27, isBundled=true, path=C:\Program Files\JetBrains\PyCharm 2025.2.5\lib), ContentModuleDescriptor(moduleName=intellij.platform.collaborationTools) <- PluginMainDescriptor(name=IDEA CORE, id=com.intellij, version=252.28539.27, isBundled=true, path=C:\Program Files\JetBrains\PyCharm 2025.2.5\lib), ContentModuleDescriptor(moduleName=intellij.vcs.github, loadingRule=EMBEDDED) <- PluginMainDescriptor(name=GitHub, id=org.jetbrains.plugins.github, version=252.28539.27-IU, isBundled=true, path=C:\Program Files\JetBrains\PyCharm 2025.2.5\plugins\vcs-github-IU), ContentModuleDescriptor(moduleName=intellij.vcs.github.git) <- PluginMainDescriptor(name=GitHub, id=org.jetbrains.plugins.github, version=252.28539.27-IU, isBundled=true, path=C:\Program Files\JetBrains\PyCharm 2025.2.5\plugins\vcs-github-IU), PluginMainDescriptor(name=GitHub, id=org.jetbrains.plugins.github, version=252.28539.27-IU, isBundled=true, path=C:\Program Files\JetBrains\PyCharm 2025.2.5\plugins\vcs-github-IU), )
IDE
PyCharm (PY-252.28539.27)