WALA/com.ibm.wala.cast.java.jdt....
Manu Sridharan 2edb070437 changed FileProvider to have instance methods 2012-04-16 14:57:14 -04:00
..
.settings update code formatting for Eclipse 3.6 2011-02-03 15:14:47 +00:00
META-INF update to JUnit 4 2009-07-27 22:48:04 +00:00
launchers Changes motivated by analysis issues in JavaScript. The main change is that calls of the form f.x() in JavaScript are now analyzed like 'method calls' so that the 'this' pointer in the receiver functions can be filtered based upon the types that actually have the method being invoked. This requires much more dynamic filtering than in a language like Java, since properties like 'x' are simply properties that happen to hold functions, and so can be assigned in a first-class manner. Thus, the filtering needs to handle variance in both the types and the values of their properties; this is implemented as multiple levels of abstract object directed side effect equations in the dataflow system. 2012-03-01 02:45:51 +00:00
source/com/ibm/wala/cast/java changed FileProvider to have instance methods 2012-04-16 14:57:14 -04:00
.classpath update to JUnit 4 2009-07-27 22:48:04 +00:00
.project JDT-based CAst front end from Berkeley 2009-01-09 02:44:06 +00:00
build.properties JDT-based CAst front end from Berkeley 2009-01-09 02:44:06 +00:00