WALA/com.ibm.wala.cast.test
yinnon_haviv 38f8a44044 Fix prototype contamination bug (described in added test).
When someone writes: 
MyFunction.prototype.myMethod = ...
we want "myMethod" to be accessible only for objects of type "MyFunction".

- Change how generated ctors look like - now they have a private prototype object into which methods can be added
- Change the PropertyReadExpander to have a different handling when reading the "prototype" field, avoid performing a loop on the prototype chain, so that the points to set of fetched field will be accurate (and allow us to set only the fields of it)


git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@3959 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
2010-10-02 19:30:03 +00:00
..
.launchConfigurations update to JUnit 4 2009-07-27 22:48:04 +00:00
.settings changed execution environment to J2SE1.5. Fixed some warnings. 2008-12-02 17:01:50 +00:00
META-INF Major refactoring to introduce com.ibm.wala.ide. Many related changes and patches from Marcelo Paternostro. 2009-06-22 15:06:12 +00:00
harness-src/com/ibm/wala/cast/test Fix prototype contamination bug (described in added test). 2010-10-02 19:30:03 +00:00
.classpath changed execution environment to J2SE1.5. Fixed some warnings. 2008-12-02 17:01:50 +00:00
.project git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@626 f5eafffb-2e1d-0410-98e4-8ec43c5233c4 2007-02-02 17:29:34 +00:00
build.properties small cleanups relating to migration to Eclipse 3.3 2007-07-05 23:58:03 +00:00
build.xml update cruisecontrol config 2007-06-03 22:23:28 +00:00
excluded-tests.txt exclude abstract test 2007-11-16 02:04:39 +00:00