WALA/com.ibm.wala.cast.js.rhino/source/com/ibm/wala/cast/js/translator
Ben Liblit 61e9641094 Semantics-preserving control-flow tweaks to fix switch warnings
Eclipse was warning that these `switch` statements had no `default`
cases.  Each did have some default behavior, but implemented outside
the `switch`.  By moving the default behavior into a `default` case
within the `switch`, we eliminate a static warning with no change
whatsoever to the run-time behavior.
2017-08-15 14:55:34 -07:00
..
CAstRhinoLoopUnwindingTranslatorFactory.java Merge branch 'master' of github.com:wala/WALA 2017-03-11 20:21:51 -06:00
CAstRhinoTranslator.java Fix 11 Eclipse warnings about redundant interfaces 2017-03-20 00:43:57 -05:00
CAstRhinoTranslatorFactory.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
RhinoToAstTranslator.java Semantics-preserving control-flow tweaks to fix switch warnings 2017-08-15 14:55:34 -07:00
TypedNodeVisitor.java move to Rhino 1.7.6 2015-08-14 12:27:13 -04:00