1.8 Play routing hosed? Follow
I updated to IDEA 15 EAP (build 142.4083.2) and the Scala plugin 1.8.0 (also tried nightly 1.8.157). Now when I open a controller class in a Play project, the code inspection hangs with a java.lang.StackOverflowError. All other classes parse ok, so maybe it is associated with parsing the routing - this happened before. I uploaded an error report with stack trace under my account.
I had to revert to 14.1.5 EAP.
I am on OS-X 10.10.5, JDK 1.8u60, Scala 2.11.7, Play 2.4.2. Is anybody else seeing this?
Thanks and Regards,
Peter
Please sign in to leave a comment.
Same on Ubuntu 15.04, JDK 1.8u60, Scala 2.11.7, Play 2.4.2 after updating Scala plugin to 1.8.0.
Regards,
Peter
The problem seems to be solved with the latest IDEA 15 EAP (build 142.4245.2) :)
Regards,
Peter
The problem is back with the latest EAPs, currently IntelliJ IDEA 15 EAP (build 142.4859.6). Under OS-X the code inspection works on trivial controllers and stack traces on more complex ones. Under Ubuntu 15.04 it almost always stalls with a stackoverflow trace (I uploaded a few). I always try all Scala plugin versions (Release/EAP) - no luck. Currently it is a pain to work on my Play 2.4.3 project with the latest IDEA EAP - I switched back to IDEA 14.1.
Thanks and Regards,
Peter