Details
Description
Various places in xml project code allocates boxed primitives, which just causes excess work for the garbage collector. This patch merely replaces them with the .valueOf method.
Various places in xml project code allocates boxed primitives, which just causes excess work for the garbage collector. This patch merely replaces them with the .valueOf method.