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
###@###.### 2005-04-05 16:18:09 GMT
- relates to
-
JDK-6245717 Compiler complains about ambiguity
-
- Closed
-
-
JDK-5100192 Specify that TabularData[Support].keySet() returns Set<List<Object>>
-
- Resolved
-