intellij-csv-validator icon indicating copy to clipboard operation
intellij-csv-validator copied to clipboard

CSV validator, highlighter and formatter plugin for JetBrains Intellij IDEA, PyCharm, WebStorm, ...

Results 123 intellij-csv-validator issues
Sort by recently updated
recently updated
newest added

Message --- Stacktrace --- com.intellij.diagnostic.PluginException: Cannot create class net.seesharpsoft.intellij.plugins.csv.settings.CsvEditorSettingsProvider (classloader=PluginClassLoader(plugin=PluginDescriptor(name=CSV Editor, id=net.seesharpsoft.intellij.plugins.csv, descriptorPath=plugin.xml, path=~/Library/Application Support/JetBrains/IntelliJIdea2024.1/plugins/CSVEditor, version=3.3.0-241, package=null, isBundled=false), packagePrefix=null, state=active)) at com.intellij.serviceContainer.ComponentManagerImpl.doInstantiateClass(ComponentManagerImpl.kt:926) at com.intellij.serviceContainer.ComponentManagerImpl.instantiateClass(ComponentManagerImpl.kt:902) at com.intellij.serviceContainer.ComponentManagerImpl.instantiateClass(ComponentManagerImpl.kt:943) at com.intellij.openapi.options.ConfigurableEP$ClassProducer.createElement(ConfigurableEP.java:429) at com.intellij.openapi.options.ConfigurableEP.createConfigurable(ConfigurableEP.java:338)...

Message --- Stacktrace --- com.intellij.diagnostic.PluginException: Cannot create class net.seesharpsoft.intellij.plugins.csv.settings.CsvEditorSettingsProvider (classloader=PluginClassLoader(plugin=PluginDescriptor(name=CSV Editor, id=net.seesharpsoft.intellij.plugins.csv, descriptorPath=plugin.xml, path=~/Library/Application Support/JetBrains/PyCharm2024.1/plugins/CSVEditor, version=3.3.0-241, package=null, isBundled=false), packagePrefix=null, state=active)) at com.intellij.serviceContainer.ComponentManagerImpl.doInstantiateClass(ComponentManagerImpl.kt:926) at com.intellij.serviceContainer.ComponentManagerImpl.instantiateClass(ComponentManagerImpl.kt:902) at com.intellij.serviceContainer.ComponentManagerImpl.instantiateClass(ComponentManagerImpl.kt:943) at com.intellij.openapi.options.ConfigurableEP$ClassProducer.createElement(ConfigurableEP.java:429) at com.intellij.openapi.options.ConfigurableEP.createConfigurable(ConfigurableEP.java:338)...

Message --- Stacktrace --- java.lang.NoClassDefFoundError: Could not initialize class net.seesharpsoft.intellij.plugins.csv.highlighter.CsvHighlightingElement$ColumnBased at net.seesharpsoft.intellij.plugins.csv.highlighter.CsvHighlightingLexer.getTokenType(CsvHighlightingLexer.java:56) at com.intellij.usages.ChunkExtractor.processTokens(ChunkExtractor.java:198) at com.intellij.usages.ChunkExtractor.appendTextChunks(ChunkExtractor.java:168) at com.intellij.usages.ChunkExtractor.extractChunks(ChunkExtractor.java:158) at com.intellij.usages.ChunkExtractor.extractChunks(ChunkExtractor.java:73) at com.intellij.usages.UsageInfo2UsageAdapter.computeText(UsageInfo2UsageAdapter.java:178) at com.intellij.usages.UsageInfo2UsageAdapter.updateCachedPresentation(UsageInfo2UsageAdapter.java:540) at com.intellij.find.impl.TextSearchContributor$fetchWeightedElements$1.invoke(TextSearchContributor.kt:118) at com.intellij.find.impl.TextSearchContributor$fetchWeightedElements$1.invoke(TextSearchContributor.kt:107) at com.intellij.find.impl.TextSearchContributor.fetchWeightedElements$lambda$5(TextSearchContributor.kt:107)...

Message --- Stacktrace --- com.jetbrains.rd.platform.diagnostics.BackendException: Error resolving component request for JetBrains.ReSharper.Psi.IProjectFileLanguageService in ComponentAccessCardinality::Single mode in context “for Endpoint Request on Behalf of JetBrains.ReSharper.Psi.Razor.CSharp.Impl.CustomHandlers.RazorCSharpCustomModificationHandler in Container: ProjectFileType:RAZOR_COMPONENT”. Sequence contains more than...

