Jody Garnett a écrit :
> Thanks Martin ... so back to the actual bug then? It seems you fixed the
> problem at line 576:
>> assertSame(((Conversion) operation).getMethod(), ((Conversion)
>> projection).getMethod());
> What was the fix? What did I mess up - was it hints like I suspected?
It was n
Thanks Martin ... so back to the actual bug then? It seems you fixed the
problem at line 576:
> assertSame(((Conversion) operation).getMethod(), ((Conversion)
> projection).getMethod());
What was the fix? What did I mess up - was it hints like I suspected?
Jody
> Jody Garnett a écrit :
>> Okay