WALA/com.ibm.wala.ide.jdt
Ben Liblit e89c5c6562 Disable deprecation warnings in modules where they are unavoidable (#263)
These two modules refer to "AST.JLS8".  If you have Java 9 installed,
then "AST.JLS8" is marked as deprecated, and we can a warning unless
we suppress or disable the deprecation warning wherever "AST.JLS8" is
used.  However, if you don't have Java 9 installed, then "AST.JLS8" is
not deprecated, and trying to suppress deprecation warnings where
"AST.JLS8" is used instead produces warnings about unnecessary warning
suppression.  Aagh!  Turning off the deprecation warnings entirely for
these two modules seems like the only sane compromise.
2017-11-21 18:00:43 -08:00
..
.settings Disable deprecation warnings in modules where they are unavoidable (#263) 2017-11-21 18:00:43 -08:00
META-INF java 8 changes 2017-08-25 10:58:00 -04:00
OSGI-INF/l10n Externalize bundle names and vendors 2017-06-07 17:42:11 +02:00
source/com/ibm/wala Disable deprecation warnings in modules where they are unavoidable (#263) 2017-11-21 18:00:43 -08:00
.classpath java 8 stuff 2017-08-16 14:50:01 -04:00
.project more JS stuff 2012-08-22 12:15:46 -04:00
build.properties Externalize bundle names and vendors 2017-06-07 17:42:11 +02:00
pom.xml version 1.4.4-SNAPSHOT 2017-08-06 07:25:20 -07:00