WALA/com.ibm.wala.cast.java.ecj
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
src/com/ibm/wala/cast/java 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 Create new com.ibm.wala.cast.java.ecj project. 2016-05-24 11:39:00 +02:00
build.properties Set `javacProjectSettings` where appropriate 2017-08-16 11:36:46 -07:00
mvncentral.xml remove java 7 support 2017-11-11 21:20:41 -05:00
pom.xml version 1.4.4-SNAPSHOT 2017-08-06 07:25:20 -07:00