WALA/com.ibm.wala.ide.jdt/source/com/ibm/wala/ide/util
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
..
ASTNodeFinder.java Remove redundant generic type parameters where possible 2017-03-11 21:20:51 -06:00
JavaEclipseProjectPath.java Throw a loud exception if switch encounters unexpected enum value 2017-08-15 14:55:34 -07:00
JdtPosition.java cross-cutting changes to make more of WALA runnable with TeaVM. The biggest change is refactoring to AnalysisCache and friends; since TeaVM does not support SoftReference, I needed to add a layer of interfaces so that I can use a more simpleminded caching implementation for TeaVM. There are other changes to Module and friends to break connections with File and URL, which also cause TeaVM grief. I also organized imports in many places to remove unused types that caused trouble. 2017-02-02 20:33:27 -05:00
JdtUtil.java Disable deprecation warnings in modules where they are unavoidable (#263) 2017-11-21 18:00:43 -08:00