Fixing bugs and cleaning up: Continuing sub-graph executions when there is no matched...
[jpf-core.git] / src / main / gov / nasa / jpf / vm /
2020-03-25 rtrimanaMerge branch 'master' of ssh://plrg.eecs.uci.edu/home...
2020-03-25 rtrimanaFixing bugs and cleaning up: making sure that the execu...
2019-11-15 rtrimanaMerge branch 'master' of ssh://plrg.eecs.uci.edu/home...
2019-11-15 rtrimanaImplementing the sleep-set technique for the previous...
2019-10-15 rtrimanaFirst version of POR; need to double check the backtrac...
2019-08-06 bdemskyMore state reduction
2019-08-06 bdemskyMerge branch 'master' of ssh://plrg.eecs.uci.edu/home...
2019-08-06 bdemskySmall improvment in state reduction
2019-08-03 bdemskyMerge branch 'master' of ssh://plrg.eecs.uci.edu/home...
2019-08-03 bdemskyedits
2019-08-02 rtrimanaMerge branch 'master' of ssh://plrg.eecs.uci.edu/home...
2019-08-02 bdemskySmartThings specific support to reduce state space
2019-08-02 bdemskyMerge branch 'master' of ssh://plrg.eecs.uci.edu/home...
2019-08-02 bdemskySmartThings support
2019-08-01 bdemskyAdd constanttime class
2019-07-08 rtrimanaFixing JPF for methodMissing() method in Groovy: 1...
2019-07-05 rtrimanaMoving recursive lookup for defineClass0 just in the...
2019-07-03 rtrimanaFixing a bug: Map's parameterized type signature with...
2019-07-01 rtrimanaFixing a subtle bug: the method isParameterWithType...
2019-06-29 Rahmadi TrimanandaMerge branch 'master' of ssh://plrg.eecs.uci.edu/home...
2019-06-29 Rahmadi TrimanandaFixing a new bug: Considering parameters with Type...
2019-06-28 rtrimanaFinalizing the beta version of the implementation for...
2019-06-28 Rahmadi TrimanandaAdding recursive call to the getResolvedClassInfo(...
2019-06-27 rtrimanaFixing the ClassLoader.defineClass() method issue that...
2019-06-25 rtrimanaFixing a bug: getWildcardTypeImplObject could not recog...
2019-06-25 rtrimanaAdding tests for Type parameter, wild card, and class...
2019-06-24 rtrimanaFixing getGenericReturnType to recognize the GenericArr...
2019-06-24 rtrimanaFixing the method getGenericParameterTypes to recognize...
2019-06-22 Rahmadi TrimanandaAdding upperBounds and lowerBounds extraction for ...
2019-06-22 Rahmadi TrimanandaFixing another bug for getGenericReturnType so that...
2019-06-22 Rahmadi TrimanandaFixing bug in recognizing Class<?> as a WilcardTypeImpl.
2019-06-22 rtrimanaAdded WildcardTypeImpl implementation (minimal support).
2019-06-21 rtrimanaAdding ParameterizedTypeImpl to getGenericSuperclass...
2019-06-21 Rahmadi TrimanandaFixing the method getGenericParameterTypes to include...
2019-06-20 rtrimanaMore tests on the Class<U> case.
2019-06-20 rtrimanaFound a new case with Class<U> as a generic parameter.
2019-06-20 rtrimanaFixing a bug: There is a non-generic class with generic...
2019-06-19 rtrimanaNew problem with Groovy library.
2019-06-19 Rahmadi TrimanandaTesting for all 3 new method implementations.
2019-06-19 Rahmadi TrimanandaA proper implementation of getGenericReturnType using...
2019-06-19 Rahmadi TrimanandaA proper implementation for getGenericParameterTypes...
2019-06-18 rtrimanaA clean implementation for getTypeParameters' native...
2019-06-13 rtrimanaFirst attempt to add getGenericParameterTypes() and...
2019-06-13 rtrimanaCleaning up for the real fixes.
2019-06-10 rtrimanaStarting our own version of JPF with support for generics.
2019-03-30 JentschAdd Peer for java.util.concurrent.atomic.AtomicReferenc...
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-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 null captured parameters
2018-08-31 John TomanFix get/setShort for field and array reflection
2018-06-20 Jeanderson CandidoMerge branch 'master' into gradle
2018-05-17 Dan SmithFix incorrect IncompatibleClassChangeError in ClassInfo...
2017-05-31 Nastaran ShafieiInitial import