Skip to content

Instantly share code, notes, and snippets.

@ybonnel
Created May 2, 2013 12:59
Show Gist options
  • Save ybonnel/5502014 to your computer and use it in GitHub Desktop.
Save ybonnel/5502014 to your computer and use it in GitHub Desktop.
Error in Infinitest on intellij (12.1/Windows)
Error during dispatching of java.awt.event.InvocationEvent[INVOCATION_DEFAULT,runnable=org.infinitest.EventNormalizer$1$1@1b9086c,notifier=null,catchExceptions=false,when=1367497227897] on sun.awt.windows.WToolkit@10cbe41: java.lang.reflect.InvocationTargetException
java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
at org.infinitest.EventNormalizer$1$1.run(EventNormalizer.java:142)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:721)
at java.awt.EventQueue.access$200(EventQueue.java:103)
at java.awt.EventQueue$3.run(EventQueue.java:682)
at java.awt.EventQueue$3.run(EventQueue.java:680)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:691)
at com.intellij.ide.IdeEventQueue.d(IdeEventQueue.java:686)
at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:511)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:334)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.GeneratedMethodAccessor149.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.infinitest.EventNormalizer$1$1.run(EventNormalizer.java:136)
... 17 more
Caused by: java.lang.NullPointerException
at com.intellij.codeInsight.daemon.impl.IndentsPass.doApplyInformationToEditor(IndentsPass.java:255)
at com.intellij.codeHighlighting.TextEditorHighlightingPass.applyInformationToEditor(TextEditorHighlightingPass.java:103)
at org.infinitest.intellij.plugin.launcher.FileEditorListener.testRunCompleted(FileEditorListener.java:37)
at org.infinitest.intellij.plugin.launcher.InfinitestPresenter.onComplete(InfinitestPresenter.java:167)
at org.infinitest.intellij.plugin.launcher.InfinitestPresenter.testRunComplete(InfinitestPresenter.java:140)
... 21 more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment