WALA/com.ibm.wala.shrike
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
..
.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
releng File that maps plugin version to contained src file versions. 2007-12-08 20:55:46 +00:00
src/com/ibm/wala Avoid using deprecated boxing constructors 2018-06-05 14:44:59 -05:00
build.gradle Load plugins using "plugins" closure rather than "apply plugin" 2018-05-23 16:47:58 -05:00
build.properties Tweak output dirs to match what Buildship puts into ".classpath" 2018-04-18 11:29:25 -05:00
cg.jardesc 1) changes for mobile 2015-05-25 19:00:51 -04:00
codescrape.jardesc 1) changes for mobile 2015-05-25 19:00:51 -04:00
exportPlugin.xml Add stub DOCTYPE declarations for various hand-authored XML files 2016-11-28 14:55:34 -06:00
javaCompiler...args mv stuff to trunk 2006-11-22 17:45:24 +00:00
manifest.cg 1) changes for mobile 2015-05-25 19:00:51 -04:00
manifest.codescrape 1) changes for mobile 2015-05-25 19:00:51 -04:00
mvncentral.xml Bump version to 1.5.0-SNAPSHOT before merging with WALA master 2018-04-18 11:29:29 -05:00
plugin.properties complete conversion to Unix line endings 2012-09-04 16:05:49 -07:00
pom.xml Bump version to 1.5.0-SNAPSHOT before merging with WALA master 2018-04-18 11:29:29 -05:00