Fork of the T.J. Watson Libraries for Analysis used by DASCA.
Go to file
Ben Liblit 321b28f149 Remove some unnecessary warning suppressions
One such annotation was unnecessary because the thing it was
suppressing no longer happens.  Any future unnecessary warning
suppressions of this kind will now be treated as errors.

The other annotations were unnecessary because the corresponding
warnings have been disabled entirely in the Eclipse projects'
configurations.  There seems to be no way to tell Eclipse to treat
these as anything other than "info" diagnostics in the future, so
that's how they will remain.
2017-08-05 13:29:50 -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 Remove some unnecessary warning suppressions 2017-08-05 13:29:50 -07:00
com.ibm.wala.cast.java Treat unused parameters as errors, not merely warnings 2017-07-31 15:29:00 -07:00
com.ibm.wala.cast.java.ecj Remove some unnecessary warning suppressions 2017-08-05 13:29:50 -07:00
com.ibm.wala.cast.java.test Remove "throws XYZ" declarations where XYZ cannot be thrown 2017-07-28 10:20:28 -07:00
com.ibm.wala.cast.java.test.data Remove unnecessary warning-suppression annotations 2017-07-26 20:08:34 -07:00
com.ibm.wala.cast.js Remove some unnecessary warning suppressions 2017-08-05 13:29:50 -07:00
com.ibm.wala.cast.js.html.nu_validator Disable Eclipse warnings about empty statements 2017-07-18 20:43:36 -07:00
com.ibm.wala.cast.js.nodejs Remove "throws XYZ" declarations where XYZ cannot be thrown 2017-07-28 10:20:28 -07:00
com.ibm.wala.cast.js.nodejs.test Enable Eclipse Oxygen's new "unlikely argument types" diagnostics 2017-07-08 13:22:00 -07:00
com.ibm.wala.cast.js.rhino Disable Eclipse warnings about assignments to parameters 2017-07-18 20:43:36 -07:00
com.ibm.wala.cast.js.rhino.test Treat unused parameters as errors, not merely warnings 2017-07-31 15:29:00 -07:00
com.ibm.wala.cast.js.test Remove "throws XYZ" declarations where XYZ cannot be thrown 2017-07-28 10:20:28 -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 try javadoc 2017-08-01 22:41:21 +00:00
com.ibm.wala.core Remove some unnecessary warning suppressions 2017-08-05 13:29:50 -07:00
com.ibm.wala.core.testdata Remove unnecessary warning-suppression annotations 2017-07-26 20:08:34 -07:00
com.ibm.wala.core.tests Remove some unnecessary warning suppressions 2017-08-05 13:29:50 -07:00
com.ibm.wala.dalvik Treat unused parameters as errors, not merely warnings 2017-07-31 15:29:00 -07:00
com.ibm.wala.dalvik.test Remove "throws XYZ" declarations where XYZ cannot be thrown 2017-07-28 10:20:28 -07:00
com.ibm.wala.ide Treat unused parameters as errors, not merely warnings 2017-07-31 15:29:00 -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 or suppress all 242 Eclipse warnings about unused parameters 2017-07-31 15:29:00 -07:00
com.ibm.wala.ide.jdt.test Treat unused parameters as errors, not merely warnings 2017-07-31 15:29:00 -07:00
com.ibm.wala.ide.jsdt Fix or suppress all 242 Eclipse warnings about unused parameters 2017-07-31 15:29:00 -07:00
com.ibm.wala.ide.jsdt.tests Remove "throws XYZ" declarations where XYZ cannot be thrown 2017-07-28 10:20:28 -07:00
com.ibm.wala.ide.tests Remove "throws XYZ" declarations where XYZ cannot be thrown 2017-07-28 10:20:28 -07:00
com.ibm.wala.scandroid Treat unused parameters as errors, not merely warnings 2017-07-31 15:29:00 -07:00
com.ibm.wala.shrike Remove some unnecessary warning suppressions 2017-08-05 13:29:50 -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 Treat unused parameters as errors, not merely warnings 2017-07-31 15:29:00 -07:00
targets use e47 2017-08-02 22:20:09 +00:00
.gitignore AnalysisCache -> IAnalysisCache, additional ignore, increased visibility, generic fixes (#172) 2017-05-03 09:20:03 -07:00
.travis.yml try new way to make javadoc 2017-08-02 14:56:04 +00:00
README.md reference javadoc 2017-08-03 20:43:22 +00: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
dependent-projects-trigger.sh trigger WALA-Mobile too 2017-07-24 17:28:24 +00:00
pom.xml use e47 2017-08-02 22:20:09 +00:00
upload-javascript.sh quiet 2017-08-03 21:11:33 +00:00

README.md

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