SeeSharpSoft / intellij-csv-validator

CSV validator, highlighter and formatter plugin for JetBrains Intellij IDEA, PyCharm, WebStorm, ...
Apache License 2.0
368 stars 44 forks source link

[Automated Report] java.lang.IllegalStateException: duplicate mapping specified for: ſt #810

Closed glweber closed 6 months ago

glweber commented 7 months ago

Message

Stacktrace --- java.lang.IllegalStateException: duplicate mapping specified for: ſt at org.apache.lucene.analysis.hunspell.Dictionary.parseConversions(Dictionary.java:804) at org.apache.lucene.analysis.hunspell.Dictionary.readAffixFile(Dictionary.java:375) at org.apache.lucene.analysis.hunspell.Dictionary.(Dictionary.java:250) at org.apache.lucene.analysis.hunspell.Dictionary.(Dictionary.java:197) at ai.grazie.spell.lists.hunspell.HunspellWordList.(HunspellWordList.kt:55) at ai.grazie.spell.lists.hunspell.HunspellWordList.(HunspellWordList.kt:14) at com.intellij.grazie.jlanguage.hunspell.LuceneHunspellDictionary.(LuceneHunspellDictionary.kt:12) at org.languagetool.rules.spelling.hunspell.Hunspell.getDictionary(Hunspell.java:46) at org.languagetool.rules.spelling.hunspell.HunspellRule.init(HunspellRule.java:497) at org.languagetool.rules.spelling.hunspell.HunspellRule.ensureInitialized(HunspellRule.java:471) at org.languagetool.rules.spelling.hunspell.HunspellRule.match(HunspellRule.java:156) at com.intellij.grazie.spellcheck.GrazieSpellcheckerLifecycle$SpellerTool.check$lambda$1$lambda$0(GrazieSpellchecker.kt:66) at com.intellij.openapi.util.ClassLoaderUtil.computeWithClassLoader(ClassLoaderUtil.java:31) at com.intellij.grazie.spellcheck.GrazieSpellcheckerLifecycle$SpellerTool.check(GrazieSpellchecker.kt:65) at com.intellij.grazie.spellcheck.GrazieSpellcheckerLifecycle.isCorrect(GrazieSpellchecker.kt:120) at com.intellij.grazie.spellcheck.GrazieSpellchecker.isCorrect(GrazieSpellchecker.kt:30) 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:113) at ai.grazie.spell.GrazieSplittingSpeller.isMisspelled(GrazieSplittingSpeller.kt:46) at com.intellij.spellchecker.grazie.GrazieSpellCheckerEngine.isCorrect(GrazieSpellCheckerEngine.kt:151) at com.intellij.spellchecker.SpellCheckerManager.hasProblem(SpellCheckerManager.kt:233) at com.intellij.spellchecker.inspections.SpellCheckingInspection$MyTokenConsumer.consume(SpellCheckingInspection.java:225) at com.intellij.spellchecker.inspections.SpellCheckingInspection$MyTokenConsumer.consume(SpellCheckingInspection.java:181) 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:50) 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:142) at com.intellij.spellchecker.inspections.SpellCheckingInspection$MyTokenConsumer.consumeToken(SpellCheckingInspection.java:208) at com.intellij.spellchecker.tokenizer.TokenConsumer.consumeToken(TokenConsumer.java:26) at com.intellij.spellchecker.tokenizer.TokenConsumer.consumeToken(TokenConsumer.java:13) at com.intellij.spellchecker.tokenizer.TokenizerBase.tokenize(TokenizerBase.java:32) at com.intellij.spellchecker.inspections.SpellCheckingInspection.tokenize(SpellCheckingInspection.java:136) at com.intellij.spellchecker.inspections.SpellCheckingInspection$1.visitElement(SpellCheckingInspection.java:117) at com.intellij.psi.impl.PsiElementBase.accept(PsiElementBase.java:270) at net.seesharpsoft.intellij.plugins.csv.psi.impl.CsvFieldImpl.accept(CsvFieldImpl.java:27) at com.intellij.codeInsight.daemon.impl.InspectionRunner.lambda$processInOrder$10(InspectionRunner.java:350) at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:1075) at com.intellij.codeInsight.daemon.impl.InspectionRunner.lambda$processInOrder$11(InspectionRunner.java:379) at com.intellij.openapi.application.impl.ReadMostlyRWLock.executeByImpatientReader(ReadMostlyRWLock.java:200) at com.intellij.openapi.application.impl.ApplicationImpl.executeByImpatientReader(ApplicationImpl.java:184) at com.intellij.codeInsight.daemon.impl.InspectionRunner.lambda$processInOrder$12(InspectionRunner.java:385) at com.intellij.util.AstLoadingFilter.forceAllowTreeLoading(AstLoadingFilter.java:158) at com.intellij.util.AstLoadingFilter.forceAllowTreeLoading(AstLoadingFilter.java:150) at com.intellij.codeInsight.daemon.impl.InspectionRunner.lambda$processInOrder$13(InspectionRunner.java:325) at com.intellij.util.AstLoadingFilter.disallowTreeLoading(AstLoadingFilter.java:129) at com.intellij.util.AstLoadingFilter.disallowTreeLoading(AstLoadingFilter.java:118) at com.intellij.codeInsight.daemon.impl.InspectionRunner.lambda$processInOrder$14(InspectionRunner.java:325) at com.intellij.concurrency.JobLauncherImpl$1MyProcessQueueTask.lambda$call$0(JobLauncherImpl.java:307) at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$12(CoreProgressManager.java:610) at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:685) at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:641) at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:609) at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:78) at com.intellij.concurrency.JobLauncherImpl$1MyProcessQueueTask.call(JobLauncherImpl.java:292) at com.intellij.concurrency.JobLauncherImpl.processQueue(JobLauncherImpl.java:359) at com.intellij.codeInsight.daemon.impl.InspectionRunner.processInOrder(InspectionRunner.java:324) at com.intellij.codeInsight.daemon.impl.InspectionRunner.visitElements(InspectionRunner.java:297) at com.intellij.codeInsight.daemon.impl.InspectionRunner.lambda$inspect$4(InspectionRunner.java:140) at com.intellij.codeInspection.InspectionEngine.withSession(InspectionEngine.java:246) at com.intellij.codeInsight.daemon.impl.InspectionRunner.inspect(InspectionRunner.java:126) at com.intellij.codeInsight.daemon.impl.LocalInspectionsPass.collectInformationWithProgress(LocalInspectionsPass.java:113) at com.intellij.codeInsight.daemon.impl.ProgressableTextEditorHighlightingPass.doCollectInformation(ProgressableTextEditorHighlightingPass.java:80) at com.intellij.codeHighlighting.TextEditorHighlightingPass.collectInformation(TextEditorHighlightingPass.java:55) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.lambda$doRun$1(PassExecutorService.java:406) at com.intellij.platform.diagnostic.telemetry.helpers.TraceKt.runWithSpanIgnoreThrows(trace.kt:76) at com.intellij.platform.diagnostic.telemetry.helpers.TraceUtil.runWithSpanThrows(TraceUtil.java:34) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.lambda$doRun$2(PassExecutorService.java:401) at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:1075) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.lambda$doRun$3(PassExecutorService.java:392) at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$12(CoreProgressManager.java:610) at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:685) at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:641) at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:609) at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:78) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.doRun(PassExecutorService.java:391) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.lambda$run$0(PassExecutorService.java:367) at com.intellij.openapi.application.impl.ReadMostlyRWLock.executeByImpatientReader(ReadMostlyRWLock.java:200) at com.intellij.openapi.application.impl.ApplicationImpl.executeByImpatientReader(ApplicationImpl.java:184) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.run(PassExecutorService.java:365) at com.intellij.concurrency.JobLauncherImpl$VoidForkJoinTask$1.exec(JobLauncherImpl.java:187) 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) Plugin --- PluginClassLoader(plugin=PluginDescriptor(name=CSV Editor, id=net.seesharpsoft.intellij.plugins.csv, descriptorPath=plugin.xml, path=~/.local/share/JetBrains/DataSpell2023.3/CSVEditor, version=3.2.3-233, package=null, isBundled=false), packagePrefix=null, state=active) IDE --- DataSpell (DS-233.14015.111)
SeeSharpSoft commented 6 months ago

Not fixable by this plugin