1 <p> This class defines a clone() method but the class doesn't implement Cloneable.
2 There are some situations in which this is OK (e.g., you want to control how subclasses
3 can clone themselves), but just make sure that this is what you intended.