Re: [JGIT PATCH 10/13] Replace inefficient new Long(long) constructor to silence FindBugs
From: Robin Rosenberg <hidden> Date: 2016-06-15 22:46:41
tisdag 28 april 2009 23:12:23 skrev "Shawn O. Pearce" [off-list ref]:
We now use a custom Map implementation which supports primitive long
as the hash key, rather than requiring boxing for java.util.HashMap.
This removes the issue FindBugs was identifying.