WALA/com.ibm.wala.core
dolby-oss a9ec87f360 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.
git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@4535 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
2012-03-01 02:45:51 +00:00
..
.settings update code formatting for Eclipse 3.6 2011-02-03 15:14:47 +00:00
META-INF migrate more stuff to wala.util 2011-01-17 22:57:35 +00:00
dat add models for System.getProperty() methods to fix bug reported by Ravi Chandran on mailing list 2010-11-23 17:39:19 +00:00
lib add a model for java.lang.Thread 2008-10-06 22:00:31 +00:00
src/com/ibm/wala 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
.classpath change to 1.5 execution environment; fix some warnings 2008-12-01 21:50:54 +00:00
.project attempt to introduce tags and trunk 2006-11-22 17:38:46 +00:00
antbuild.properties trying to update build.xml 2010-05-21 16:28:13 +00:00
build.properties misc bug fixes 2008-01-24 01:58:19 +00:00
build.xml trying to update build.xml 2010-05-21 16:28:13 +00:00
javaCompiler...args generate linux build file 2008-05-29 15:30:59 +00:00
plugin.properties git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@2823 f5eafffb-2e1d-0410-98e4-8ec43c5233c4 2008-05-18 14:03:12 +00:00