...
Obsolete fields, methods, and classes should not be used. Java lacks any annotation that indicates obsolescence; nevertheless, several classes and methods are documented as obsolete. For instance, the java.util.DictionaryDictionary<K,V>
class is marked as obsolete; new code should use java.util.Map<K,V>
instead [API 2006].
...
Class or Method | Replacement | Rule |
---|---|---|
|
|
|
|
|
|
|
|
|
|
| ERR06-J. Do not let code throw undeclared checked exceptions |
|
|
|
|
|
|
|
|
|
|
| |
|
| |
|
|
...
[API 2006] | |
[SDN 2008] | Bug database, Bug ID 4264153 |