Hi,
I'm doing some work related to the string support of SPF, and has tested several Java string functions under SPF.
As shown below, when running a test for String.join(), SPF raised some weird exceptions.
============== error 1 gov.nasa.jpf.vm.NoUncaughtExceptionsProperty java.lang.ClassNotFoundException: class not found: java.lang.NoSuchMethodException!! at testJoin.foo(testJoin.java:13) at testJoin.main(testJoin.java:6)
============== snapshot #1 thread java.lang.Thread:{id:0,name:main,status:RUNNING,priority:5,isDaemon:false,lockCount:0,suspendCount:0} call stack: at testJoin.foo(testJoin.java:13) at testJoin.main(testJoin.java:6)
============== results error #1: gov.nasa.jpf.vm.NoUncaughtExceptionsProperty "java.lang.ClassNotFoundException: class not found:..."
The test example is attached, together with the configure file the full log. This exception is reproducable under the latest SPF in https://github.com/SymbolicPathFinder/jpf-symbc