On Aug 11, 2006, at 9:48 AM, Raymond Feng wrote:

Hi,

I'm seeing the same error on Groovy container inside Eclipse. And the following diff fixes the complaint (I assume the existing code is valid).

-        expect(factory.getInstance()).andReturn("bar");
+        expect((String) factory.getInstance()).andReturn("bar");

I also ran into an issue that Eclipse cannot recognize Map<String, InboudWire>.

It seems that it's an eclipse bug. BTW, I'm running Eclipse 3.2.

FWIW I do not get any errors reported by IDEA. With IDEA and the compiler not having a problem I would agree this looks like an Eclipse bug.
--
Jeremy

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to