Relates :
|
|
Relates :
|
In the generification of the JMX API for Mustang, some classes contain references to both generic types such as List<Attribute> and raw types such as ArrayList. This is considered bad practice. To quote ###@###.###, "Raw types are for legacy code interoperability. If you are aware of generics and are generifying your code, make it consistently generic." ###@###.### 2005-04-05 16:18:09 GMT
|