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
Hi guys, have problems with latest version of mockit-scala (1.17.30) on jdk21.
Error without forcing mockito-core -
org.mockito.exceptions.verification.SmartNullPointerException:
You have a NullPointerException here:
-> at scala.collection.IterableOnceOps.toIterator(IterableOnce.scala:1313)
because this method call was *not* stubbed correctly:
-> at scala.Option.orElse(Option.scala:477)
I tried to force mockit-core and after some checks I defined that mockit-core should be 5.3.0+
5.2.0 test
5.3.0 test
Can you, please update mockit-core version to at least 5.3.0? (latest for now is 5.9.0, it would be nice to update to the latest one)
Thank you.
The text was updated successfully, but these errors were encountered:
Hi guys, have problems with latest version of
mockit-scala
(1.17.30) on jdk21.Error without forcing
mockito-core
-I tried to force mockit-core and after some checks I defined that
mockit-core
should be 5.3.0+5.2.0 test
5.3.0 test
Can you, please update
mockit-core
version to at least 5.3.0? (latest for now is 5.9.0, it would be nice to update to the latest one)Thank you.
The text was updated successfully, but these errors were encountered: