Cleanup unboxing/boxing
commit85a2a99cf6d461a7c5ee67aab31331fbf374935c
authorRobin Rosenberg <robin.rosenberg@dewire.com>
Mon, 4 Feb 2008 23:49:22 +0000 (5 00:49 +0100)
committerRobin Rosenberg <robin.rosenberg@dewire.com>
Tue, 5 Feb 2008 00:02:08 +0000 (5 01:02 +0100)
tree9ee955a34cd68ad6b9c3ec2eefe8ad1313531a04
parent4840e22ca80c996db443758fa7b0679cda8915fe
Cleanup unboxing/boxing

These operation are relatively expensive in general so it is good to make them
visible, but when they are needed a lot we just want to do without explicit conversion
so we ignore the warning there.

Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com>
org.spearce.egit.ui/src/org/spearce/egit/ui/GitHistoryPage.java
org.spearce.egit.ui/src/org/spearce/egit/ui/internal/decorators/GitResourceDecorator.java
org.spearce.jgit.test/tst/org/spearce/jgit/lib/LaneTest.java
org.spearce.jgit.test/tst/org/spearce/jgit/lib/SuperListTest.java
org.spearce.jgit/src/org/spearce/jgit/lib/PersonIdent.java