Fork of the T.J. Watson Libraries for Analysis used by DASCA.
Go to file
rmfuhrer da1ac21d12 Added API to Language for representing the hierarchy of languages, which is necessary for WALA ClassLoaders to correlate loaders to Languages and know which languages share a ClassHierarchy.
git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@2110 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
2007-12-06 14:31:45 +00:00
com.ibm.wala.cast Factory method make(...) no longer takes an explicit arg to define the languages, but gets this info from the AnalysisScope instead. Added type parameters in a few places for clarity and static checking. 2007-12-06 14:20:20 +00:00
com.ibm.wala.cast.java Now uses a map from ClassLoaderReference to IRTranslatorExtension, so that source files in different languages are processed by the right kind of IRTranslatorExtension. 2007-12-06 14:28:25 +00:00
com.ibm.wala.cast.java.test more generics 2007-11-16 21:02:33 +00:00
com.ibm.wala.cast.js buildAnalysisScope() now adds the Language object for JavaScript to the scope's Language set (since the AnalysisScope now holds that information). 2007-12-06 14:29:54 +00:00
com.ibm.wala.cast.js.test add CancelException to interact with Eclipse progress monitors and thread it through some APIs 2007-11-13 16:18:48 +00:00
com.ibm.wala.cast.test delete redundant method CGNode.iterateSites() 2007-11-20 15:50:10 +00:00
com.ibm.wala.core Added API to Language for representing the hierarchy of languages, which is necessary for WALA ClassLoaders to correlate loaders to Languages and know which languages share a ClassHierarchy. 2007-12-06 14:31:45 +00:00
com.ibm.wala.core.testdata bump up source level to 6.0 2007-10-11 14:25:25 +00:00
com.ibm.wala.core.tests bug fix and related API changes for interface type tests 2007-12-05 19:49:39 +00:00
com.ibm.wala.emf more EMF obliteration 2007-11-16 20:00:40 +00:00
com.ibm.wala.j2ee bug fix and related API changes for interface type tests 2007-12-05 19:48:51 +00:00
com.ibm.wala.shrike bump up source level to 6.0 2007-10-11 14:25:49 +00:00