WALA/com.ibm.wala.dalvik
Ben Liblit dace7b709f Ignore missing non-null-by-default annotations in Eclipse
In general, the WALA code base is not really ready for nullness
checking.  It would be nice if we got there some day, but I'm not
planning to take that on now or any time soon.  Until then, it's not
useful to warn about missing @NonNullByDefault declarations on WALA
packages.

See also older commit 7b6811b.
2016-11-26 18:47:35 -06:00
..
.settings Ignore missing non-null-by-default annotations in Eclipse 2016-11-26 18:47:35 -06:00
META-INF switch version to 1.3.10-SNAPSHOT 2016-05-10 22:53:28 +09:00
models scandriod merge 2014-10-01 21:32:36 -04:00
src minor fix to getting method annotations for dalvik 2016-07-28 16:11:16 -04:00
.classpath fix dalvik eclipse project build path 2015-06-22 15:54:00 +02:00
.gitignore dalvik test infrastructure 2015-04-05 21:22:55 -04:00
.project make com.ibm.wala.dalvik a plugin project 2013-02-01 11:17:27 +01:00
README scandriod merge 2014-10-01 21:32:36 -04:00
StringTest.apk add android lib, model and example app to make test run possible (only temporary) 2013-02-01 11:13:03 +01:00
apkCGBuilder.xml 1) changes for mobile 2015-05-25 19:00:51 -04:00
build.properties fixes to creation of jar file by maven 2015-11-06 18:26:01 -05:00
build.xml find slf4j from maven 2016-07-05 20:01:04 -04:00
pom.xml switch version to 1.3.10-SNAPSHOT 2016-05-10 22:53:28 +09:00

README

NOTICE
======

This project was extracted from the SCanDroid project:

https://github.com/SCanDroid

(c) Copyright 2009-2012

The preferred license for SCanDroid is the BSD License and the majority of the SCanDroid software is licensed with it.

Based on that license, the code in WALA is being redistributed under the EPL.