jpf-core.git
2019-10-21 rtrimanaAdding more restrictions in conflict analysis: not...
2019-10-18 amirajFixing a bug in ConflictTracker.java
2019-10-18 rtrimanaDetecting location mode read/write using the old method.
2019-10-18 amirajFixing a bug in listener!
2019-10-17 amirajAdd required variables of the new listener to the confi...
2019-10-17 amirajAdd the ConflictTracker to the main branch
2019-10-16 rtrimanaMore subtle changes to config file and state reducer...
2019-10-16 rtrimanaFixing a few bugs. Still need to check for the backtrac...
2019-10-15 rtrimanaFirst version of POR; need to double check the backtrac...
2019-09-27 rtrimanaAdding more state reduction analysis.
2019-09-26 rtrimanaAdding the option to activate beam search: a HeuristicS...
2019-09-26 rtrimanaFixing a typo in option name.
2019-09-25 rtrimanaUpdating main.jpf; Cleaning up the StateReducer.
2019-09-25 rtrimanaFirst version of the StateReducer class.
2019-08-11 rtrimanaAdding cameras.
2019-08-08 rtrimanaChecking for null value before storing the first write.
2019-08-08 rtrimanaChanging main.jpf
2019-08-08 rtrimanaMerge branch 'master' of ssh://plrg.eecs.uci.edu/home...
2019-08-08 rtrimanaAdding a new variable.
2019-08-08 rtrimanaAdding a new conflict variable.
2019-08-07 rtrimanaAdding a null value filter in the tracker; Adding a...
2019-08-06 rtrimanaAdding conflict variable for Speeches.
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-05 rtrimanaAdding conflict variables for lights.
2019-08-03 bdemskyMerge branch 'master' of ssh://plrg.eecs.uci.edu/home...
2019-08-03 bdemskyedits
2019-08-02 rtrimanaAdding a condition to not check for timeout when it...
2019-08-02 rtrimanaMerge branch 'master' of ssh://plrg.eecs.uci.edu/home...
2019-08-02 rtrimanaAdding new stuff to main.jpf.
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-02 rtrimanaMaking sure that the timeout feature exits gracefully.
2019-08-02 rtrimanaAdding a timeout feature.
2019-08-01 bdemskyAdd constanttime class
2019-08-01 rtrimanaAdding extract script for libraries.
2019-07-31 rtrimanaFixing a bug in the tracker.
2019-07-30 rtrimanaAdding more groups.
2019-07-30 rtrimanaAdding a new library into the runtime path.
2019-07-30 rtrimanaAdding a missing library.
2019-07-29 rtrimanaUpdating conflict variables list in main.jpf.
2019-07-26 rtrimanaAdding tracked variables in main.jpf.
2019-07-24 rtrimanaAdding Groovy libraries for JPF runs.
2019-07-24 rtrimanaAdding options to run.sh for automation.
2019-07-19 rtrimanaAdding location.mode variable conflict tracker.
2019-07-18 rtrimanaMiscellaneous cleanups.
2019-07-16 rtrimanaFixing a bug in ClassLoader.defineClass(); basically...
2019-07-16 rtrimanaAdding a variable conflict tracker/listener; this is...
2019-07-08 rtrimanaAdding an example groovy SmartThings test of 2 apps.
2019-07-08 rtrimanaAdding more memory to the run.
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 another bug: The java.lang.StringBuilder.append...
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 TrimanandaCleaning up a bit Reflection.java.
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 rtrimanaAdding run scripts.
2019-06-28 rtrimanaAdding new examples and tests: Groovy and Java programs.
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-26 rtrimanaAdding MagicAccessorImpl class for GroovyMagic.
2019-06-26 rtrimanaUpgrading/adapting fixes to Groovy 2.5.7 from Groovy...
2019-06-26 Rahmadi TrimanandaFixing a bug in JPF_java_lang_String.java: There was...
2019-06-25 rtrimanaFixing a bug: the specification is not accurate for...
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-24 Rahmadi TrimanandaAdding the class GenericArrayTypeImpl.java.
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 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 TrimanandaAdding getGenericSuperclass and getGenericInterface...
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-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 rtrimanaAdding ParameterizedTypeImpl.java for parameterized...
2019-06-18 rtrimanaA clean implementation for getTypeParameters' native...
2019-06-18 Rahmadi TrimanandaInstantiating TypeVariableImpl.java
2019-06-17 rtrimanaWorking example of class instantiation.
2019-06-17 rtrimanaAdding the TypeVariableImpl.java class for generics...
2019-06-14 rtrimanaDirty quick fix for getTypeParameters.
next