"Sohn, Matthias" <matthias.sohn@xxxxxxx> wrote: > Using new Integer(int) is guaranteed to always result in a new object > whereas Integer.valueOf(int) allows caching of values > to be done by the compiler, class library, or JVM. Using of cached > values avoids object allocation and the code will be faster. NAK. This thread came up about 5 weeks ago. Please see my reply here: http://thread.gmane.org/gmane.comp.version-control.git/113738/focus=113785 -- Shawn. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html