WALA/com.ibm.wala.cast.js
Ben Liblit 5336a08af2 Avoid using deprecated boxing constructors
Boxing a primitive using the constructor ("new Integer(4)") always
creates a distinct new boxed instance.  That's rarely what you need,
and in fact all of those constructors have been deprecated in Java 9.
Using the static "valueOf" method instead ("Integer.valueOf(4)") can
give better performance by reusing existing instances.  You no longer
get a unique boxed object, but generally that's OK.
2018-06-05 14:44:59 -05:00
..
.launchConfigurations launch configurations for download scripts 2007-02-08 20:35:39 +00:00
.settings Let Buildship create new settings files when importing 2018-04-18 11:29:25 -05:00
META-INF Bump version to 1.5.0-SNAPSHOT before merging with WALA master 2018-04-18 11:29:29 -05:00
OSGI-INF/l10n Externalize bundle names and vendors 2017-06-07 17:42:11 +02:00
dat Strip execute bits from many non-executable (i.e., non-script) files 2017-02-23 06:10:08 -06:00
source/com/ibm/wala/cast/js Avoid using deprecated boxing constructors 2018-06-05 14:44:59 -05:00
build.gradle Fix remaining Javadoc warnings 2018-04-18 11:29:28 -05:00
build.properties Add missing output directories 2017-06-07 17:42:11 +02:00
mvncentral.xml Bump version to 1.5.0-SNAPSHOT before merging with WALA master 2018-04-18 11:29:29 -05:00
pom.xml Bump version to 1.5.0-SNAPSHOT before merging with WALA master 2018-04-18 11:29:29 -05:00