You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the next exception when trying to open settings panel of this plugin in IDEA 12.1.7 Ultimate:
null
java.lang.NullPointerException
at com.github.kumaraman21.intellijbehave.settings.JBehaveSettingsPanel.<init>(JBehaveSettingsPanel.java:47)
at com.github.kumaraman21.intellijbehave.settings.JBehaveConfigurable.createComponent(JBehaveConfigurable.java:53)
at com.intellij.openapi.options.newEditor.OptionsEditor$Simple.<init>(OptionsEditor.java:1270)
at com.intellij.openapi.options.newEditor.OptionsEditor.b(OptionsEditor.java:455)
at com.intellij.openapi.options.newEditor.OptionsEditor.access$2500(OptionsEditor.java:68)
at com.intellij.openapi.options.newEditor.OptionsEditor$9$1$1.run(OptionsEditor.java:424)
at com.intellij.openapi.application.impl.ApplicationImpl.runEdtSafeAction(ApplicationImpl.java:1130)
at com.intellij.openapi.options.newEditor.OptionsEditor$9$1.run(OptionsEditor.java:418)
at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:940)
at com.intellij.openapi.options.newEditor.OptionsEditor$9.run(OptionsEditor.java:416)
at com.intellij.openapi.application.impl.ApplicationImpl$8.run(ApplicationImpl.java:454)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
at com.intellij.openapi.application.impl.ApplicationImpl$1$1.run(ApplicationImpl.java:152)
I will be glad to help with any questions. Thanks for your work!
The text was updated successfully, but these errors were encountered:
I have the next exception when trying to open settings panel of this plugin in IDEA 12.1.7 Ultimate:
I will be glad to help with any questions. Thanks for your work!
The text was updated successfully, but these errors were encountered: