Fork of the T.J. Watson Libraries for Analysis used by DASCA.
Go to file
Ben Liblit 323224504a Suppress several unfixable warnings about unresolved type references
Fixing these Javadoc comments would require adding packages to various
other packages' build paths.  In some of the cases suppressed,
changing build paths in that manner would create circular build
dependencies.  In other cases, it would simply add a Javadoc-motivated
dependency that does not exist for the real code, which seems
undesirable.  For a few cases, the reference seems to be to types in
code we don't even have here, such as code from "android" or
"org.mozilla" packages.
2017-03-22 20:40:52 -05:00
com.ibm.wala-feature switch version to 1.4.1-SNAPSHOT 2017-03-21 09:38:36 -07:00
com.ibm.wala-repository switch version to 1.4.1-SNAPSHOT 2017-03-21 09:38:36 -07:00
com.ibm.wala.cast Suppress several unfixable warnings about unresolved type references 2017-03-22 20:40:52 -05:00
com.ibm.wala.cast.java switch version to 1.4.1-SNAPSHOT 2017-03-21 09:38:36 -07:00
com.ibm.wala.cast.java.ecj switch version to 1.4.1-SNAPSHOT 2017-03-21 09:38:36 -07:00
com.ibm.wala.cast.java.test switch version to 1.4.1-SNAPSHOT 2017-03-21 09:38:36 -07:00
com.ibm.wala.cast.java.test.data Suppress several unfixable warnings about unresolved type references 2017-03-22 20:40:52 -05:00
com.ibm.wala.cast.js Suppress several unfixable warnings about unresolved type references 2017-03-22 20:40:52 -05:00
com.ibm.wala.cast.js.html.nu_validator switch version to 1.4.1-SNAPSHOT 2017-03-21 09:38:36 -07:00
com.ibm.wala.cast.js.nodejs switch version to 1.4.1-SNAPSHOT 2017-03-21 09:38:36 -07:00
com.ibm.wala.cast.js.nodejs.test switch version to 1.4.1-SNAPSHOT 2017-03-21 09:38:36 -07:00
com.ibm.wala.cast.js.rhino switch version to 1.4.1-SNAPSHOT 2017-03-21 09:38:36 -07:00
com.ibm.wala.cast.js.rhino.test switch version to 1.4.1-SNAPSHOT 2017-03-21 09:38:36 -07:00
com.ibm.wala.cast.js.test switch version to 1.4.1-SNAPSHOT 2017-03-21 09:38:36 -07:00
com.ibm.wala.cast.js.test.data switch version to 1.4.1-SNAPSHOT 2017-03-21 09:38:36 -07:00
com.ibm.wala.cast.test switch version to 1.4.1-SNAPSHOT 2017-03-21 09:38:36 -07:00
com.ibm.wala.core Suppress several unfixable warnings about unresolved type references 2017-03-22 20:40:52 -05:00
com.ibm.wala.core.testdata Suppress several unfixable warnings about unresolved type references 2017-03-22 20:40:52 -05:00
com.ibm.wala.core.tests Fix broken type, field, and method references in Javadoc comments 2017-03-22 20:40:51 -05:00
com.ibm.wala.dalvik Suppress several unfixable warnings about unresolved type references 2017-03-22 20:40:52 -05:00
com.ibm.wala.dalvik.test Merge pull request #148 from liblit/automatic-dx-jar-download 2017-03-22 12:31:25 -07:00
com.ibm.wala.ide switch version to 1.4.1-SNAPSHOT 2017-03-21 09:38:36 -07:00
com.ibm.wala.ide-feature switch version to 1.4.1-SNAPSHOT 2017-03-21 09:38:36 -07:00
com.ibm.wala.ide.jdt switch version to 1.4.1-SNAPSHOT 2017-03-21 09:38:36 -07:00
com.ibm.wala.ide.jdt.test switch version to 1.4.1-SNAPSHOT 2017-03-21 09:38:36 -07:00
com.ibm.wala.ide.jsdt switch version to 1.4.1-SNAPSHOT 2017-03-21 09:38:36 -07:00
com.ibm.wala.ide.jsdt.tests switch version to 1.4.1-SNAPSHOT 2017-03-21 09:38:36 -07:00
com.ibm.wala.ide.tests switch version to 1.4.1-SNAPSHOT 2017-03-21 09:38:36 -07:00
com.ibm.wala.scandroid switch version to 1.4.1-SNAPSHOT 2017-03-21 09:38:36 -07:00
com.ibm.wala.shrike switch version to 1.4.1-SNAPSHOT 2017-03-21 09:38:36 -07:00
com.ibm.wala.tests-feature switch version to 1.4.1-SNAPSHOT 2017-03-21 09:38:36 -07:00
com.ibm.wala.tests.ide-feature switch version to 1.4.1-SNAPSHOT 2017-03-21 09:38:36 -07:00
com.ibm.wala.util Suppress several unfixable warnings about unresolved type references 2017-03-22 20:40:52 -05:00
targets switch version to 1.4.1-SNAPSHOT 2017-03-21 09:38:36 -07: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 switch version to 1.4.1-SNAPSHOT 2017-03-21 09:38:36 -07:00

README.md

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