Fork of the T.J. Watson Libraries for Analysis used by DASCA.
Go to file
Ben Liblit 2a61306338 Download "dx.jar" from Maven, as we already do for "android.jar"
This should make it easier for newcomers to get WALA up and running
from sources.  One no longer needs to manually find "dx.jar" using
instructions given at
<http://wala.sourceforge.net/wiki/index.php/UserGuide:Getting_Started#Building_the_code>
or
<https://groups.google.com/forum/#!msg/wala-sourceforge-net/cBYsfEvYVG0/Ua52dyQQU-YJ>.
Those instructions were already out-of-date, anyway.

Given that an official release of "dx.jar" is available in Maven, it
would be nice to have Maven itself manage that dependency.
Unfortunately, it seems that WALA in general does not use Maven for
dependency management.  As far as I can tell, the Maven configuration
just calls out to Ant for doing builds, including having Ant download
other needed components.  If WALA ever moved to using Maven more
fully, downloading "dx.jar" could easily come along with that.
2017-03-16 19:51:11 -05:00
com.ibm.wala-feature Merge branch 'master' into warning-fixes-xml-validation 2016-11-29 10:08:00 -06:00
com.ibm.wala-repository Exclude Maven-generated HTML pages from validation 2016-11-27 21:24:03 -06:00
com.ibm.wala.cast Fix 132 Eclipse warnings about using raw generic types 2017-03-15 11:08:20 -05:00
com.ibm.wala.cast.java Fix 132 Eclipse warnings about using raw generic types 2017-03-15 11:08:20 -05:00
com.ibm.wala.cast.java.ecj Fix 132 Eclipse warnings about using raw generic types 2017-03-15 11:08:20 -05:00
com.ibm.wala.cast.java.test Fix 132 Eclipse warnings about using raw generic types 2017-03-15 11:08:20 -05:00
com.ibm.wala.cast.java.test.data Fix 132 Eclipse warnings about using raw generic types 2017-03-15 11:08:20 -05:00
com.ibm.wala.cast.js Suppress a few Eclipse warnings about unchecked casts 2017-03-15 11:24:45 -05:00
com.ibm.wala.cast.js.html.nu_validator Remove redundant generic type parameters where possible 2017-03-11 21:20:51 -06:00
com.ibm.wala.cast.js.nodejs nodejs support updated to latest WALA and now on Travis 2017-03-12 19:45:19 -04:00
com.ibm.wala.cast.js.nodejs.test nodejs support updated to latest WALA and now on Travis 2017-03-12 19:45:19 -04:00
com.ibm.wala.cast.js.rhino Merge pull request #140 from liblit/remove-execute-bits-from-non-scripts 2017-03-12 10:27:08 -07:00
com.ibm.wala.cast.js.rhino.test add some abstraction to IR, using IRView 2017-03-11 13:22:45 -05:00
com.ibm.wala.cast.js.test Fix 132 Eclipse warnings about using raw generic types 2017-03-15 11:08:20 -05:00
com.ibm.wala.cast.js.test.data Strip execute bits from many non-executable (i.e., non-script) files 2017-02-23 06:10:08 -06:00
com.ibm.wala.cast.test Remove redundant generic type parameters where possible 2017-03-11 21:20:51 -06:00
com.ibm.wala.core Merge pull request #145 from ponder-lab/IAnalysisCacheView 2017-03-15 13:18:12 -07:00
com.ibm.wala.core.testdata bug 144 2017-03-14 10:05:18 -04:00
com.ibm.wala.core.tests Fix 132 Eclipse warnings about using raw generic types 2017-03-15 11:08:20 -05:00
com.ibm.wala.dalvik Suppress a few Eclipse warnings about unchecked casts 2017-03-15 11:24:45 -05:00
com.ibm.wala.dalvik.test Download "dx.jar" from Maven, as we already do for "android.jar" 2017-03-16 19:51:11 -05:00
com.ibm.wala.ide Fix 132 Eclipse warnings about using raw generic types 2017-03-15 11:08:20 -05:00
com.ibm.wala.ide-feature Merge branch 'master' into warning-fixes-xml-validation 2016-11-29 10:08:00 -06:00
com.ibm.wala.ide.jdt Fix 132 Eclipse warnings about using raw generic types 2017-03-15 11:08:20 -05:00
com.ibm.wala.ide.jdt.test Fix 132 Eclipse warnings about using raw generic types 2017-03-15 11:08:20 -05:00
com.ibm.wala.ide.jsdt Fix 132 Eclipse warnings about using raw generic types 2017-03-15 11:08:20 -05:00
com.ibm.wala.ide.jsdt.tests Plug numerous potential resource leaks 2017-03-12 21:38:43 -05:00
com.ibm.wala.ide.tests Fix 132 Eclipse warnings about using raw generic types 2017-03-15 11:08:20 -05:00
com.ibm.wala.scandroid Merge branch 'warning-fixes-resource-management' of https://github.com/liblit/WALA 2017-03-13 10:44:38 -04:00
com.ibm.wala.shrike Merge branch 'warning-fixes-resource-management' of https://github.com/liblit/WALA 2017-03-13 10:44:38 -04:00
com.ibm.wala.tests-feature Exclude Eclipse feature manifest files from XML validation 2016-11-28 14:03:03 -06:00
com.ibm.wala.tests.ide-feature Exclude Eclipse feature manifest files from XML validation 2016-11-28 14:03:03 -06:00
com.ibm.wala.util Merge branch 'warning-fixes-resource-management' of https://github.com/liblit/WALA 2017-03-13 10:44:38 -04:00
targets switch version to 1.3.10-SNAPSHOT 2016-05-10 22:53:28 +09:00
.gitignore Add trailing newlines, but remove other trailing white space 2017-03-16 19:51:02 -05:00
.travis.yml Download "dx.jar" from Maven, as we already do for "android.jar" 2017-03-16 19:51:11 -05:00
README.md Restore README.md 2014-12-02 13:14:26 -08:00
build-maven-jars.py More output to debug maven jar script on Travis 2016-05-25 15:09:51 +02:00
change-version.py script to change version numbers consistently across files 2015-05-29 12:19:18 -07:00
pom.xml nodejs support updated to latest WALA and now on Travis 2017-03-12 19:45:19 -04:00

README.md

This is the main source repository for WALA. For more details on WALA, see the WALA home page.