Today I thought about implementing a `-Wcloneable' option which would cause gcj to warn if a class implements Cloneable but doesn't have a public clone() method. Would this be useful? Tom