can't rerun failed tests in IDEA 13 for all tests in eg a package
Using Intellij IDEA 13, if I run all tests in a folder, when I try to rerun failed tests I get:
java.lang.NullPointerException
at java.io.File.<init>(File.java:277)
at com.intellij.rt.execution.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:196)
at com.intellij.rt.execution.junit.JUnitStarter.main(JUnitStarter.java:65)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at com.intellij.rt.execution.application.AppMain.main(AppMain.java:120)
Please sign in to leave a comment.
Seems to be fixed: http://youtrack.jetbrains.com/issue/IDEA-116110
Regards,
Alexander.
when will this fix actually be released?