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
org.jetbrains.plugins.scala.lang.psi.api.expr.ScInfixExpr.lOp()Lorg/jetbrains/plugins/scala/lang/psi/api/expr/ScExpression;
java.lang.NoSuchMethodError: org.jetbrains.plugins.scala.lang.psi.api.expr.ScInfixExpr.lOp()Lorg/jetbrains/plugins/scala/lang/psi/api/expr/ScExpression;
at com.google.idea.blaze.scala.run.Specs2Utils.getSpecs2TestName(Specs2Utils.java:69)
at com.google.idea.blaze.scala.run.Specs2Utils.getSpecs2ScopedTestName(Specs2Utils.java:74)
at com.google.idea.blaze.scala.run.producers.BlazeScalaTestRunLineMarkerContributor.getSpecs2TestUrl(BlazeScalaTestRunLineMarkerContributor.java:134)
at com.google.idea.blaze.scala.run.producers.BlazeScalaTestRunLineMarkerContributor.getTestUrl(BlazeScalaTestRunLineMarkerContributor.java:97)
at com.google.idea.blaze.scala.run.producers.BlazeScalaTestRunLineMarkerContributor.getInfo(BlazeScalaTestRunLineMarkerContributor.java:84)
at com.google.idea.blaze.scala.run.producers.BlazeScalaTestRunLineMarkerContributor.getInfo(BlazeScalaTestRunLineMarkerContributor.java:71)
...
Seems that ScInfixExpr.lOp() was removed in 2018.x, and replaced with ScInfixExpr.left.
How are API changes handled between plugin versions?
The text was updated successfully, but these errors were encountered:
hmemcpy
changed the title
Exception when running a specs2 text in IntelliJ 2018.1
Exception when running a specs2 test in IntelliJ 2018.1
May 3, 2018
Seems that
ScInfixExpr.lOp()
was removed in 2018.x, and replaced withScInfixExpr.left
.How are API changes handled between plugin versions?
The text was updated successfully, but these errors were encountered: