Wiki Markup |
---|
Never use deprecated or obsolete methods or classes in new code. The Java SE 6 documentation provides a complete list of deprecated APIs \[[API 2006|AA. Bibliography#API 06]\]. The guideline [THI01-J. Do not invoke ThreadGroup methods] describes issues that can result from using deprecated and obsolete methods. |
...
MET14-J. Follow the general contract when implementing the compareTo method 05. Methods (MET) MET16MET17-J. Ensure that the clone method calls super.cloneDo not increase the accessibility of overridden or hidden methods