projects
/
jpf-core.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Adding conflict variable for Speeches.
2019-08-06
rtrimana
Adding conflict variable for Speeches.
commit
|
commitdiff
|
tree
2019-08-05
rtrimana
Adding conflict variables for lights.
commit
|
commitdiff
|
tree
2019-08-02
rtrimana
Adding a condition to not check for timeout when it...
commit
|
commitdiff
|
tree
2019-08-02
rtrimana
Merge branch 'master' of ssh://plrg.eecs.uci.edu/home...
commit
|
commitdiff
|
tree
2019-08-02
rtrimana
Adding new stuff to main.jpf.
commit
|
commitdiff
|
tree
2019-08-02
rtrimana
Making sure that the timeout feature exits gracefully.
commit
|
commitdiff
|
tree
2019-08-02
rtrimana
Adding a timeout feature.
commit
|
commitdiff
|
tree
2019-08-01
rtrimana
Adding extract script for libraries.
commit
|
commitdiff
|
tree
2019-07-31
rtrimana
Fixing a bug in the tracker.
commit
|
commitdiff
|
tree
2019-07-30
rtrimana
Adding more groups.
commit
|
commitdiff
|
tree
2019-07-30
rtrimana
Adding a new library into the runtime path.
commit
|
commitdiff
|
tree
2019-07-30
rtrimana
Adding a missing library.
commit
|
commitdiff
|
tree
2019-07-29
rtrimana
Updating conflict variables list in main.jpf.
commit
|
commitdiff
|
tree
2019-07-26
rtrimana
Adding tracked variables in main.jpf.
commit
|
commitdiff
|
tree
2019-07-24
rtrimana
Adding Groovy libraries for JPF runs.
commit
|
commitdiff
|
tree
2019-07-24
rtrimana
Adding options to run.sh for automation.
commit
|
commitdiff
|
tree
2019-07-19
rtrimana
Adding location.mode variable conflict tracker.
commit
|
commitdiff
|
tree
2019-07-18
rtrimana
Miscellaneous cleanups.
commit
|
commitdiff
|
tree
2019-07-16
rtrimana
Fixing a bug in ClassLoader.defineClass(); basically...
commit
|
commitdiff
|
tree
2019-07-16
rtrimana
Adding a variable conflict tracker/listener; this is...
commit
|
commitdiff
|
tree
2019-07-08
rtrimana
Adding an example groovy SmartThings test of 2 apps.
commit
|
commitdiff
|
tree
2019-07-08
rtrimana
Adding more memory to the run.
commit
|
commitdiff
|
tree
2019-07-08
rtrimana
Fixing JPF for methodMissing() method in Groovy: 1...
commit
|
commitdiff
|
tree
2019-07-05
rtrimana
Moving recursive lookup for defineClass0 just in the...
commit
|
commitdiff
|
tree
2019-07-03
rtrimana
Fixing another bug: The java.lang.StringBuilder.append...
commit
|
commitdiff
|
tree
2019-07-03
rtrimana
Fixing a bug: Map's parameterized type signature with...
commit
|
commitdiff
|
tree
2019-07-01
rtrimana
Fixing a subtle bug: the method isParameterWithType...
commit
|
commitdiff
|
tree
2019-06-29
Rahmadi Trimananda
Cleaning up a bit Reflection.java.
commit
|
commitdiff
|
tree
2019-06-29
Rahmadi Trimananda
Merge branch 'master' of ssh://plrg.eecs.uci.edu/home...
commit
|
commitdiff
|
tree
2019-06-29
Rahmadi Trimananda
Fixing a new bug: Considering parameters with Type...
commit
|
commitdiff
|
tree
2019-06-28
rtrimana
Adding run scripts.
commit
|
commitdiff
|
tree
2019-06-28
rtrimana
Adding new examples and tests: Groovy and Java programs.
commit
|
commitdiff
|
tree
2019-06-28
rtrimana
Finalizing the beta version of the implementation for...
commit
|
commitdiff
|
tree
2019-06-28
Rahmadi Trimananda
Adding recursive call to the getResolvedClassInfo(...
commit
|
commitdiff
|
tree
2019-06-27
rtrimana
Fixing the ClassLoader.defineClass() method issue that...
commit
|
commitdiff
|
tree
2019-06-26
rtrimana
Adding MagicAccessorImpl class for GroovyMagic.
commit
|
commitdiff
|
tree
2019-06-26
rtrimana
Upgrading/adapting fixes to Groovy 2.5.7 from Groovy...
commit
|
commitdiff
|
tree
2019-06-26
Rahmadi Trimananda
Fixing a bug in JPF_java_lang_String.java: There was...
commit
|
commitdiff
|
tree
2019-06-25
rtrimana
Fixing a bug: the specification is not accurate for...
commit
|
commitdiff
|
tree
2019-06-25
rtrimana
Fixing a bug: getWildcardTypeImplObject could not recognize...
commit
|
commitdiff
|
tree
2019-06-25
rtrimana
Adding tests for Type parameter, wild card, and class...
commit
|
commitdiff
|
tree
2019-06-24
rtrimana
Fixing getGenericReturnType to recognize the GenericArrayTyp...
commit
|
commitdiff
|
tree
2019-06-24
rtrimana
Fixing the method getGenericParameterTypes to recognize...
commit
|
commitdiff
|
tree
2019-06-24
Rahmadi Trimananda
Adding the class GenericArrayTypeImpl.java.
commit
|
commitdiff
|
tree
2019-06-22
Rahmadi Trimananda
Adding upperBounds and lowerBounds extraction for ...
commit
|
commitdiff
|
tree
2019-06-22
Rahmadi Trimananda
Fixing another bug for getGenericReturnType so that...
commit
|
commitdiff
|
tree
2019-06-22
Rahmadi Trimananda
Fixing bug in recognizing Class<?> as a WilcardTypeImpl.
commit
|
commitdiff
|
tree
2019-06-22
rtrimana
Added WildcardTypeImpl implementation (minimal support).
commit
|
commitdiff
|
tree
2019-06-21
rtrimana
Adding WildcardTypeImpl class.
commit
|
commitdiff
|
tree
2019-06-21
rtrimana
Returning genericDeclaration for TypeVariableImpl's...
commit
|
commitdiff
|
tree
2019-06-21
rtrimana
Adding ParameterizedTypeImpl to the getGenericInterfaces...
commit
|
commitdiff
|
tree
2019-06-21
rtrimana
Adding ParameterizedTypeImpl to getGenericSuperclass...
commit
|
commitdiff
|
tree
2019-06-21
Rahmadi Trimananda
Adding getGenericSuperclass and getGenericInterface...
commit
|
commitdiff
|
tree
2019-06-21
Rahmadi Trimananda
Fixing the method getGenericParameterTypes to include...
commit
|
commitdiff
|
tree
2019-06-20
rtrimana
More tests on the Class<U> case.
commit
|
commitdiff
|
tree
2019-06-20
rtrimana
Found a new case with Class<U> as a generic parameter.
commit
|
commitdiff
|
tree
2019-06-20
rtrimana
Fixing a bug: There is a non-generic class with genericSigna...
commit
|
commitdiff
|
tree
2019-06-20
rtrimana
Adding a native method to handle getBounds() with a...
commit
|
commitdiff
|
tree
2019-06-19
rtrimana
New problem with Groovy library.
commit
|
commitdiff
|
tree
2019-06-19
rtrimana
First commit to JPF repo on PLRG server.
commit
|
commitdiff
|
tree
2019-06-19
rtrimana
First commit to PLRG Git repo.
commit
|
commitdiff
|
tree
2019-06-19
Rahmadi Trimananda
Testing for all 3 new method implementations.
commit
|
commitdiff
|
tree
2019-06-19
Rahmadi Trimananda
A proper implementation of getGenericReturnType using...
commit
|
commitdiff
|
tree
2019-06-19
Rahmadi Trimananda
A proper implementation for getGenericParameterTypes...
commit
|
commitdiff
|
tree
2019-06-18
rtrimana
Adding ParameterizedTypeImpl.java for parameterized...
commit
|
commitdiff
|
tree
2019-06-18
rtrimana
A clean implementation for getTypeParameters' native...
commit
|
commitdiff
|
tree
2019-06-18
Rahmadi Trimananda
Instantiating TypeVariableImpl.java
commit
|
commitdiff
|
tree
2019-06-17
rtrimana
Working example of class instantiation.
commit
|
commitdiff
|
tree
2019-06-17
rtrimana
Adding the TypeVariableImpl.java class for generics...
commit
|
commitdiff
|
tree
2019-06-14
rtrimana
Dirty quick fix for getTypeParameters.
commit
|
commitdiff
|
tree
2019-06-14
rtrimana
Preparing for tracking the object creation etc.
commit
|
commitdiff
|
tree
2019-06-13
rtrimana
First attempt to add getGenericParameterTypes() and...
commit
|
commitdiff
|
tree
2019-06-13
rtrimana
Cleaning up for the real fixes.
commit
|
commitdiff
|
tree
2019-06-10
rtrimana
Starting a new version of Java Pathfinder.
commit
|
commitdiff
|
tree
2019-06-10
rtrimana
Starting a new version of Java Pathfinder.
commit
|
commitdiff
|
tree
2019-06-10
rtrimana
Starting our own version of JPF with support for generics.
commit
|
commitdiff
|
tree