WALA/com.ibm.wala.cast.js.rhino
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
..
.settings Disable Eclipse warnings about assignments to parameters 2017-07-18 20:43:36 -07:00
META-INF version 1.4.4-SNAPSHOT 2017-08-06 07:25:20 -07:00
OSGI-INF/l10n Externalize bundle names and vendors 2017-06-07 17:42:11 +02:00
source/com/ibm/wala/cast/js/translator Semantics-preserving control-flow tweaks to fix switch warnings 2017-08-15 14:55:34 -07:00
.classpath Use consistent Java versions, usually 1.7 2016-11-29 21:29:30 -06:00
.project separate Rhino-specific portions of javascript analysis 2009-07-16 18:09:54 +00:00
build.properties Externalize bundle names and vendors 2017-06-07 17:42:11 +02:00
build.xml Add stub DOCTYPE declarations for Ant build scripts 2016-11-28 12:50:56 -06:00
mvncentral.xml version 1.4.4-SNAPSHOT 2017-08-06 07:25:20 -07:00
pom.xml version 1.4.4-SNAPSHOT 2017-08-06 07:25:20 -07:00