aefimov / idea-spellchecker

Integration of Jazzy into IntelliJ IDEA
0 stars 0 forks source link

NoSuchFieldError #36

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I Installed plugins from default a plugin repository.

And if I try to use the spell checker thne I see error in IDEA tray

myList: myList
java.lang.NoSuchFieldError: myList
    at org.intellij.spellChecker.options.SpellCheckerOptions$WordsPanel.replaceAll(SpellCheckerOptions.java:118)
    at org.intellij.spellChecker.options.SpellCheckerOptions.setUserDictionaryWords(SpellCheckerOptions.java:58)
    at org.intellij.spellChecker.options.SpellCheckerConfigurable.reset(SpellCheckerConfigurable.java:104)
    at com.intellij.openapi.options.newEditor.OptionsEditor.initConfigurable(OptionsEditor.java:432)
    at com.intellij.openapi.options.newEditor.OptionsEditor.access$2500(OptionsEditor.java:66)
    at com.intellij.openapi.options.newEditor.OptionsEditor$8$1$1.run(OptionsEditor.java:400)
    at com.intellij.openapi.application.impl.ApplicationImpl.runEdtSafeAction(ApplicationImpl.java:991)
    at com.intellij.openapi.options.newEditor.OptionsEditor$8$1.run(OptionsEditor.java:394)
    at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:851)
    at com.intellij.openapi.options.newEditor.OptionsEditor$8.run(OptionsEditor.java:392)
    at com.intellij.openapi.application.impl.ApplicationImpl$6.run(ApplicationImpl.java:425)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
    at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
    at java.util.concurrent.FutureTask.run(FutureTask.java:138)
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
    at java.lang.Thread.run(Thread.java:662)
    at com.intellij.openapi.application.impl.ApplicationImpl$1$1.run(ApplicationImpl.java:140)

Original issue reported on code.google.com by alexey.b...@gmail.com on 15 Mar 2012 at 4:50

GoogleCodeExporter commented 8 years ago
Sorry, I use IntelleiJ IDEA 11.0.2, build #IC-111.277 on 2012-02-01, JDK 
1.6.0_30

Original comment by alexey.b...@gmail.com on 15 Mar 2012 at 4:55