FindBugs: Disable clone() idiom tests
commite5682a3af5ca9d3a238c268b01a917722c0a2705
authorShawn O. Pearce <spearce@spearce.org>
Mon, 4 May 2009 23:30:48 +0000 (4 16:30 -0700)
committerRobin Rosenberg <robin.rosenberg@dewire.com>
Tue, 5 May 2009 20:59:19 +0000 (5 22:59 +0200)
tree791600f876e2c866386e3db6c67e0360430a77d3
parent364cb0ec3644265b4a91da47ef0d78b1b70b2d30
FindBugs: Disable clone() idiom tests

We tend not to implement Cloneable, but instead define our own
form of clone() on objects that we want to permit making clones
of.  This is because Cloneable is a rather poor interface in
the JVM with its implicit field copying, but the method name
is the right name for us.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com>
org.spearce.jgit/.fbprefs