WALA/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/translator
Julian Dolby b1b09684bd
Merge pull request #317 from liblit/future-java-compatibility-fixes
Future Java compatibility fixes
2018-06-06 12:52:51 -04:00
..
JSAstTranslator.java Merge pull request #317 from liblit/future-java-compatibility-fixes 2018-06-06 12:52:51 -04:00
JSConstantFoldingRewriter.java Avoid using deprecated boxing constructors 2018-06-05 14:44:59 -05:00
JavaScriptCAstNode.java add missing copyright headers 2013-05-22 15:39:19 -07:00
JavaScriptLoopUnwindingTranslatorFactory.java Convert many single-method anonymous classes to lambdas 2017-11-27 11:31:15 -06:00
JavaScriptTranslatorFactory.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
JavaScriptTranslatorToCAst.java refactoring of CAst front end machinery to allow more reuse 2018-01-25 14:42:27 -05:00
PropertyReadExpander.java Remove useless "@return" tags with no descriptive text 2017-12-19 16:53:56 -06:00