Fork of the T.J. Watson Libraries for Analysis used by DASCA.
Go to file
Caius Brindescu 404a17c9cc When converting JDT AST to IR, a do-while loop in a case statement will throw NPE (#186)
* Fixed bug for source analysis

Do while in case statement would throw an NPE. Now it doesn't

* Added test case

The test will fail with an NPE if the fix is not applied.
2017-06-07 08:27:23 -07:00
com.ibm.wala-feature update version to 1.4.3-SNAPSHOT 2017-04-19 09:19:09 -07:00
com.ibm.wala-repository update version to 1.4.3-SNAPSHOT 2017-04-19 09:19:09 -07:00
com.ibm.wala.cast Add @Override annotations wherever possible (#178) 2017-05-08 07:39:49 -07:00
com.ibm.wala.cast.java Fix warnings about unset javacProjectSettings build entries (#176) 2017-05-04 11:44:32 -07:00
com.ibm.wala.cast.java.ecj When converting JDT AST to IR, a do-while loop in a case statement will throw NPE (#186) 2017-06-07 08:27:23 -07:00
com.ibm.wala.cast.java.test When converting JDT AST to IR, a do-while loop in a case statement will throw NPE (#186) 2017-06-07 08:27:23 -07:00
com.ibm.wala.cast.java.test.data When converting JDT AST to IR, a do-while loop in a case statement will throw NPE (#186) 2017-06-07 08:27:23 -07:00
com.ibm.wala.cast.js Suppress Eclipse warnings about unused allocations 2017-05-26 14:25:03 -07:00
com.ibm.wala.cast.js.html.nu_validator Fix warnings about unset javacProjectSettings build entries (#176) 2017-05-04 11:44:32 -07:00
com.ibm.wala.cast.js.nodejs Fix warnings about unset javacProjectSettings build entries (#176) 2017-05-04 11:44:32 -07:00
com.ibm.wala.cast.js.nodejs.test Fix warnings about unset javacProjectSettings build entries (#176) 2017-05-04 11:44:32 -07:00
com.ibm.wala.cast.js.rhino Add @Override annotations wherever possible (#178) 2017-05-08 07:39:49 -07:00
com.ibm.wala.cast.js.rhino.test Suppress Eclipse warnings about unused allocations 2017-05-26 14:25:03 -07:00
com.ibm.wala.cast.js.test Fix warnings about unset javacProjectSettings build entries (#176) 2017-05-04 11:44:32 -07:00
com.ibm.wala.cast.js.test.data update version to 1.4.3-SNAPSHOT 2017-04-19 09:19:09 -07:00
com.ibm.wala.cast.test Fix warnings about unset javacProjectSettings build entries (#176) 2017-05-04 11:44:32 -07:00
com.ibm.wala.core Add options to ignore inter-procedural control dependence 2017-05-26 15:29:08 -07:00
com.ibm.wala.core.testdata Suppress unused-local-variable warnings in test inputs 2017-05-26 14:25:03 -07:00
com.ibm.wala.core.tests Add options to ignore inter-procedural control dependence 2017-05-26 15:29:08 -07:00
com.ibm.wala.dalvik Remove several unused locals and clean up surrounding code 2017-05-26 14:25:03 -07:00
com.ibm.wala.dalvik.test Fix warnings about unset javacProjectSettings build entries (#176) 2017-05-04 11:44:32 -07:00
com.ibm.wala.ide Fix warnings about unset javacProjectSettings build entries (#176) 2017-05-04 11:44:32 -07:00
com.ibm.wala.ide-feature update version to 1.4.3-SNAPSHOT 2017-04-19 09:19:09 -07:00
com.ibm.wala.ide.jdt Fix warnings about unset javacProjectSettings build entries (#176) 2017-05-04 11:44:32 -07:00
com.ibm.wala.ide.jdt.test Fix warnings about unset javacProjectSettings build entries (#176) 2017-05-04 11:44:32 -07:00
com.ibm.wala.ide.jsdt Fix warnings about unset javacProjectSettings build entries (#176) 2017-05-04 11:44:32 -07:00
com.ibm.wala.ide.jsdt.tests Add @Override annotations to all methods that do override (#180) 2017-05-15 07:15:00 -07:00
com.ibm.wala.ide.tests Fix warnings about unset javacProjectSettings build entries (#176) 2017-05-04 11:44:32 -07:00
com.ibm.wala.scandroid Remove several unused locals and clean up surrounding code 2017-05-26 14:25:03 -07:00
com.ibm.wala.shrike Suppress Eclipse warnings about unused allocations 2017-05-26 14:25:03 -07:00
com.ibm.wala.tests-feature update version to 1.4.3-SNAPSHOT 2017-04-19 09:19:09 -07:00
com.ibm.wala.tests.ide-feature update version to 1.4.3-SNAPSHOT 2017-04-19 09:19:09 -07:00
com.ibm.wala.util make DotUtil.dotOutput method public 2017-05-24 14:30:32 -07:00
targets update version to 1.4.3-SNAPSHOT 2017-04-19 09:19:09 -07:00
.gitignore AnalysisCache -> IAnalysisCache, additional ignore, increased visibility, generic fixes (#172) 2017-05-03 09:20:03 -07:00
.travis.yml Simplify management of virtual frame buffer X server (#181) 2017-05-15 09:02:52 -07:00
README.md Restore README.md 2014-12-02 13:14:26 -08:00
appveyor.yml.disabled disable appveyor for now 2017-04-13 22:06:35 -07:00
build-maven-jars.py make Maven Central files for wala.dalvik and wala.scandroid (#158) 2017-03-25 13:20:34 -07:00
change-version.py script to change version numbers consistently across files 2015-05-29 12:19:18 -07:00
pom.xml update version to 1.4.3-SNAPSHOT 2017-04-19 09:19:09 -07:00

README.md

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