Fork of the T.J. Watson Libraries for Analysis used by DASCA.
Go to file
Ben Liblit 296657a394 Suppress 88 Eclipse warnings about dead code
All of these involve conditionals that check some static, final debug
flag or debug level.  The code will indeed be dead if WALA is built
with those debug facilities turned off.  But we still want the code
present in case someone needs to turn some aspect of debugging on for
a while.
2017-03-17 21:49:34 -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 88 Eclipse warnings about dead code 2017-03-17 21:49:34 -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 Suppress 88 Eclipse warnings about dead code 2017-03-17 21:49:34 -05: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 88 Eclipse warnings about dead code 2017-03-17 21:49:34 -05:00
com.ibm.wala.dalvik.test Fix 132 Eclipse warnings about using raw generic types 2017-03-15 11:08:20 -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 Ignore a "lib" subdirectory that Maven creates 2017-03-13 14:01:13 -05:00
.travis.yml Do a shallow clone of DroidBench 2016-09-20 13:55:47 -07: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.