-
Bug
-
Resolution: Fixed
-
P3
-
7
-
b128
-
generic
-
generic
-
Not verified
The fix for bug 6880112 applied the diamond operator in a large number of locations in the io, lang, and util packages. A handful of these changes applied the diamond operator within method arguments. The type inference algorithm within method arguments is unstable and may actually not appear in the final JDK7 specification, even though the compiler supports it right now. For this reason we've decided to back out the changes that use the diamond operator in method arguments.