Hello
Yesterday I did a minor upgrade from 13.0 to 13.1.2, and now JUnit seems to have been affected. Nothing else has changed (classpaths, mvn, etc) - I'm simply importing junit 4.4 in pom.xml and trying to run a test. The code compiles fine, but when I try to debug a test I get:
Exception in thread "main" java.lang.NoSuchMethodError: org.junit.runner.manipulation.Filter.matchMethodDescription(Lorg/junit/runner/Description;)Lorg/junit/runner/manipulation/Filter;
at com.intellij.junit4.JUnit4TestRunnerUtil.buildRequest(JUnit4TestRunnerUtil.java:160)
at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:39)
at com.intellij.rt.execution.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:211)
at com.intellij.rt.execution.junit.JUnitStarter.main(JUnitStarter.java:67)