Message --- Stacktrace --- java.lang.ExceptionInInitializerError at net.seesharpsoft.intellij.plugins.csv.highlighter.CsvHighlightingLexer.getTokenType(CsvHighlightingLexer.java:56) at com.intellij.openapi.editor.ex.util.ValidatingLexerWrapper.getTokenType(ValidatingLexerWrapper.java:50) at com.intellij.openapi.editor.ex.util.LexerEditorHighlighter.doSetText(LexerEditorHighlighter.java:433) at com.intellij.openapi.editor.ex.util.LexerEditorHighlighter.setText(LexerEditorHighlighter.java:410) at com.intellij.openapi.editor.impl.EditorImpl.lambda$setHighlighter$25(EditorImpl.java:1356) at com.intellij.openapi.application.WriteIntentReadAction.lambda$run$0(WriteIntentReadAction.java:24) at com.intellij.openapi.application.impl.RwLockHolder.runWriteIntentReadAction(RwLockHolder.kt:17) at com.intellij.openapi.application.impl.ApplicationImpl.runWriteIntentReadAction(ApplicationImpl.java:1007) at com.intellij.openapi.application.WriteIntentReadAction.compute(WriteIntentReadAction.java:55) at com.intellij.openapi.application.WriteIntentReadAction.run(WriteIntentReadAction.java:23) at com.intellij.openapi.editor.impl.EditorImpl.setHighlighter(EditorImpl.java:1348) at com.intellij.database.run.ui.text.TextResultView.updateEditorText(TextResultView.java:435) at...

Message --- Stacktrace --- java.lang.IllegalStateException: Write actions are prohibited at com.intellij.openapi.progress.util.ProgressIndicatorUtilService.throwCannotWriteException(ProgressIndicatorUtilService.java:96) at com.intellij.openapi.progress.util.ProgressIndicatorUtilService.cancelActionsToBeCancelledBeforeWrite(ProgressIndicatorUtilService.java:56) at com.intellij.openapi.progress.util.ProgressIndicatorUtilService$1.beforeWriteActionStart(ProgressIndicatorUtilService.java:39) at jdk.internal.reflect.GeneratedMethodAccessor23.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at com.intellij.util.EventDispatcher.dispatchVoidMethod(EventDispatcher.java:119) at com.intellij.util.EventDispatcher.lambda$createMulticaster$1(EventDispatcher.java:84) at jdk.proxy2/jdk.proxy2.$Proxy55.beforeWriteActionStart(Unknown Source) at...

Message --- Stacktrace --- com.intellij.diagnostic.PluginException: `ActionUpdateThread.OLD_EDT` is deprecated and going to be removed soon. 'net.seesharpsoft.intellij.plugins.csv.actions.CsvChangeEscapeCharacterAction' must override `getActionUpdateThread` and chose EDT or BGT. See ActionUpdateThread javadoc. [Plugin: net.seesharpsoft.intellij.plugins.csv] at com.intellij.diagnostic.PluginProblemReporterImpl.createPluginExceptionByClass(PluginProblemReporterImpl.java:23)...

Message --- Stacktrace --- com.intellij.diagnostic.PluginException: Cannot create class net.seesharpsoft.intellij.plugins.csv.settings.CsvEditorSettingsProvider (classloader=PluginClassLoader(plugin=PluginDescriptor(name=CSV Editor, id=net.seesharpsoft.intellij.plugins.csv, descriptorPath=plugin.xml, path=~/Library/Application Support/JetBrains/PyCharmCE2023.1/plugins/CSVEditor, version=3.3.0-231, package=null, isBundled=false), packagePrefix=null, instanceId=44, state=active)) at com.intellij.serviceContainer.ComponentManagerImpl.instantiateClass(ComponentManagerImpl.kt:1034) at com.intellij.serviceContainer.ComponentManagerImpl.instantiateClass(ComponentManagerImpl.kt:1051) at com.intellij.openapi.options.ConfigurableEP$ClassProducer.createElement(ConfigurableEP.java:438) at com.intellij.openapi.options.ConfigurableEP.createConfigurable(ConfigurableEP.java:344) at...

Message --- Stacktrace --- java.lang.AssertionError: record(12435733).fileId(258156) != backref fileId(1229098), AttributesRecord[directory][0..13, length: 13][backRefFileId: 1229098, dedicatedAttributeId: -1] at com.intellij.openapi.vfs.newvfs.persistent.AttributesStorageOverBlobStorage.lambda$readAttributeValue$8(AttributesStorageOverBlobStorage.java:1028) at com.intellij.openapi.vfs.newvfs.persistent.dev.blobstorage.StreamlinedBlobStorageOverMMappedFile.readRecord(StreamlinedBlobStorageOverMMappedFile.java:219) at com.intellij.openapi.vfs.newvfs.persistent.dev.blobstorage.StreamlinedBlobStorageHelper.readRecord(StreamlinedBlobStorageHelper.java:216) at com.intellij.openapi.vfs.newvfs.persistent.AttributesStorageOverBlobStorage.readAttributeValue(AttributesStorageOverBlobStorage.java:1026) at com.intellij.openapi.vfs.newvfs.persistent.AttributesStorageOverBlobStorage.readAttributeRaw(AttributesStorageOverBlobStorage.java:134) at com.intellij.openapi.vfs.newvfs.persistent.PersistentFSAttributeAccessor.readAttributeRaw(PersistentFSAttributeAccessor.java:72) at com.intellij.openapi.vfs.newvfs.persistent.PersistentFSTreeRawAccessor.doLoadChildren(PersistentFSTreeRawAccessor.java:62) at...