Message
Stacktrace
java.lang.RuntimeException: java.nio.charset.MalformedInputException: Input length = 3
at com.intellij.util.ExceptionUtil.rethrow(ExceptionUtil.java:132)
at com.intellij.concurrency.JobLauncherImpl.processQueue(JobLauncherImpl.java:367)
at com.intellij.codeInsight.daemon.impl.InspectionRunner.processInOrder(InspectionRunner.java:300)
at com.intellij.codeInsight.daemon.impl.InspectionRunner.visitElements(InspectionRunner.java:275)
at com.intellij.codeInsight.daemon.impl.InspectionRunner.lambda$inspect$4(InspectionRunner.java:129)
at com.intellij.codeInspection.InspectionEngine.withSession(InspectionEngine.java:226)
at com.intellij.codeInsight.daemon.impl.InspectionRunner.inspect(InspectionRunner.java:116)
at com.intellij.codeInsight.daemon.impl.LocalInspectionsPass.collectInformationWithProgress(LocalInspectionsPass.java:117)
at com.intellij.codeInsight.daemon.impl.ProgressableTextEditorHighlightingPass.doCollectInformation(ProgressableTextEditorHighlightingPass.java:97)
at com.intellij.codeHighlighting.TextEditorHighlightingPass.collectInformation(TextEditorHighlightingPass.java:57)
at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.lambda$doRun$1(PassExecutorService.java:379)
at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:1111)
at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.lambda$doRun$2(PassExecutorService.java:371)
at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$13(CoreProgressManager.java:604)
at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:679)
at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:635)
at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:603)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:60)
at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.doRun(PassExecutorService.java:370)
at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.lambda$run$0(PassExecutorService.java:346)
at com.intellij.openapi.application.impl.ReadMostlyRWLock.executeByImpatientReader(ReadMostlyRWLock.java:173)
at com.intellij.openapi.application.impl.ApplicationImpl.executeByImpatientReader(ApplicationImpl.java:182)
at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.run(PassExecutorService.java:344)
at com.intellij.concurrency.JobLauncherImpl$VoidForkJoinTask$1.exec(JobLauncherImpl.java:181)
at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
Caused by: java.nio.charset.MalformedInputException: Input length = 3
at java.base/java.lang.String.throwMalformed(String.java:1240)
at java.base/java.lang.String.decodeUTF8_UTF16(String.java:1122)
at java.base/java.lang.String.newStringUTF8NoRepl(String.java:728)
at java.base/java.lang.String.newStringNoRepl1(String.java:756)
at java.base/java.lang.String.newStringNoRepl(String.java:738)
at java.base/java.lang.System$2.newStringNoRepl(System.java:2390)
at java.base/java.nio.file.Files.readString(Files.java:3369)
at java.base/java.nio.file.Files.readString(Files.java:3325)
at com.intellij.util.io.PathKt.readText(path.kt:109)
at com.intellij.grazie.jlanguage.hunspell.LuceneHunspellDictionary.(LuceneHunspellDictionary.kt:14)
at org.languagetool.rules.spelling.hunspell.Hunspell.getDictionary(Hunspell.java:50)
at org.languagetool.rules.spelling.hunspell.HunspellRule.init(HunspellRule.java:502)
at org.languagetool.rules.spelling.hunspell.HunspellRule.ensureInitialized(HunspellRule.java:476)
at org.languagetool.rules.spelling.hunspell.HunspellRule.match(HunspellRule.java:156)
at com.intellij.grazie.spellcheck.GrazieSpellchecker$SpellerTool.check$lambda$1$lambda$0(GrazieSpellchecker.kt:48)
at com.intellij.openapi.util.ClassLoaderUtil.computeWithClassLoader(ClassLoaderUtil.java:31)
at com.intellij.grazie.spellcheck.GrazieSpellchecker$SpellerTool.check(GrazieSpellchecker.kt:47)
at com.intellij.grazie.spellcheck.GrazieSpellchecker.isCorrect(GrazieSpellchecker.kt:102)
at com.intellij.grazie.spellcheck.GrazieDictionary.contains(GrazieDictionary.kt:11)
at com.intellij.spellchecker.grazie.dictionary.WordListAdapter.contains(WordListAdapter.kt:19)
at com.intellij.spellchecker.grazie.dictionary.ExtendedWordListWithFrequency.contains(ExtendedWordListWithFrequency.kt:17)
at ai.grazie.spell.GrazieSpeller.isMisspelled(GrazieSpeller.kt:105)
at ai.grazie.spell.GrazieSplittingSpeller.isMisspelled(GrazieSplittingSpeller.kt:46)
at com.intellij.spellchecker.grazie.async.GrazieAsyncSpeller.isMisspelled(GrazieAsyncSpeller.kt:38)
at com.intellij.spellchecker.grazie.GrazieSpellCheckerEngine.isCorrect(GrazieSpellCheckerEngine.kt:101)
at com.intellij.spellchecker.SpellCheckerManager.hasProblem(SpellCheckerManager.java:228)
at com.intellij.spellchecker.inspections.SpellCheckingInspection$MyTokenConsumer.consume(SpellCheckingInspection.java:219)
at com.intellij.spellchecker.inspections.SpellCheckingInspection$MyTokenConsumer.consume(SpellCheckingInspection.java:177)
at com.intellij.spellchecker.inspections.BaseSplitter.addWord(BaseSplitter.java:46)
at com.intellij.spellchecker.inspections.IdentifierSplitter.split(IdentifierSplitter.java:61)
at com.intellij.spellchecker.inspections.WordSplitter.split(WordSplitter.java:52)
at com.intellij.spellchecker.inspections.TextSplitter.doSplit(TextSplitter.java:63)
at com.intellij.spellchecker.inspections.TextSplitter.split(TextSplitter.java:52)
at com.intellij.spellchecker.inspections.PlainTextSplitter.split(PlainTextSplitter.java:102)
at com.intellij.spellchecker.inspections.SpellCheckingInspection$MyTokenConsumer.consumeToken(SpellCheckingInspection.java:204)
at com.intellij.spellchecker.tokenizer.TokenConsumer.consumeToken(TokenConsumer.java:16)
at com.intellij.spellchecker.tokenizer.TokenConsumer.consumeToken(TokenConsumer.java:11)
at com.intellij.spellchecker.tokenizer.TokenizerBase.tokenize(TokenizerBase.java:32)
at com.intellij.spellchecker.inspections.SpellCheckingInspection.tokenize(SpellCheckingInspection.java:130)
at com.intellij.spellchecker.inspections.SpellCheckingInspection$1.visitElement(SpellCheckingInspection.java:111)
at com.intellij.psi.impl.PsiElementBase.accept(PsiElementBase.java:273)
at net.seesharpsoft.intellij.plugins.csv.psi.impl.CsvFieldImpl.accept(CsvFieldImpl.java:27)
at com.intellij.codeInsight.daemon.impl.InspectionRunner.lambda$processInOrder$9(InspectionRunner.java:312)
at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:1111)
at com.intellij.codeInsight.daemon.impl.InspectionRunner.lambda$processInOrder$10(InspectionRunner.java:332)
at com.intellij.openapi.application.impl.ReadMostlyRWLock.executeByImpatientReader(ReadMostlyRWLock.java:173)
at com.intellij.openapi.application.impl.ApplicationImpl.executeByImpatientReader(ApplicationImpl.java:182)
at com.intellij.codeInsight.daemon.impl.InspectionRunner.lambda$processInOrder$11(InspectionRunner.java:338)
at com.intellij.util.AstLoadingFilter.forceAllowTreeLoading(AstLoadingFilter.java:159)
at com.intellij.util.AstLoadingFilter.forceAllowTreeLoading(AstLoadingFilter.java:151)
at com.intellij.codeInsight.daemon.impl.InspectionRunner.lambda$processInOrder$12(InspectionRunner.java:301)
at com.intellij.util.AstLoadingFilter.disallowTreeLoading(AstLoadingFilter.java:130)
at com.intellij.util.AstLoadingFilter.disallowTreeLoading(AstLoadingFilter.java:119)
at com.intellij.codeInsight.daemon.impl.InspectionRunner.lambda$processInOrder$13(InspectionRunner.java:301)
at com.intellij.concurrency.JobLauncherImpl$1MyProcessQueueTask.lambda$call$0(JobLauncherImpl.java:299)
at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$13(CoreProgressManager.java:604)
at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:679)
at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:635)
at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:603)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:60)
at com.intellij.concurrency.JobLauncherImpl$1MyProcessQueueTask.call(JobLauncherImpl.java:284)
at com.intellij.concurrency.JobLauncherImpl.processQueue(JobLauncherImpl.java:352)
... 27 more
Plugin
PluginClassLoader(plugin=PluginDescriptor(name=CSV Editor, id=net.seesharpsoft.intellij.plugins.csv, descriptorPath=plugin.xml, path=~\AppData\Roaming\JetBrains\PyCharm2022.3\plugins\CSVEditor, version=3.0.3-223, package=null, isBundled=false), packagePrefix=null, instanceId=86, state=active)
IDE
PyCharm (PY-223.8617.48)
looks like an issue of the spell checker