I have the following test class that uses generics to overload a method. It works when compiled with javac and fails to compile in Eclipse Helios. My java version is 1.6.0_2
Works for me in Eclipse Helios. Method selection occurs at compile time, and the compiler has enough information to do so.