Fixing a bug: getWildcardTypeImplObject could not recognize variations of class Type...
[jpf-core.git] / examples /
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-21 rtrimanaAdding WildcardTypeImpl class.
2019-06-21 rtrimanaReturning genericDeclaration for TypeVariableImpl's...
2019-06-21 rtrimanaAdding ParameterizedTypeImpl to the getGenericInterface...
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 rtrimanaAdding a native method to handle getBounds() with a...
2019-06-19 rtrimanaNew problem with Groovy library.
2019-06-19 rtrimanaFirst commit to JPF repo on PLRG server.
2019-06-19 rtrimanaFirst commit to PLRG Git repo.
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-18 Rahmadi TrimanandaInstantiating TypeVariableImpl.java
2019-06-14 rtrimanaDirty quick fix for getTypeParameters.
2019-06-14 rtrimanaPreparing for tracking the object creation etc.
2019-06-13 rtrimanaFirst attempt to add getGenericParameterTypes() and...
2019-06-13 rtrimanaCleaning up for the real fixes.
2019-06-10 rtrimanaStarting a new version of Java Pathfinder.
2019-06-10 rtrimanaStarting a new version of Java Pathfinder.
2019-06-10 rtrimanaStarting our own version of JPF with support for generics.