Cleaning up the code; still need to test everything.
[jpf-core.git] / src / tests /
2019-07-05 rtrimanaMoving recursive lookup for defineClass0 just in the...
2019-05-03 Cyrille ArthoFix issue #186: package name (thanks to Marvinmw for...
2019-03-30 JentschAdd Peer for java.util.concurrent.atomic.AtomicReferenc...
2019-03-29 fresheedCalendar peer bug demonstration (#181)
2019-01-30 Krizhan MariampillaiUpdated Buffer and Matcher Classes (#171)
2019-01-29 Manish Kumar ThakurRectifies the java.lang.NoSuchMethodError when usinf...
2019-01-03 Cyrille ArthoFix: else-if block was missing code, so the "user"...
2018-12-20 Cyrille ArthoAdded test on redirecting stdout to a file.
2018-12-12 ngocpq[fix-bug]: checking attrs is not null in method StackFr...
2018-11-24 Cyrille ArthoFIX: java.lang.Object should be java/lang/Object.
2018-11-23 Cyrille ArthoFIX: "java.lang.Char" should be "java.lang.Character...
2018-11-23 Cyrille ArthoFixed out-of-bounds cases for substring.
2018-11-23 Cyrille ArthoAdded StringIndexOutOfBoundsException for charAt, with...
2018-11-23 Cyrille ArthoFixed behavior of division by 0 on doubles (should...
2018-11-23 Cyrille ArthoFix for System.in.available().
2018-11-17 Cyrille Artho Support Runtime.halt.
2018-10-19 Cyrille ArthoMerge branch 'sv-comp-run-script' of git://github.com...
2018-09-07 jtomanImproves annotation support (#161)
2018-09-02 cyrille-arthoMerge pull request #157 from uwplse/set_throwable_cause
2018-09-01 jtomanFixes default method resolution (#159)
2018-09-01 cyrille-arthoMerge pull request #156 from uwplse/null_lambda_capture
2018-09-01 cyrille-arthoMerge pull request #155 from uwplse/array_setget
2018-08-31 John TomanFixes setCause on default exception
2018-08-31 John TomanFixes null captured parameters
2018-08-31 John TomanFix get/setShort for field and array reflection
2018-07-11 Jeanderson Barros... Merge pull request #98 from jeandersonbc/master
2018-07-05 Jeanderson CandidoIssue #95 - Updated ReporterResourcesTest
2018-06-20 Jeanderson CandidoMerge branch 'master' into gradle
2018-06-05 Jeanderson Barros... Added tests to verify if resources exist in classpath...
2018-05-17 Dan SmithFix incorrect IncompatibleClassChangeError in ClassInfo...
2017-05-31 Nastaran ShafieiInitial import