WALA/com.ibm.wala.cast.js.rhino/source/com/ibm/wala
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
..
cast/js/translator Semantics-preserving control-flow tweaks to fix switch warnings 2017-08-15 14:55:34 -07:00